Analyst Questions


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

A bag contains 4 red and 3 black balls. A second bag contains 2 red and 4 black balls. One bag is selected at random. From the selected bag, one ball is drawn. Find the probability that the ball drawn is red.

A) 23/42 B) 19/42
C) 7/32 D) 16/39
 
Answer & Explanation Answer: B) 19/42

Explanation:

A red ball can be drawn in two mutually exclusive ways

 (i) Selecting bag I and then drawing a red ball from it.

 

(ii) Selecting bag II and then drawing a red ball from it.

 

Let E1, E2 and A denote the events defined as follows:

E1 = selecting bag I,

E2 = selecting bag II

A = drawing a red ball

Since one of the two bags is selected randomly, therefore 

P(E1) = 1/2  and  P(E2) = 1/2

Now, PAE1 = Probability of drawing a red ball when the first bag has been selected = 4/7

  PAE2  = Probability of drawing a red ball when the second bag has been selected = 2/6

 Using the law of total probability, we have 

 P(red ball) = P(A) = PE1×PAE1+PE2×PAE2 

 

                          = 12×47+12×26=1942

Report Error

View Answer Report Error Discuss

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

64 27311
Q:

The calendar for the year 2018 will be the same for the year

A) 2023 B) 2027
C) 2029 D) 2022
 
Answer & Explanation Answer: C) 2029

Explanation:

How to find the years which have the same Calendars : 

 Leap year calendar repeats every 28 years. 

Here 28 is distributed as 6 + 11 + 11.

  

Rules:

a) If given year is at 1st position after Leap year then next repeated calendar year is Given Year + 6.

 b) If given year is at 2nd position after Leap year then next repeated calendar year is Given Year + 11.

 c) If given year is at 3rd position after Leap year then next repeated calendar year is Given Year + 11

 

Now, the given year is 2018

We know that 2016 is a Leap year.

2016  2017  2018  2019  2020

 LY    1st     2nd    3rd    LY

Here 2018 is at 2 nd position after the Leap year.

According to rule ( b) the calendar of 2018 is repeated for the year is 2018 + 11 = 2029.

Report Error

View Answer Report Error Discuss

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

96 27295
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 27146
Q:

Emergence of two power blocs after the second world war. What are they?

Answer

Emergence of two great power blocs:


Two power blocs came into existence after the Second World War. The United States of America and Soviet Russia became two Super Powers. They tried to dominate over other countries in their own way. Ultimately, it gave a headache to the world.


 


The Cold War was a state of political and military tension after World War II between powers in the Western Bloc (the United States, its NATO allies and others) and powers in the Eastern Bloc (the Soviet Union and its allies in the Warsaw Pact).

Report Error

View answer Workspace Report Error Discuss

Subject: World History Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

84 27118
Q:

 What is the string contained in s after following lines of code?

StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0);  ?

A) llo B) Hllo
C) ello D) H
 
Answer & Explanation Answer: C) ello

Explanation:

deleteCharAt() method deletes the character at the specified index location and returns the resulting StringBuffer object.

So after deleting the character at 0 ie 'H', the string returns 'ello' as the output.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

3 26929
Q:

Find the wrong number in the given number series?

10, 21, 54, 109, 189

A) 189 B) 109
C) 54 D) 21
 
Answer & Explanation Answer: A) 189

Explanation:

The given number series is 10, 21, 54, 109, 189

The series follows a pattern that

10 + 11 = 21

21 + 33 = 54

54 + 55 = 109

109 + 77 = 186

 

Hence the wrong number in the given number series is 189.

Report Error

View Answer Report Error Discuss

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

5 26898
Q:

CD-ROM is a semiconductor memory.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

"CD-ROM is a semiconductor memory" is a FALSE statement.


 


Compact Disc-Read-Only Memory, a type of optical disk capable of storing large amounts of data -- up to 1GB, although the most common size is 650MB (megabytes). A single CD-ROM has the storage capacity of 700 floppy disks, enough memory to store about 300,000 textpages.


 


Semiconductor memory is a type of semiconductor device tasked with storing data. There are two electronic data storage mediums that we can utilize, magnetic or optical.


 


Magnetic storage:


* Stores data in magnetic form.


* Affected by magnetic fields.


* Has high storage capacity.


* Doesn't use a laser to read/write data.


* Magnetic storage devices are; Hard disk , Floppy disk, Magnetic tape etc.


 


Optical storage:


* Stores data optically, uses laser to read/write.


* Not affected by magnetic fields.


* Has less storage than a hard disk.


* Data accessing is high, compared to a floppy disc.


* Optical storage devices are; CD-ROM,CD-R, CD-RW, DVD etc.


 


There is also volatile memory. This is memory that loses its data once power is cut off, while non-volatile memory retains data even without power.

Report Error

View Answer Workspace Report Error Discuss

Subject: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

65 26814