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 23458
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

136 23408
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

46 23351
Q:

Which of the following statements are equal for a variable declared in the interface ?

1. int X=10
2. public int X=10
3. public static final int X=10

A) Only 1 and 2 are equal B) Only 2 and 3 are equal
C) All are unequal D) All are equal
 
Answer & Explanation Answer: D) All are equal

Explanation:

All the statements are equal because inside an interface a variable declared will be public static final by default 

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

0 22804
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 22718
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 22305
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

68 21838
Q:

Generic is most similar in meaning to

A) Branded B) Basic
C) Trademarked D) Specific
 
Answer & Explanation Answer: B) Basic

Explanation:

Generic means related to a group of similar things rather than a particular one. It means it is not a specific thing like branded or trademarked. Hence it is a basic one.

 

Among the given options, Generic is most similar in meaning to Basic.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

35 21811