Questions

Q:

Rearrange the parts of the sentence in correct order.


Today, however, when one in four rural Indians

P-in identifying the poor are far greater
Q-is poor, our chances of being wrong
R-and one in six urban Indians

A) PRQ B) RQP
C) QRP D) QPR
 
Answer & Explanation Answer: B) RQP

Explanation:
Report Error

View Answer Report Error Discuss

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

0 73542
Q:

Read each sentence to find out whether there is any error in any part

I am senior(a) than him(b) by two years(c). No error.(d)

A) a B) b
C) c D) d
 
Answer & Explanation Answer: B) b

Explanation:

With certain words like, be senior to, be junior to, be superior to, be inferior to, etc. is always followed by ‘to’. Thus, the correct sentence would be, ‘I am senior to him by two years’.

 

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 73508
Q:

Improve the bracketed part of the sentence.

Usually the climate in the Northern parts of India is cooler (from) the Southern parts.

A) as B) to
C) than D) no improvement
 
Answer & Explanation Answer: C) than

Explanation:
Report Error

View Answer Report Error Discuss

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

0 73475
Q:

Rearrange the parts of the sentence in correct order.

This is where clear,

P-well-publicized editorial guidelines are
Q-precisely formulated, and
R-badly needed in Indian newsrooms

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 73470
Q:

Choose the word that best defines the given phrases:-

To get into hot waters

A) To be impatient B) To suffer a huge financial loss
C) To get into trouble D) To be in a confused state of mind
 
Answer & Explanation Answer: C) To get into trouble

Explanation:

To get into hot waters means to get into trouble. Example: The young boy got into hot water with his parents when he had a fight at school.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 73463
Q:

Rearrange the parts of the sentence in correct order.

 

Endothelial cells

 

P : the damaged cell

Q : restoring circulation to

R : are useful in

 

A) QRP B) QPR
C) RQP D) PRQ
 
Answer & Explanation Answer: C) RQP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 73434
Q:

Rearrange the parts of the sentence in correct order.

 

A truly free nation will

P-will fail in the marketplace of ideas
Q-destruction as a bad idea that
R-confidently view even its advocated

 

A) QRP B) QPR
C) PRQ D) RQP
 
Answer & Explanation Answer: D) RQP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 73410
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 73379