PATNI Previous Years Solved Sample Placement Papers
-
Which of the following is the most powerful type of the computer?
A) mainframe
B) superconductor
C) microcomputer
D) supercomputer (Ans)
-
Software instructions intended to satisfy a user's specific processing needs are called?
A) system software
B) process software
C) documentation
D) application software (Ans)
-
The computer device primarily used to provide hardcopy is the?
A) CRT
B) line printer (Ans)
C) computer console
D) card reader
-
Give an example pertinent ______________ the case.
A) With
B) On
C) For
D) To (Ans)
-
Why is the implementation of stack operations on queues not feasible for a large dataset (Assume the number of elements in the stack to be n)?
A) Because of its time complexity O(n) (Ans)
B) Because of its time complexity O(log(n))
C) Extra memory is not required
D) There are no problems
-
Consider yourself to be on a planet where the computational power of chips is slow. You have an array of size 10. You want to enqueue some elements into this array. Push and pop operations both take 1 second respectively. The total time required to perform an enqueue operation is:
A) 20
B) 40
C) 42
D) 43 (Ans)
-
Which of the following statement is incorrect with respect to infix to postfix conversion algorithm?
a) Operand is always placed in the output
b) Operator is placed in the stack when the stack operator has lower precedence
c) Parenthesis are included in the output
d) Higher and equal priority operators follow the same condition
Answer: c
Explanation: Parentheses are not included in the output. They are placed in the operator stack and then discarded.
-
In infix to postfix conversion algorithm, the operators are associated from?
a) Right to left
b) Left to right
c) Centre to left
d) Centre to right
Answer: b
Explanation: In infix, prefix and postfix expressions, the operators are associated from left to right.
-
Choose the correct synonym out of the four choices given:
Lethargy:
A) Serenity
B) Listlessness
C) Impassivity
D) Laxity (Ans)
-
Emaciated:
A) Tall
B) Languid
C) Very thin (Ans)
D) Wise
-
Latent:
A) Concealed (Ans)
B) Apparent
C) Lethargic
D) Prompt
-
Which number replaces the question mark?
A: R
B: M
C: Q
D: W
Ans: C -
Which letter replaces the question mark?
A
B: O
C: M
D: E
Ans: A -
Which Grid replaces the question mark?
Ans: B -
Where should the minute hand be put on the bottom clock?
A: Hand pointing to 4
B: Hand pointing to 7
C: Hand pointing to 5
D: Hand pointing to 12
Ans: C -
Which letter replaces the question mark?
A: O
B: P
C: S
D: L
Ans: A -
Which Segment fills the gap to complete the puzzle?
Ans: 5 -
There is an escalator and 2 persons move down it. A takes 50 steps and B takes 75 steps while the escalator is moving down. Given that the time taken by A to take 1 step is equal to time taken by B to take 3 steps, find the number of steps in the escalator while it is stationary.
Ans: Not provided -
If I walk with 30 miles/hr I reach 1 hour before, and if I walk with 20 miles/hr I reach 1 hour late. Find the distance between 2 points and the exact time of reaching the destination is 11 am. Then find the speed with which I walk.
Ans: 120 miles and 24 miles/hr