Questions

Q:

Where does the series number on a map appear?

A) Upper right margin B) Lower left margin
C) Both A & B D) Not Exist
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The series number is found in both the upper right margin and the lower left margin. It is a sequence reference expressed either as a four-digit numeral (1125) or as a letter, followed by a three- or four-digit numeral (M661, T7110).

Report Error

View Answer Report Error Discuss

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

12 10198
Q:

Mithir Sen is associated with

A) Hockey B) Swimming
C) Volley ball D) Weighlifting
 
Answer & Explanation Answer: B) Swimming

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

21 10196
Q:

The Unitary System of Government possesses which of the following advantages

A) Greater adaptability B) Strong State
C) Greater participation by the people D) Lesser chances of authoritarianism
 
Answer & Explanation Answer: B) Strong State

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

9 10189
Q:

The Sun Temple of Konark was built by Narasimhadeva I. To which dynasty he belong to?

A) Gang dynasty B) Suryavansi dynasty
C) Somvansi dynasty D) Bhoi dynasty
 
Answer & Explanation Answer: A) Gang dynasty

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

31 10181
Q:

Which is the point from where an azimuth originates?

A) South B) North
C) East D) West
 
Answer & Explanation Answer: B) North

Explanation:

The azimuth originates at true North i.e, the azimuth originates from the north point. It is a measure of how far an object forms the observer's north point.

 

Azimuth is a technical mapping term which is used to describe the direction of an angle between north and south on a compass circle through which the circle line passes. It is the most common military method to express direction. When using an azimuth, the point from which the azimuth originates is the center of an imaginary circle.

Report Error

View Answer Report Error Discuss

8 10179
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 10177
Q:

How do you go about familiarizing yourself with the products you sell?

Answer

Retail products often change seasonally.  Can you quickly update yourself on all the new information so you can be prepared to sell the new inventory to customers as soon as it lands on the shelf


 

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

11 10175
Q:

Which of the following societies has instituted an award for an Outstanding Parliamentarian

A) Jamnalal Bajaj Foundation B) R.D.Birla Samarak Kosh
C) G.B.Pant Memorial Society D) Institute of Constitutional and Parliamentary Studies
 
Answer & Explanation Answer: C) G.B.Pant Memorial Society

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

10 10173