IBM C2090-632 Exam Practice Questions (P. 1)
- Full Access (53 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
In Framework Manager, why is it recommended that modelers alter the default all-inclusive select statements of data source query subjects as little as possible?
- ATo generate the most efficient SQL at run time and simplify model maintenance.
- BTo prevent the exclusion of columns from a table that may be required in future reports.
- CTo prevent improperly constructed SQL and reduce issues with model documentation and readability.
- DTo provide authors with access to all columns in a database table which reduces requests to the modeler.
Correct Answer:
A
References:
http://www.ibm.com/support/knowledgecenter/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ug_fm.doc/c_cognos_sql.html#cognos_sql
A
References:
http://www.ibm.com/support/knowledgecenter/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ug_fm.doc/c_cognos_sql.html#cognos_sql
send
light_mode
delete
Question #2
In order to create complex joins in Framework Manager, a modeler can use which of the following techniques?
- AOpen the Relationship Definition Dialog, and then edit the join expression as required.
- BSelect the relationship, and then from the Actions menu, select "Merge in New Query Subject".
- COpen the Relationship Expression dialog, and then change both cardinality settings to 0..n or 0..1.
- DRight-click a relationship in the Object diagram or Context Explorer and then select "Create Compound Join".
Correct Answer:
A
References:
IBM Redbooks: IBM Cognos Business Intelligence V10.1 Handbook. Page: 67
A
References:
IBM Redbooks: IBM Cognos Business Intelligence V10.1 Handbook. Page: 67
send
light_mode
delete
Question #3
In Cognos 10, which of the following is true of multi-fact results sets?
- AOnly correlated result sets can have repeating fact values.
- BOnly contiguous result can have repeating fact values.
- CBoth contiguous and correlated lists can have repeating fact values.
- DBoth contiguous and correlated lists cannot have repeating fact values.
Correct Answer:
C
C
send
light_mode
delete
Question #4
Although modelers can use model query subjects to create entire business views, it is recommended to use them to do which of the following?
- AResolve conflicting keys and indexes and generate minimized SQL.
- BCombine facts and dimensions for intuitive ad hoc business views.
- CResolve reporting traps and simplify snowflake tables through consolidation.
- DProvide dimensional information through the use of determinants.
Correct Answer:
C
References:
IBM Redbooks: IBM Cognos Dynamic Query. Page: 36
C
References:
IBM Redbooks: IBM Cognos Dynamic Query. Page: 36
send
light_mode
delete
Question #5
Which of the following join types does the generated SQL below illustrate? select
✑ Manager.Manager as Manager,
✑ Product.Product as Product
from
✑ datasource_name.database_name.schema.Manager Manager
✑ datasource_name.database_name.schema.Product Product
✑ Manager.Manager as Manager,
✑ Product.Product as Product
from
✑ datasource_name.database_name.schema.Manager Manager
✑ datasource_name.database_name.schema.Product Product
send
light_mode
delete
All Pages