Questions

Q:

Can you slove this Maths Puzzle?

maths_puzzle1537500715.jpg image

A) 12 B) 6
C) 3 D) 1
 
Answer & Explanation Answer: B) 6

Explanation:

In the given puzzle, the logic behind is

9 = 72 => 9 x 8 = 72

8 = 56 => 8 x 7 = 56

7 = 42 => 7 x 6 = 42

6 = 30 => 6 x 5 = 30

5 = 20 => 5 x 4 = 20

 

Similarly,

4 = 12 => 4 x 3 = 12

3 = 6 => 3 x 2 = 6

Report Error

View Answer Report Error Discuss

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

19 6101
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

3 6093
Q:

STEP is the abbreviated name of the welfare programme to help

A) Children B) Woman
C) Farmers D) Senior citizens
 
Answer & Explanation Answer: B) Woman

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

15 6093
Q:

One who eats too much (one word substitute)

A) Glutten B) Gourmand
C) Gannet D) Garald
 
Answer & Explanation Answer: B) Gourmand

Explanation:

one_who_eats_too_much1554379850.jpg image

 

    • One who eats too much is called as Gourmand.

 

    • One who eats a lot is called as Gannet.

 

 

    • One who eats much more than they need is called as Glutton.
Report Error

View Answer Report Error Discuss

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

2 6093
Q:

Prithvi spent Rs.89,745 on his college fees, Rs 51,291 on Personality Development Classes, and the remaining 27% of the total amount he had as cash with him. What was the total amount?

A) Rs.1,85,400 B) Rs.1,89,600
C) Rs.1,91,800 D) Rs.1,93,200
 
Answer & Explanation Answer: D) Rs.1,93,200

Explanation:
Report Error

View Answer Report Error Discuss

19 6090
Q:

 What is the full form of GSLV ?

A) Ground Satellite Launching Vehicle B) Geosynchronous Satellite Launching Vehicle
C) Gravity synchronous Launching Vehicle D) Group satellite Launching vehicle
 
Answer & Explanation Answer: B) Geosynchronous Satellite Launching Vehicle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

10 6090
Q:

What kind of attempts is made by individuals to obtain confidential information from a person by falsifying their identity  ?

A) Spyware scams B) Phishing scams
C) Computer viruses D) None
 
Answer & Explanation Answer: B) Phishing scams

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Job Role: Bank Clerk

15 6089
Q:

In which of the following part of Neuron the information is transmitted in the chemical form?

 

A) Dendrite B) Cell body
C) Axon D) No option is correct
 
Answer & Explanation Answer: D) No option is correct

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

2 6088