Analyst Questions


Q:

Which is the gas used for making vegetables and vanaspathi from vegetable oils?

A) Hydrogen B) Nitrogen
C) Argon D) Helium
 
Answer & Explanation Answer: A) Hydrogen

Explanation:

Hydrogen gas is used for making vegetables and vanaspathi from vegetable oils.

As it is colourless, odourless, tasteless, flammable gaseous substance, it is added to oils to make them more solid or spreadable.

The use of hydrogenation helps to prolong the shelf life of the food and maintain flavour stability.

Report Error

View Answer Report Error Discuss

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

25 13725
Q:

How long are professional Golf Tour Players allotted per shot?

A) 22 seconds B) 36 seconds
C) 41 seconds D) 45 seconds
 
Answer & Explanation Answer: D) 45 seconds

Explanation:

Professional Golf Tour Players were allotted 45 seconds per shot.

Report Error

View Answer Report Error Discuss

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

38 13692
Q:

How many joining conditions are required to join 4 tables in SQL?

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: C) 3

Explanation:

To join 'n' tables 'n-1' conditions should be satisfied.

So to join 4 tables 3 conditions should be satisfied.

Report Error

View Answer Report Error Discuss

38 13674
Q:

40% of 265 + 35% of 180 = 50% of ?

A) 383 B) 338
C) 84.5 D) 253.5
 
Answer & Explanation Answer: B) 338

Explanation:

We know that 40% = 25

 

40% of 265 + 35% of 180 = 50% ?

 

25 x 265 + 35% of 180 = 50% ?

 

We know that (35% of 180 = 180% of 35) & 180% = 95

 

25 x 265 + 95 x 35 = 50% ?

 

106 + 63 = 50% ?

 

?= 2 x 169 = 338.

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

10 13644
Q:

If log72 = m, then log4928 is equal to ?

A) 1/(1+2m) B) (1+2m)/2
C) 2m/(2m+1) D) (2m+1)/2m
 
Answer & Explanation Answer: B) (1+2m)/2

Explanation:

log4928 = 12log77×4

 

= 12+122log72
= 12+log72
12 + m
1+2m2.

Report Error

View Answer Report Error Discuss

Filed Under: Logarithms
Exam Prep: GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

63 13641
Q:

Which tank will fill first?

which_tank_will_be_first_filled1559193031.jpg image

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

Explanation:

From the given diagram,

Tank 10 will be first filled because from tank 1 it will go through tank 4 and tank 10.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

66 13605
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 13527
Q:

What can you serve but not eat or drink?

Answer

A tennis ball or badminton shuttle in which we can serve a ball or kock but we cannot eat it.


badminton1585559482.jpg image

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

31 13499