IT Trainer Questions


Q:

Exhibit : display :: send : ?

A) Stamp B) Receive
C) Show D) Emit
 
Answer & Explanation Answer: D) Emit

Explanation:

Here the given words represent synonyms.

Exhibit and Display are synonyms for each other. Similarly, Send and Emit are synonyms for each other.

 

Hence, Exhibit : display :: send : Emit.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

93 51302
Q:

Find the next number in the given number series?

11, 5.5, 10, 6.5, 9, ?

A) 6.5 B) 7.5
C) 8.5 D) 10.5
 
Answer & Explanation Answer: B) 7.5

Explanation:

The given number series follows a pattern that

11

11 - 5.5 = 5.5

5.5 + 4.5 = 10

10 - 3.5 = 6.5

6.5 + 2.5 = 9

9 - 1.5 = 7.5

 

Hence, the next number in the given number series is 7.5.

Report Error

View Answer Report Error Discuss

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

2 50959
Q:

What has teeth but cannot bite?

A) Comb B) Saw
C) Zipper D) Gear
 
Answer & Explanation Answer: A) Comb

Explanation:

Saw, Zipper and Gear have teeth but can bite us. Comb have teeth but cannot bite.

Report Error

View Answer Report Error Discuss

125 50171
Q:

Which region in India is known as the "Rice Bowl of India"?

A) Indo-Gangetic plain B) Krishna-Godavari Delta region
C) North-East region D) Kerala and Tamil Nadu
 
Answer & Explanation Answer: B) Krishna-Godavari Delta region

Explanation:

Which_region_in_India_is_known_as_the_Rice_Bowl_of_India1552992452.jpg image

 

In India, Andhra Pradesh & the Krishna-Godavari Delta region is called as "Rice Bowl of India".

 

Coming to the Indian State, Chhattisgarh is also known as Rice Bowl of India.

Report Error

View Answer Report Error Discuss

167 48456
Q:

Find the next number in the given number sequence?

4, 15, 37, 81, ?

A) 196 B) 169
C) 144 D) 121
 
Answer & Explanation Answer: B) 169

Explanation:

The given number series follows a pattern that, 4, 15, 37, 81, ?

4

4 + 11 = 15

15 + 22 = 37

37 + 44 = 81

81 + 88 = 169

 

Hence, the next number in the sequence is 169.

Report Error

View Answer Report Error Discuss

10 48150
Q:

Find the missing number in the given number series?

5 11 21 44 ? 175

A) 86 B) 78
C) 94 D) 102
 
Answer & Explanation Answer: A) 86

Explanation:

Here the given number series is 5  11  21  44  ?  175

 

Now the given series follows a pattern, that

 

x2 + 1, x2 - 1, x2 + 2, x2 - 2, x2 + 3, x2 - 3,...

 

Then the missing number is x2 - 2

 

= 44 x 2 - 2 = 88 - 2 = 86

 

Hence, the missing number in the number series is 86.

Report Error

View Answer Report Error Discuss

2 48084
Q:

Find the next number in the given number series?

50, 51, 47, 56, 40, ?

A) 58 B) 65
C) 76 D) 81
 
Answer & Explanation Answer: B) 65

Explanation:

The given number series is 50, 51, 47, 56, 40, ?

 

5050 + 12 = 5151 - 22 = 4747 + 32 = 5656 - 42 = 4040 + 52 = 65

 

Hence, the next number in the given number series is 65.

Report Error

View Answer Report Error Discuss

3 47556
Q:

 What is the string contained in s after following lines of code?

StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0);  ?

A) llo B) Hllo
C) ello D) H
 
Answer & Explanation Answer: C) ello

Explanation:

deleteCharAt() method deletes the character at the specified index location and returns the resulting StringBuffer object.

So after deleting the character at 0 ie 'H', the string returns 'ello' as the output.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

7 47415