IT Trainer Questions


Q:

Ezra cup is associated with which sports?

A) Hockey B) Polo
C) Rowing D) Football
 
Answer & Explanation Answer: B) Polo

Explanation:

The Ezra Cup is a popular polo tournament conducted annually in India. The Calcutta Polo Club runs this oldest and first ever Polo Trophy. The first Ezra Cup was held in 1880. After a period of inactivity, it has now been revived by Mr. Keshav Bangur, Calcutta Polo Club's president.

Report Error

View Answer Report Error Discuss

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

29 25751
Q:

Unreachable code would best be found using

A) code inspections B) a static analysis tool
C) code reviews D) a test management tool
 
Answer & Explanation Answer: C) code reviews

Explanation:

Code review is a software quality assurance activity in which one or several humans check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation.

Report Error

View Answer Report Error Discuss

23 25703
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 25376
Q:

Physical or logical arrangement of network is

A) Topology B) Routing
C) Both A & B D) Networking
 
Answer & Explanation Answer: A) Topology

Explanation:

The logical arrangement of the nodes of different networks to communicate is called as topology.

Report Error

View Answer Report Error Discuss

41 25249
Q:

Statement coverage will not check for the following

A) Dead Code B) Unused Statement
C) Missing Statements D) Unused Branches
 
Answer & Explanation Answer: C) Missing Statements

Explanation:

Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

Report Error

View Answer Report Error Discuss

22 24837
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 24704
Q:

Which of the following are capabilities of functions in JavaScript?

A) Accept parameters B) Return a value
C) Accept parameters and Return a value D) None of the above
 
Answer & Explanation Answer: A) Accept parameters

Explanation:

Accept parameters are capabilities of functions in JavaScript.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Database Administration , IT Trainer

23 24076
Q:

What time will it be 18 hours from now in India, if in the USA it is 4:15 AM?

(Hint : IST = US + 9:30 hrs)

A) 1:45 in the afternoon B) 7:45 in the evening
C) 7:45 in the next morning D) 1:45 in the next morning
 
Answer & Explanation Answer: C) 7:45 in the next morning

Explanation:

We know that the time difference between India and USA is 9 hrs 30 min.

India is 9:30 hrs ahead of USA.

Time in India = 4:15 + 9:30 = 13:45 PM.

Required Time after 18 hrs = 13:45 + 18 hrs = 7:45 AM.

 

Hence it is 7:45 AM on the next morning.

Report Error

View Answer Report Error Discuss

20 23907