IBM Certified Developer C1000-065 Real Exam Questions and Answers FREE Updated on Sep 07, 2021
C1000-065 Ultimate Study Guide - Real4Prep
NEW QUESTION 32
In an Exploration 'Data relationships' view, what does the thickness of the lines between data items represent?
- A. the flow of information between categories, ie. money transfers between countries
- B. the statistical strength of the relationship between the data items
- 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
Answer: B
Explanation:
Explanation
https://www.ibm.com/support/knowledgecenter/SSEP7J_11.1.0/com.ibm.swg.ba.cognos.ca_explorations.doc/ca_
NEW QUESTION 33
A developer is given the task of creating an information panel to be displayed in the foyer of the office. Which Cognos Analytics capability gives the best impact with minimal work?
- A. Bespoke report using JavaScript
- B. Story played in Kiosk mode with a loop
- C. Dashboard based on Exploration content
- D. Cognos Viewer Report
Answer: D
NEW QUESTION 34
A dashboard developer notices that Age is available in the sourced data module. A request has been made to
'bucket' those age values into 5 groups, Ages 0-6, 7-12, 13-21, 22-55, and 55 and over. How would one define this logic in the source data module?
- A. use the Create new table feature
- B. select the Age column, and select Create data group
- C. set range values in the data module
- D. define a Case..When calculated attribute in the dashboard
Answer: C
NEW QUESTION 35
After upgrading from Cognos version 10 what needs to be selected in order to create a data module on a data server?
- A. Select "Allow web-based modeling" in the Cognos installer when upgrading the server components.
- B. Under the Data Server Connection in the Administration Console configuration select "Allow Framework Manager".
- C. Select "Allow web-based modeling" in Cognos Configuration when starting the server
- D. Under the Data Source Connection in the Administration Console configuration select "Allow web-based modeling".
Answer: A
NEW QUESTION 36
The default output Format for a report may be set on which of the following two items?
- A. Report View
- B. Report Folder
- C. Query
- D. Visualization
- E. Report
Answer: C
NEW QUESTION 37
A developer has a source system provided by another company. One of the columns in a table has spaces before each piece of data and is in uppercase which makes the reports unreadable. How can this be solved in a data module?
- A. using the 'Prepare' menu item on the data item
- B. there is no built in capability for this in a data module and the report needs Trim and Lower calculations added to it
- C. using the 'Clean' menu item on the data item
- D. there is no built in capability for this in a data module and the developer needs to create a calculation for this
Answer: D
NEW QUESTION 38
Which of the following can result in poor report performance?
- A. reports with filters
- B. models with outer joins and cross joins
- C. an optimized metadata model
- D. queries with database only processing
Answer: B
NEW QUESTION 39
Which of the following is true about integration with collaboration platforms?
- A. A link to a report in "my content" can be shared to a team Slack channel if the integration is enabled.
- B. Integration with any collaboration platform can be used with report objects but not dashboard objects.
- C. Integration with IBM Connections is si
- D. Integration with Slack is supported.
Answer: D
NEW QUESTION 40
Where does a developer change which package is marked as the default package in a report?
- A. on the package properties
- B. on the context menu for a package
- C. on the query properties
- D. on the report properties
Answer: D
NEW QUESTION 41
What property needs to be set to ensure that any JavaScript and Prompt APIs are executed when a report is run as HTML?
- A. Guided report layout is checked
- B. Enable drill up and drill down in the report output
- C. Ensure Enable bidirectional support is checked
- D. Run with full interactivity is set to No
Answer: A
NEW QUESTION 42
How can a data module developer ensure that when a user drags an attribute onto a dashboard that the Map visualization is the default?
- A. Select an empty Map visualization then drag this onto the data.
- B. Change the Represents property for the attribute to Geographic location.
- C. Set the visualization property to Map.
- D. Use the create map wizard.
Answer: B
NEW QUESTION 43
Which two types of saved report outputs can be used when the Drill-through target type is set to Bookmark?
- A. HTML
- B. XML
- C. PDF
- D. CSV
- E. Excel Data
Answer: A,C
NEW QUESTION 44
To optimize the user experience for dashboards and explorations. Framework Manager packages must be enriched. Which statement is true about enriching Framework Manager packages?
- A. A developer can't enrich a package that includes dimensionally modeled (DMR) relational objects.
- B. To access the enrich package functionality, you need read/execute/traverse permissions for the package.
- C. Framework Manager packages are automatically enriched when published to Cognos Analytics.
- D. In order to have enough data to support the Al-functions in your dashboards and explorations, the entire Framework Manager package must be enriched.
Answer: D
NEW QUESTION 45
Select all that apply
Place in order the steps that need to performed in order to set up a Multilingual Dashboard.
Answer:
Explanation:
Explanation
Place dashboard in edit mode
Set default language
Add language
Enter translated string
NEW QUESTION 46
How does Dynamic Query Analyzer assist in troubleshooting?
- A. troubleshooting Data Modules
- B. analyzing packages that have Dynamic Queries
- C. analyzing Dynamic Reports
- D. providing graphical representations for the query logs produced by DQM queries
Answer: A
NEW QUESTION 47
Which technique is most likely to improve query performance?
- A. Set the detail aggregation to 'Calculated' for measures.
- B. Avoid functions in filters.
- C. Set the auto-sort property to maximum.
- D. Add more joins between queries.
Answer: A
NEW QUESTION 48
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. The order of the Determinants drives the hierarchy levels.
- B. The DMR structures need to resemble the objects in the star schema.
- C. Measures and Dimensions can reside in the same query subject.
- D. Each level in a hierarchy must reference a text-based attribute for its caption.
Answer: C
NEW QUESTION 49
Which two statements are true when creating navigation paths?
- A. A navigation path is a collection of non-measure columns.
- B. A data module can have multiple navigation paths.
- C. A navigation path is a collection of Group Data columns.
- D. Columns from different tables cannot be added to a navigation path.
- E. A modeler must delete the navigation path and re-create it to change the path.
Answer: A,E
NEW QUESTION 50
Which statement is true regarding Custom Sorts in dashboards?
- A. Custom sorts may be created by selecting a field in the source pane and going to properties.
- B. Custom sorts cannot be created on measures.
- C. Custom sorts may only be created in a Data Module.
- D. A user can create a custom sort on any type of data.
Answer: B
NEW QUESTION 51
What is the significance of 'Clothes' in the following filter expression of a report query?
[Product Group] = # sq( prompt( 'productgroups', 'token', 'Clothes' ) )#
- A. The string 'Clothes' will precede the text of the prompt value selected at runtime.
- B. 'Clothes' is the default text to include in the generated query 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.
Answer: C
NEW QUESTION 52
What is a Layout component reference intended to do in a report?
- A. Allow reuse of Active Report components with other Active Reports.
- B. Allow consumers to use report objects in Dashboards and Explorations.
- C. Allow pinned objects to be displayed in a report.
- D. Allow for the reuse of report objects between and within reports for consistency and efficiency.
Answer: C
NEW QUESTION 53
Which of the following is done for a report to use a Data set as a data source?
- A. Ask the administrator to add the file as an external data source.
- B. Add the Data set to a Framework Manager package.
- C. Add the Data set as a source on the report.
- D. Add the Data set to a Data Module.
Answer: A
NEW QUESTION 54
In a report, which of the following is true when enabling the local cache property on a query?
- A. Data is cached and may improve performance.
- B. A complete result set is cached for all queries in the model.
- C. The scalability of a report is negatively impacted.
- D. Local cache is only supported on batch re|
Answer: D
NEW QUESTION 55
Which dashboard formatting option would be used to take several images and text objects and combine them into one object to enable ease of movement and/or alignment?
- A. Group objects
- B. Layer objects
- C. Pack objects
- D. Combine objects
Answer: A
NEW QUESTION 56
......
Ultimate Guide to Prepare C1000-065 Certification Exam for IBM Certified Developer: https://www.real4prep.com/C1000-065-exam.html