Summer Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 28522818

Home > IBM > IBM Certified Developer - Cognos Analytics V11.1.x > C1000-065

C1000-065 IBM Cognos Analytics Developer V11.1.x Question and Answers

Question # 4

Which two items can the opposite edge Crosstab in a report?

A.

The value of a member

B.

A selected measure

C.

Member caption

D.

Node member

E.

Crosstab intersection

Full Access
Question # 5

Which statement is true when formatting text in a dashboard crosstab or table?

A.

Table summary row may be formatted with a different color.

B.

Column formatting gets inherited for the table/crosstab summary row.

C.

Column titles may be individually formatted in any font/color/size.

D.

The default object does not wrap text, but it is an option.

Full Access
Question # 6

A user complains that the table they're using within a data module has too much historical data in it. The user would like to keep the old data available, but when using the table for any new reports would like to see only newer entries based on an 'Order Date' column. What does the developer need to do to accomplish this?

A.

Create a navigation path for the newer entries.

B.

Apply a filter to the "Order Date' attribute.

C.

Create a calculated 'Order Date'.

D.

Create a copy of the table, and apply a filter to the 'Order Date' attribute.

Full Access
Question # 7

Which of the following can result in poor report performance?

A.

reports with filters

B.

models with outer joins and cross joins

C.

queries with database only processing

D.

an optimized metadata model

Full Access
Question # 8

In an Exploration 'Data relationships' view, what does the thickness of the lines between data items represent?

A.

the statistical strength of the relationship between the data items

B.

the flow of information between categories, ie. money transfers between countries

C.

the cardinality of one data item when grouped by another, ie. thicker signifies more unique values

D.

the weighted average of each measure value compared with other measures

Full Access
Question # 9

What is a Cognos Analytics data set?

A.

The data that is returned from the datasource and displayed within a report, dashboard or exploration.

B.

The Cognos Analytics name for a Python DataFrame in a Jupyter Notebook.

C.

An extract from a package or data module compressed, locally stored and refreshed periodically or manually.

D.

A realtime set of data held in a streaming cache on the Cognos Analytics server.

Full Access
Question # 10

A Framework Manager model may be designed to incorporate Dimensionally Modeled Relational (DMR) objects, designed to offer the end user OLAP behavior when navigating data. Which of the following statements is valid when designing DMR structures in Framework Manager?

A.

Measures and Dimensions can reside in the same query subject.

B.

The DMR structures need to resemble the objects in the star schema.

C.

The order of the Determinants drives the hierarchy levels.

D.

Each level in a hierarchy must reference a text-based attribute for its caption.

Full Access
Question # 11

How does Dynamic Query Analyzer assist in troubleshooting?

A.

troubleshooting Data Modules

B.

analyzing Dynamic Reports

C.

analyzing packages that have Dynamic Queries

D.

providing graphical representations for the query logs produced by DQM queries

Full Access
Question # 12

Which of the following is an example of when the query cache would avoid roundtrips to the database?

A.

repetitive master-detail requests

B.

drill through reports

C.

reports with multiple queries

D.

drill down reports

Full Access
Question # 13

In which two ways can a specific visualization in a dashboard be filtered?

A.

A developer can only keep or exclude data points within an axis.

B.

A developer can create a Calculation within the dashboard that will filter a specific visualization.

C.

A developer can also add a local filter to filter a column or to define a filter condition.

D.

A developer can build an embedded filter in a data module.

E.

A developer can keep or exclude a few data points in the visualization.

Full Access
Question # 14

In a report, which of the following is true when enabling the local cache property on a query?

A.

Local cache is only supported on batch re|

B.

Data is cached and may improve performance.

C.

A complete result set is cached for all queries in the model.

D.

The scalability of a report is negatively impacted.

Full Access
Question # 15

What is the significance of 'Clothes' in the following filter expression of a report query?

[Product Group] = # sq( prompt( 'productgroups', 'token', 'Clothes' ) )#

A.

'Clothes' is the default text to include in the generated query at runtime.

B.

The string 'Clothes' will precede the text of the prompt value selected at runtime.

C.

The string 'Clothes' will be appended to the end of the text of the prompt value selected at runtime.

D.

'Clothes' is a required value to include in the generated query at runtime.

Full Access
Question # 16

After adding a prompt to a relational sourced report it is decided that the consumers require multi-select functionality instead of a single-select. What two modifications must be made to the report?

A.

Change the Filter property Multi-select to Yes

B.

Change the Cascade source property of the Prompt to represent more than one value.

C.

Change the Prompt property Usage to Select-many.

D.

Change the Filter expression of the Query from "=" to use "in".

E.

Change the Prompt property Multi-select to Yes.

Full Access
Question # 17

In a Data Module a developer creates a joined view from two tables (a and b) and then joins this to another table (c). What would be the execution logic in the database?

A.

All queries are collapsed and a standard join across all three tables (a, b, c) is performed.

B.

The columns used in table (c) are are joined on the key to table (b) first and then the results are post-joined to table (a).

C.

It makes no difference to the execution as a joined view is only used to group data items in a logical manner to help the business user find their data.

D.

The joined view (a and b) is evaluated and all results are then post-joined to the other table (c).

Full Access
Question # 18

When selecting the Layout positioning property for a dashboard, which is the correct option for dashboards that will be presented on different mobile devices?

A.

Unbounded

B.

Relative

C.

Conditional

D.

Absolute

Full Access