Questions

Q:

How long can you commit to work with us?

Answer

I like new challenges and fortunate to develop. As long as I keep doing these, I don’t think I’ll need to alter. I’d like to consider that this relationship lasts for many years. However, I haven’t set a period of time limit as such.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

3 2887
Q:

Crack the following Logical WordPuzzle ?

21686498_1422856854488081_4594340323462201417_n1506331278.jpg image

Answer

Maps.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: Bank Exams , CAT , GRE , TOEFL
Job Role: Bank Clerk

10 2887
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2886
Q:

Steel tycoo Laksmi Mittal has acquired minority stakes in which Indian financial service company?

A) Anand Rathi Financial Services B) Indiabulls Credit Services
C) Farallon Capital D) Kothari Pioneer
 
Answer & Explanation Answer: B) Indiabulls Credit Services

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

8 2885
Q:

Speed regulation of synchronous motor is

A) 1% B) 25%
C) Zero D) 0.5%
 
Answer & Explanation Answer: C) Zero

Explanation:

speed_regulation_of_synchronous_motor1553077296.jpg image

Synchronous motor is a motor which runs at a constant speed irrespective of load attached to it. So the speed regulation of synchronous motor is ZERO.

Report Error

View Answer Report Error Discuss

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

5 2885
Q:

The constitution of India describes India as

A) Unitary B) A quasi - federal
C) Union of States D) A Federation
 
Answer & Explanation Answer: C) Union of States

Explanation:

The Article - I of the constitution of India describes India as Union of States.

Report Error

View Answer Report Error Discuss

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

4 2884
Q:

Which of the following does NOT describe a musical motive?

A) A melodic or rhythmic fragment. B) The reason for playing softly.
C) A short musical idea. D) The basis for development in a musical piece.
 
Answer & Explanation Answer: B) The reason for playing softly.

Explanation:

"The reason for playing softly" is not a motive. Motives are the building blocks for large forms composed during the common practice period and, for some, beyond. Composers who used motives would include Beethoven, Mozart, Schubert, Mendelssohn and Brahms.

Report Error

View Answer Report Error Discuss

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

1 2884
Q:

Refractive Index of glass with respect to water is

A) 4/3 B) 9/8
C) 2/3 D) 8/9
 
Answer & Explanation Answer: D) 8/9

Explanation:

Refractive Index of glass with respect to water can be calculated by 

(Refractive Index of glass with respect to air) × (1/Refractive Index of water with respect to air)

 

We know that,

Refractive Index of glass with respect to air = 4/3

Refractive index of water with respect to air = 3/2

 

Hence, Refractive Index of glass with respect to water = (4/3) x (2/3) = 8/9.

Report Error

View Answer Report Error Discuss

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

4 2883