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

Commvault Aptitude Test Question with Answers

76.93K

Tot. Mock Test: 1


Total Qs: 40+

NA
SHSTTON
439
Solv. Corr.
158
Solv. In. Corr.
597
Attempted
0 M:36 S
Avg. Time

21 / 40

Choose the correct option.

Which of the following algorithm is used for deadlock avoidance?


AGreedy

BBankers

CBackTracking

DDivide and Conquer

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

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

22 / 40

Which statement is wrong given the following code?
int a[] = {5,  7,  9},  *p =  a, b;

Ab = *p++;

Bb = *++p++;

Cb = *++p;

Db = ++*p, **p++;

Answer: Option B

Explanation:

error: lvalue required as increment operand

Submit Your Solution

Tags: Commvault

NA
SHSTTON
133
Solv. Corr.
294
Solv. In. Corr.
427
Attempted
0 M:0 S
Avg. Time

23 / 40

What is the meaning of a static function in C?

AIt is local to a file in which it is declared

BIt is local to main()

CThe set of variables used in the function is 'static'

DAll the linked files can access it

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Commvault

NA
SHSTTON
990
Solv. Corr.
479
Solv. In. Corr.
1469
Attempted
0 M:14 S
Avg. Time

24 / 40

Choose the correct option.

Which of the following algorithmic paradigm is used in the merge sort?


ADynamic Programming

BBackTracking

CGreedy method

DDivide and Conquer

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
191
Solv. Corr.
201
Solv. In. Corr.
392
Attempted
0 M:1 S
Avg. Time

25 / 40

Choose the correct option.

Which of the following is a valid bit field declaration?


Astruct a {int *var : 5; }test;

Bstruct a {int var : 0; }test;

Cstruct a {int var[3) : 10;}test;

Dstruct a {int : 0;}test;

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Commvault

NA
SHSTTON
136
Solv. Corr.
197
Solv. In. Corr.
333
Attempted
0 M:0 S
Avg. Time

26 / 40

What is the output of the program?

#include
void main () {
unsigned char C = 32;
printf("%d %d", C^=C, !(C & 128) && !(C & 1));
}


A0 1

B1 0

C0 0

D0 32

Answer: Option A

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Commvault

NA
SHSTTON
91
Solv. Corr.
183
Solv. In. Corr.
274
Attempted
0 M:0 S
Avg. Time

27 / 40

What is the output of the program?
#include <stdio.h>
void main () {
int mat [4][5] = {1,2,3,4,5,6,7,8,9,10,11,12};
printf("%d %d ", *mat[*(mat[3] + 2)], 2[5 + 2[mat] - 3]);
}

A1 1

B1 0

C0 1

D0 0

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Commvault

NA
SHSTTON
78
Solv. Corr.
259
Solv. In. Corr.
337
Attempted
0 M:0 S
Avg. Time

28 / 40

What is the output of the program?
#include <stdio.h>
#include<string.h>
void main ()
{
char str[][5] = {{'h','e','l','l'}, {'w','e','l','l'}};
printf("\n %s ", strncpy (*str, *(str + 1), 0));
}

Aell

Bwell

Cwel

Dhell

Answer: Option D

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Commvault

NA
SHSTTON
126
Solv. Corr.
205
Solv. In. Corr.
331
Attempted
0 M:6 S
Avg. Time

29 / 40

What is the output of the program?
#include <stdio.h>
#include<string.h>

void main () {
char str[][5] = {{'h','e','l','l'}, {'w','e','l','l'}};
char str1[15] =    "All  is  ";
printf ("%s  ", strcat(strchr(str1,  'l'),  *(str+1)));
}

Alwell

Bllwell

Cll is well

Dl is well

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

NA
SHSTTON
353
Solv. Corr.
140
Solv. In. Corr.
493
Attempted
0 M:30 S
Avg. Time

30 / 40

Choose the correct option.

What is the technique of allocating memory during runtime on demand known as in C++?


ADynamic binding

BDynamic memory allocation

CLate binding

DRuntime polymorphism

Answer: Option B

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Commvault


Here is the list of questions asked in Commvault Aptitude Test Question with Answers Commvault Mock Test. Practice Commvault Written Test Papers with Solutions and take Q4Interview Commvault Online Test Questions to crack Commvault written round test. Overall the level of the Commvault 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 Commvault