Quant Exam  >  Quant Tests  >  IBM Written Test Paper 2 - Quant MCQ

IBM Written Test Paper 2 - Quant MCQ


Test Description

20 Questions MCQ Test - IBM Written Test Paper 2

IBM Written Test Paper 2 for Quant 2024 is part of Quant preparation. The IBM Written Test Paper 2 questions and answers have been prepared according to the Quant exam syllabus.The IBM Written Test Paper 2 MCQs are made for Quant 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for IBM Written Test Paper 2 below.
Solutions of IBM Written Test Paper 2 questions in English are available as part of our course for Quant & IBM Written Test Paper 2 solutions in Hindi for Quant course. Download more important topics, notes, lectures and mock test series for Quant Exam by signing up for free. Attempt IBM Written Test Paper 2 | 20 questions in 40 minutes | Mock test for Quant preparation | Free important questions MCQ to study for Quant Exam | Download free PDF with solutions
*Answer can only contain numeric values
IBM Written Test Paper 2 - Question 1

One person travelled 4 laps with the speed of 10, 20,40 ( or 30) and 60 kmph and what is the average speed.


IBM Written Test Paper 2 - Question 2

Like one student takes 20 mins if he go with speed 15kmph and at what speed he should go to reach in 15 mins (nos are not same) 

1 Crore+ students have signed up on EduRev. Have you? Download the App
IBM Written Test Paper 2 - Question 3

In A,B,C are having some marbles with each of them. A has given B and C the same number of marbles each of them already have. Then, B gave C and A the same number of marbles they already have. Then C gave A and B the same number of marbles they already have. At the end A, B, and C have equal number of marbles.

Q. If x,y,z are the marbles initially with A,B,C respectively. Then the number of marbles B have at the end

IBM Written Test Paper 2 - Question 4

In A,B,C are having some marbles with each of them. A has given B and C the same number of marbles each of them already have. Then, B gave C and A the same number of marbles they already have. Then C gave A and B the same number of marbles they already have. At the end A, B, and C have equal number of marbles.

Q. If the total number of marbles are 72, then the number of marbles with A at the starting

*Answer can only contain numeric values
IBM Written Test Paper 2 - Question 5

If a car starts from A towards B with some velocity. Due to some problem in the engine after travelling 30km, the car goes with 4/5 th of its actual velocity The car reaches B 45 min later to the actual time.If the car engine fails ofter travelling 45km, the car reaches the destination B 36min late to the actual time What is the initial velocity of car and what is the distance between A and B in km


IBM Written Test Paper 2 - Question 6

In a class, except 18 all are above 50 years.15 are below 50 years of age. How many people are there

IBM Written Test Paper 2 - Question 7

In A,B,C are having some marbles with each of them. A has given B and C the same number of marbles each of them already have. Then, B gave C and A the same number of marbles they already have. Then C gave A and B the same number of marbles they already have. At the end A, B, and C have equal number of marbles.

Q. (i) If x,y,z are the marbles initially with A,B,C respectively. Then the number of marbles B have at the end

IBM Written Test Paper 2 - Question 8

In A,B,C are having some marbles with each of them. A has given B and C the same number of marbles each of them already have. Then, B gave C and A the same number of marbles they already have. Then C gave A and B the same number of marbles they already have. At the end A, B, and C have equal number of marbles.

Q. If the total number of marbles are 72, then the number of marbles with A at the starting

IBM Written Test Paper 2 - Question 9

In UNIX a files i-node ......?


IBM Written Test Paper 2 - Question 10

The UNIX shell ....

IBM Written Test Paper 2 - Question 11

The very first process created by the kernal that runs till the kernal process is halts is

IBM Written Test Paper 2 - Question 12

Output of the following program is

main()

{int i=0;

for(i=0;i<20;i++)

{switch(i)

case 0:i+=5;

case 1:i+=2;

case 5:i+=5;

default i+=4;

break;}

printf("%d,",i);

}

}

IBM Written Test Paper 2 - Question 13

What is the output in the following program

main()

{char c=-64;

int i=-32

unsigned int u =-16;

if(c>i)

{printf("pass1,");

if(c

printf("pass2");

else

printf("Fail2");

}

else

printf("Fail1);

if(i

printf("pass2");

else

printf("Fail2")

}

IBM Written Test Paper 2 - Question 14

In the process table entry for the kernel process, the process id value is

IBM Written Test Paper 2 - Question 15

Which of the following API is used to hide a window

IBM Written Test Paper 2 - Question 16

What will the following program do?

void main()

{

int i;

char a[]="String";

char *p="New Sring";

char *Temp;

Temp=a;

a=malloc(strlen(p) + 1);

strcpy(a,p); //Line number:9//

p = malloc(strlen(Temp) + 1);

strcpy(p,Temp);

printf("(%s, %s)",a,p);

free(p);

free(a);

} //Line number 15//

IBM Written Test Paper 2 - Question 17

In the following code segment what will be the result of the function,value of x , value of y

{unsigned int x=-1;

int y;

y = ~0;

if(x == y)

printf("same");

else

printf("not same");

}

IBM Written Test Paper 2 - Question 18

What will be the result of the following program?

char *gxxx()

{static char xxx[1024];

return xxx;

}

main()

{char *g="string";

strcpy(gxxx(),g);

g = gxxx();

strcpy(g,"oldstring");

printf("The string is : %s",gxxx());

}

IBM Written Test Paper 2 - Question 19

Which function is the entry point for a DLL in MS Windows 3.1

IBM Written Test Paper 2 - Question 20

The standard source for standard input, standard output and standard error is

Information about IBM Written Test Paper 2 Page
In this test you can find the Exam questions for IBM Written Test Paper 2 solved & explained in the simplest way possible. Besides giving Questions and answers for IBM Written Test Paper 2, EduRev gives you an ample number of Online tests for practice
Download as PDF