Questions

Q:

Who has penned a book titled 'I Do What I Do: On Reform, Rhetoric and Resolve' ?

A) Ajay Tyagi B) Raghuram Rajan
C) Bimal Jalan D) Urjit Patel
 
Answer & Explanation Answer: B) Raghuram Rajan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

14 6499
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6490
Q:

What is the heaviest noble gas?

A) krypton B) radon
C) helium D) xenon
 
Answer & Explanation Answer: B) radon

Explanation:

The seven elements — helium, neon, argon, krypton, xenon, radon, and oganesson of Group 18 of the periodic table are Noble or Inert gases.

 

Radon is the heaviest and Helium is the lightest gases of the noble gases.

Report Error

View Answer Report Error Discuss

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

5 6488
Q:

Who is the first Indian to take a hat trick in an international test ?

A) Jasu Patel B) Kapil Dev
C) Harbajan Singh D) B. S. Chandra Sekhar
 
Answer & Explanation Answer: C) Harbajan Singh

Explanation:
Report Error

View Answer Report Error Discuss

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

13 6487
Q:

Which one do you need for tennis

A) A helmet B) A racket
C) Flippers D) A basket
 
Answer & Explanation Answer: B) A racket

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

12 6483
Q:

Purushmedha i.e. Male sacrifies is referred to in

A) krishna Yajurveda B) Shukla Yajurveda
C) Shatapatha Brahman D) panchvisha Brahman
 
Answer & Explanation Answer: C) Shatapatha Brahman

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 6483
Q:

Sensitive data is always classified.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

FALSE. Sensitive data is NOT always classified.


 


Sensitive information is data that must be protected from unauthorized access to safeguard the privacy or security of an individual or organization.



There are three main types of sensitive information:


1. Personal information


2. Business information


3. Classified information



Data is "Classified" based on the damage that might result from unauthorized disclosure. Some data is Sensitive, but will not necessarily do harm to the country if released publicly - such as PII- which could do harm to individuals if released but not necessarily the country.

Report Error

View Answer Workspace Report Error Discuss

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

1 6481
Q:

Water soluble vitamin include

A) vitamin C B) niacin
C) riboflavin D) all of the above
 
Answer & Explanation Answer: D) all of the above

Explanation:
Report Error

View Answer Report Error Discuss

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

31 6480