Bank PO Questions


Q:

The antiseptic compound present in dettol is

A) Biothional B) Cresol
C) Iodine D) Enloroxylenol
 
Answer & Explanation Answer: D) Enloroxylenol

Explanation:

The antiseptic compound present in dettol is Enloroxylenol.

Report Error

View Answer Report Error Discuss

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

6 4833
Q:

Chemical name of Gold?

A) Argentinum B) Ferrus
C) Aurum D) Selenium
 
Answer & Explanation Answer: C) Aurum

Explanation:

The Chemical name of Gold is Aurum with symbol Au with atomic number 79 and a group 11 element. In its purest form, it is a bright, slightly reddish yellow, dense, soft, malleable, and ductile metal.

Chemically, gold is a transition metal.

Report Error

View Answer Report Error Discuss

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

0 4833
Q:

Which of the following is true of VoIP?

A) It uses the public switched telephone network. B) Skype is an example of VoIP software.
C) It uses a slow speed dial-up connection. D) All of the above
 
Answer & Explanation Answer: B) Skype is an example of VoIP software.

Explanation:

VOIP is an acronym for Voice Over Internet Protocol, or in more common terms phone service over the Internet.

 

Voice over Internet Protocol is a category of hardware and software that enables people to use the Internet as the transmission medium for telephone calls by sending voice data in packets using IP rather than by traditional circuit transmissions of the PSTN.

 

Here in the given options, Skype is the only voice service that enables us to talk over internet.

Report Error

View Answer Report Error Discuss

7 4832
Q:

Where does hydroelectric energy come from?

A) Air B) Water
C) Solar D) All of the above
 
Answer & Explanation Answer: B) Water

Explanation:

Hydroelectricity is electricity produced from hydropower i.e, water.

Where_does_hydroelectric_energy_come_from1536043070.jpg image

Report Error

View Answer Report Error Discuss

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

4 4831
Q:

9 tens 10 ones equals

A) 910 B) 90
C) 91 D) 100
 
Answer & Explanation Answer: D) 100

Explanation:

9 tens 10 ones equals

=> 9 x 10 + 10 x 1

=> 90 + 10

=> 100.

Report Error

View Answer Report Error Discuss

Filed Under: Arithmetical Reasoning
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 4830
Q:

Tata Steel's Wholly owned indirect subsidiary, Tata Steel Global Minerals Holdings Pvt Limited, Singapore, on October 1, 2008, entered into a binding agreement  with new Millennium Capital Corporation, _______(NML) whereby Tata Steel will become a strategic investor in NML

A) Canada B) Taiwan
C) Mexico D) South Africa
 
Answer & Explanation Answer: A) Canada

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

3 4830
Q:

Three athletes can complete one round around a circular field in 16, 24 and 36 min respectively. They start running together at same instant then after how much time they will meet to each other for first time ?

A) 2 hrs 24 min B) 2 hrs 44 min
C) 1 hrs 24 min D) 1 hrs 24 min
 
Answer & Explanation Answer: A) 2 hrs 24 min

Explanation:

Given that three athletes can complete one round around a circular field in 16, 24 and 36 min respectively.

Now, required time after which they met for the first time = LCM of (16, 24 & 36) min

Now, LCM of 16, 24, 36 = 144 minutes = 2 hrs 24 min.

Report Error

View Answer Report Error Discuss

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

15 4829
Q:

What is conversion operator ?

Answer

Class can have a public method for specific data type conversions.
for example:
class B
{
double value;
public  B(int i )
operator double()
{
return value;
}
};
B BObject;
double i = BObject; // assigning object to variable i of type double.
now conversion operator gets called to assign the value.

Report Error

View answer Workspace Report Error Discuss

11 4828