Oracle 1z0-531 Exam Practice Questions (P. 1)
- Full Access (69 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
Which six files are involved in database recovery for block storage option after a database crash?
- AEssn.pag – data
- BEssn.ind – index
- CEssn.dat
- DTemp.dat
- EDbname.esm - kernel file that contains control information for db recovery
- FDbname.tct - transaction control table
- GDbname.ind - free fragment file for data and index free fragments
- HDBname.otl
Correct Answer:
ABEFGH
If there is a problem with any one of these essential database files, the entire database becomes corrupted and Essbase Server cannot start the database:
* essn.pag (A)
* essn.ind (B)
* dbname.esm (E)
* dbname.tct (F)
* dbname.ind (G)
.otl (for block storage databases) (H): Outline file, which stores all metadata for a database and defines how data is stored, but does not store data itself
To restore the database, delete these file, restart the database, and reload from data files or from export files backed up before the corruption.
Reference: Hyperion, Backup and Recovery Guide
Using Backup and Restore for Block Storage Databases
ABEFGH
If there is a problem with any one of these essential database files, the entire database becomes corrupted and Essbase Server cannot start the database:
* essn.pag (A)
* essn.ind (B)
* dbname.esm (E)
* dbname.tct (F)
* dbname.ind (G)
.otl (for block storage databases) (H): Outline file, which stores all metadata for a database and defines how data is stored, but does not store data itself
To restore the database, delete these file, restart the database, and reload from data files or from export files backed up before the corruption.
Reference: Hyperion, Backup and Recovery Guide
Using Backup and Restore for Block Storage Databases
send
light_mode
delete
Question #2
Which two options would provide a better design for the following accounts and metrics?


- AIf there are a small number of accounts that require FTE and Expense dollars, split Accounts and Metrics into 2 dimensions
- BIf there are a large number of accounts that require FTE and Expense dollars, split Accounts and Metrics into 2 dimensions
- CIf reporting dictates FTE and dollars in the columns and accounts in the rows, split Accounts and Metrics into 2 dimensions
- DIf block size is large, then keep Accounts and Metrics as one dimension with a dense dimension
Correct Answer:
BD
Use Application Design Best Practices, Minimize the number of dimensions, Avoid Repetition in dimensions, Avoid inter dimensional irrelevance. http://www.scribd.com/doc/40391863/10-Hardcore-Essbase-Tuning-Tips-You-Ve-Never-Heard-Before
BD
Use Application Design Best Practices, Minimize the number of dimensions, Avoid Repetition in dimensions, Avoid inter dimensional irrelevance. http://www.scribd.com/doc/40391863/10-Hardcore-Essbase-Tuning-Tips-You-Ve-Never-Heard-Before
send
light_mode
delete
Question #3
Identify the two true statements about incremental loading.
- AAllows for real time data access for end users.
- BCreates *subscribes* along the main slice in the database.
- CMaterialization of slices is required to provide users the correct query results.
- DDifferent materialized views may exist within a slice as compared to the main slice of the database.
Correct Answer:
AC
A: Incremental loading and fast aggregation can provide near real-time analysis of transactional data.
C: Incremental loading creates subcubes or slices alongside the primary slice of the database.
Note: Following a data load, Essbase ASO does not store any aggregate values, but instead calculates them on demand. For large databases, where the time required to generate these values may become inconvenient, the database can materialize one or more aggregate "views", made up of one aggregate level from each dimension (for example, the database may calculate all combinations of the fifth generation of Product with the third generation of Customer), and these views are then used to generate other aggregate values where possible. This process can be partially automated, where the administrator specifies the amount of disk space that may be used, and the database generates views according to actual usage.
This approach has a major drawback in that the cube cannot be treated for calculation purposes as a single large hypercube, because aggregate values cannot be directly controlled, so write-back from front-end tools is limited, and complex calculations that cannot be expressed as
MDX -
expressions are not possible.
Hyperion Essbase - System 9 Database Administrator's Guide
AC
A: Incremental loading and fast aggregation can provide near real-time analysis of transactional data.
C: Incremental loading creates subcubes or slices alongside the primary slice of the database.
Note: Following a data load, Essbase ASO does not store any aggregate values, but instead calculates them on demand. For large databases, where the time required to generate these values may become inconvenient, the database can materialize one or more aggregate "views", made up of one aggregate level from each dimension (for example, the database may calculate all combinations of the fifth generation of Product with the third generation of Customer), and these views are then used to generate other aggregate values where possible. This process can be partially automated, where the administrator specifies the amount of disk space that may be used, and the database generates views according to actual usage.
This approach has a major drawback in that the cube cannot be treated for calculation purposes as a single large hypercube, because aggregate values cannot be directly controlled, so write-back from front-end tools is limited, and complex calculations that cannot be expressed as
MDX -
expressions are not possible.
Hyperion Essbase - System 9 Database Administrator's Guide
send
light_mode
delete
Question #4
You should back up the following three for ASO.
- AHyperion_Home \common
- BEssbaseinstallfolder\bin
- CARBORPATH \app\appname
- DEssbaseinstallfolder \locale
- EEssbase.sec
- FEssbase.cfg
Correct Answer:
CEF
C: The application directory should be backup up. BAckups for ASO File system backups are the best method for aggregate storage databases. To backup an
ASO database, 9.1. Stop the application. 9.2. Using the File system to back up the arborpath\app\appname
E: essbase.sec* -- Essbase security file
F: essbase.cfg -- Essbase Server configuration file
Reference: Roske, Edward; Tracy McMullen (2009-04-30). Look Smarter Than You Are with Essbase 11: An Administrator's Guide (Kindle Locations 8441-8444). interRel Press. Kindle Edition.
CEF
C: The application directory should be backup up. BAckups for ASO File system backups are the best method for aggregate storage databases. To backup an
ASO database, 9.1. Stop the application. 9.2. Using the File system to back up the arborpath\app\appname
E: essbase.sec* -- Essbase security file
F: essbase.cfg -- Essbase Server configuration file
Reference: Roske, Edward; Tracy McMullen (2009-04-30). Look Smarter Than You Are with Essbase 11: An Administrator's Guide (Kindle Locations 8441-8444). interRel Press. Kindle Edition.
send
light_mode
delete
Question #5
You have the following analysis requirement. Products roll up to Product Family which rolls up to Product Category. You also need to group Products by Product
Manager. Product Managers may manage one or more Products across product families. You do not need to create reports with Product Manager by Product
Family. You need to secure products by Product Manager for planning submissions.
You consider Shared members as a solution because of which two options?
Manager. Product Managers may manage one or more Products across product families. You do not need to create reports with Product Manager by Product
Family. You need to secure products by Product Manager for planning submissions.
You consider Shared members as a solution because of which two options?
- AShared members provide cross tab reporting (Product Manager in the rows and Product Family across the column)
- BShared members provide additional categorization but results in a smaller database then if you were to add Product Manager as a separate dimension
- CYou can assign security to shared members
- DShared members can be assigned to sparse members only
Correct Answer:
BC
The data values associated with a shared member come from another member with the same name. The shared member stores a pointer to data contained in the other member, and the data is stored only once. To define a member as shared, an actual nonshared member of the same name must exist.
Using shared members lets you use members repeatedly throughout a dimension. Essbase stores the data value only once, but it displays in multiple locations.
Storing the data value only once saves space and improves processing efficiency. (B)
Shared members must be in the same dimension. Data can be shared by multiple members.
Incorrect answers:
A: Attributes, not shared members, offers cross-tab, reporting
D. Shared member can be assigned to both dense and sparse members.
BC
The data values associated with a shared member come from another member with the same name. The shared member stores a pointer to data contained in the other member, and the data is stored only once. To define a member as shared, an actual nonshared member of the same name must exist.
Using shared members lets you use members repeatedly throughout a dimension. Essbase stores the data value only once, but it displays in multiple locations.
Storing the data value only once saves space and improves processing efficiency. (B)
Shared members must be in the same dimension. Data can be shared by multiple members.
Incorrect answers:
A: Attributes, not shared members, offers cross-tab, reporting
D. Shared member can be assigned to both dense and sparse members.
send
light_mode
delete
All Pages