Practice Free A00-470 Exam Online Questions
Refer to the exhibit:
Which method does the report designer use to change Histogram 1 to Histogram 2?
- A . Change the aggregation to minimum.
- B . Remove the data source filter.
- C . Reduce the number of bins.
- D . Change the scale on the Y-axis.
See the Exhibit below to refer to two Scatter Plot objects created in SAS Visual Analytics. Both objects are using the same data source and have identical data item role assignments.
What is different between the two objects?
- A . The Transparency property is set differently on the two objects.
- B . The Marker size property is set differently on the two objects.
- C . A filter is set to show more data points on one of the objects.
- D . The Bin Count property has been decreased on one of the objects.
How does a report designer determine whether the values of a measure data item are unique?
- A . Change the aggregation to maximum and compare the maximum value to the number of returned rows.
- B . Right-click the data item and select Set as unique row identifier.
- C . Open the Measure Details window and compare the total observations and distinct count statistics.
- D . Display the data item properties of the measure to determine if the measure has unique values.
How does a content developer determine whether the values of a measure data item are unique?
- A . Display the data item properties of the measure to determine if the measure is unique
- B . Open the data source details window, and compare total rows and returned rows.
- C . Open the measure details window, and compare the total rows and distinct count statistic.
- D . Open the data properties window, and compare the aggregations.
A report designer can change the data source for a report.
Which statement is true when the new data source is selected?
- A . Data roles do not need to be updated with data items from the new data source.
- B . Data roles for category classifications need to be updated with new data items.
- C . Data roles for control objects need to be updated with new data items.
- D . Data roles for data items that do not have the same name and classification need to be updated.
A content developer working in SAS Visual Analytics Designer, the user interface will not allow the content developer to add a list control to the report prompt area.
What must the content developer do so that the list control can be added to the report prompt area?
- A . Set the global option properly on the list control and then add it.
- B . Add a container and then add the list control to the container
- C . Increase the size of the report prompt area then add the list control
- D . Add the list control to the report canvas and use the duplicate / paste options.
A content developer creates a report in SAS Visual Analytics Designer and adds the above alert to an object within the report. Assume the system is queried daily on Day 1, Revenue is $600,000 on day 2 revenue drops to $500,000, what happens with the alert notification.
- A . The user ‘sasdemo’ receives a notification on day 1 only
- B . No notification are sent
- C . The user ‘sasdemo’ receives a notification on day 2 only
- D . The user sasdemo receives a notification on both day1 and day2
How many data sources can each report section have in SAS VA Designer?
- A . 1
- B . 250
- C . it is determined by the preferences
- D . Unlimited
In SAS Visual Analytics Designer, which statement is true about the image object?
- A . Images can be loaded from a repository in metadata
- B . Links cannot be added to Images
- C . Scale for the image cannot be adjusted
- D . An image can be placed in the section prompt area.
The following comma-delimited file is imported into SAS Visual Analytics:
– Product, Color, Size, SKU, Cost
– Bead, Black,20mm,107712,100
– Bead, Blue,4mm,435770,50
– Bead, Clear,20mm,1BC123,100
– Bead, Gold,20mm,FA3445,100
– Bead, Green,20mm,98A421,100
Assume the first row contains column names, and the number of rows scanned on import is 2.
What type of data item will SKU be?
- A . Category
- B . Measure
- C . Datetime
- D . Parameter