You will be implementing a data warehouse for one of your customers. In your design process, which index type is most likely to be used to improve the performance of some queries where the data is of low cardinality?
A. Bitmap indexes
B. B*-tree indexes
C. Reverse indexes D. Invisible indexes
Why does partitioning help parallelism with RAC?
A. The ability to do partition-wise joins reduces interconnect traffic.
B. Partitioning allows you to split data storage across nodes.
C. Partitioning reduces storage requirements.
D. RAC will spawn additional parallel servers to meet the needs of requesting applications.
Which best describes Oracle's OLAP Option for Oracle Database 11g Release 2?
A. Is stored as relational tables and is considered a ROLAP solution
B. Uses bitmap indexes
C. Physically stores OLAP cubes as objects within the relational database
D. Is available both within the Oracle Database and as a stand-alone solution
Identify the indexing technique you would use to minimize partition maintenance.
A. Local indexes
B. Global partitioned indexes
C. Global nonpartitioned indexes
D. Both global partitioned and global nonpartitioned indexes
Indentify the dimension that appears most often in queries in a data warehouse.
A. Product dimension
B. Time dimension
C. Cost dimension
D. Location dimension
You are looking to create a RAC cluster to deliver high performance for your client's data warehouse. Which statement is true about a configuration with a few large nodes versus a configuration with many smaller nodes?
A. A few large nodes always perform better than many small nodes.
B. A few large nodes always perform worse than many small nodes.
C. It depends on the workload specifics and the effect of a node failure.
D. Performance should be the same with either option.
Data Guard compresses data:
A. Always
B. When using logical standby
C. When using physical standby
D. When catching up after a network failure
Your customer wants to use Database Resource Manager to help ensure consistent performance based on users and operations. In designing this implementation, which limitation CANNOT be imposed through Database Resource Manager?
A. Specifying the maximum number of concurrent operations for a resource group
B. Limiting resource consumption for a resource group
C. Specifying the amount of parallelism for a resource group
D. Limiting access to particular data for a resource group
How many Exadata Storage Server cells are there in a Full Rack Exadata database machine configuration that has 8 Database Server nodes?
A. 2
B. 14
C. 16
D. 24
Identify the statement about ASM that is NOT true.
A. ASM is easier to manage than file systems.
B. ASM delivers the performance of raw partitions.
C. ASM is an extra cost option for Oracle databases.
D. ASM delivers automatic striping and mirroring.