WIPRO EXAM ANS


Wipro exam Answer's










About:- 
  Wipro Limited (NYSE: WIT, BSE: 507685, NSE: WIPRO) is a leading global information technology, consulting and business process services company. We harness the power of cognitive computing, hyper-automation, robotics, cloud, analytics and emerging technologies to help our clients adapt to the digital world and make them successful. A company recognized globally for its comprehensive portfolio of services, strong commitment to sustainability and good corporate citizenship, we have over 220,000 dedicated employees serving clients across six continents. Together, we discover ideas and connect the dots to build a better and a bold new future.



The Spirit of Wipro is the core of Wipro. These are our Values. It is about who we are. It is our character. It is reflected consistently in all our behavior. The Spirit is deeply rooted in the unchanging essence of Wipro. But it also embraces what we must aspire to be. It is the indivisible synthesis of the four values. The Spirit is a beacon. It is what gives us direction and a clear sense of purpose. It energizes us and is the touchstone for all that we do.



Wipro Limited is an Indian multinational conglomerate headquartered in Bangalore, Karnataka, India. Its diverse businesses include FMCG, lighting, information technology, and consulting. The Fortune India 500 ranks it the 29th largest Indian company by total revenue



Wipro exam pattern :- Click here

Wipro Interview:- Click here

Wipro Materials :- Click here

Update version materials :- Click here







WIPRO EXAM ANS (12/1/22) 


 Through

Despite

Were
Attending


A

B

Opening

Sedate



A Potion Answers



C potion Answer's 



B potion Answer's






Dismal

 Tus

10km

Psw

Fourth

Mother

North

B

NIECE

HSBEM

SXBO

Wife

0.656

32541

-4.4

Uftu

c
Puneet

1
Either of the statement is sufficient

HLO

2√3

24,4


STE

9





Coding Answer's

#include"stdio.h"
void main() {
int n;
scanf("%d", &n);
if (n >= 30 && n <= 50)
printf("D");
elseif(n >= 51 && n <= 60)
printf("C");
elseif(n >= 61 && n <= 80)
printf("B");
elsif(n >= 81 && n <= 100)
printf("A")
}

C language
E-Commerce Code
Wipro
Telegram 
@allcoding1


Security key

C language



Sum of perfect squares wipro


Product ID
WIPRO


#include<stdio.h>
#include<math.h>

int isPerfectSquare(int number)
{
int iVar;
float fVar;

fVar=pow(number,1.0/3.0);
iVar=(int)fVar;

if(iVar==fVar)
return number;
else
return 0;
}

int main()
{
int n;
scanf(“%d”,&n);
int arr[n];
int i;
for(i = 0; i < n; i++)
{
scanf("%d",&arr[i]);
}
int count = 0;
for(i = 0; i < n; i++)
{
    if(isPerfectSquare(arr[i]))
    count++;
}
printf("%d",count);
return 0;
}

E-Commerce

Telegram - @allcoding1

Zensar mobile virus

Sum of squares

#include<bits/stdc++.h>

using namespace std;

int main()
{
    string s;
    cin>>s;
    string an="";
    for(auto x:s)
    {
        if(islower(x))
        {
            an.push_back(toupper(x));
        }
        else
        {
            an.push_back(tolower(x));
        }
    }
    cout<<an;
}


MNC code



Afternoon (12/1/22) 


Option B Answer's




Remaining Answers are
1) Rxs
2) A
3) 50km
4) ggfQP
5) 156
6) father in law
7) 1



Coding answer


C++
Perfect Math
Product ID
WIPRO



Charlie code



int main() {
char s[100];
int i;
printf("\nEnter a string : ");
gets(s);
for (i = 0; s[i]!='\0'; i++) {
if(s[i] >= 'a' && s[i] <= 'z') {
s[i] = s[i] - 32;
}
}
printf("\nString in Upper Case = %s", s);
return 0;
}

Warehouse Code


#include"stdio.h"
void main() {
int n;
scanf("%d", &n);
if (n >= 30 && n <= 50)
printf("D");
elseif(n >= 51 && n <= 60)
printf("C");
elseif(n >= 61 && n <= 80)
printf("B");
elsif(n >= 81 && n <= 100)
printf("A")
}

C language
E-Commerce Code
Wipro


#include <bits/stdc++.h>
using namespace std;

int main()
{
    int n;
    cin>>n;
    while(n>26)
    {
        int sum=0;
        while(n>0)
        {
            int r=n%10;
            sum+=r;
            n/=10;
        }
        n=sum;
    }
    char c='A'+n-1;
    cout<<c;

    return 0;
}

C++
Company Code




Amusement park code

C++

#include<stdio.h> #include<string.h>  void print(char s[]) {  int ln = strlen(s);   char temp[ln];  for (int i = 0; i < ln; i++) {      int j = i;      int k = 0;      while (s[j] != '\0') {          temp[k] = s[j]; k++; j++;               }       j = 0;      while (j < i) {          temp[k] = s[j];          j++;          k++;     }



Bucket I'd code
C  


Python
Online Exam
Wipro




Answers (13/1/22) morning

B
we should deny..........

Nither were fed........
it brings joy in eating...

Untouched

c
B

3.36
D
A
Tsv
B
105

A options


10




Coding answer's

Python 3


int main() {
char s[100];
int i;
printf("\nEnter a string : ");
gets(s);
for (i = 0; s[i]!='\0'; i++) {
if(s[i] >= 'a' && s[i] <= 'z') {
s[i] = s[i] - 32;
}
}
printf("\nString in Upper Case = %s", s);
return 0;
}

C language
String code


Python
Festival season Code


Wipro all slots 13th January exam answe

#include <bits/stdc++.h>
using namespace std;
 int main()

{long n,c=0;
cin>>n;
while(n)
{
int r=n%10;
n/=10;
if(r%2)c+=r;
}
cout<<c;
return 0;

}

C++
Credit card company code



a = int(input())
print(str(a)[-1::-1])

Python 3


n = input().split(" ")
ans = []
check = []
for i in n:
    if n.count(i) >= 2 and i not in check:
        ans.append(i)
        check.append(i)
if len(ans) >= 1:
    print(" ".join(ans))
else:
    print("NA")


Python 3


a = input()
print(sum(([int(i) for i in a if int(i)%2 != 0])))


DNA
Python 3

s = input()
res = ''
for i in s:
 if int(i) %2 != 0:
  res += i

print(res)





Afternoon  13/1/22

C
A
Are are

A

Though

20
Extinguish
Tedious
c

Psw

C
B
B


e commerse one

Python
Company stock code


import java.util.Scanner;

class UserMainCode
{

    public int stocks(int input1,int[] input2){
        int sum=0;
        for(int i=0; i<input2.length-1; i++){
            if(input2[i]<0||input2[i]<input2[i+1]){
                sum=sum+input2[i];
            }
            else{
                break;
            }
        }
        return sum;
    }
}
public class Main {
    public static void main(String[] args) {
        Scanner sc=new Scanner(System.in);
        int input1=sc.nextInt();
        int input2[]=new int[input1];
        for(int i=0; i<input2.length; i++){
            input2[i]=sc.nextInt();
        }
        System.out.print(new UserMainCode123().stocks(input1,input2));
    }
}

Java
Stocks Code

Gaming code


amusement park

Far way home code
Python


static int callthisMethod(int n){
int sum = 0;
while(n > 0){
sum += n%10;
n /= 10;
}
return sum;
}

Dancing mania 

Wipro

static int callthisMethod(int n){
int sum = 0;
while(n > 0){
sum += n%10;
n /= 10;
}
return sum;
}

Dancing mania 

Wipro
Previous Post Next Post