Analyst Questions


Q:

What is 7 + 7 ÷ 7 + 7 × 7 - 7 =

A) 0 B) 42
C) 50 D) 57
 
Answer & Explanation Answer: C) 50

Explanation:

Given 7 + 7/7 + 7 x 7 - 7

By using BODMAS rule,

7 + 1 + 7 x 7 - 7

= 8 + 49 - 7

= 57 - 7

= 50.

 

Hence 7 + 7/7 + 7 x 7 - 7 = 50.

Report Error

View Answer Report Error Discuss

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

20 3306
Q:

The closest algal relatives of land plants are

A) charophytes B) chrysophytes
C) rhodophytes D) bacillariophytes
 
Answer & Explanation Answer: A) charophytes

Explanation:

The charophytes are the extant group of green algae that are most closely related to modern land plants.

Report Error

View Answer Report Error Discuss

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

3 3304
Q:

Is Cube a polygon?

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

Explanation:

False. Cube is not a Polygon.


Because polygon is a two dimensional figure and can be drawn on a flat surface whereas Cube is three dimensional figure and cannot be drawn on a flat surface.

Report Error

View Answer Workspace Report Error Discuss

6 3304
Q:

What is immutable object? Can you write immutable object ?

Answer

Immutable classes are Java classes whose objects can not be modified once created. Any modification in Immutable object result in new object. For example is String is immutable in Java. Mostly Immutable are also final in Java, in order to prevent sub class from overriding methods in Java which can compromise Immutability. You can achieve same functionality by making member as non final but private and not modifying them except in constructor.

Report Error

View answer Workspace Report Error Discuss

3 3304
Q:

Is deposition endothermic or exothermic?

A) Endothermic B) Exothermic
C) Both A & B D) Can't be determined
 
Answer & Explanation Answer: B) Exothermic

Explanation:

In thermodynamics, deposition is a phase transition in which gases are directly transformed to solids without converting to liquids first.

 

For example, watervapour is directly changed to ice without first becoming to liquid water. In this process, heat is released making the process exothermic process.

Report Error

View Answer Report Error Discuss

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

1 3303
Q:

A man and his son are in a terrible accident and are rushed to the hospital in critical care. The doctor looks at the boy and exclaims "I can't operate on this boy, he's my son!" How could this be?

Answer

This is only possible when that doctor is boy's mother.

Report Error

View answer Workspace Report Error Discuss

15 3303
Q:

Which one of the following is often called "Twitter of China" ?

A) Youku B) Sina weibo
C) We chat D) None
 
Answer & Explanation Answer: B) Sina weibo

Explanation:
Report Error

View Answer Report Error Discuss

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

13 3302
Q:

When do you override hashcode and equals() ?

Answer

HashCode method return int value. So the Hash value is the int value returned by the hash function .


If you want to do equality check or want to use your object as key in HashMap, we must override hashcode and equals() method.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

5 3300