3/76 questions · Unlock full access
Q1

A solution architect is designing an integration between a Power Platform model-driven app and an external, third-party REST API that uses OAuth 2.0 with a client credentials grant flow for authentication. The integration must be highly reliable and support high-throughput updates from Dataverse to the external system. Which architectural pattern should be used to implement this integration? ```mermaid graph TD A[Dataverse Record Change] --> B{Choose Integration Method}; B --> C[Power Automate Flow]; B --> D[Azure Function]; B --> E[Dataflow]; C --> F((External API)); D --> F; E --> F; ```

Q2Multiple answers

A company uses two separate unlinked apps to manage sales leads; a Power Apps app and a third-party application.The client has the following requirements:✑ Manage all leads by using the Power Apps app.✑ Create a lead in the Power Apps app when a user creates a lead in the third-party application.✑ Update leads in the Power Apps app when a user updates a lead in the third-party application.✑ Connect to the third-party application by using an API.You need to recommend strategies to integrate the Power Apps app and the third-party application.Which three options can you use to achieve the goal? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

Q3

A large company experiences high staff turnover rates. As a result, the company must add or remove multiple system user accounts daily.You need to recommend a security concept which will facilitate complex security profiles to entities for large groups of users across the Power Apps and Dynamics365 applications.What should you recommend?