Sample Question Paper

Infosys Sample Placement Paper & Questions

Preparing for the Infosys exam, a standardized assessment conducted by Infosys Limited requires a thorough understanding of the test format, typical questions, and strategic preparation.

Scroll down to practice the latest Infosys Placement Paper & Questions.

Infosys Placement Questions - Sample Question Paper

46.

46. Which number should replace the question mark in the series:
14, 17, 22, 29, ?

40

39

38

43

47.

47. If the sum of digits of a number 3Q6 is 9 then Q is ____.

Three

Two

One

Zero

48.

48. If X + X + X =33; X + Y + Y = 31 then X + Y = ?

21

18

16

12

49.

49. The missing number in the sequence :
25, 36, 49, ?, 81 is ___.

64

60

72

68

50.

50. What will happen when the following pseudocode is executed?

Set Integer Emp_no=101

Set Integer salary=0

While (Emp_no=501)

salary=salary+100

display salary

end-while

Code executes successfully and the value of salary is displayed once.

Code executes successfully and nothing is displayed.

Code executes successfully and value of salary is displayed infinite number of times.

Compile time error.

51.

51. What will happen when the following program is executed?

Set Integer res=0do

--res

display res

res++

while(res>=0)

end do-while

Code will run infinite number of times.

The program will not enter the loop.

Code will execute and value of res will be displayed twice.

Code will execute and value of res will be displayed once.

52.

52. How many times will ‘#’ be displayed?

for m = 0 to 4 step 1 dofor n=0 to 4 step 1 do

display '#'end-forif(m==2) then dobreakend-ifend-for

15

1

2

8

53.

53. What will be the output of the following pseudocode?

for i=0 to 4 step 1 do

If i==i++ + --i then do

display i

end-ifend-for

0

3

1

2

54.

54. What will be the output of the following pseudocode?

Set Character c='7'switch(c)

case '1': display "One"case '7': display "Seven"case '2': display "Two"default: display "Hello"break

end-switch

SevenTwoHello

OneHello

SevenTwo

Seven

55.

55. What will be the output of the following pseudocode?

Integer a, b, e

Set a = 4, b = 3 , c = 1

if(a>> (c-1) && b << (c + 1))

a = a+c

Else

b = a << c

End if

Print a — b + c

3

5

8

None of these

56.

56. What will be the output of the following pseudocode?

Integer a, p

Set a = 5

a = a+1

a = a * 2

a = a/2

p = a / 5 + 6

print p

0

1

2

7

57.

57. What will be the output of the following pseudocode?

Integer a, b, c

Set b = 8, a = 2

c = a^b

if(( c ^ b))

b = 0

End if

Print b

3

0

10

2

58.

58. What will be the output of the following pseudocode?

Integer a, b, c

Set b = 40, a = 20, c = 20

a = a+c

c = c+a

a = a+c

c = c + a

Print a + b + c

40

100

300

None of these

59.

59. What will be the output of the following pseudocode?

Integer a, b

set a = 1, b = 1

a = (a ^ 1) & (1) + (b ^ 1) & (1)

Print a+b

1

2

0

None of these

4 of 4

Frequently Asked QuestionsFAQ

Are the provided sample questions from previous Infosys exams?

No, the provided sample questions are not from previous exams but closely resemble the Infosys exam pattern and are designed by expert teachers in the field.

How similar are the sample questions to the actual questions in the Infosys exam?

The sample questions are very similar to the actual questions in the Infosys exam as they are designed by experienced teachers in the industry.

How regularly are Infosys sample question papers updated to align with the current exam pattern?

The Infosys sample question papers are frequently updated to align with the current exam pattern.

What is the difficulty level of the Infosys exam?

The difficulty level of the Infosys exam can range from moderate to challenging.

Is switching allowed between questions in a particular section?

No, candidates cannot switch between questions within a particular section during the Infosys exam.

Is there a negative marking in the Infosys exam?

There is no negative marking in the Infosys exam.

What will be the mode of the Infosys exam?

The Infosys exam is conducted online.