IT Trainer Questions


Q:

If  1 1 1 1 = R
    2 2 2 2 = T
    3 3 3 3 = E
    4 4 4 4 = N

 

Then  5 5 5 5 = ?

A) Y B) Z
C) T D) X
 
Answer & Explanation Answer: A) Y

Explanation:

If you add all the terms of the LHS of equality, then the last letter of the sum written in words would give you the RHS.

1 + 1 + 1 + 1 = 4 = FOUR

2 + 2 + 2 + 2 = 8 = EIGHT

3 + 3 + 3 + 3 = 12 = TWELVE

4 + 4 + 4 + 4 = 16 = SIXTEEN

 

So, following the same pattern.

5 + 5 + 5 + 5 = 20 = TWENTY

 

That gives us our answer to 5 5 5 5 =  "Y".

Report Error

View Answer Report Error Discuss

86 43256
Q:

Transition : Change :: Immobility :  ?

A) Stillness B) Liveliness
C) Action D) Busyness
 
Answer & Explanation Answer: A) Stillness

Explanation:

Given Transition is to Change, and we know that Transition and change are Synonyms. Similarly, Immobility means not moving and synonym of immobility are motionlessness, stillness,...

 

Hence, Transition is to change as immobility is to stillness.

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

37 42554
Q:

Rita ? into the cellar.

Which of the following words best suitable in the place of '?'

A) ascended B) rescinded
C) descended D) intended
 
Answer & Explanation Answer: C) descended

Explanation:

Rita descended into the cellar.

Descended means went down. As the cellar is in the basement, she must go down.

Options and meanings :: 

descended  -  went down 

rescinded   - cancelled or annulled

ascended   - went up 

intended    - meant

 

Report Error

View Answer Report Error Discuss

27 41781
Q:

Where is RAM located?

A) Mother Board B) Expansion Board
C) External Drive D) None
 
Answer & Explanation Answer: A) Mother Board

Explanation:

RAM is located in The central processing unit (CPU), also called a processor, is located inside the computer case on the motherboard. It is sometimes called the brain of the computer, and its job is to carry out commands.

Report Error

View Answer Report Error Discuss

156 41640
Q:

void waitForSignal() {

Object obj = new Object();

synchronized (Thread.currentThread()) {

obj.wait();

obj.notify();

}

}

Which statement is true?

A) This code can throw an InterruptedException. B) This code can throw an IllegalMonitorStateException.
C) This code can throw a TimeoutException after ten minutes D) All the above
 
Answer & Explanation Answer: B) This code can throw an IllegalMonitorStateException.

Explanation:

It will throw  IllegalMonitorStateException.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

12 40806
Q:

Modern : Antiquated :: Weak : ?

A) Strong B) Fragile
C) Inadequate D) Puny
 
Answer & Explanation Answer: A) Strong

Explanation:

Modern is used to refer to something new whereas antiquated is used with respect to something old.

In other words, both terms are the opposite of each other.


From the above analysis, the missing word should be a word that represents the opposite of weak. Strong is used to with great influence. Therefore, the apt word is strong or any synonym of strong like potent, powerful, keen,...

 

Hence, Modern : Antiquated :: Weak : Strong.

Report Error

View Answer Report Error Discuss

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

27 40770
Q:

Thread is to String as Cask is to

A) Barrel B) Disc
C) Wallet D) Box
 
Answer & Explanation Answer: A) Barrel

Explanation:

Here Thread and String are Synonyms of each other. Then the answer will be the synonym of Cask. 

  • Cask is nothing but a large barrel-like container used for storing liquids, typically alcoholic drinks. 

Ex : Drum, Vessel, Tank, Barrel, Hogshead, Firkin,...

 

  • Here from the options Barrel is the only synonym of Cask.

 

Thus,  Thread : String :: Cask : Barrel

Report Error

View Answer Report Error Discuss

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

45 40401
Q:

Which of the following is Not a Function?

A) Incident Management B) Technical Management
C) Service Desk D) Application Management
 
Answer & Explanation Answer: A) Incident Management

Explanation:
Report Error

View Answer Report Error Discuss

71 40353