Analyst Questions


Q:

Lami's theorem is applicable only for

A) Non-Concurrent forces B) Coplanar forces
C) Coplanar and concurrent forces D) Any type of forces
 
Answer & Explanation Answer: C) Coplanar and concurrent forces

Explanation:

The Lami's theorem states that " If three forces coplanar and concurrent forces acting on a particle keep it in equilibrium, then each force is proportional to the sine of the angle between the other two and the constant of proportionality is the same." This theorem is derived from the Sine rule of triangles.

Report Error

View Answer Report Error Discuss

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

12 10362
Q:

Rovers Cup is associated with

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

Explanation:

Rovers Cup is associated with the sport football in India.

Report Error

View Answer Report Error Discuss

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

4 10343
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

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

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

7 10336
Q:

The famous character pickwick was created by

A) Leo Tolstoy B) Charles Dickens
C) George Washington D) Steven Spielberg
 
Answer & Explanation Answer: B) Charles Dickens

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Job Role: Analyst

32 10333
Q:

Which of the following is not the member of class?

A) Virtual function B) Static function
C) Friend function D) Const function
 
Answer & Explanation Answer: C) Friend function

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++
Job Role: Analyst , Database Administration , IT Trainer

19 10332
Q:

The term biodiversity refers to

A) Range of genetic variation within a population B) Total number of different species within a habitat
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The term biodiversity refers to the variety of life on Earth at all its levels, from genes to ecosystems, and the ecological and evolutionary processes that sustain it.

Report Error

View Answer Report Error Discuss

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

9 10332
Q:

Which bank has the tagline - Your Trusted Family Bank?

A) Indian Overseas Bank B) Dena Bank
C) Indian Bank D) Yes Bank
 
Answer & Explanation Answer: B) Dena Bank

Explanation:

Which_bank_has_the_tagline_Your_Trusted_Family_Bank1558506342.jpg image

Dena Bank Ltd was an Indian public sector bank with the tagline " Your Trusted Family Bank ". It was headquartered in Mumbai. The bank was founded in 1938 and the Indian government nationalized it in 1969.

Report Error

View Answer Report Error Discuss

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

16 10326
Q:

Mica is available abundantly in

A) Andhra Pradesh, Jharkand, Bihar B) Bihar, Gujarat, Telangana
C) Andhra Pradesh, Karnataka, Jharkand D) Telangana, Andhra Pradesh, Bihar
 
Answer & Explanation Answer: A) Andhra Pradesh, Jharkand, Bihar

Explanation:

According to 2005 - 2006 census - Jharkand

According to 2011 - 2012 census - Andhra Pradesh

 

are the highest producers of Mica in India.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

33 10309