Exam 1 Flashcards
(64 cards)
What feature should you configure for an offline-capable Microsoft Power Apps canvas app?
collection
A collection is used to store data locally on the device even when there is no network connectivity to the data source.
Which two actions should you perform to restrict access to data in Microsoft Power Pages for authenticated users?
- Assign web roles to users.
- Configure an identity provider.
A user must authenticate using a configured identity provider and have a web role to access protected content.
What should you use to allow authenticated customers to view pages and data in Microsoft Power Pages?
web role
Authenticated users must have a web role assigned to access pages and data within Power Pages.
What type of app should you use to recognize products on shelves and capture images?
canvas app
Canvas apps can use the device camera and AI Builder Object Detection to process images.
To which dashboard can you add a Power BI tile in a model-driven app?
Microsoft Dynamics 365 user dashboard
The only place where a Power BI tile can be added in a model-driven app is a Dynamics 365 user dashboard.
Which component should you use to add an app as a main page in the site map of a model-driven app?
Custom page
A custom page is a special type of canvas app used to add an app to the site map.
Which two methods can you use to define the action for a custom command in a model-driven app?
- Power Fx
- JavaScript
Actions for modern commands can be defined using Power Fx formulas or JavaScript.
Which table view should you configure to determine columns searched during global search in a model-driven app?
Quick Find view
The Quick Find view is used to configure the columns searched during global search.
Which two Power Fx formulas can you use to navigate to the Contacts table default main form from a gallery control?
- Navigate(Contacts)
- Navigate( ContactsGallery1.Selected,{Page: ‘Contacts (Forms)’.Contact } )
You can navigate to specific table forms and views using Power Fx.
Which form should you customize for displaying account lists on mobile devices in a model-driven app?
Card
Card forms are used to display information on mobile devices.
What formula should you use in the OnDataRefresh action to obtain the Project Budget column value?
Set(CurrentProjectBudget, ModelDrivenFormIntegration.Item.’Project Budget’)
The ModelDrivenFormIntegration control provides contextual data from the model-driven form to the canvas app.
Which authentication provider should you configure for internal users to sign in to a Power Pages site?
Microsoft Entra ID
Internal users will use their Microsoft Entra ID accounts to sign in.
Which record type should you configure to add required text at the bottom of each page on a Power Pages website?
Website
The footer template is configured in the Footer Template column of the Website record.
What should you use to ensure that business rules run on the server side in a model-driven app?
Entity
Business rules run on the server side when the scope is configured as Entity.
What should you do to configure a column for a blood donor information table when a donor has donated previously?
Set the business rule to display the Donor ID column when a user confirms that they have donated previously.
Setting the scope to Entity enforces this behavior across different app types.
What should you use to display business recommendations based on business intelligence in a model-driven app?
business rule
A business rule can provide business recommendations based on business intelligence.
Which type of flow should you create to send an email when a new opportunity over $5,000 is created?
automated cloud flow with a Condition action
An automated cloud flow is triggered by event occurrences like new record creation.
Which expression should you use to check if the OrderNumber column in a SharePoint item is empty?
IsBlank
The IsBlank expression checks if a specific field is empty.
What action should you use in Power Automate to loop through an array of items?
apply to each
The ‘apply to each’ action allows for iteration over an array.
Which expression should be used in Power Automate to check if an item does not contain a value?
Empty
The Empty expression returns true if the field contains no data.
What type of flow should you implement to prevent users from completing a process until checks are complete?
business process flow
Business process flows guide users through a process and can prevent continuation based on conditions.
What scope should be set for a business rule to ensure it runs on the server side?
Table
The Table scope ensures execution on the server side.
What components should be used to capture venue contact information and send an email in a business process flow?
condition component and flow step
Condition components manage visibility based on conditions, while flow steps trigger actions like sending emails.
Which component is used to trigger a workflow on demand inside a business process flow?
Action Step
Action Steps execute actions or workflows on demand.