Questions

Q:

What is the first step in the refining of petroleum?

A) Distillation B) Cooling
C) Drilling D) Cracking
 
Answer & Explanation Answer: A) Distillation

Explanation:

The first step in the refining of petroleum is distillation i.e,  the fractionation of crude oil in atmospheric and vacuum distillation towers.

The first process petroleum refinery is known as distillation. In this process, crude oil is heated and fed into a distillation column. As the temperature of the crude oil in the distillation column rises, the crude oil separates itself into different components, called "fractions." The fractions are then captured separately. Each fraction corresponds to a different type of petroleum product, depending on the temperature at which that fraction boils off the crude oil mixture.

Report Error

View Answer Report Error Discuss

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

18 6774
Q:

October 3 is observed as _______

A) World Vegetarian Day B) United Nations Day for South-South Cooperation
C) World Immunization Day D) World Smile Day
 
Answer & Explanation Answer: D) World Smile Day

Explanation:
Report Error

View Answer Report Error Discuss

6 6765
Q:

Which day was declared as the 'Direct Action Day' by the Muslim League ?

A) 3rd September 1946 B) 16th August 1946
C) 16th may 1946 D) 4th December 1946
 
Answer & Explanation Answer: B) 16th August 1946

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

19 6762
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

6 6759
Q:

Which three dynasties are known as "Muventar"?

A) Pandya, Chola, Chera B) Pallava, Chola, Pandya
C) Pallava, Chera, Pandya D) Pallava, Chola, Chera
 
Answer & Explanation Answer: A) Pandya, Chola, Chera

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

13 6754
Q:

Guess the Hidden Alphabet in this Puzzle ?

missing_letter_41499670014.jpg image

A) X B) Y
C) B D) D
 
Answer & Explanation Answer: A) X

Explanation:

The logic in the given puzzle is 

Addition of numeric values of corresponding letters in the first three figures gives respective corresponding letter in fourth figure. 

i.e, A = 1 , W = 23 , B = 2 => 2 + 1 + 23 =26 = 'Z'

Similarly, L = 12, K = 11 , A = 1 => 1 + 11 + 12 = 24 = 'X'

Here the missing letter is 'X'.

Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

24 6754
Q:

Fifth generation computer is also known as

A) Very Large Scale Integration (VLSI) B) Knowledge information processing system
C) Both A & B D) None of the above
 
Answer & Explanation Answer: B) Knowledge information processing system

Explanation:
Report Error

View Answer Report Error Discuss

13 6752
Q:

Country that was called as Land of Rising Sun

A) Russia B) Japan
C) Korea D) Holland
 
Answer & Explanation Answer: B) Japan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

21 6751