Analyst Questions


Q:

Please enter the Missing number: 4 8 14 22 ?

A) 28 B) 32
C) 46 D) 36
 
Answer & Explanation Answer: B) 32

Explanation:

Here the given series follows a pattern that,

2- 0 = 4  

3- 1 = 8  

4- 2 = 14

5- 3 = 22

6- 4 = 32

Hence, the missing number is 32

 

 

Method 2 ::

The difference between 4 and 8 is 4, the difference between 8 and 14 is 6, the difference between 14 and 22 is 8. So the next difference between 22 and the next number will be 10 since it follows (4,6,8,10 - add +2 each time)

Hence, 22 + 10 = 32 is the missing number.

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

8 8554
Q:

The layer of air around the earth is known as

A) Troposphere B) Ionosphere
C) Atmosphere D) Ozone layer
 
Answer & Explanation Answer: C) Atmosphere

Explanation:

The layer of air around the earth is known as Atmosphere. And this atmosphere has 4 layers like troposhere, stratosphere, ionosphere and mesosphere.

Report Error

View Answer Report Error Discuss

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

34 8533
Q:

Warning implicit declaration of function?

Answer

Function: A Function is a block of statement which perform some operation.



Declaring the function before using the function in program is known as implicit declaration of the function.



For Example::


int bar(void); // function (forward) declaration



int main(void) {


bar(); // bar was declared, the compiler has all the info


return foo(123); // foo not yet known; impl. decl. warning


}



// not previously declared function definition


int foo(int a) {


return a;



// previously declared function definition


int bar() {


return 321;


}

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: IT Trainer , Analyst

11 8531
Q:

A train covers 180 km distance in 5 hours. Another train covers the same distance in 1 hour less. What is the difference in the distances covered by these trains in one hour if they are moving in the same direction?

A) 15 kms B) 9 kms
C) 6 kms D) 18 kms
 
Answer & Explanation Answer: B) 9 kms

Explanation:

The first train covers 180 kms in 5 hrs

=> Speed = 180/5 = 36 kmph

Now the second train covers the same distance in 1 hour less than the first train => 4 hrs

=> Speed of the second train = 180/4 = 45 kmph

Now, required difference in distance in 1 hour = 45 - 36 = 9 kms.

Report Error

View Answer Report Error Discuss

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

11 8516
Q:

Two boys are playing on a ground. Both the boys are less than 10 years old. Age of the younger boy is equal to the cube root of the product of the age of the two boys. If we place the digit representing the age of the younger boy to the left of the digit representing the age of the elder boy, we get the age of the father of the younger boy. Similarly, we place the digit representing the age of the elder boy to the left of the digit representing the age of the younger boy and divide the figure by 2, we get the age of the mother of the younger boy. The mother of the younger boy is younger than his father by 3 years. Then, what are the ages of elder and younger boys ?

A) E = 15 & Y = 3 B) E = 14 & Y = 12
C) E = 40 & Y = 22 D) E = 4 & Y = 2
 
Answer & Explanation Answer: D) E = 4 & Y = 2

Explanation:

Let the the age of the elder boy = E

 

Let the the age of the younger boy = Y

 

Given that Y = cube root of EY

 


=> Y3 = EY => E = Y2 .....(1)
By the condition of number replacement the age of the father is YE

 

The Mother's age = EY/2

 

But she is 3 years less than father => EY/2 + 3 = YE
2YE = EY + 6 ......(2)

 

Then now from the given options we can identify which satisfies the all the conditions.

 

Here Y =2 and E = 4 satisfies all the conditions.

Report Error

View Answer Report Error Discuss

Filed Under: Problems on Ages
Exam Prep: GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

8 8515
Q:

The outermost layer of the sun is called

A) Corona B) Chromosphere
C) Radiative Zone D) Transition Region
 
Answer & Explanation Answer: A) Corona

Explanation:

The outermost layer of the sun is called The Corona.

 

The inner layers are the Core, Radiative Zone and Convection Zone. The outer layers are the Photosphere, the Chromosphere, the Transition Region and the Corona. IRIS will focus its investigation on the Chromosphere and Transition Region.

Report Error

View Answer Report Error Discuss

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

10 8512
Q:

One who dies for a noble cause

A) Martyr B) Pilgrim
C) Astronomer D) Pantomath
 
Answer & Explanation Answer: A) Martyr

Explanation:

One who dies for a noble cause is called a martyr. He is a person who dies fighting for what they believe in like advocating religious or other beliefs, refusing to renounce, etc...

Report Error

View Answer Report Error Discuss

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

10 8510
Q:

JavaScript is designed for following purpose

A) To add interactivity to HTML Pages. B) To Execute Query Related to DB on Server
C) To Style HTML Pages D) To Perform Server Side Scripting Opertion
 
Answer & Explanation Answer: A) To add interactivity to HTML Pages.

Explanation:
Report Error

View Answer Report Error Discuss

0 8509