1) Read the following information carefully and answer the questions below.
There are six children playing football, namely, Z, Y, X, W, V and U.
1. Z and V are brothers. 2. U is the sister of V. 3. X is the only son of Z’s uncle. 4. Y and W are daughters of the brother of X’s father.
How is W related to Z?
a. Uncle
b. Cousin
c. Sister
d. Niece
Answer
Explanation
|
ANSWER: Cousin
Explanation: W’s father is the brother of X’s father and X’s father is Z’s uncle. So, W’s father is also Z’s uncle.
Thus, W is Z’s cousin.

|
|
2) Read the following information to answer the given questions- Raja walked 10 m from A to B in the East.
- Then he turned to the right and walked 3 m.
- Again, he turned to the right and walked 14 m.
How far is Raja from A?
a. 8 m
b. 10 m
c. 12 m
d. 14 m
|
3) Name the lady who succeeded Mother Teresa as the head of Missionaries of Charity & died on 22 June 2015 following a prolonged illness in Kolkata?
a. Nirmala Rani
b. Nirmala Singh
c. Nirmala Thapa
d. Nirmala Joshi
Answer
Explanation
|
ANSWER: Nirmala Joshi
Explanation: On 13 March 1997, six months before Mother Teresa's death in 1997, Sister Nirmala was chosen as the Superior General of the Missionaries of Charity. In April 2009, Sister Mary Prema was elected to succeed Sister Nirmala during a general chapter held in Calcutta.
|
|
4) 1, 11, 34, 77, 143, ?
a. 233
b. 235
c. 236
d. 237
Answer
Explanation
|
ANSWER: 237
Explanation: The given series is a triangular pattern series
 The next term should be – 143 + (66 + 23 + 5 ) = 143 + 94 = 237
|
|
5) The question given below has a set of three or four statements. Each set of statements is further divided into three segments. Choose the alternative where the third segment in the statement can be logically deduced using both the preceding two, but not just from one of them.
Statement - I. Some pens are books. II. All temples are books. III. Some libraries are temples.
Conclusion - I. Some libraries are pens. II. Some pens are temples. III. Some libraries are books.
a. Only I follows
b. Only II follows
c. None follows
d. Only I and II follows
e. Both II and III follow
|
6) The following question consists of some Problem Figures followed by other figures marked 1, 2, 3, 4 called the Answer Figures.
Find out the correct answer figure that should come next in the sequence of problem figures.
a. 1
b. 2
c. 3
d. 4
Answer
Explanation
|
ANSWER: 1
Explanation: Starting from left to right, the figures are rotated by 180 degree (flipped vertically), one by one in a set order. The answer figure should be figure 1.
|
|
7) The sum of four consecutive integers is 1290. The greatest of them is?
a. 321
b. 322
c. 323
d. 324
|
8) Which validation control in ASP.NET can be used to determine if the data is entered into a TextBox control is of type Currency?
a. ValidationSummary
b. CompareValidator
c. RequiredFieldValidator
d. None of the above.
Answer
Explanation
|
ANSWER: CompareValidator
Explanation: No explanation is available for this question!
|
|
9) Which of the following Web.config files correctly enables the Web application to track the LastVisit of anonymous users in a variable of type DateTime?
a. <anonymousIdentification enabled="true"/> <profile> <properties> <add name="LastVisit" type="System.DateTime" allowAnonymous="true" /> </properties> </profile>
b. <anonymousIdentification enabled="true"/> <profile> <properties> <add name=" LastVisit " allowAnonymous="true" /> </properties> </profile>
c. <anonymousIdentification enabled="true" /> <profile> < properties> < add name=" LastVisit " type="System. DateTime " /> </properties> </profile>
d. <profile> <properties> <add name="LastVisit" type="System. DateTime "/> </properties> </profile>
Answer
Explanation
|
ANSWER: <anonymousIdentification enabled="true"/> <profile> <properties> <add name="LastVisit" type="System.DateTime" allowAnonymous="true" /> </properties> </profile>
Explanation: No explanation is available for this question!
|
|
10) 8 men can paint a house in 12 days. However, 12 women can paint the same house in 16 days. 16 men started painting the house. After 3 days of painting, 10 men were replaced by 4 women. Now how many days will they take to complete the remaining painting?
a. 8 days
b. 10 days
c. 12 days
d. 6 days
|