Technology Questions

Q:

Give example scenarios when an application goes into InActive state?

Answer

An app can get into InActive state when the user locks the screen or the system prompts the user to respond to some event e.g. SMS message, incoming call etc.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

2 1472
Q:

What are datasets?

Answer

The sequential files (processed on application server) are called datasets. They are used for file handling in SAP.


 

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1468
Q:

What are the responsibilities of a Database Administrator?

Answer

- Installing and upgrading the Oracle Server and application tools.


- Allocating system storage and planning future storage requirements for the database system.


- Managing primary database structures (tablespaces)


- Managing primary objects (table, views, indexes)


- Enrolling users and maintaining system security.


- Ensuring compliance with Oracle license agreement


- Controlling and monitoring user access to the database.


- Monitoring and optimizing the performance of the database.


- Planning for backup and recovery of database information.


- Maintain archived data on tape


- Backing up and restoring the database.


- Contacting Oracle Corporation for technical support.

Report Error

View answer Workspace Report Error Discuss

0 1464
Q:

How can you enable a trace for a session?

Answer

Use the DBMS_SESSION.SET_SQL_TRACE or


Use ALTER SESSION SET SQL_TRACE = TRUE;

Report Error

View answer Workspace Report Error Discuss

0 1458
Q:

What are the Referential actions supported by FOREIGN KEY integrity constraint?

Answer

UPDATE and DELETE Restrict - A referential integrity rule that disallows the update or deletion of referenced data. DELETE Cascade - When a referenced row is deleted all associated dependent rows are deleted.

Report Error

View answer Workspace Report Error Discuss

0 1440
Q:

What are the components of SAP scripts?

Answer

SAP scripts is a word processing tool of SAP which has the following components: Standard text. It is like a standard normal documents. Layout sets. - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats. Creating forms in the R/3 system. Every layout set consists of Header, paragraph, and character string. ABAP/4 program.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1433
Q:

Which of these phrases best describes the business cycle?

A) The process of creating policy for businesses, beginning with agenda setting and ending with evaluating the policy's effect on the business's bottom line B) A recurring cycle of booms and busts, recoveries and recessions
C) A system of managing the economy by increasing or decreasing the supply of money D) A system of managing the economy by increasing or decreasing federal expenditures
 
Answer & Explanation Answer: B) A recurring cycle of booms and busts, recoveries and recessions

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1430
Q:

Explain an ORA-01555?

Answer

You get this error when you get a snapshot too old within rollback. It can usually be solved by increasing the undo retention or increasing the size of rollbacks. You should also look at the logic involved in the application getting the error message.

Report Error

View answer Workspace Report Error Discuss

0 1425