Searching for "he"

Q:

What is the price range of ordinary wall clocks ? 

I. The price range of ordinary wrist watches of company X is Rs 400 to Rs 600. 

II. The price range of ordinary wall clocks of company X is 50 percent that of their ordinary watches. 

A) If the data in statement I alone are sufficient to answer the question B) If the data in statement II alone are sufficient answer the question
C) If the data either in I or II alone are sufficient to answer the question; D) If the data even in both the statements together are sufficient to answer the question
 
Answer & Explanation Answer: D) If the data even in both the statements together are sufficient to answer the question

Explanation:

From both the statements together, we can conclude that the price range of ordinary wall clocks is Rs 200 to Rs 300. Thus, both I and II are required 

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency

Q:

What is Gagan's age ? 

I. Gagan, Vimal and Kunal are all of the siime age. 

II. Total age of Vimal, Kunal and Anil is 32 and Anil is as old as Vimal and Kunal together. 

A) If the data in statement I alone are sufficient to answer the question B) If the data in statement II alone are sufficient answer the question
C) If the data either in I or II alone are sufficient to answer the question; D) If the data in both the statements together are needed.
 
Answer & Explanation Answer: D) If the data in both the statements together are needed.

Explanation:

As given in statements I and II, we have G = V = K, V + K + A = 32 and A = V + K.

Putting V + K = A in second. we get 2A = 32 or A = 16.

Thus, V + K = 16 and V = K. So, V = K = 8. Thus, R = 8

Hence, both the statements are needed. 

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency

Q:

In which year was Rahul born ? 

I. Rahul at present is 25 years younger to his mother. 

II. Rahul's brother, who was born in 1964, is 35 years younger to his mother. 

A) If the data in statement I alone are sufficient to answer the question B) If the data in statement II alone are sufficient answer the question
C) If the data either in I or II alone are sufficient to answer the question; D) If the data in both the statements together are needed.
 
Answer & Explanation Answer: D) If the data in both the statements together are needed.

Explanation:

From both the given statements, we find that Rahul is (35 - 25) = 10 years older than his brother,

who was born in 1964, So. Rahul was horn in 1954

Thus, both the given statements are needed to answer the query. 

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency

Q:

Gaurav ranks eighteenth in a class. What is his rank from the last ? 

I. There are 47 students in the class. 

II. Jatin who ranks 10th in the same class, ranks 38th from the last. 

A) If the data in statement I alone are sufficient to answer the question B) If the data in statement II alone are sufficient answer the question
C) If the data either in I or II alone are sufficient to answer the question; D) If the data even in both the statements together are not sufficient to answer the question
 
Answer & Explanation Answer: C) If the data either in I or II alone are sufficient to answer the question;

Explanation:

To find the rank from other end, we need to know the total number of students in the class. So. I is sufficient. Also: from II, we can conclude that there are (10 + 38- 1 = 47) students in the class.

So. II alone is also sufficient. 

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency

Q:

What is the monthly salary of Praveen ? 

I. Praveen gets 15% more than Sumit while Sumit gets 10% less than Lokesh.

II. Lokesh's monthly salary is Its 2500. 

A) If the data in statement I alone are sufficient to answer the question B) If the data in statement II alone are sufficient answer the question
C) If the data either in I or II alone are sufficient to answer the question; D) If the data in both the statements together are needed.
 
Answer & Explanation Answer: D) If the data in both the statements together are needed.

Explanation:

From both the given statements, we find that : Praveen's salary s 115% of (90% of Rs 2500) = Rs 2587.50

So, both I and II are required. 

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency

Q:

Four subjects — Physics, Chemistry, Mathematics and Biology were taught in four consecutive periods of one hour each starting from 8.00 a.m. At what time was the Chemistry period scheduled ?  

I. Mathematics period ended at 10.00 a.m. which was preceded by Biology. 

II. Physics was scheduled in the last period. 

III. Mathematics period was immediately followed by Chemistry. 

A) Only I B) Only I or Only II
C) Only II D) I and II together or I and III together
 
Answer & Explanation Answer: D) I and II together or I and III together

Explanation:

From I and II. we conclude that Mathematics period began at 9.00 a.m., Biology period began at 8.00 a.m. and Physics period began at 11 a.m. So. the Chemistry period began at 10.00 a.m. From I and III, we conclude that Mathematics period ended and Chemistry period began at 10.00 a.m.  

Report Error

View Answer Report Error Discuss

Filed Under: Data Sufficiency

Q:

What could be the bucket size if collision and overlapping occur at same time?

A) 2 B) 0
C) 1 D) 4
 
Answer & Explanation Answer: C) 1

Explanation:

One. If there is only one entry possible in the bucket, when the collision occurs, there is no way to accommodate the colliding value. This results in the overlapping of values

Report Error

View Answer Report Error Discuss

Filed Under: C++

Q:

In an AVL tree the balancing is to be done when the pivotal value is in range of

A) greater than 1 and less than -1 B) greater than -1 and less than 1
C) greater than 1 D) less than -1
 
Answer & Explanation Answer: A) greater than 1 and less than -1

Explanation:

Difference between the heights of left and Right subtrees in an AVL tree can never be greater than +1

Report Error

View Answer Report Error Discuss

Filed Under: C++