Questions

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 76058
Q:

Rearrange the parts of the sentence in correct order

The last issue

P-can bend policy by virtue of its control over its users
Q-how a powerful monopoly
R-we need to examine is

 

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 76047
Q:

Rearrange the parts of the sentence in correct order.

 

P: Children with good manners are liked by one and all.
Q: They are appreciated even by strangers.
R: All round development of a child is possible only if a child is groomed in good manners.
S: Therefore, the public schools lay great emphasis on the cultivation of good manners in their students.

A) PQRS B) QPSR
C) RSQP D) SRPQ
 
Answer & Explanation Answer: A) PQRS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 75992
Q:

Rearrange the parts of the sentence in correct order.

 

Elections are likely to be held

P-­in 2017 once law and order
Q-­time frame has been set
R-­is restored though no

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 75954
Q:

Rearrange the parts of the sentence in correct order.

The architecture

P-was designed to promote
Q-of the Internet
R-connectivity, not security

 

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 75949
Q:

Which of the following is used in making perfumes as well as flavouring agents?

 

A) Esters B) Ethanol
C) Methanol D) Ethanoic acid
 
Answer & Explanation Answer: A) Esters

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

4 75889
Q:

Rearrange the parts of the sentence in correct order.

 

He spent a third

P­-was of any consequence
Q­-made sure that none of them
R­-of the time describing his tax proposals, but

 

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 75824
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 75772