Exams


Q:

Select the related word/letters/number from the given alternatives.

 

FS: IT :: QT: ?

 

A) PR B) TU
C) ST D) TQ
 
Answer & Explanation Answer: B) TU

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: Bank Exams

0 112884
Q:

What is the next number in this series ? 

4, 6, 12, 18, 30, 42, 60, ?

A) 71 B) 72
C) 73 D) 69
 
Answer & Explanation Answer: B) 72

Explanation:

With close observation, you will note that each number in the list is in the middle of two prime numbers. Thus:

4 is in the middle of 3 and 5, 6 is in the middle of 5 and 7, 12 is in the middle of 11 and 13, 18 is in the middle of 17 and 19, 30 is in the middle of 29 and 31. 42 is in the middle of 41 and 43, 60 is in the middle of 59 and 61.

Therefore, the next number would be the one that is in the middle of the next two prime numbers, which is 72 (which is in the middle of 71 and 73).

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

10 112843
Q:

Select the option that can replace the '?' symbol in the following equation.

 

122 + 345 - 1 x 1011 ÷ 337 = ?

 

A) 446 B) 644
C) 460 D) 464
 
Answer & Explanation Answer: D) 464

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Simplification
Exam Prep: Bank Exams , CAT

0 112827
Q:

If the following five names which name will come  in the last in a telephone directory ?

a) Mahinder  b) Mahender  c) Mahindra  d) Mahendra  e) Mohinder

A) Mahinder B) Mahindra
C) Mohinder D) Mahender
 
Answer & Explanation Answer: C) Mohinder

Explanation:

The given names will be arranged in the alphabetical order as : Mahender, Mahendra, Mahinder, Mahindra, Mohinder. Clearly, 'Mohinder' comes last.

Report Error

View Answer Report Error Discuss

Filed Under: Alphabet Test
Exam Prep: Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

40 112544
Q:

Select the synonym of

 

elate

 

A) abase B) faze
C) exhilarate D) enervate
 
Answer & Explanation Answer: C) exhilarate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 112515
Q:

Select the antonym of

 

beleaguer

 

A) gnaw B) assist
C) badger D) pester
 
Answer & Explanation Answer: B) assist

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 112416
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

29 112373
Q:

Select the antonym of

 

fuddle

 

A) upset B) explicate
C) nonplus D) rattle
 
Answer & Explanation Answer: B) explicate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 112093