Questions

Q:

Puzzle : Clock

Divide the clock's face into three equal parts exactly with two lines. Therefore the sum of the numbers in the three equal parts should be same

Answer

Divide_the_clocks_face_into_three_equal_parts_exactly_with_two_lines1585547042.jpg image


 


26 + 26 + 26 = 78

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles Exam Prep: Bank Exams

141 16096
Q:

Who of the following kings was ardent follower of Jainism

A) Bimbisara B) Mahapadmananda
C) Kharavela D) Pulkeshin II
 
Answer & Explanation Answer: C) Kharavela

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

26 16093
Q:

Guess the Missing Letter in the Letter Puzzle ?

19959334_1361674073939693_2011643913464641851_n1500356636.jpg image

A) L B) M
C) N D) O
 
Answer & Explanation Answer: A) L

Explanation:

The Logic followed in the given puzzle is :

L x P = 12 x 16 = 192 (Alphabetical numbers of L & P)

P x T = 16 x 20 = 320 (Alphabetical numbers of P & T)

Similarly, K x () = 132 => () = 132/11 = 12 => L

Hence, the missing letter is L

Report Error

View Answer Report Error Discuss

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

70 16092
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 16072
Q:

What is advertising?

Answer

Advertising is defined as a paid form of communication that reaches the target audience through mass media to provide product/service and brand related information.  

Report Error

View answer Workspace Report Error Discuss

9 16056
Q:

Vivipary is defined as germination

A) during storage B) within the fruit
C) with cotyledons coming out of soil D) with cotyledons remaining inside the soil
 
Answer & Explanation Answer: B) within the fruit

Explanation:

Vivipary means germination even when attached to the mother plant. Usually the saline marsh plants (Halophytes) have their seeds growing even when they are inside the fruits attached to the tree.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

85 16038
Q:

Missing Slot Covers on a Computer can cause

A) Power Surges B) Incomplete Path of ESD
C) Over Haeat D) EMI
 
Answer & Explanation Answer: C) Over Haeat

Explanation:

The slot covers on a computer reduce the dust build up inside the computer. So the slot covers should be present in proper place.The missing covers can disrupt the airflow design of the case and cause overheating problems.

Report Error

View Answer Report Error Discuss

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

27 16026
Q:

The UNESCO's ' Prix Jules Verne ' prize has been given to which of the following serials of Doordarshan

A) Eye Witness B) Surabhi
C) The World of the week D) Turning point
 
Answer & Explanation Answer: D) Turning point

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

9 16022