1.
What can be done when using a SQL object when not using a stored procedure?
Correct Answer
D. Update a database.
Explanation
When using a SQL object without using a stored procedure, one can perform the action of updating a database. This means modifying the existing data in the database by changing the values of certain fields or records. This can be done through SQL statements like UPDATE, which allow users to make changes to the data stored in the database tables.
2.
A report author creates the following filter in a report: [Region] in (' Americas',' Asia Pacific') Which type of filter was created?
Correct Answer
B. Parameterized
Explanation
The filter created in the report is a parameterized filter. This is evident from the use of the ampersand (&) symbol before the list of values ('Americas', 'Asia Pacific'). Parameterized filters allow the report user to select values from a predefined list, in this case, the regions 'Americas' and 'Asia Pacific'.
3.
How can an Uploaded file be combined with data from a database?
Correct Answer
C. Create a Data module.
Explanation
Creating a Data module allows for combining data from multiple sources, including an uploaded file and a database. This will enable the user to access and manipulate data from both sources within the same module, providing a comprehensive view of the data for reporting purposes.
4.
A report author wants to display the report name on the report page. Which type of calculation should be used?
Correct Answer
A. Layout calculation
Explanation
A layout calculation should be used to display the report name on the report page. Layout calculations are used to perform calculations and display the results within the layout of a report. In this case, the report author wants to display the report name, which is a static value and does not require any calculations based on data from the query. Therefore, a layout calculation is the appropriate choice to achieve this requirement.
5.
Which statement is true about using a burst key to burst reports?
Correct Answer
D. A burst key can be added to a list report.
Explanation
A burst key can be added to a list report, allowing the report to be bursted or split into multiple reports based on a specific key value. This feature is useful when there is a need to distribute the report to different recipients based on certain criteria, such as region or department. By adding a burst key to a list report, each recipient will receive a customized report containing only the data relevant to them.
6.
In Report Studio, an author creates a list report containing columns for Staff Name, Order number, and Revenue. The author wants to burst this report to various sales staff members. Each member should see only data relating to sales they have made. What must the author do to specify that the burst report output will contain only data for the appropriate sales staff member?
Correct Answer
A. In the burst options for the report, use the Staff Name data item to specify the Burst Groups.
Explanation
The author must use the Staff Name data item to specify the Burst Groups in the burst options for the report. This means that the report will be bursted and divided into separate groups based on the Staff Name. Each sales staff member will receive a report containing only the data relating to the sales they have made.
7.
An author creates a report for bursting. In Report Studio, the author sets the burst type for the report to Directory entries. In Cognos Connection, the author sets the run options to burst the report and send the report by email. If the email addresses for the burst recipients are accessible by IBM Cognos BI, what is the expected result?
Correct Answer
B. The report is burst to both email addresses and directory entries.
Explanation
The author has set the burst type for the report to Directory entries and has also set the run options to burst the report and send it by email. Since the email addresses for the burst recipients are accessible by IBM Cognos BI, the expected result is that the report will be burst to both the email addresses and the directory entries.
8.
In Report Studio, an author creates a weekly sales report and modifies the global class setting in the report. Which reports will this modifications affects?
Correct Answer
D. Only the current report
Explanation
The modifications made to the global class setting in Report Studio will only affect the current report. This means that any changes made to the global class setting will not impact other reports, reports created using the same package, or reports created within the log on section. The modifications are specific to the report in which they were made.
9.
In a Report Studio, an author wants the report title to appear in the language in which the report is run.
What property of the report header must the author define to create this variable?
Correct Answer
B. Text Source Variable
Explanation
To have the report title appear in the language in which the report is run, the author must define a Text Source Variable in the report header. This variable allows the author to dynamically change the text displayed based on the language selected for the report. By using a Text Source Variable, the report title will automatically update to the appropriate language when the report is run.
10.
In Report Studio, for which task would an author create a query calculation?
Correct Answer
A. Derive additional information from data source
Explanation
An author would create a query calculation in Report Studio to derive additional information from the data source. This means that the author can perform calculations or transformations on the data to generate new insights or metrics that are not directly available in the original data. By creating a query calculation, the author can enhance the analysis and reporting capabilities of the report by including derived information that is relevant to the analysis being performed.