Questions

Q:

Rearrange the parts of the sentence in correct order.

 

For ages,

P : the Indian psyche has been

Q : geared towards devoting one’s life

R : to the welfare of all

 

A) PQR B) RPQ
C) QPR D) PRQ
 
Answer & Explanation Answer: A) PQR

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76019
Q:

Key, Door, Lock, Room, Switch on

Arrange the words given above in a meaningful sequence.

A) 4, 2, 1, 5, 3 B) 1, 3, 2, 4, 5
C) 5, 1, 2, 4, 3 D) 1, 2, 3, 5, 4
 
Answer & Explanation Answer: B) 1, 3, 2, 4, 5

Explanation:

The given words to be placed in a logical sequence. Here if you want to swith on a light or fan in a room, the sequence you follow must be like

Key,

Lock ,

Door,

Room, Swith on.

Key,_Door,_Lock,_Room,_Switch_on1553580788.jpg image

Take the key and open the lock of a door in a room and then swith on.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

75 75975
Q:

What is measured with the Nephometer?

 

A) volume of rainfall B) Cloud volume and speed
C) Salinity of Sea D) All options are correct.
 
Answer & Explanation Answer: B) Cloud volume and speed

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

4 75939
Q:

The term "Smart Money" broadly refers to ___________.

 

A) Foreign currency B) Internet banking
C) U.S. Dollars D) Travellers’ cheques
 
Answer & Explanation Answer: B) Internet banking

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 75926
Q:

Rearrange the parts of the sentence in correct order.

Technology for
P-tracking droughts has
Q-grown in leaps and bounds
R-forecasting and

A) RQP B) PQR
C) RPQ D) QRP
 
Answer & Explanation Answer: C) RPQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 75818
Q:

Rearrange the parts of the sentence in correct order.


We must urgently


P-ethics that respects, and responds
Q-humanely to, the strangers in our cities
R-and consciously develop a new

A) RQP B) PQR
C) RPQ D) QRP
 
Answer & Explanation Answer: C) RPQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT

0 75812
Q:

Rearrange the parts of the sentence in correct order.

Today India looks

P : to be on course

Q : of developed nations

R : to join the league

A) PRQ B) QRP
C) RPQ D) PQR
 
Answer & Explanation Answer: A) PRQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 75763
Q:

public abstract interface Frobnicate { public void twiddle(String s); } 

Which is a correct class?

A) public abstract class Frob implements Frobnicate { public abstract void twiddle(String s) { } } B) public abstract class Frob implements Frobnicate { }
C) public class Frob extends Frobnicate { public void twiddle(Integer i) { } } D) public class Frob implements Frobnicate { public void twiddle(Integer i) { } }
 
Answer & Explanation Answer: B) public abstract class Frob implements Frobnicate { }

Explanation:

B is correct, an abstract class need not implement any or all of an interface’s methods

Report Error

View Answer Report Error Discuss

Filed Under: Programming

22 75736