Exams


Q:

Rearrange the parts of the sentence in correct order.

Elections globally
P-dominated by numbers, percentages
Q-and tallies
R-can be dry affairs

A) RQP B) PQR
C) RPQ D) QRP
 
Answer & Explanation Answer: C) RPQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 98055
Q:

Fresh fruit contains 68% water and dry fruit contains 20% water. How much dry fruit can be obtained from 100 kg of fresh fruits ?

A) 20 B) 30
C) 40 D) 50
 
Answer & Explanation Answer: C) 40

Explanation:

The fruit content in both the fresh fruit and dry fruit is the same.

 

Given, fresh fruit has 68% water.so remaining 32% is fruit content. weight of fresh fruits is 100kg

 

Dry fruit has 20% water.so remaining 80% is fruit content.let weight if dry fruit be y kg.

 

Fruit % in freshfruit = Fruit% in dryfruit 

 

Therefore, (32/100) x 100 = (80/100 ) x y 

 

we get, y = 40 kg.

Report Error

View Answer Report Error Discuss

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

1208 98021
Q:

What is the output of this program ?

class main_arguments {
            public static void main(String [ ] args)
            {
                String [][] argument = new String[2][2];
                int x;
                argument[0] = args;
                x = argument[0].length;
                for (int y = 0; y < x; y++)
                    System.out.print(" " + argument[0][y]);           
            }
        }

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

Explanation:

In argument[0] = args;, the reference variable arg[0], which was referring to an array with two elements, is reassigned to an array (args) with three elements.
Output:
$ javac main_arguments.java
$ java main_arguments
1 2 3

Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: GATE

7 97967
Q:

Find the similarity in the following:

 

Plays, Movies, Documentary, Road shows

 

A) All can be used to convey social messages B) All are show-cased in theaters
C) All of them are only in English language D) No similarity
 
Answer & Explanation Answer: A) All can be used to convey social messages

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Arithmetical Reasoning
Exam Prep: Bank Exams

5 97901
Q:

Improve the given sentence if necessary.

He reached his destination at night.

A) destination B) at his destination
C) on his destination D) No improvement
 
Answer & Explanation Answer: D) No improvement

Explanation:

The sentence is grammatically and contextually correct. ‘His’ is the correct form of pronoun to be used. Thus, the correct formation would be, ‘He reached his destination at night’.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 97819
Q:

Google and NASA have joined hands to identify which two new planets around Kepler 90?

 

A) Kepler 80i, kepler 90g B) Kepler 90g, kepler 80g
C) Kepler 80g, kepler 90i D) Kepler 82i, kepler 90g
 
Answer & Explanation Answer: C) Kepler 80g, kepler 90i

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

2 97733
Q:

In the following question, select the related number from the given alternatives.

 

48 : 196 : : 52 : ?

 

A) 184 B) 198
C) 212 D) 238
 
Answer & Explanation Answer: C) 212

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: Bank Exams

0 97729
Q:

Select the antonym of

 

veracity

A) deceit B) condor
C) probity D) rectitude
 
Answer & Explanation Answer: A) deceit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 97679