Sie sind auf Seite 1von 12

Manage events using agents -3

1. In event studio which definition best describes the event key?

a. The object that is created in event studio

b. Specific occurrence of data items that the agent must detect

c. One or more data items that uniquely identifying an event


instance

d. The set of detected event instances that satisfy the task execution
rules.

2. In Event Studio, which of the following tasks are available to a report


author?

a. Run an agent

b. Run an export

c. Run an import

d. Run an index update

3. The following steps are used to create an agent in Event Studio. Which
sequence logically orders the items from first to last?

a. Add a task

b. Schedule an agent

c. Schedule an event condition

d. Specify the task execution rules.

1-c, 2-a, 3-d, 4-b

Setup reports for bursting – 3

1. Which kind of report can u add a burst key too?

a. Chart

b. List
c. Repeater

d. map

2. If u burst a report to send output to a directory and then from cognos


connection to say send via email what will happen?

a. directory only

b. email only

c. email & directory

d. warning message

3. If you want to burst a report on staff name what do you need to do

a. In the burst options specify the staff name as burst recipients

b. In the burst options specify the staff name as burst groups

Create reports using query model-9

1. In Report Studio, an author creates a list report and adds four data items.
The author then adds a crosstab to the report. Which of the following is
true.

a. Report Studio creates a new query for the crosstab report.

b. The author must select the Delete unreferenced query objects option if
the author wants the report studio to create a new query for the
crosstab report.

c. Report studio links the crosstab report to the same query as the list
report.

d. The author must select the Delete unreferenced query objects option
if the author wants the report studio to link the crosstab to the same
query as the list report

2. In Report Studio an author wants to use a join object to create a relationship


between two queries. Which of the following is true?
a. The author can use a join object to create either an inner join
or outer join between the queries.

b. The author can use join object only if both queries contain data from
OLAP sources.

c. The author can use join object only if both queries contain data from
relational sources that has not been modeled dimensionally

d. Both queries contain same number of dataitem, data items must be


compatible and appear in the same order.

3. Sort Key is a data item in Query1, however, it is not part of the rendered
report. What must be done for the Sort Key data item to be applied to the
report?

a. The Sort Key is added as a property of the list.


b. The Sort Key is added as a property of the page.
c. The Sort Key is added as a property of the query.
d. The Sort Key is added as a property of the prompt.

4. In Report Studio, an author edits the SQL statement that a query uses to
retrieve data for a corsstab. After editing the SQL, the author wants to add
a new data item to the query. How can the author add the data item?
a. The author must convert the edited SQL back to a query object and
then add the data item.
b. The author must edit SQL statement so that the query
retrieves an additional data item.
c. The author must add the data item to the query from the package
displayed on the Source tab.
d. The author must add a query reference to the existing query and then
add the data item to the referenced query.
5. In Report Studio, an author merges Query1 and Query2 into one result set
(Query3) using a union set operator, Query1 contains two data items: Order
method and Revenue, Query2 also contains two data items: Product line
and Quantity sold. The author wants to display the data from Query3 in a
list report, how can the author ensure that all the order method results
appear together line results appear together in the report?
a. The author must add a sort key data item directly to Query3.
b. The author must sort the Order method data item in Query1 and the
Product line data item in Query2.
c. The author must sort the data item in Query3 that retrieves both Order
method and Product line data.
d. The author must add a sort key data item to Query1 and
Query2,and then add this sort key data item to Query3.

6. You a list with columns Product Line, Product Type and Revenue. You
want to show the Revenue of each product line in a chart. How do you do
this.
-Add the chart to a list report as a new column, and create a master-
detail relationship between the two queries

7. Why do we use Query Calculation


-To create calculation in which we get data from the data source.

8. When we run the tabular data view of the query,


we get ungrouped data from all the data items in the query as
columns.

Create Reports-7

1. You are asked to prepare a report for the Sales department that will
compare the revenue generated for all product lines in all regions.
What kind of report will you prepare?
a. List
b. Crosstab
c. chart
d. Both a and b

2. A crosstab node must contain


a. Must contain morethan one crosstab node member
b. Atleast one nested crosstab node member
c. Atleast one crosstab node member
d. One or more nested crosstab node members
e. One or more crosstab node members

3. How many measures can be used in a Bubble chart?(Reverse


Question ans:Bubble)
a. One
b. Two
c. Three
d. Four
4. To reposition the Legend with respect to the axis in a chart, use
a. Auto Truncation
b. Axis Alssignment
c. Absolute positioning
d. Relative positioning

5. Baselines are
-horizontal or vertical lines which cut through the chart to
indicate major divisions in the data

6. To add space around a text in a block you use


a. Padding
b. Size and Overflow
c. Margins
d. Spacing and Breaking

7. To merge 2 columns in a list


Unlock the column and add the data item

Focus Reports-6

1. To added multiple values for Product Line in a filter, when the author
doesn’t know exactly what to enter,
a. Run the report without filter and copy the values of product line in
the output

b. Use Select Mutiple Values search option in the report studio


expression editor

2. When do we use generated prompt


a. when you are unsure of the most appropriate prompt type to
choose
b. when you only want the user to be able to choose one option
c. when you want to use the same prompt on a prompt page and a report
page
d. when you have added a parameter to a report so the prompt appears
automatically
3. If you add a prompt to a report page (instead of a prompt page), how can
you prevent an automatically generated prompt page from appearing when
you run the report?

a.Specify a Default Selection


b. Add a Static Choice
c. Set the Auto-Submit property to Yes
d. Change the Hide Adornments property to Yes

4. What are Static choices


a. The default values used to satisfy a parameter so a prompt page
will not appear
b. The Yes and No values automatically created when you create a
Boolean variable
c. The items that appear in the source prompt of a Cascading prompt
d. When there is no database values present in the database
e. The author-defined values users can select in a prompt

5. In the below list, Revenue is grouped by Product Line. . To filter the rows
with Revenue>1 Billion which of the following condition is used.

a. Detail filter, After auto aggregation


b. Detail filter, Before auto aggregation
c. Summary filter, After auto aggregation
d. Summary filter, Before auto aggregation

6. The below list is groped by Product Line. To get Revenue for each Product
Type, which of the following aggregations need to be used.

Auto group Summarize=Yes, Detail filter=total([Revenue])


Auto group Summarize=No, Detail filter=total([Revenue])
Auto group Summarize=Yes, Summary filter=total([Revenue])
Auto group Summarize=No, Summary filter filter=total([Revenue] for Product Type)

Enhance Reports-22

1. In Report Studio, an author wants to create a variable for a conditional


block so the report displays either a list, a crosstab or a chart?

2. String Variable
3. Block Variable
4. Render Variable

1. If you select a column in a list, apply formatting, click Select ancestor and
select the list columns and then apply different formatting,

a. The formatting will be applied to any object added in the report page

b. The formatting applied to the list columns overrides the formatting


applied to the column

c. The formatting will be applied to any new column added in the


list

2. Global class can be altered in


a. Query Explorer
b. Page Explorer
c. Condition explorer
d. Variable explorer

3. User wants to display the report title in different language based on user
selection. To achieve this you use,
a. Render variable
b. String variable
c. Text source Variable

4. For which of the following variable can you enter your own values,
a. Boolean variable
b. Language variable
c. Render variable
d. String variable

5. In report header there a block in the header. If you copy the formatting of
the block to the footer,
a. You must change the parent object to the same type of objects
b. You must change the child object to other type of objects
c. You can change the parent object to any of object same type
d. You can change child object to other type of objects

6. Global class changed in a report is affected for


a. Current Report
b. Current Session log on
c. All reports in the package

7. An author creates a report in Report Studio. The report contains a


parameter for the Products dimension. The author wants to let users drill
through to this report from a variety of reports created using the Great
Outdoors Company package. To ensure that this is target report contains
data for the appropriate products, the author wants to limit the report cells
that user can drill through from in source reports. What must the author do
when creating the drill-through definition?

a. Set the Products dimension as the target of the drill-through


definition.
b. Set the Products dimension as the scope of the drill-through
definition.
c. Add a parameter for the Products dimension to the drill-
through definition.
d. Delete all data items except for the Products dimension from the
drill-through definition

8. Bookmark is available in the following report output formtas


a. XML and CSV
b. XML and PDF
c. EXCEL and PDF
d. HTML AND PDF

9. You want to calculate the percentage of the revenue obtained by individual


product line for the total revenue for product line. Which of the following
expression do you use for the calculation(Diagram they have given)
a. Percentage([Revenue])
b. Percentage(total([Revenue]) for Product Line)
c. Percentage(total([Revenue]), Product Line)

10.To ensure that there is enough white space between the layout objects in
the output how you will found
a. See the page structure view
b. Hide boundary lines
c. See the print preview

11. You can add a _____________ to your report page to organize objects
such as lists.
a. Block
b. Image
c. Repeater
d. Table
12. If you want to make list report into a logical sections.
a. Using Tables
b.Using list Headers and footers
c. Pivoting list to crosstab
e. By sectioning
13. You have productline and revenue in the query which of the
following will use divide the list for each page based on product line
a. Using Page sets
b.add extrapages to the report
c. using sectioning
14. Using Page structure view what you can do in the following list of
things
a. you can move objects in the report
b.you can add the report pages to the report
c. you can change the underline query

d. You can modify the underline dataitems in the report page


15. If you want to hide the some columns from the list based on the
prompt selected by the user which variable you can use
a. Render Variable
b. Style Variable
c. Text Source Variable
d. List header appears once inside the list
16. You have product line and product type and revenue is there in the
underline query of list report you have dragged only two columns product
line and product type into the list what property you will use in order to sort
the list based on Revenue
e. In the Underline query you will change Auto summaraise
f. You have to add Revenue to Property of the list
g. You have to give the total.
h. List header appears once inside the list

17. Difference between sectioning and list header


i. Section heading appears outside the list
j. Section heading appears once inside the list
k. List header appears outside the list
l. List header appears once inside the list

18. To create the header as shown in the below list

a. Use List row cell


b. Add a table
c. Add a repeater

19. In the crosstab shown below,

a. Product Line and Order no are peers


b. Product Line is parents for Revenue and Gross Profit
c. Order No and Order Year and peers
d. Revenue and Order Year are peers

20. Question on Bookmark.


First List: List of Product Lines
Second List: List containing details of individual product lines like product
Type, Description, Revenue.
If you click on any of the Product Lines in the 1st list it takes to the 2nd list
of that product line. If you click on the text “Top” which is above the 2nd
list, it takes to 1st list.
What are the properties of bookmarks for this scenario.
a. Bookmark Product Line : Source Type: Data item Value, Data item
Value: Product Line
Bookmark Top : Source Type: Text, Label: Top
b. Bookmark Product Line : Source Type: Data item Label, Data item Label:
Product Line
Bookmark Top : Source Type: Text, Label: Top
c. Bookmark Top: Source Type: Data item Label, Data item Label: Product
Line
Bookmark Product Line: Source Type: Text, Label: Top
d. Bookmark Top: Source Type: Data Value, Data item Value: Product Line
Bookmark Product Line: Source Type: Text, Label: Top

21.In the following list shows the revenue obtained by Sales Rep.
City, Country. If you have a detail filter [Revenue]>50000, after
auto aggregation applied what it will do

a. Revenue of individual Staff Name that is >500000


b. Total Revenue of individual Staff Name>500000
c. Total Revenue of the country>500000
d. Total Revenue of the city>500000
22 . which type of technique you will use in the following scenario
List 1: Summary Data with Attributes
List2 : Detailed Infromation

User has to select attribute from list 1 it should show the details
superately

a. Master Detail Relation Ship betwn List 1&2 in the same list report.
b. Drill though between list 1&2 in the same List Report

Das könnte Ihnen auch gefallen