IT Trainer Questions


Q:

The cricket match proved to be a big draw. (Idioms & Phrases)

A) a huge attraction B) a game without any result
C) a keen contest D) a lovely spectacle
 
Answer & Explanation Answer: A) a huge attraction

Explanation:

Here it is an idiom that says The cricket match proved to be a big draw means it stands as a huge attraction.

Report Error

View Answer Report Error Discuss

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

2 9450
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

20 9440
Q:

A man can row against the current three fourth of a kilometer in 15 min and returns same distance in 10 min, then ratio of his speed to that of current?

A) 5:1 B) 3:1
C) 4:1 D) 2:1
 
Answer & Explanation Answer: A) 5:1

Explanation:

Let the speed of the man in still water = p kmph

Speed of the current = s kmph

Now, according to the questions

(p + s) x 10 = (p - s) x 15

2p + 2s = 3p - 3s

=> p : s = 5 : 1

 

Hence, ratio of his speed to that of current = 5:1.

Report Error

View Answer Report Error Discuss

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

24 9404
Q:

18 tens 20 ones =

A) 1820 B) 180
C) 200 D) 160
 
Answer & Explanation Answer: C) 200

Explanation:

18 tens 20 ones, the given stateent can be split into

18 tens = 18 x 10 = 180

20 ones = 20 x 1 = 20

 

Then add both => 180 + 20 = 200

 

Hence, 18 tens 20 ones = 200.

Report Error

View Answer Report Error Discuss

12 9387
Q:

Who is the primary Author of HTML?

A) Sabeer Bhatiya B) Tim Berners-Lee
C) Brendan Eich D) Google Inc.
 
Answer & Explanation Answer: B) Tim Berners-Lee

Explanation:

The primary Author of HTML is Tim Berners-Lee, a scientist and academic, with the assistance of his colleagues at CERN, an international scientific organization based in Geneva, he did this. Berners-Lee invented the World Wide Web in 1989 at CERN.

Report Error

View Answer Report Error Discuss

5 9363
Q:

Pageant is most similar in meaning to

A) Show B) Gallant
C) Beauty D) Sovereign
 
Answer & Explanation Answer: A) Show

Explanation:

Pageant is most similar in meaning to Show.

Report Error

View Answer Report Error Discuss

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

0 9362
Q:

7 W of the W?

Answer

The given letter equation puzzle means that 


7 W of the W = 7 Wonders of the World.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

21 9313
Q:

The digital computer was developed primarily in

A) USA B) UK
C) Russia D) Japan
 
Answer & Explanation Answer: A) USA

Explanation:

A digital computer accepts, processes and outputs data in digitized forms. The digital computer was developed primarily in Unites States of America.

Report Error

View Answer Report Error Discuss

28 9293