Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear on the review screen.
You are building a Power Pages site for a supermarket chain.
The company plans to have the managers of individual stores use the site. Managers will authenticate on the site each week by using their corporate identity to update stock information for their store. Managers must be able to add and update stock information for their store only.
You need to configure the site security.
Solution: Configure page permissions.
Does the solution meet the goal?
Answer : B
You are creating a Power Automate cloud flow. The cloud flow will create several SharePoint Online list items based on a variety of conditions.
If any of the dependent SharePoint Online actions fail, you must revert the changes while the automation runs.
You need to design the cloud flow to meet the requirement.
Which two actions should you implement for the design? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : B, C
You are building a model-driven app. The environment has Advanced settings enabled.
A form in the app requires a custom interface.
You need to embed the custom interface onto the form without using custom code.
What should you do?
Answer : D
A company is using Dataverse with a model-driven app. The app includes a table named Quotations.
Users in the system enter relevant details, such as customer, address, line items, and total amounts. The users then create a standardized report to manually populate the details.
The company requires the formatted report to be generated from the record and populated with the record details. The company does not want to purchase additional licenses.
You need to recommend a solution.
Which solution should you recommend?
Answer : B
You are creating a model-driven app that has an embedded Power Bl report. Another functional consultant set up an environment variable for the report.
You add the dashboard to a solution in the development environment and then import the changes to a production environment as a managed solution.
When you test the report, the data appears the same as it did in the development environment.
You delete the solution in production.
You need to resolve the development environment issue before redeploying the solution.
What should you do?
Answer : A
A company uses Power Apps.
The company plans to create a canvas app that uses a responsive design.
You need to configure the app.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : B, C
To create a canvas app that uses a responsive design in Power Apps, you should perform the following actions:
B . Configure the height and width properties by using a formula: By using a formula to set the height and width properties, you can ensure that the app will respond to changes in screen size and orientation. For example, you can use the Width() and Height() functions to set the width and height properties based on the size of the screen.
C . Disable the Scale to fit setting: The Scale to fit setting, when enabled, makes the app's content fit on the screen by scaling it down. To create a responsive app, this setting must be disabled.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/responsive-design
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-width
A company uses model-driven apps.
Users in the sales department enter the first name, last name, and phone number of customers in the app. The users request a single screen in the app to enter the customer data.
You need to configure the app.
What should you do?
Answer : B
To configure a model-driven app in order to provide a single screen for the sales department users to enter the customer data, you should modify the site map of the app. A site map is a hierarchical representation of the different areas and functionality of the app, and it can be modified to create a new screen or view that combines the necessary fields for the customer data entry.
Once the site map is modified, you can add the necessary fields (first name, last name, and phone number) to the new screen or view, and make it accessible to the sales department users.
https://docs.microsoft.com/en-us/power-platform/admin/model-driven-apps-overview
https://docs.microsoft.com/en-us/power-platform/admin/modify-site-map