Questions

Q:

What are the four steps to the briefing process?

Answer

Military Staffs normally follow four steps when preparing an effective briefing. They are:


 


1. Plan — analyze the situation and prepare a briefing outline.


2. Prepare — collect information and construct the briefing.


3. Execute — deliver the briefing.


4. Assess — follow up as required.

Report Error

View answer Workspace Report Error Discuss

Subject: General Awareness Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

7 6704
Q:

Prithvi spent Rs.89,745 on his college fees, Rs 51,291 on Personality Development Classes, and the remaining 27% of the total amount he had as cash with him. What was the total amount?

A) Rs.1,85,400 B) Rs.1,89,600
C) Rs.1,91,800 D) Rs.1,93,200
 
Answer & Explanation Answer: D) Rs.1,93,200

Explanation:
Report Error

View Answer Report Error Discuss

19 6702
Q:

Which of the following is not a transverse wave?

A) Light waves B) Radio waves
C) Sound waves D) All the above
 
Answer & Explanation Answer: C) Sound waves

Explanation:
Light and Radio waves are both different frequency/wavelengths of electromagnetic radiation, which consists of two components electric and magnetic of perpendicular, transverse waves. 

 
Sound, on the other hand, is a longitudinal wave which oscillates parallel to it's medium (back and forth instead of up and down).
Report Error

View Answer Report Error Discuss

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

14 6700
Q:

Which is NOT a good Web security strategy ?

A) Remove unnecessary compilers and interpreters B) Add demo programs, so users can test system without accessing production data
C) Limit the users who can load software, edit or add files D) Restrict access to the Web server keep a minimum number of ports open
 
Answer & Explanation Answer: A) Remove unnecessary compilers and interpreters

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

20 6698
Q:

Solve if you are Genius?

27973011_1559273064179792_7533515893130149894_n1519041289.jpg image

A) 36 B) 42
C) 48 D) 54
 
Answer & Explanation Answer: D) 54

Explanation:

Here the given Number Puzzle follows a pattern that, Sum of the numbers on the corners on the two squares is same and is equal to 54.

i.e,

13 + 15 + 14 + 12 = 54 

and

8 + 22 + 9 + 15 = 54

Report Error

View Answer Report Error Discuss

13 6697
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 6697
Q:

One of the following sites from where the famous Bullseal of Indus Valley Civilization was found

A) Harappa B) Chanhudaro
C) Lothal D) Mohenjodaro
 
Answer & Explanation Answer: A) Harappa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 6693
Q:

...... this is the act of copying or downloading a program from a network and making multiple copies of it

A) Network piracy B) Plagiarism
C) Software piracy D) Site-Licency piracy
 
Answer & Explanation Answer: C) Software piracy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

19 6692