Questions

Q:

Which bank has the tagline - Your Trusted Family Bank?

A) Indian Overseas Bank B) Dena Bank
C) Indian Bank D) Yes Bank
 
Answer & Explanation Answer: B) Dena Bank

Explanation:

Which_bank_has_the_tagline_Your_Trusted_Family_Bank1558506342.jpg image

Dena Bank Ltd was an Indian public sector bank with the tagline " Your Trusted Family Bank ". It was headquartered in Mumbai. The bank was founded in 1938 and the Indian government nationalized it in 1969.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

16 10325
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

7 10325
Q:

Heated saw dust catches fire when a drop of concentrated nitric acid is added to it. This is due to

A) dehydration B) oxidation
C) reduction D) dehydrogenation
 
Answer & Explanation Answer: B) oxidation

Explanation:

Saw dust contains carbon which is oxidised to carbon  dioxide by concentrated nitric acid;

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

30 10308
Q:

Mica is available abundantly in

A) Andhra Pradesh, Jharkand, Bihar B) Bihar, Gujarat, Telangana
C) Andhra Pradesh, Karnataka, Jharkand D) Telangana, Andhra Pradesh, Bihar
 
Answer & Explanation Answer: A) Andhra Pradesh, Jharkand, Bihar

Explanation:

According to 2005 - 2006 census - Jharkand

According to 2011 - 2012 census - Andhra Pradesh

 

are the highest producers of Mica in India.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

33 10307
Q:

Which is the only woman to have won the three Wimbledon titles in a row

A) Mari Pearey B) Miton
C) Sang Chan D) Steffi Graff
 
Answer & Explanation Answer: D) Steffi Graff

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

9 10304
Q:

Parenthesis is never required in Postfix or Prefix expressions

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Parenthesis is not required because the order of the operators in the postfix /prefix expressions determines the actual order of operations in evaluating the expression

Report Error

View Answer Workspace Report Error Discuss

Subject: Database
Job Role: Database Administration

3 10300
Q:

The reflex angle between the hands of a clock at 11:35 is ?

A) 137.5 degrees B) 222.5 degrees
C) 192.5 degrees D) 330 degrees
 
Answer & Explanation Answer: B) 222.5 degrees

Explanation:

Apply the formula for finding the angle:
Angle=(30h-(11/2)m( where m stands for minutes and h stands for hours)
Hence, 30x11 - 11/2x35 = 330 - 192.5 = 137.5 degrees
The reflex angle = 360 - 192.5 degree = 222.5 degrees.

Report Error

View Answer Report Error Discuss

Filed Under: Clock puzzles
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

29 10297
Q:

In a Certain Country 1/2 of 5 = 3. If the same proportion holds, what is the value of 1/3 of 10 ?

A) 4 B) 6
C) 8 D) 10
 
Answer & Explanation Answer: A) 4

Explanation:

Let 1310 = x 

=> 3x = 10

 

Given that 125=3

 

Therefore, 52x = 10 

 

=> x = 10/3 = 4.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank Clerk

20 10295