IBM Cognos BI Fundamentals
Test your knowledge of IBM Cognos Business Intelligence including Framework Manager, Report Studio, Query Studio, and core data modeling concepts like cardinality, joins, and OLAP structures.
Questions
In a Snow flake schema
- Dimensions and Facts should be normalized and should be in snow flake form
- Should have fact and dimension joined together in 3rd normal form
- Contains additional information about dimensions in normalized form
- None of the above
While creating a Join in Framework Manager
- We cannot specify cardinality
- We join all the tables to parameter variable
- We should check for loops and fan traps
- We cannot create a join between two dimension tables
A dimension contains
- Data about the fact
- Data about other dimension
- Data which is subject oriented and non volatile
- Facts which could be normalized in a table
A Determinant is a
- Used for group by and to avoid double counting of data
- Join to prevent loops
- Function in Framework manager
- None of the above
Functions in Cognos
- Can be used for complex calculations
- Can be used in Report Studio only
- Can be used in Framework Manager only
- Restricted to Bursting of reports
A chart is a
- Used to show data from two or more queries in report studio
- Pictorial representation of data
- Used only in Query studio
- Used only in Analysis Studio
Report Studio report has
- Page explorer, Query Explorer and Conditional Explorer
- Page Explorer, Internet explorer and Query Explorer
- Query Explorer, Conditional Explorer and Analysis explorer
- None of the above
Cardinality in Framework manager is
- Relationship between Fact and Dimension
- Relationship between Dimension and Dimension
- All the above
- Relationship with tables from different data sources.
While Scheduling reports
- We cannot schedule the report more than once.
- We cannot specify more than one format of the report output.
- We cannot override the report output.
- We cannot change the schedule once set.
- None of the above.
What are the types of data containers that we have in Cognos
- List
- Crosstab
- Charts
- Conditional Blocks
- All the above.
What is the way to check for errors in the report in Cognos?
- Validation can be done in report studio
- No such option available
- We shall compile report using script and macros
- Check in Query Studio itself
In Framework Manager we can publish multi-lingual packages.
- True
- False
- Multi lingual is allowed for multiple data sources only
- Only in report studio we have this option
What does a relationship with a cardinality of 1...n to 1...n indicate?
- Optional cardinality
- Many-to-many relationship
- Determinants need to be specified
- A filter is required to focus the record set
Which of the following is true of an OLAP data structure?
- Comprised of normalized dimension and fact tables.
- Organizes dimension tables into hierarchies and levels.
- Allows "real time" analysis against disparate data sources.
- Cardinality between tables is typically configured as inner joins.
Which of the following objects in the Framework Manager environment acts as a container and provides a unique name for objects?
- Model
- Query Item
- Namespace
- Query Subject
To create a report in Report Studio, a report author accesses which object?
- A report specification
- A development model from Framework Manager.
- The runtime version of a Framework Manager model.
- A file that contains query subjects externalized from Framework Manager.
When a modeller imports metadata into Framework Manager, the Usage property for a non-indexed, numeric query item is set to which of the following?
- Fact
- Attribute
- Identifier
- Unknown
Which of the following is true for 0...n cardinality?
- The cardinality is optional and a union will be performed.
- The cardinality is optional and an inner join will be performed.
- The cardinality is optional and an outer join will be performed.
- The cardinality is unknown and an inner join will be performed.
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
- Inner join
- Union join
- Outer join
- Cross join
We can create prompts in Query Studio
- True
- False