26-51_1z0-591_OBIEE II

Description

First Certificate of Cambridge Tecnología Quiz on 26-51_1z0-591_OBIEE II, created by Janeire Salicio on 24/07/2017.
Janeire Salicio
Quiz by Janeire Salicio, updated more than 1 year ago
Janeire Salicio
Created by Janeire Salicio almost 7 years ago
48
1

Resource summary

Question 1

Question
QUESTION NO: 26 What are the two leading design solutions recommended by Oracle that you would use for performance?
Answer
  • 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

Question 2

Question
QUESTION NO: 27 The WebLogic Repository Schema generated via RCU can be deployed to which three DBMS?
Answer
  • A. Oracle RDBMS
  • B. Microsoft SQL Server
  • C. IBM DB2
  • D. Teradata

Question 3

Question
QUESTION NO: 28 There is a logical fact table that contains Item number, store, time, and revenue. How would you add Number of items sold?
Answer
  • A. By creating a derived measure on the logical column Item number and using the count Function
  • B. By creating a derived measure on the logical column item number and using the count distinct function
  • C. By creating a derived measure based on the physical column item number and changing the aggregation method to count
  • D. By creating a derived metric by using the Expression Builder

Question 4

Question
QUESTION NO: 29 Which language is used by OBIEE to query Essbase?
Answer
  • A. SQL
  • B. LINQ
  • C. MDX
  • D. DMX

Question 5

Question
QUESTION NO: 30 Which are the three types of tables available to physical tables in the physical layer?
Answer
  • A. Physical Table
  • B. Stored Proc
  • C. Select
  • D. View
  • E. Table

Question 6

Question
QUESTION NO: 31 Which option describes how OBIEE natively integrates with HFM?
Answer
  • A. Through EPM Analytic Data Model (ADM) connectivity
  • B. Direct relational database access
  • C. Through Essbase connectivity
  • D. OBIEE does not support HFM integration

Question 7

Question
QUESTION NO: 32 Select the scenario in which block storage must be used instead of aggregate storage.
Answer
  • A. Incremental data loading
  • B. Top - down planning
  • C. Extremely sparse data sets
  • D. Millions of members in the outline

Question 8

Question
QUESTION NO: 33 What would you use to customize the text elements that appear on BI Analysis, Delivers and Dashboard pages?
Answer
  • A. Cascading Style Sheets
  • B. DHML Message files
  • C. XML Message Files
  • D. BI Presentation services web template

Question 9

Question
QUESTION NO: 34 In the Oracle Data Warehouse Reference Architecture, which term is not a layer in the data warehouse?
Answer
  • A. Access and Performance Layer
  • B. Master Data Layer
  • C. Staging Data Layer
  • D. Presentation Data Layer

Question 10

Question
QUESTION NO: 35 Which two options are valid Repository Variable names?
Answer
  • A. USER
  • B. CurrentDay
  • C. CurrentMonth
  • D. Date

Question 11

Question
QUESTION NO: 36 One benefit of adding a second table source that is joined to the first table source in the Physical Layer by a foreign key relationship is that______.
Answer
  • A. Multiple SQL queries are performed
  • B. Two SQL queries are performed to get data from both tables
  • C. A single SQL query is performed to get data from both tables
  • D. No SQL queries are performed against the source tables

Question 12

Question
QUESTION NO: 37 When creating a Security Realm in the WebLogic Console, which object is created?
Answer
  • A. Groups
  • B. Row Level Filters
  • C. Server Password
  • D. Single Sign On

Question 13

Question
QUESTION NO: 38 Select the correct statement.
Answer
  • A. Cache provides fast and always up-to-date information.
  • B. Cache can increase traffic to back end database
  • C. Cache needs to be purged to refresh data.
  • D. Cache can degrade query performance by reading data from the disk instead of the database.
  • E. Cache is seeded by manually running PL/SQL at the back end database.

Question 14

Question
QUESTION NO: 39 A customer has a requirement for rolling period calculations. What two additional steps will need to be done to enable this in the repository?
Answer
  • A. Clicking the "Time" option in the Logical Dimension Dialog
  • B. Designating a chronological key for every level of every dimension hierarchy
  • C. Clicking the "Time" option in the Logical Table Source Dialog
  • D. Designating a chronological key for every logical column in the Logical Table Source
  • E. Specifying a sort order in the Logical Table dialog

Question 15

Question
QUESTION NO: 40 When creating a query. Subject areas can be combined via point and click as long as____.
Answer
  • A. the subject areas share objects of the same name
  • B. the subject areas both share the same model in the business model and mapping layer
  • C. the subject areas are both from the same physical source, though they may be in separate business layers
  • D. two or more subject areas cannot be joined together without manually mapping the contents

Question 16

Question
QUESTION NO: 41 Pre Deployment sign-off is a milestone for a OBIEE implementation and is based on successful completion of certain tasks. Which option is not one of them?
Answer
  • A. Test Environment
  • B. System Testing
  • C. Performance Tuning
  • D. Project initiation and resourcing
  • E. Data Validation / Verification

Question 17

Question
QUESTION NO: 42 How will you model a Type II Slowly-Changing Dimension?
Answer
  • A. Add an additional column to the dimension table to capture a version of change
  • B. Overwrite an existing dimension table record with the changed record
  • C. Add a new row to the dimension table with a new key for the changed record
  • D. Do Nothing

Question 18

Question
QUESTION NO: 43 Cache in OBIEE is used to_____. Select the two correct answers.
Answer
  • A. improve performance of Dashboards and Analysis
  • B. decrease query response time
  • C. improve Analysis data quality
  • D. eliminate Write Back Capabilities
  • E. create Aggregate tables

Question 19

Question
QUESTION NO: 44 A customer frequently queries multiple dimension tables without a measure. What needs to be defined in the presentation layer?
Answer
  • A. Logical Key
  • B. Implicit Fact Column
  • C. Alias
  • D. Logical Column Name
  • E. Custom Display Name

Question 20

Question
QUESTION NO: 45 A customer needs to do a cross database join between two tables where, one of the tables has a small number of values and the other has a large number of values. How can you optimize the way the BI Server processes the query?
Answer
  • A. By specifying a one-to-many join between the tables with the small and large numbers of values
  • B. By specifying a driving table
  • C. By specifying a many to one join between the tables with the small and large numbers of values
  • D. By creating your logical join by using the Joins Manager
  • E. By creating your joins by using the Business Model Diagram

Question 21

Question
QUESTION NO: 46 Why is it necessary to join multiple source tables to a single dimension?
Answer
  • 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

Question 22

Question
QUESTION NO: 47 Query Limits are used to manage Query environment in the repository for users and roles and can_________.
Answer
  • A. Control runaway queries
  • B. Limit Queries by maximum run time
  • C. Control aggregation
  • D. Control User Authentication
  • E. Control Write Back Capabilities

Question 23

Question
QUESTION NO: 48 A derived measure is never used to_________.
Answer
  • A. Calculate share measures
  • B. Add two logical columns together
  • C. Calculate a variance between two measures
  • D. Calculate the rank dimension values
  • E. Input data

Question 24

Question
QUESTION NO: 49 What are the two types of Session Variables?
Answer
  • A. System
  • B. Non System
  • C. Static
  • D. Dynamic

Question 25

Question
QUESTION NO: 50 Content that is saved in personal and shared folders can be browsed by using which view?
Answer
  • A. Catalog
  • B. Dashboard
  • C. New -> Analysis
  • D. Home
  • E. Favorites
Show full summary Hide full summary

Similar

Test Diagnóstico de Informática Básica
victorlobato2009
TECNOLOGÍA TAREA
Denisse Alcalá P
Materiales de construccion
Diana Woolfolk
INSTRUMENTOS DE MEDIDAS Y SIMBOLOGÍA ELECTRICA - VOLTAJE.
Teresa Villa
Leyes de Kirchhoff (Voltaje y corriente)
dianamardp
DISPOSITIVOS DE ALMACENAMIENTO
Esteban Bravo3B
tema 6 : ELECTRÓNICA
alejandrauscola
20 preguntas sobre sistemas operativos
esmeraldameza100
codigos QR
Cristina Padilla
Curso Basico De Android
manrongel
Historia de la Ingeniería
Camila González