Questions

Q:

Grand Vitara XV-7 is a vehicle launched by 

A) Ford B) GM
C) Maruti Suzuki D) Hyundai
 
Answer & Explanation Answer: C) Maruti Suzuki

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

46 8494
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

12 8488
Q:

One of the best known tribal rebellions in Bihar, Known as Ulgulan (meaning Great Tumult), was launched by the Mundas under the leadership of:

A) Kanhu B) Sidhu
C) Birsa Munda D) Rampa Munda
 
Answer & Explanation Answer: C) Birsa Munda

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

9 8487
Q:

_________ has successfully created the country’s first smart grid project, which will generate power from renewable sources of energy.

A) Indian Institutes of Technology B) Indian Institutes of Engineering Science Technology
C) Indian Institutes of Space Science and Technology D) Indian Institutes of Management
 
Answer & Explanation Answer: B) Indian Institutes of Engineering Science Technology

Explanation:

The Indian Institute of Engineering Science and Technology (IIEST) has successfully created the country’s first smart grid project, which will generate power from renewable sources of energy.  The project will soon be inaugurated by President Pranab Mukherjee, IIEST Director Prof Ajoy Kumar Roy. The smart grid will be synchronised to generate power from solar, wind and vegetable waste resources, depending on the weather conditions and availability of waste products. It is the first of its kind in the country.

Report Error

View Answer Report Error Discuss

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

7 8483
Q:

Is SiCl4 polar or nonpolar?

A) Polar B) non polar
C) Both A & B D) None of the above
 
Answer & Explanation Answer: B) non polar

Explanation:

SiCl4 is a non polar as the forces of attraction between the shared pair of electrons are equal and the molecule is symmetric.

is_sicl4_polar_or_nonpolar1537793915.jpg image

Report Error

View Answer Report Error Discuss

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

7 8474
Q:

Who was the first person to cross the Alps with army

A) Hannibal B) Napolean
C) Alexander D) None of these
 
Answer & Explanation Answer: A) Hannibal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

6 8470
Q:

Which of the following is a vector quantity

A) momentum B) pressure
C) Energy D) work
 
Answer & Explanation Answer: A) momentum

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

16 8468
Q:

When is a system in safe state?

Answer

The set of dispatchable processes is in a safe state if there exists at least one temporal order in which all processes can be run to completion without resulting in a deadlock.

Report Error

View answer Workspace Report Error Discuss

7 8464