IT Trainer Questions


Q:

In a certain coding language, iF GO = 32 & SHE = 49 then SOME will be equal to ?

A) 56 B) 58
C) 62 D) 64
 
Answer & Explanation Answer: A) 56

Explanation:

If we count letters till the end of the alphabet including that letter in reverse order then
Here the values are nothing but the values corresponding to the alphabets when taken in a reverse order,i.e,A=26 ,B=25...,Z=1
G = 20 and O = 12 totaling 32
S = 8, H = 19 and E = 22 totaling 49

So
SOME = 8 + 12 + 14 + 22 = 56.

Report Error

View Answer Report Error Discuss

Filed Under: Coding and Decoding
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

102 24119
Q:

Can you spot the missing number?

number_puzzle11531377158.jpg image

A) 3 B) 6
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The given number puzzle can be soved in two ways.

Logic 1 ::

Row 1  - 2 x 3 = 6 , 6 x 3 = 18

Row 2  - 4 x 5 = 20 , 20 x 5 = 100

Row 3  - 3 x 7 = 21 , 21 x 7 = 147

 

Hence, the missing number could be 3.

 

Logic 2 ::

Row 1 - 6 x (2+1) = 18

Row 2 - 20 x (4+1) = 100

Row 3 - 21 x (6+1) = 147

 

Hence, the missing number could be 6.

 

Therefore, 3 or 6 is the right answer.

Report Error

View Answer Report Error Discuss

138 24002
Q:

Man : Biography :: Nation : ?

A) History B) Leader
C) Story D) Nationalism
 
Answer & Explanation Answer: A) History

Explanation:

Detailed description of a man's life is Biography.

Similarly, detailed description of a Nations is called History.

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

47 23867
Q:

Which class of IP address provides a maximum of only 254 host addresses per network ID?

A) Class A B) Class B
C) Class C D) Class D
 
Answer & Explanation Answer: C) Class C

Explanation:

Class C network address has only 8 bits for defining hosts : 28-2 = 256 - 2 = 254

Report Error

View Answer Report Error Discuss

Filed Under: CCNA
Job Role: Analyst , IT Trainer , Project Manager

31 23834
Q:

Find the next number in the series

404, 415, 402, 413, 400, ?

A) 411 B) 421
C) 417 D) 414
 
Answer & Explanation Answer: A) 411

Explanation:

The given series 404, 415, 402, 413, 400, ? follows a pattern that,

404

404 + 11 = 415

415 - 13 = 402

402 + 11 = 413

413 - 13 = 400

400 + 11 = 411

 

Hence the next number in the given number series is 411.

Report Error

View Answer Report Error Discuss

10 23687
Q:

A F Z U G L T _ 

Find the next letter in the above given letter series?

A) K B) M
C) O D) Q
 
Answer & Explanation Answer: C) O

Explanation:

Given series is A F Z U G L T _

Starts with A

A + 5 letters = F

go to end of alphabet= Z

Z - 5 letters = U

from F go one more to G + 5 letters = L

from U go one back to U, T - 5 letters = O

 

Second Method ::

Change the letters to their corresponding number.

A=1

B=2

C=3

...

Z=26

A F Z U G L T _

1 6 26 21 7 12 20 ?

Look at the pattern: the 1st and 3rd numbers = 27, 1+26

the 2nd and 4th numbers = 27, 6+21

the 5th and 7th numbers = 27,

so the 6 and 8th would also equal 27.

27 - 12 = 15,

so the letter is O.

Report Error

View Answer Report Error Discuss

69 23328
Q:

 Which of the following is the original purpose of SQL?

A) To specify the syntax and semantics of SQL data definition language B) To specify the syntax and semantics of SQL manipulation language
C) To define the data structures D) All of the above.
 
Answer & Explanation Answer: D) All of the above.

Explanation:

SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.

 

Purpose of SQL are ::

* To define the data structures

* To specify the syntax and semantics of SQL manipulation language

* To specify the syntax and semantics of SQL data definition language

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Analyst , Database Administration , IT Trainer

19 22995
Q:

Which file starts MS Word?

A) word.exe B) msword.exe
C) word2003.exe D) winword.exe
 
Answer & Explanation Answer: D) winword.exe

Explanation:
Report Error

View Answer Report Error Discuss

84 22435