[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.

Solved Placement Papers of Wipro

339.03K

Tot. Mock Test: 24


Total Qs: 362+

NA
SHSTTON
61
Solv. Corr.
55
Solv. In. Corr.
116
Attempted
0 M:10 S
Avg. Time

81 / 362

Choose the correct option.

What page replacement algorithm has minimum number of page faults ?


Aframe-allocation algorithm

Boptimal page-replacement algorithm

CLRU page-replacement algorithm

DNone of these

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
66
Solv. Corr.
143
Solv. In. Corr.
209
Attempted
0 M:0 S
Avg. Time

82 / 362

Choose the correct option.

What is the use of virtual base class in c++


AMultiple lines between derived classes.

BMultiple lines between base classes.

Cinheritance

DNone of these

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
25
Solv. Corr.
20
Solv. In. Corr.
45
Attempted
0 M:0 S
Avg. Time

83 / 362

Choose the correct option.

Assignment operator targets to _____


Ar-value

Bl-value

Cboth

DNone

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
5
Solv. Corr.
0
Solv. In. Corr.
5
Attempted
0 M:0 S
Avg. Time

84 / 362

When the function is called where the return address is stored?


AHeap

Bdata

CStack

DNone of these

 View Answer |  Submit Your Solution | Topic: Uncategorized| Asked In Wipro |

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
4
Solv. Corr.
27
Solv. In. Corr.
31
Attempted
0 M:6 S
Avg. Time

85 / 362

int zap (int n)
{
if (n<=1)then zap=1;
else zap=zap(n-3)+zap(n-1);
}
then the call zap(6) gives the values of zap


A8

B6

C9

D12

E15

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
37
Solv. Corr.
33
Solv. In. Corr.
70
Attempted
0 M:0 S
Avg. Time

86 / 362

Choose the correct option.

A byte addressable computer has memory capacity of 2 power m Kbytes and can perform 2 power n operations an instruction involving three operands and one operator needs maximum of___________ bits


A3m_n^2

B3m

C3m + n

DNone of the these

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
259
Solv. Corr.
505
Solv. In. Corr.
764
Attempted
0 M:14 S
Avg. Time

87 / 362

Choose the correct option.

The worst case time complexity of AVL tree is better in comparison to binary search tree for


ASearch and Insert Operations

BSearch and Delete Operations

CInsert and Delete Operations

DSearch, Insert and Delete Operations

Answer: Option D

Explanation:

Search is O(log N) since AVL trees are always balanced. Insertion and deletions are also O(logn) where as in case of BST it is O(n).

Submit Your Solution

Tags: Wipro

NA
SHSTTON
22
Solv. Corr.
49
Solv. In. Corr.
71
Attempted
0 M:24 S
Avg. Time

88 / 362

Choose the correct option.

Which of the following is the most preferred way of throwing and handling exceptions?


AThrow by value and catch by reference.

BThrow by reference and catch by reference.

CThrow by value and catch by value

DThrow the pointer value and provide catch for the pointer type.

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
5
Solv. Corr.
49
Solv. In. Corr.
54
Attempted
0 M:32 S
Avg. Time

89 / 362

Choose the correct option.

Which of the following operators can be overloaded?


A.(dot or member access operator)

B& (address-of operator)

Csizeof operator

D?: (conditional operator)

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Wipro

NA
SHSTTON
42
Solv. Corr.
37
Solv. In. Corr.
79
Attempted
0 M:0 S
Avg. Time

90 / 362

Choose the correct option.

Objects created using new operator are stored in __ memory.


ACache

BHeap

CStack

DNone of the above.

Answer: Option B

Explanation:

"new" operator allocates memory dynamically in Heap

Submit Your Solution

Tags: Wipro


Here is the list of questions asked in Solved Placement Papers of Wipro Wipro aptitude questions. 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