- (Exam Topic 1)
You need to modify the app design to meet the accessibility needs of the sales associates.
Which properties should you configure? To answer, drag the appropriate properties to the correct restrictions. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Solution:
Graphical user interface, text, application Description automatically generated
Box 1: AccessibleLabel
Scenario: Before deploying the app to production, you must ensure that the app conforms to Microsoft accessibility and performance guidelines.
User2 is visually impaired and cannot see images. AccessibleLabel is a label for screen readers.
An empty value for Image, Icon, and Shape controls will hide the controls from screen reader users. Box 2: TabIndex
User3 is unable to use a mouse.
TabIndex determines if the control participates in keyboard navigation.
Keyboard navigation is an important aspect of any app. For many, the keyboard is more efficient than using touch or a mouse. The navigation order should:
Mirror what is seen visually.
Only have a tab stop at controls that are interactive.
Follow either an intuitive across and then down "Z" order or a down and then across "reverse-N" order.
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
You are creating entities in a Common Data Service database to capture sales data. You create an entity named Sales that includes the following fields:
You create a new entity that includes a field named TotalSales. The field is used to capture the aggregated sales for each salesperson.
You need to configure the fields for the entities.
Which field types should you use? To answer, drag the appropriate field types to the correct field names. Each field type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Solution:
Box 1: Calculated
Calculated columns are calculated in real-time when they are retrieved. Calculated columns can be composed
using different data types. For example, an Integer calculated column may reference values from Decimal or Currency columns.
Box 2: Simple
A simple column isn’t defined as a calculated or rollup column. Box 3: Rollup
Because rollup columns persist in the database, they can be used for filtering or sorting just like regular columns.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
An automobile company uses Power Apps. The company uses a model-driven app to manage customers and repairs.
The Customer table has a custom column of type text named Best time to call. On the Repair form, employees require the Best time to call column to be displayed next to the customer name.
You need to modify the model-driven app to display the Best time to call column. Which two steps should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Correct Answer:
CD