Questions

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 2207
Q:

The expansion of the rail networks led to

A) Growth in trading between parts of the country B) Growth in Steel industry
C) Both A & B D) Decline in textile industry
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The expansion of the rail networks led to better transport system for trading between many parts of the nation and the steel is the main component in making the rails and the locomotive itself resulting in the growth of the steel industry.

Report Error

View Answer Report Error Discuss

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

1 2207
Q:

What is the common characteristic of the elements of the same group in the periodic table?

A) Electrons in outer most shell B) Total number of electrons
C) Total number of protons D) Atomic weight
 
Answer & Explanation Answer: A) Electrons in outer most shell

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

4 2207
Q:

Who can participate in the proceedings of both the houses without even being a member ?

A) Solicitor General B) Attorney General
C) Comptroller & Auditor General D) All of the above
 
Answer & Explanation Answer: B) Attorney General

Explanation:

Attorney General can participate in the proceedings of both the houses without even being a member.

Report Error

View Answer Report Error Discuss

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

2 2207
Q:

Primary productivity is not limited by

A) Time B) Availability of sunlight
C) Water D) Nutrients
 
Answer & Explanation Answer: A) Time

Explanation:

Primary productivity refers to plants that make their own food using sunlight, water and availability of nutrients. Hence, they are not limited by time.

Report Error

View Answer Report Error Discuss

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

1 2207
Q:

Point out the error, if any, in the following program.

main()

{

    int ( *p )() = fun;

    ( *P ) ();

}

fun ()

{

    Printf ( "\nLoud and clear" );

Answer

Here we are initalising the function pointer p to the address of the function fun(). But during this initialisation the function has not been defined. Hence an error.


To eliminate this error add the prototype of the fun() before declaration of p, as shown below:


extern int fun();    or simply  int fun();

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2206
Q:

Steven Leslie was convicted of what after causing a fatal collision?

A) first-degree murder B) second-degree murder
C) premeditated D) None of the above
 
Answer & Explanation Answer: B) second-degree murder

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2206
Q:

What does the EU do?

Answer

Execution Unit receives program instruction codes and data from BIU, executes these instructions and store the result in general registers.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2205