Exams


Q:

Improve the bracketed part of the sentence.

We don't need our computers to be infinitely fast, just a whole lot (faster than) they are today.

A) as fast as B) faster then
C) more faster than D) no improvement
 
Answer & Explanation Answer: D) no improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 120268
Q:

What is the national flower of Bangladesh?

 

A) Red Rose   B) White Jasmine  
C) Shapla D) Lotus
 
Answer & Explanation Answer: C) Shapla

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 120097
Q:

Choose the pair which shows the same relation of the given pair from the following options ?

 BRISTLE : BRUSH

A) arm : leg B) key : piano
C) recline : chair D) stage : curtain
 
Answer & Explanation Answer: B) key : piano

Explanation:

A bristle is a part of a brush; a key is a part of a piano.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

10 120078
Q:

What is the output of this program ?

class main_arguments {
            public static void main(String [ ] args)
            {
                String [][] argument = new String[2][2];
                int x;
                argument[0] = args;
                x = argument[0].length;
                for (int y = 0; y < x; y++)
                    System.out.print(" " + argument[0][y]);           
            }
        }

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

Explanation:

In argument[0] = args;, the reference variable arg[0], which was referring to an array with two elements, is reassigned to an array (args) with three elements.
Output:
$ javac main_arguments.java
$ java main_arguments
1 2 3

Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: GATE

31 119941
Q:

Find the missing number in the given series ?

15, 51, 216, 1100, ?, 46452

A) 5660 B) 6560
C) 6750 D) 6630
 
Answer & Explanation Answer: D) 6630

Explanation:

Let first no. be "k" and multiple be "l"...start value of y with 3
then,
[(k x y) + {l x (l-1)}]
Thus, we get

15 x 3 + 3 x 2 = 51
51 x 4 + 4 x 3 = 216
216 x 5 + 5 x 4 = 1100
1100 x 6 + 6 x 5 = 6630
6630 x 7 + 7 x 6 = 46452

Therefore, the missing number is 6630.

Report Error

View Answer Report Error Discuss

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

50 119857
Q:

Select the option that depicts the correct mirror image for the given word.

 

STRONG

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Image Analysis
Exam Prep: Bank Exams

42 119693
Q:

Improve the bracketed part of the sentence.

 

She emanated ebullience as she (learn) about her first rank in the exam.

A) learnt B) learning
C) had learn D) No improvement
 
Answer & Explanation Answer: A) learnt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 119627
Q:

During the Maratha period, who was the officer responsible for the village administration?

 

 

A) Havaladar B) Patil
C) Chaudhary D) Sardeshmukh
 
Answer & Explanation Answer: B) Patil

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 119613