Analyst Questions


Q:

At work i am quite reserved. What does it mean?

A) feel shy B) timid
C) not talkative D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The given sentence means that, at working hours that person is reserved means he is very timid, feel shy or not talkative or won't share his feelings.

Report Error

View Answer Report Error Discuss

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

19 14718
Q:

Who called Subhash Chandra Bose as Desh Nayak?

A) Rabindranath Tagore B) Mahatma Gandhi
C) Bal Gangadhar Tilak D) Lala Lajpat Rai
 
Answer & Explanation Answer: A) Rabindranath Tagore

Explanation:

Rabindranath Tagore called Subhash Chandra Bose as Desh Nayak for the first time.

Report Error

View Answer Report Error Discuss

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

26 14711
Q:

Which unit holds data temporarily?

A) Secondary storage unit B) Output Unit
C) Primary Memory Unit D) Input unit
 
Answer & Explanation Answer: C) Primary Memory Unit

Explanation:

Memory is the part of the computer that temporarily holds data and instructions before and after they are processed by the ALU.

 

Memory is also known as primary storage, primary memory, main storage, internal storage, and main memory.

 

Manufacturers often use the term RAM, which stands for random-access memory.​

Report Error

View Answer Report Error Discuss

23 14704
Q:

A merchant buys two items for Rs. 7500. One item he sells at a profit of 16% and the other item at 14% loss. In the deal, the merchant makes neither any profit nor any loss. What is the difference between the selling price of both the items?

A) Rs. 620 B) Rs. 654
C) Rs. 725 D) Rs. 747
 
Answer & Explanation Answer: A) Rs. 620

Explanation:

Let the C.P of one item is Rs. P
and that of other is Rs. (7500 - P)

According to the data given
C.P = S.P
=> Px(116/100) + (7500-P)x(86/100) = 7500
=> 30P = 105000
=> P = 3500

Required difference between selling prices
= Rs. [(3500/100) x 116] - [(4000/100) x 86]
= 4060-3440
= Rs. 620

Report Error

View Answer Report Error Discuss

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

15 14700
Q:

Find the Value of ?

5.112.2+5.553.3+6.31.4+7.22.001 = ? x 3.34

A) 81 B) 77
C) 73 D) 89
 
Answer & Explanation Answer: D) 89

Explanation:

This can be done in a method called Approximation.

Now, 

52 + 63 + 6 + 72 = ? x 3.3425 + 216 + 6 + 49 = ? x 3.34296 = ? x 3.34? = 2963.34 = 88.622  89 

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

25 14693
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

16 14662
Q:

If x is a whole number, then x²(x² - 1) is always divisible by ?

A) 4 B) 8
C) 12 D) None
 
Answer & Explanation Answer: C) 12

Explanation:

we can do this by trial and error method.

Putting x = 2,we get 2²(2² - 1) = 12.
checking with other integers, the above equation always gives a value which is a multiple of 12,
So, x²(x² - 1) is always divisible by 12.

Report Error

View Answer Report Error Discuss

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

14 14652
Q:

A person who writes books is called

A) Anthropologist B) Archeologist
C) Author D) Dendrologist
 
Answer & Explanation Answer: C) Author

Explanation:

A person one who writes books, stories or articles is called as an author.

Report Error

View Answer Report Error Discuss

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

29 14646