Questions

Q:

Which country has launched the longest bullet train line covering a distance of 2252 kilometers in January, 2017?

A) Japan B) China
C) Afghanistan D) Myanmar
 
Answer & Explanation Answer: B) China

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

8 2200
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

 

A drop in the ocean

 

A) Even a small gesture means a lot to a needy person. B) To lose someone in a huge crowd.
C) A scolding which has no effect on a stubborn person. D) A very small amount compared with what is needed or expected.
 
Answer & Explanation Answer: D) A very small amount compared with what is needed or expected.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 2200
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/Phrase.
At loggerheads

A) To suffer B) In conflict with someone
C) To face tough competition D) To be in do or die situation
 
Answer & Explanation Answer: B) In conflict with someone

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2200
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the phrase.

A strong blast of wind.

A) Implosion B) Trickle
C) Gust D) Mantle
 
Answer & Explanation Answer: C) Gust

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2200
Q:

Which of the following is not true of color blindness?

A) Color blind people learn to rely on shapes, patterns, and positions of signs and signals. B) Red-green color blindness is the most common type of color blindness.
C) A color blind person cannot see any colors. D) For some people, it might be difficult to recognize colors of traffic lights and signs.
 
Answer & Explanation Answer: C) A color blind person cannot see any colors.

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2200
Q:

A series is given with one term missing. Choose the correct alternative from the given ones that will complete the series. ? , Kerosene, Diesel, Fuel oil

A) Lubricating oil B) Asphalt
C) Petrol D) Wax
 
Answer & Explanation Answer: C) Petrol

Explanation:
Report Error

View Answer Report Error Discuss

0 2200
Q:

How do you differentiate the roles of Quality Assurance Manager and Project Manager?

Answer

Quality Assurance Manager (QA Manager) defines the process to be followed at each phase of SDLC. He defines the standards to be followed, the documents to be maintained and sets the standard for the product.


Where as it is the Project Manager’s responsibility to ensure that the things defined by QA manager are being implemented. He develops the product from start to finish with his team and ensures that the product which is to be rolled out is Defect free and it reaches the standards and views defined by QA Manager.


QA managers can audit the process for certain time periods which are being handled by the Project Manager.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 2200
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2200