Analyst 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 38268
Q:

Pick the odd one out from the given number series?

21, 24, 33, 49, 74

A) 21 B) 24
C) 33 D) 49
 
Answer & Explanation Answer: A) 21

Explanation:

The given number series follows a pattern that,

19 + 12 = 20 (not 21)20 + 22 = 2424 + 32 = 3333 + 42 = 4949 + 52 = 74 

 

Hence, the odd number in the given number series is 21.

Report Error

View Answer Report Error Discuss

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

8 38184
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

38 38158
Q:

Which tag is used to display the numbered list?

 

1) <ol> </ol>    2) <li></li>     3) <ul> </ul>    4) <dl> </dl>

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

Explanation:

Use HTML tag <ol> element to define an ordered list.

Use the HTML type attribute to define the numbering type. Use the HTML <li> element to define a list item. Use the HTML <dl> element to define a description list.

 

Hence, as numbered list come under ordered list tag <ol> tag is used for numbered list.

Report Error

View Answer Report Error Discuss

17 37837
Q:

Find the next number in the given number series?

96, 95, 87, 78, ?

A) 64 B) 57
C) 29 D) 14
 
Answer & Explanation Answer: D) 14

Explanation:

The given number series is 96, 95, 87, 78, ? 

It follows a pattern that,

9696 - 12 = 9595 - 23 = 95 - 8 = 8787 - 32 = 87 - 9 = 7878 - 43 = 78 - 64 = 14

 

Hence, the next number in the given number series is 14.

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 37699
Q:

Ian has 14 boxes of paper and divides them evenly between 4 coworkers. How many whole boxes did each coworker get?

A) 2 B) 2.5
C) 3 D) 3.5
 
Answer & Explanation Answer: C) 3

Explanation:

Given number of boxes = 14

Number of workers = 4

Now, number of whole boxes per worker = 14/4 = 3.5 

Hence, number of whole boxes per each coworker = 3

Report Error

View Answer Report Error Discuss

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

28 37617
Q:

Electron configuration of cobalt 2+?

Answer

The s,p,d,f configuration for cobalt (Co) is 1s22s22p63s23p64s23d7, determined by the position of the element on the periodic table. The electron configuration for Cobalt at ground state would simply be Co: [Ar] 4s23d7.


The electron configuration of Cobalt will end in d block as Cobalt is an inner transition metal. Cobalt is in the 7th column of the d block and therefore has 7 d electrons d7.

Report Error

View answer Workspace Report Error Discuss

Subject: Chemistry Exam Prep: AIEEE
Job Role: Analyst

61 37614
Q:

Nehru trophy is related to which game?

A) Cricket B) Badminton
C) Football D) Hockey
 
Answer & Explanation Answer: C) Football

Explanation:

Nehru trophy is related to the sports game football.

Report Error

View Answer Report Error Discuss

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

120 37417