Questions

Q:

Minute hand overlaps hour hand in 65 mins. In how many days it will gain 1440 hours ?

A) 57 days B) 58 days
C) 60 days D) 61 days
 
Answer & Explanation Answer: C) 60 days

Explanation:

In this problem , it has considered that 65 mins = 1hr
So mins has increased by 5 mins so multiply 5 x 24 = 120 mins extra ,
That is now per day it adds 2hr extra, so divide 1440/26 = 59.384 days =~ 60 days.

Report Error

View Answer Report Error Discuss

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

36 6543
Q:

Solve this logical Math puzzle?

logical_thinking_puzzle1536132282.jpg image

Answer

Let that something be 'x'


From the given data,


x + x/5 = 21


5x + x/5 = 21


6x = 21 x 5


=> x = 17.5


 


Hence, that something is x = 17.5.

Report Error

View answer Workspace Report Error Discuss

9 6542
Q:

Which color has the highest frequency?

A) Violet B) Red
C) Indigo D) Green
 
Answer & Explanation Answer: A) Violet

Explanation:

In VIBGYOR. It has colors ordered from highest to lowest frequency.

 

              Violet > Indigo > Blue > Green > Yellow > Orange > Red

 

That says Violet has the highest frequency.

We know, Speed of light = Frequency x Wavelength

=> As frequeny is inversely proportional to wavelength i.e, as frequwncy goes high wavelength goes down.

 

So, the violet color has the highest frequency.

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

3 6542
Q:

The main constituent of biogas is

A) Butane B) Methane
C) Hydrogen Sulphide D) Carbondioxide
 
Answer & Explanation Answer: B) Methane

Explanation:

The main constituent of biogas is methane (55-70%), CO2 (30-45%) and some traces of gases such as H2S and ammonia.

Biogas is produced under anaerobic conditions; the process is denominated as anaerobic digestion.

Report Error

View Answer Report Error Discuss

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

4 6538
Q:

The question of disqualification of a member of a State Legislature shall be decided by the Governor after consultation with the 

A) Chief Minister B) Election Commission
C) Supreme Court D) Public Service Commission
 
Answer & Explanation Answer: B) Election Commission

Explanation:

Article 192

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

11 6537
Q:

Cache memory acts between

A) CPU and Hard disc B) RAM and ROM
C) CPU and RAM D) None of the above
 
Answer & Explanation Answer: C) CPU and RAM

Explanation:

Cache memory is an extremely fast memory type that stores data so that future requests for that data can be served faster. It acts as a buffer between RAM and the CPU. It holds frequently requested data and instructions so that they are immediately available to the CPU when needed.

Report Error

View Answer Report Error Discuss

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

3 6537
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

6 6535
Q:

Water has maximum density at............

A) 0 C B) -15 C
C) 4 C D) 15 C
 
Answer & Explanation Answer: C) 4 C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

11 6530