Questions

Q:

A body of mass 5 kg accelerates from 12 m/s to 20 m/s in 4 seconds due to the application of a force on it. Calculate the magnitude of this force (in N).

A) 40 B) 10
C) 20 D) 80
 
Answer & Explanation Answer: B) 10

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2318
Q:

How CNG is a cleaner fuel?

I. It produces oxides of Sulphur and Nitrogen in very small amounts.
II. It makes environment less polluted.
III. It emits less greenhouse gases.

A) Only I and II B) Only II and III
C) Only I and III D) All I, II and III
 
Answer & Explanation Answer: D) All I, II and III

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

3 2318
Q:

In the following question, a sentence has been given in Direct/Indirect speech. Out of the four alternatives suggested, select the one which best expresses the same sentence in Indirect/Direct speech.
"Do you want some more chocolates?" asked my cousin.

A) My cousin asked me if I want some more chocolates. B) My cousin said to me if I wanted some more chocolates.
C) My cousin asked me that I wanted some more chocolates. D) My cousin asked me whether I wanted some more chocolates.
 
Answer & Explanation Answer: D) My cousin asked me whether I wanted some more chocolates.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2318
Q:

In the following question, some part of the sentence may have errors. Find out which part of the sentence has an error and select the appropriate option. If a sentence is free from error, select 'No Error'.

1. Four famous Sikh shrines in Delhi will go green

2. by employing solar energy

3. to meet its daily power needs from April.

4. No error

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: C) 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2317
Q:

Variation in human skin color is an example of

A) Heredity B) Polygenic traits
C) Multiple alleles D) Incomplete dominance
 
Answer & Explanation Answer: B) Polygenic traits

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2317
Q:

Which state will be hosting 'International Tourism Mart' for the first time this year?

A) Tripura B) Gujarat
C) Karnataka D) Telangana
 
Answer & Explanation Answer: A) Tripura

Explanation:

The 7th International Tourism Mart to be held in Tripura, the northeastern state in India for the first time for 3 days from Nov 22nd to Nov 24th.

Report Error

View Answer Report Error Discuss

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

2 2317
Q:

What is the purpose of SQL Profiler in SQL server?

Answer

SQL profiler is a tool to monitor performance of various stored procedures. It is used to debug the queries and procedures. Based on performance, it identifies the slow executing queries. Capture any problems by capturing the events on production environment so that they can be solved.

Report Error

View answer Workspace Report Error Discuss

1 2317
Q:

What would be the output of the following program?

main()

{

    static int a[20];

    int i = 0;

    a[i] = i++;

    printf ("\n%d%d%d", a[0],  a[1], i);

}

Answer

0  0  1


That's what some of the compilers would give. But some other compiler may give a different answer. The reason is, when a single expression causes the same object to be modified and then inspected the behaviour is undefined.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2317