Questions

Q:

The HAVING clause does which of the following?

A) Acts like a WHERE clause but is used for columns rather than groups B) Acts like a WHERE clause but is used for rows rather than columns
C) Acts EXACTLY like a WHERE clause D) Acts like a WHERE clause but is used for groups rather than rows
 
Answer & Explanation Answer: D) Acts like a WHERE clause but is used for groups rather than rows

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2230
Q:

The Great Gatsby is written in which point of view?

A) first person limited B) first person omniscient
C) third person limited D) None of the above
 
Answer & Explanation Answer: A) first person limited

Explanation:

A first person point of view is said by a character who is invoved in the events of the story and unlike third person point of views will actually use words such as 'we' or 'I'.

  

The Great Gatsby is told from the point of view of Nick Carroway. He is from the Midwest, but narrates the story after it takes place in the East. As such, he is an outsider, and tends to judge what he experiences in the East based on his midwestern ideas and values.

 

Nick makes an effort to assure the reader that he is nonjudgmental and completely honest. This is ironic, because he is very judgmental and opinionated.

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams , AIEEE
Job Role: Bank PO , Analyst

3 2230
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 2229
Q:

Grammy Award is given in the field of

A) Music B) Medicine
C) Sports D) Literature
 
Answer & Explanation Answer: A) Music

Explanation:

Grammy Award is given in the field of Music industry by The Recording Academy of the United States.

grammy_award_is_given_in_the_field_of1544436624.jpg image

Report Error

View Answer Report Error Discuss

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

0 2229
Q:

The International chriminal Police Organisation has its headquaters at

A) Paris B) Rio de Janeiro
C) Dar es Salam D) None of these
 
Answer & Explanation Answer: A) Paris

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

2 2229
Q:

what is the interrupt?

Answer

interrupt is a signal send by external device to the processor so as to request the processor to perform a particular work.


A signal informing a program that an events has occurred. when a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2229
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 2229
Q:

Improve the bracketed part of the sentence.
Shouts of the crowd cheering the home team now (stuff) the air.

A) fill B) occupy
C) infest D) no improvement
 
Answer & Explanation Answer: A) fill

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2229