Database Administration and Data Warehousing
Test your knowledge of Oracle Applications administration, data warehousing concepts including schemas and transformations, and SQL Server database management tasks.
Questions
What tool should you recommend for a junior DBA to use to create a simple backup strategy for a database?
- Database Engine Tuning Advisor
- SQL Server Configuration Manager
- Database Maintenance Plan Wizard
- Database Maintenance design surface
How can a blocking process be killed?
- Find the process in System Monitor and select Kill Process.
- Find the process in Activity Monitor and select Kill Process.
- Find the process in SQL Profiler and select Kill Process.
- Find the process in SSRS and select Kill Process.
Which is a major problem with SQL?
- SQL cannot support object-orientation
- The same query can be written in many ways, each with vastly different execution plans.
- SQL syntax is too difficult for non-computer professionals to use
- SQL creates excessive locks within the database
The @active data warehouse architecture includes which of the following?
- At least one data mart
- Data that can extracted from numerous internal and external sources
- Near real-time updates
- All of the above.
Reconciled data is which of the following?
- Data stored in the various operational systems throughout the organization.
- Current data intended to be the single source for all decision support systems.
- Data stored in one operational system in the organization.
- Data that has been selected and formatted for end-user support applications.
Transient data is which of the following?
- Data in which changes to existing records cause the previous version of the records to be eliminated
- Data in which changes to existing records do not cause the previous version of the records to be eliminated
- Data that are never altered or deleted once they have been added
- Data that are never deleted once they have been added
The extract process is which of the following?
- Capturing all of the data contained in various operational systems
- Capturing a subset of the data contained in various operational systems
- Capturing all of the data contained in various decision support systems
- Capturing a subset of the data contained in various decision support systems
Data scrubbing is which of the following?
- A process to reject data from the data warehouse and to create the necessary indexes
- A process to load the data in the data warehouse and to create the necessary indexes
- A process to upgrade the quality of data after it is moved into a data warehouse
- A process to upgrade the quality of data before it is moved into a data warehouse
The load and index is which of the following?
- A process to reject data from the data warehouse and to create the necessary indexes
- A process to load the data in the data warehouse and to create the necessary indexes
- A process to upgrade the quality of data after it is moved into a data warehouse
- A process to upgrade the quality of data before it is moved into a data warehouse
Data transformation includes which of the following?
- A process to change data from a detailed level to a summary level
- A process to change data from a summary level to a detailed level
- Joining data from one source into various sources of data
- Separating data from one source into various sources of data
A multifield transformation does which of the following?
- Converts data from one field into multiple fields
- Converts data from multiple fields into one field
- Converts data from multiple fields into multiple fields
- All of the above
A star schema has what type of relationship between a dimension and fact table?
- Many-to-many
- One-to-one
- One-to-many
- All of the above.
Fact tables are which of the following?
- Completely demoralized
- Partially demoralized
- Completely normalized
- Partially normalized
A snowflake schema is which of the following types of tables?
- Fact
- Dimension
- Helper
- All of the above
A goal of data mining includes which of the following?
- To explain some observed event or condition
- To confirm that data exists
- To analyze data for expected relationships
- To create a new data warehouse
A report output file gets generated when you run "Validate APPS schema" by using the adadmin utility in the Oracle Applications 11i E-Business Suite environment. If the report shows something similar to "GL_CODE_COMBINATIONS table does not exist or is an invalid object", what is the first step that the database administrator (DBA) should take to correct this issue?
- Run the AD Relink utility and relink the GL product
- Use License Manager, and register the GL product.
- Run the "Recreate grants and synonyms for APPS schema" task by using the adadmin utility
- Run Autopatch, and apply GL latest available patch
- Run Rapid Install to reinstall the database components
Where can you find the Oracle 8.0.6 and iAS files in the Oracle Applications 11i file system?
- <db_name>DB
- <db_name>ORA
- <db_name>COMN
- FND_TOP
- APPL_TOP
In which three cases is it most effective to run validation on the APPS schema in the Oracle Applications 11i E- Business Suite setup? (Choose three.)
- before performing an export/import
- immediately after an upgrade or applying a maintenance pack
- converting to multiple organizations or multiple reporting currencies
- after a patch or multiple patches are applied
- whenever you receive a run-time error that suggests that a problem is caused by the AD_DDL package
Which four statements correctly describe a schema? (Choose four.
- There is no one-to-one relationship between schemas and users in a database
- the concept of a database schema is directly tied to the concept of a database user, or a grant from the schema owner
- The database user and the schema never have the same name
- A schema can allow another schema to use its objects by granting access
- An Oracle Application products database objects are divided between the product schema and the APPS Schema