Infosys Solved Papers

Solved Verbal Questions from Infosys Placement Papes - Part I
1) Which of the following is an appropriate synonym for the word Debauch ?

a) Demoralize
b) Encourage
c) Cultivate

Answer: a) Demoralize

2) Find the synonym of Decreed ?

a) made up one's...

1) Find the antonym for gaurish.

a) Cheap
b) Flashy
c) Costly

Answer: a) Cheap

2) Choose an appropriate antonym for the word deliberate.

a) unintended
b) targeted
c) focussed

Answer: a) Unintended

3) Choose the antonym for Sorrow...

Here are some solved Infosys placement paper questions.

1)void main()
{
int i;
for(i=1;i<4,i++)
switch(i)
case 1: printf("%d",i);break;
{
case 2:printf("%d",i);break;
case 3:printf("%d",i);break;
}...

1)void main()
{
int const * p=5;
printf("%d",++(*p));
}

a) Compiler Error
b) Linker Error
c) Runtime Error

Answer is compiler Error

2)main()
{
int i=3;
switch(i)
{
...


1) Lucia is a wonderful grandmother. Her age is between 50 and 70.Each of her sons have as many sons as they have brothers. Their combined number gives Lucia

a)55
b)64
c)73

Answer is 64

2) Complete the...

Here are some solved questions from Infosys Placement Papers

1) A ship went on a voyage after 180 miles a plane statrted with 10 times speed that of the ship.Find the distance when they meet from starting point.

a)179 miles
b)146 miles
c)200...

Here are some computer science concepts questions from Infosys Placement Papers

1) In operating systems Which of the following actions trigger context switching ?

a) system call
b) divide by zero exceptions
c) all of the above

...

1) Which is the smallest addressable unit of memory?

a) 1 bit
b) 1 byte
c) 1 word

Answer is 1 bit

2) What is the size of the memory unit, WORD ?

a) CPU specific
b) 1 byte
c) 2 bytes

Answer is CPU...

1) If x and y are the two digits f the number 653xy such that this number is divisible by 80, then x+y is equal to:

(i) 2
(ii) 3
(iii) 4
(iv) 6

Answer is :

Since 653xy is divisible by 2 as well as by 5, so y = 0
Now 653x0 is divisible by 8...


1) Can you find out what day of the week was January 12, 1979?

Ans. Friday.

2) Find x+2y

(i). x+y=10
(ii). 2x+4y=20

Ans: (b)

3) Is angle BAC is a right angle

(i)...