Which option is used to enter the rank function when creating a new rank measure?
A. Initialization Block
B. Expression Builder
C. Connection Pool
D. Web Catalog
WLS Embedded LDAP Server is managed by the Admin Server Console and supports which three options?
A. Creating and Maintaining Users
B. Authentication and Authorization
C. Basic Directory for storing user details
D. Subject area and row-level security, connection pool passwords
E. Application of Session Variables as Data Filters
What are the two leading design solutions recommended by Oracle that you would use for performance?
A. Design requests that use Complex Queries
B. Avoid returning big data sets within the Dashboard
C. Use Cache
D. Avoid using Guided Navigation unless the data set is large
Why is it necessary to join multiple source tables to a single dimension?
A. Because transactional source systems are often denormalized
B. Because transactional source systems are often normalized
C. Because a single source table often contains all the dimensions needed
D. Because the dimensions tables are built in the transactional systems
Which Oracle Partner is the supplier of map-based content to provide background maps, boundary information, and points of interest?
A. Navteq
B. TeleAtlas
C. Google
D. ESRI
Where is Cache in OBIEE located?
A. In relational database
B. It is local disk-based.
C. In dynamic aggregate
D. In memory cache
Which three components are part of a cluster server?
A. Master Server
B. Repository Publishing Directory
C. Primary Cluster Controller
D. Web Server
E. Server request Controller
Which variable does not use initialization blocks to initialize its values?
A. Static Repository Variable
B. Dynamic Repository Variable
C. System Variable
D. Non System Variable
An organization has its employees' names in an Employees table, and information about their jobs in a Jobs table.
However, an organization's employees can have multiple jobs, and the same job can be performed by multiple employees. This situation would result in a many to-many relationship between the Employees and Jobs tables. How can the many to-many relationship issue be resolved?
A. By modeling the many to many relationship in the business model
B. By creating a bridge table that represents one employee doing one job, with several rows for an employee who has several jobs
C. By creating the many to many join in the physical model
D. By creating a logical table source (LTS) that joins the Employees and Jobs tables