Questions

Q:

Rearrange the parts of the sentence in correct order.

 

P: It is said that the great poet Tulsi Dass composed it under divine inspiration.
Q: The Ramayana is a book of great social importance.
R: It is full of devotional songs besides tenets of social wisdom.
S: People read it and worship it.

A) PQRS B) RQPS
C) QPRS D) SPRQ
 
Answer & Explanation Answer: C) QPRS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76208
Q:

Rearrange the parts of the sentence in correct order.

Gandhi often

P-was unnecessary violence
Q-withdrew from an act of Satyagraha if he
R-felt there

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76203
Q:

Rearrange the parts of the sentence in correct order.

 

The Finance Minister, under

P­-whose supervision this
Q­-has not made any definite statement
R­-has taken place,

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76177
Q:

In the following question, choose the word opposite in meaning to the given word.

 

Profound

 

A) mysterious B) difficult
C) superfluous D) superficial
 
Answer & Explanation Answer: D) superficial

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76118
Q:

Improve the bracketed part of the sentence.

She could not cope (by) the heavy workload.

 

A) with B) of
C) up D) no improvement
 
Answer & Explanation Answer: A) with

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76030
Q:

Rearrange the parts of the sentence in correct order.

 

We need not
P-order to nurture true cosmopolitanism
Q-burden of loving each other in
R-place on ourselves the unbearable

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 76011
Q:

Rearrange the parts of the sentence in correct order.

The white American underclass is in thrall

P-and used heroin needles
Q-to a vicious, selfish culture
R-whose main products are misery

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 75967
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 75949