Interview Questions

Q:

Explain the difference between trigger and stored procedure.

Answer

-  A stored procedure can accept parameters while a trigger cannot.
-  A trigger can’t return any value while stored procedures can.
-  A trigger is executed automatically on some event while a stored procedure needs to be explicitly called.
-  Triggers are used for insertions, update and deletions on tables while stored procedures are often using independently in the database.
-  A trigger cannot be written in a stored procedure. However, the reverse is not possible.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 1996
Q:

A dentist would apply for a license with the

A) City government B) State government
C) Federal government D) Central government
 
Answer & Explanation Answer: B) State government

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Medical Interview
Job Role: Analyst

3 1992
Q:

What is the SimpleTimeZone class?

Answer

SimpleTimeZone is a concrete subclass of TimeZone class. The TimeZone class represents a time zone, that is to be used with Gregorian calendar.


The SimpleTimeZone is created by using the base time zone offset from GMT time zone ID and rules, for starting and ending the time of daylight.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1992
Q:

What are event keywords in reports?

Answer

Events keywords in Reports are:


For Classical Reports,


1.Initialization


2. At line-selection 


3. Start-of-selection 


4.Top-of-page 


5. At user-command 


6.End-of-selection 


7. End-of-page 


8.At Pfn


 


For Interactive Reports,


9.At line-selection 


10. Top-of-page during line selection


 


For LDB (Logical DataBase) Reports,


10. get 


11.put 


12. get table 

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1991
Q:

A website main page is called

A) start page B) bookmark
C) search page D) browser page
 
Answer & Explanation Answer: A) start page

Explanation:

A website main page is called as start page or home page.

Report Error

View Answer Report Error Discuss

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

1 1990
Q:

The income and substitution effects account for

A) the upward sloping curve B) the downward sloping curve
C) Both A & B D) None of the above
 
Answer & Explanation Answer: B) the downward sloping curve

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1990
Q:

What is an ABAP/4 Query?

Answer

ABAP/4 Query is a powerful tool to generate simple reports without any coding. ABAP/4 Query can generate the following 3 simple reports: Basic List: It is the simple reports. Statistics: Reports with statistical functions like Average, Percentages. Ranked Lists: For analytical reports. - For creating a ABAP/4 Query, programmer has to create user group and a functional group. Functional group can be created using with or without logical database table. Finally, assign user group to functional group. Finally, create a query on the functional group generated.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1990
Q:

SQL vs. PL/SQL

Answer

SQL is a structured query language while PL/SQL is an extension of SQL by introducing a procedural flow. PL/SQL has blocks of statements. PL/SQL works like other procedural languages and has concepts like control statements, sequential statements, exception handling etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 1990