Questions

Q:

Which animal exclusively eat only eucalyptus leaves and nothing else

A) Koala B) Greater Glider
C) Common Wombat D) kangaroo
 
Answer & Explanation Answer: A) Koala

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds

89 12779
Q:

Guess the Word in WordPuzzle challenge ?

17309597_1240857999354635_5876598326824702189_n1500012370.jpg image

A) Management B) Managment
C) Manager D) None
 
Answer & Explanation Answer: A) Management

Explanation:

From the given hints,

MANAGEMENT satisfies.

Report Error

View Answer Report Error Discuss

Filed Under: Word Puzzles

65 12763
Q:

Which liquid is the most viscous?

A) Water B) Diesel
C) Milk D) Oil
 
Answer & Explanation Answer: D) Oil

Explanation:

Here Oil is the most viscous liquid.

The liquid with the most intermolecular force is high viscous. viscosity is how smoothly a liquid flows and how hardly the liquid flows it is highly viscous.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

16 12756
Q:

India nationalised 14 major commercial banks in 1969 with deposits not less than 

A) Rs. 10 crore each B) Rs. 25 crore each
C) Rs. 50 crore each D) Rs. 100 crore each
 
Answer & Explanation Answer: C) Rs. 50 crore each

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

46 12749
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

16 12746
Q:

Agrostology is the study of

A) Seed of oil B) Crop
C) Grass D) Fruits
 
Answer & Explanation Answer: C) Grass

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

86 12718
Q:

Sandal Wood trees are mostly found in____

A) Trophical Evergreen Forests B) Tropical most Decidous
C) Alpine forests D) Trophical Thorn Forests
 
Answer & Explanation Answer: D) Trophical Thorn Forests

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

13 12702
Q:

The germans calls this the 'spider monkey' and the italians call it the 'snail'.Which symbol is this?

A) + B) @
C) $ D) #
 
Answer & Explanation Answer: B) @

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank Clerk

66 12697