Questions

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 6082
Q:

K-9 Journal, which was recently released, is associated with which field?

 

A) Pandemic B) Robotics
C) Medicine D) Policing
 
Answer & Explanation Answer: D) Policing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 6079
Q:

Which of the statements given below are not correct?

1. The author of the novel 'A Visit from the Goon Squad' is Edward P Jones.
2. The author of the novel 'The Corrections' is Jonathan Franzen.
3. The author of the novel 'The Known World' is Jennifer Egan.

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

1 6079
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 6077
Q:

Alauddin Khilji's first military operation was against which of the following?

 

A) Gujarat   B) Ranthambore  
C) Devagiri D) Chittaur
 
Answer & Explanation Answer: B) Ranthambore  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 6076
Q:

What number should be Replaced ?

19113682_1335002436606857_8814713213200837998_n1499843587.jpg image

A) 15 B) 17
C) 10 D) 6
 
Answer & Explanation Answer: D) 6

Explanation:

Sum of numbers in the outer circle in before Arc should come in inner circle patterns in the clock wise direction next Arc.

i.e, 9+6 = 15 comes in next arc of inner circle

7+3 = 10 comes in next arc of inner circle

In the same way, 4+2 = 6 comes in place of '?'.

Report Error

View Answer Report Error Discuss

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

13 6075
Q:

Select the antonym of

void

 

A) destitute B) scant
C) bereft D) adequate
 
Answer & Explanation Answer: D) adequate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6073
Q:

Rearrange the parts of the sentence in correct order.

I am not demanding

P-a set of ethical scripts whose
Q-political possibilities could be played out
R-a census of atrocity but

 

A) RQP B) PQR
C) RPQ D) QRP
 
Answer & Explanation Answer: C) RPQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6072