👉Get Full PDF
Question. 11 Your company makes use of Microsoft 365, Microsoft Azure, and Power Platform for app development. Your company has a sister company that has the same Microsoft SharePoint and Azure configurations, but have their own tenant. You have been tasked with building a mobile app that must also be made available to the sister company. The sister company, however, must be prevented from making changes to any of the app components. Which of the following actions should you take? A. Navigate to the managed properties page, and set the value of the Allow customizations option to true. B. Navigate to the managed properties page, and set the value of the Allow customizations option to false. C. Export the app as a managed solution. D. Export the app as an unmanaged solution. |
11. Click here to View Answer
Answer:
BC
Explanation:
A managed solution is a finalized solution that can be distributed and installed. They are created by exporting an unmanaged solution by setting restrictions to prevent any further customizations. The whole point of Managed is locking down the Component states so they cannot be edited. Deleting the Managed Solution will remove all its customisations as well as data contained. Managed Solutions become read only once deployed so they cannot be manipulated.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/managed-properties-alm
Question. 12 You are creating an app that must support users with different disabilities. You want to make sure that your app to adhere to Microsoft’s accessibility and performance guidelines. Which of the following actions should you take? A. You should use the App Checker B. You should use the Solution Checker C. You should use the Object Detector D. You should use the Portal Checker |
12. Click here to View Answer
Answer:
A
Explanation:
The solution checker analyzes these solution components:
Dataverse plug-ins
Dataverse custom workflow activities
Dataverse web resources (HTML and JavaScript)
Dataverse configurations, such as SDK message steps
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/use-powerapps-checker
Question. 13 You have constructed a Power Platform solution that stores its data in a mixture of known cloud services. You also have to make sure that the solution is also able to connect to industry data sources. You make use of a current data connector. Does the action achieve your objective? A. Yes, it does B. No, it does not |
13. Click here to View Answer
Answer:
A
Explanation:
In Power Apps, add a data connection to an existing canvas app or to an app that you’re building from scratch. Your app can connect to SharePoint, Common
Data Service, Salesforce, OneDrive, or many other data sources.
Note:
1. Add data source
2. In the center pane, select connect to data to open the Data pane.
3. Select Add data source.
4. If the list of connections includes the one that you want, select it to add it to the app. Otherwise, skip to the next step.
5. Select New connection to display a list of connections.
6. In the search bar, type or paste the first few letters of the connection you want, and then select the connection when it appears.
7. Select Create to both create the connection and add it to your app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-data-connection
Question. 14 You have constructed a Power Platform solution that stores its data in a mixture of known cloud services. You also have to make sure that the solution is also able to connect to industry data sources. You produce a business process flow. Does the action achieve your objective? A. Yes, it does B. No, it does not |
14. Click here to View Answer
Answer:
B
Explanation:
B. No, it does not. A business process flow is a visual representation of a process that guides users through different stages or steps, but it is not related to connecting to external data sources or integrating with industry data sources. To achieve this objective, you would need to use a data connector or other integration tools to connect to the industry data sources.
Question. 15 You have constructed a Power Platform solution that stores its data in a mixture of known cloud services. You also have to make sure that the solution is also able to connect to industry data sources. You generate a data policy template. Does the action achieve your objective? A. Yes, it does B. No, it does not |
15. Click here to View Answer
Answer:
B
Explanation:
B. No, it does not. Generating a data policy template would be a step towards defining a data management policy for the solution, but it does not directly address the objective of connecting to industry data sources. To achieve that objective, you would need to configure relevant connectors or integrations that enable the solution to communicate with those data sources.