[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Recent Placement Papers of Wipro

333.74K

Tot. Mock Test: 24


Total Qs: 362+

NA
SHSTTON
26
Solv. Corr.
100
Solv. In. Corr.
126
Attempted
1 M:34 S
Avg. Time

61 / 362

Choose the correct option.

For 1 MB memory, the number of address lines required,


A11

B16

C20

D24

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
127
Solv. Corr.
48
Solv. In. Corr.
175
Attempted
0 M:0 S
Avg. Time

62 / 362

Choose the correct option.

Semaphore is used for


Asynchronization

Bdead-lock avoidance

Cbox

DNone of these

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
15
Solv. Corr.
33
Solv. In. Corr.
48
Attempted
0 M:0 S
Avg. Time

63 / 362

Choose the correct option.

Preprocessor does not do which one of the following


Amacro

Bconditional compliclation

Cin type checking

Dincluding load file

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
22
Solv. Corr.
40
Solv. In. Corr.
62
Attempted
0 M:0 S
Avg. Time

64 / 362

What is the output of the C++ program?
# include <stream.h>
class x {
public:
int a;
x();
};
x::x() { a=10; cout<<a; }
class b:public x {
public:
b();
};
b::b() { a=20; cout<<a; }
main ()
{ 
b temp;
}
what will be the output of this program?

A10

B20

C2010

D1020

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
7
Solv. Corr.
18
Solv. In. Corr.
25
Attempted
0 M:0 S
Avg. Time

65 / 362

Choose the correct option.

When an array is passed as parameter to a function, which of the following statement is correct


AThe function can change values in the original array

BIn C parameters are passed by value. The function cannot change the original value in the array

CIt results in compilation error when the function tries to access the elements in the array

DResults in a run time error when the function tries to access the elements in the array

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
136
Solv. Corr.
69
Solv. In. Corr.
205
Attempted
0 M:6 S
Avg. Time

66 / 362

Choose the correct option.

The type of the controlling statement of a switch statement cannot be of the type


Aint

Bchar

Cshort

Dfloat

ENone of these

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
143
Solv. Corr.
257
Solv. In. Corr.
400
Attempted
0 M:8 S
Avg. Time

67 / 362

Choose the correct option.

Assignment operator targets to


AL-value

BH-value

CNone of the above

DBoth (a) and (b)

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
645
Solv. Corr.
353
Solv. In. Corr.
998
Attempted
0 M:49 S
Avg. Time

68 / 362

Choose the correct option.

Convert the infix to postfix for A-(B+C)*(D/E)


AABC+DE/*-

BABC-DE/*-

CABC-DE*/-

DNone of the above

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
259
Solv. Corr.
265
Solv. In. Corr.
524
Attempted
0 M:0 S
Avg. Time

69 / 362

Choose the correct option.

Critical section is?


Astatements which are not accessing shared resourses

Bstatements which are accessing shared resourses

Cpart of code where exception can be thrown

DNone of the above

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
31
Solv. Corr.
15
Solv. In. Corr.
46
Attempted
0 M:0 S
Avg. Time

70 / 362

The call zap(6) gives the result as?
int zap(int n)
{
    if(n<=1)
        return 1;
    else 
        return zap(n-3) + zap(n-1);
}

A8

B9

C6

D12

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro


Here is the list of questions asked in Placement Papers of Wipro Recent Placement Papers of Wipro. Practice Wipro Written Test Papers with Solutions and take Q4Interview Wipro Online Test Questions to crack Wipro written round test. Overall the level of the Wipro Online Assessment Test is moderate. Only those candidates who clear the written exam will qualify for the next round, so practic all the questions here and take all the free tests before going for final selection process of Wipro