[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

65.03K

Tot. Mock Test: 1


Total Qs: 40+

NA
SHSTTON
435
Solv. Corr.
157
Solv. In. Corr.
592
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
150
Solv. Corr.
251
Solv. In. Corr.
401
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.
291
Solv. In. Corr.
424
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
985
Solv. Corr.
478
Solv. In. Corr.
1463
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
190
Solv. Corr.
200
Solv. In. Corr.
390
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
135
Solv. Corr.
196
Solv. In. Corr.
331
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
90
Solv. Corr.
182
Solv. In. Corr.
272
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.
258
Solv. In. Corr.
336
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.
204
Solv. In. Corr.
330
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
351
Solv. Corr.
140
Solv. In. Corr.
491
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