IT Trainer Questions


Q:

Find the odd man out of the following number series?

22, 26, 42, 78, 142, 244

A) 244 B) 142
C) 78 D) 42
 
Answer & Explanation Answer: A) 244

Explanation:

The given number series 22, 26, 42, 78, 142, 244 follows a pattern that,

2222 + 22 = 22 + 4 = 2626 + 42 = 26 + 16 = 4242 + 62 = 42 + 36 = 7878 + 82 = 78 + 64 = 142142 + 102 = 142 + 100 = 242 

 

Hence, the odd one in the given number series is 244.

 

Report Error

View Answer Report Error Discuss

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

3 46568
Q:

Find the Odd One Out?

3 24 186 1008 5040 20160

A) 24 B) 20160
C) 186 D) 5040
 
Answer & Explanation Answer: C) 186

Explanation:

The given number series is 3  24  186  1008  5040  20160

Here  the given series follows a pattern that,

3

3 x 8 = 24

24 x 7 = 168 not 186

168 x 6 = 1008

1008 x 5 =  5040

5040 x 4 = 20160

 

Hence the Odd One in the number series is 186.

Report Error

View Answer Report Error Discuss

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

3 46140
Q:

Find the next number in the given number series?

2, 19, 0, 21, –2, ?

A) 23 B) 25
C) 27 D) 29
 
Answer & Explanation Answer: A) 23

Explanation:

The given number series 2, 19, 0, 21, –2, ? follows a pattern,

2

2 + 17 = 19

19 - 19 = 0

0 + 21 = 21

21 - 23 = -2

-2 + 25 = 23

 

Hence, the next number in the series is 23.

Report Error

View Answer Report Error Discuss

2 45488
Q:

Yard is to Fence as Cell is to

A) Mitochondria B) Cytoplasm
C) Membrane D) Nucleus
 
Answer & Explanation Answer: C) Membrane

Explanation:

Fence protects the Yard & Membrane protects the Cell.

Fence surrounds the Yard and allows the certain objects in & out of it whereas a Membrane surrounds the Cell & only allows specific nutrients inside of it.

Hence, Yard is to Fence as Cell is to Membrane.

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 , IT Trainer

62 45341
Q:

Storage capacity of magnetic disk depends on

A) disk pack in disk surface B) tracks per inch of surface
C) bits per inch of tracks D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Magnetic disk is a kind of data storage device. Storage capacity of magnetic disk depends on 

1. tracks per inch of surface

2. bits per inch of tracks

3. disk pack in disk surface

 

It can be shown as ::

 

magnetic_disc1532069041.jpg image

Report Error

View Answer Report Error Discuss

136 45114
Q:

Which operator performs pattern matching ?

A) LIKE operator B) EXISTS operator
C) BETWEEN operator D) None of these
 
Answer & Explanation Answer: A) LIKE operator

Explanation:

LIKE is a keyword that is used in the WHERE clause. Basically, LIKE allows us to do a search based operation on a pattern rather than specifying exactly what is desired (as in IN) or spell out a range (as in BETWEEN).

 

The syntax is as follows:
SELECT "column_name"
FROM "table_name"
WHERE "column_name" LIKE {PATTERN}

 

{PATTERN} often consists of wildcards.

 

In SQL, there are two wildcards:


% (percent sign) represents zero, one, or more characters.

_ (underscore) represents exactly one character.

 

More :: Certification Questions on SQL

Report Error

View Answer Report Error Discuss

52 44802
Q:

Find the odd man out in the following number series?

5, 4, 9, 32, 273

A) 4 B) 9
C) 32 D) 273
 
Answer & Explanation Answer: C) 32

Explanation:

The given number series follows 5, 4, 9, 32, 308 pattern that

 

5

5 x 1 - 1 = 4

4 x 3 - 3 = 9

9 x 5 - 5 = 40 (not equals to 32)

40 x 7 - 7 = 273

 

Hence, the odd man in the given number series is 32.

Report Error

View Answer Report Error Discuss

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

4 44485
Q:

Which of the following is a popular programming language for developing multimedia webpages.

A) COBOL B) Java
C) BASIC D) Assembler
 
Answer & Explanation Answer: B) Java

Explanation:

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

 

Which_of_the_following_is_a_popular_programming_language_for_developing_multimedia_webpages1548652333.jpg image


Java is used to develop mobile apps, web apps, desktop apps, games and much more...

Report Error

View Answer Report Error Discuss

180 43283