5. Power Apps Flashcards
(86 cards)
A company uses Dynamics 365 Field Service to support their customers.
You need to allow external users to create a new support request.
Which Microsoft Power Platform component should you use?
Power Apps portal
You plan to build a Power Apps app to meet the following requirements:
App must be developed and tested in a non-production environment.
App makers must be able to share the app with any user in the tenant.
App will be updated twice a year.
Ability to restore the environment from a backup.
You need to determine which type of Microsoft Power Platform environment to use for the app.
What should you use?
Sandbox
A company uses a set of model-driven apps within a single environment in Microsoft Power Platform.
You need to share a new model-driven app with users.
What should you assign to users to enable them to access the app?
Dataverse security role
A coworker requires a personal Microsoft Power Platform environment to test preview features of Power Apps. The coworker wants to use this environment for at least two months.
You need to recommend which type of environment the coworker should create.
Which type of environment should you recommend?
developer
A company hosts conferences.
You need to enable customers to view upcoming conferences hosted by your company.
Which Power Apps component should you use?
Power Apps portal
You create a canvas app.
State two actions where a formula can be used.
To filter a list of rows.
; To save data when a user selects a button.
You create a canvas app.
You need to format currency values in the app to always display two decimal places.
Which code segment should you use?
Text(“Currency value”, “$#, ###0.00”)
A company uses Microsoft Power Platform.
You need to describe the features of Power Apps.
What are two features of a canvas app?
Control functionality with Microsoft Power Fx formulas.
; Include artificial intelligence.
You build a canvas app. The canvas app is tied to a Microsoft SQL Server database table.
You need to add a control that allows users to modify the values for each column of a row in the table.
Which control should you use?
Edit form
You configure a canvas app to track and order office stationery. The app allows users to order multiple stationery items.
The items selected by the user must be reset each time a user reopens the app.
You need to store user selections.
Which function should you use?
Collection
You plan to create a canvas app that allows users to view a list of current scores for all local professional sporting events.
Each game should display the following:
Name of the game.
Amount of time left in the game.
A link to a map of the game’s location.
You need to add controls to your Power Apps app.
Which two controls should you use?
Screen
; Gallery
You build a canvas app.
You need to allow users to select one or more values for a field.
Which three controls should you use?
Combo box
; Dropdown
; List box
You use a Microsoft Dataverse table to store products. You create a canvas app to list the products in the app.
You need to enable users to view the product code, description, and image of each product.
Which control should you use?
Gallery
You create a canvas app that displays sales information from a SQL Server database.
You must meet the following requirements:
The sales manager can use the canvas app to view sales data in the SQL Server database.
The sales manager cannot edit the app.
Other users should not be able to search for and find the app.
Which two actions should you perform?
Share the app with the sales manager.
; Grant the sales manager read-only access to the data stored in the SQL Server database.
You create a custom AI Builder model to track the count of products by category.
Users report that they are not able to use the model from within the Power Apps app that they use.
You need to ensure the model is available to the users.
What should you do?
Share the model.
You create a canvas app. You add a label control to your screen.
You need to set the text color to red.
What are three possible ways to achieve this goal?
Select the label control. Select the color picker control in the toolbar and choose red from the color menu.
; Select the label control. Choose the Color property in the formula bar. Set the formula value to Color.Red.
A company wants to streamline the new employee onboarding process.
You need to allow new employees to manage their active certifications and work history by using an Excel workbook.
Which Power Apps solution should you use?
Canvas app
You create and publish a canvas app.
Users report issues with the latest version of the app.
You need to revert the app to an earlier working version.
Which two actions should you perform?
Select an earlier version of the app and click on Restore.
; Publish the restored version of the app.
A company uses SharePoint and Microsoft Power Platform.
You need to create a canvas app from an existing SharePoint list that can view and edit items in the list.
In which two locations can you create this app?
Power Apps maker portal
; SharePoint list
You are configuring Sitemap for a model-driven app.
You need to add a table to the navigation pane of the app.
Where should you add the table?
Subarea
A company uses Microsoft Power Platform.
You need to identify the features of model-driven apps.
What are three features of model-driven apps?
They adjust the layout of the UI automatically in response to changes in a device’s orientation or screen resolution.
; They embed Power BI dashboards.
A company uses a model-driven app for customer data management.
You create a new column.
Users report that they cannot view the column when they edit records.
You need to ensure users can view the column.
Which two actions should you perform?
Add the column on the form.
; Publish customizations.
A company has a sales management model-driven app.
You need to add the contact job titles in the list of contacts that is displayed in the account form.
What should you modify?
contact view
A company uses a third-party customer service solution. The solution is on-premises and uses Microsoft SQL Server as the data store.
You need to show the customer service data in a canvas app.
What should you use?
Connector