You are on page 1of 2

Aptitude Questions

Question 1 : Look at this series: 2, 1, (1/2), (1/4), ….. What number should come next ?

 (A). (1/3)
 (B). (1/8)
 ©. (2/8)
 (D). (1/16)

Question 2 : Look at this series: 7, 10, 8, 11, 9, 12, …… What number should come next ?
 (A). 7
 (B). 10
 ©. 12
 (D). 13

Question 3 : Look at this series: 36, 34, 30, 28, 24, …. What number should come next ?

 (A). 20
 (B). 22
 ©. 23
 (D). 26

Question 4 : SCD, TEF, UGH, _____, WKL


 (A). CMN
 (B). UJI
 ©. VIJ
 (D). IJT

Question 5: FAG, GAF, HAI, IAH, _____ .


 (A). JAK
 (B). HAL
 ©. HAK
 (D). JAI

Question 6: Vincent has a paper route. Each morning, he delivers 37 newspapers to customers in his
neighborhood. It takes Vincent 50 minutes to deliver all the papers. If Vincent is sick or has other plans, his friend
Thomas, who lives on the same street, will sometimes deliver the papers for him.

 (A). Vincent and Thomas live in the same neighborhood.


 (B). It takes Thomas more than 50 minutes to deliver the papers.
 ©. It is dark outside when Vincent begins his deliveries.
 (D). Thomas would like to have his own paper route.

Question 7: A train running at the speed of 60 km/hr crosses a pole in 9 seconds. What is the length of the
train ?

 (A). 120 metres.


 (B). 180 metres
 ©. 324 metres
 (D). 150 metres

Question 8 : A train 125m long passes a man, running at 5 km/hr in the same direction in which the train is
going, in 10 seconds. The speed of the train is:
 (A). 45 km/h
 (B). 50km/h
 ©. 54 km/h
 (D). 55 km/h

Question 9: Two trains running in opposite directions cross a man standing on the platform in 27 seconds
and 17 seconds respectively and they cross each other in 23 seconds. The ratio of their speeds is:

 (A). 1 : 3
 (B). 3 : 2
 ©. 3 : 4
 (D). None of these

Question 10 : Which class does not override the equals() and hashCode() methods, inheriting them directly
from class Object?

 (A). java.lang.String
 (B). java.lang.Double
 ©. Java.lang.StringBuffer
 (D). java.lang.Character

Question 11 : Which collection class allows you to grow or shrink its size and provides indexed access to its
elements, but whose methods are not synchronized?

 (A). java.util.HashSet
 (B). java.util.LinkedHashSet
 ©. Java.util.List
 (D). java.util.ArrayList

Question 12 : Which interface does java.util.Hashtable implement?

 (A). java.util.Map
 (B). java.util.List
 ©. Java.util.HashTable
 (D). java.util.Collection

You might also like