An engineering company is implementing Dynamics 365 Sales. The company has a custom connector to an ERP system.
The company plans to use the connector to view data in the app while also avoiding any data migration.
You need to evaluate the requirements and recommend an approach. Which approach should you recommend?
Answer : B
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 in the review screen.
A company plans to automate the expense approval process.
Users currently enter data into an on-premises SQL Server database.
You need to allow users to submit expenses from mobile devices.
Solution: Create a canvas app for expense data entry. Install an on-premises gateway. Create a cloud flow for approval and to add data to the SQL Server database.
Does the solution meet the goal?
Answer : A
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 in the review screen.
A company uses a Microsoft Excel sheet to manage its loan application process.
The company wants to optimize the process.
You need to discover inefficiencies in the process.
Solution: Record the actions required to complete the loan application process in the process advisor feature. Use task mining to discover inefficiencies in the process.
Does the solution meet the goal?
Answer : A
You are designing a Microsoft Power Platform solution that will include multiple applications.
You have the following requirements:
* Support agents managing cases.
* Project managers reviewing and updating their projects.
* Stock managers managing warehouses.
* New site visitors self-registering.
* Employees tracking time entries.
Which three requirements can you meet by implementing role-based applications? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Answer : B, C, D
A company plans to automate business processes by using Power Automate. You identity a subprocess that must be implemented across multiple flows. You need to implement the subprocess so that it is maintainable and easy to navigate. What should you do?
Answer : B
You are a Microsoft Power Platform solution architect working on a project. API calls are being sent between external applications and a Microsoft Power Platform solution.
The number of requests per user within a given time frame varies. Some users may be exceeding the service protection API limits.
You need to ensure that the API conforms to service protection limits.
Which three metrics should you review? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, C, E
Three types of service protection API limit errors that can be returned:
Number of requests This limit counts the total number of requests during the preceding 300 second period.
Execution time This limit tracks the combined execution time of incoming requests during the preceding 300 second period.
Concurrent requests This limit tracks the number of concurrent requests.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/api-limits
You are designing a Microsoft Power Platform solution that uses Microsoft Dataverse.
You need to recommend a way to update currency exchange rates within Microsoft Dataverse.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, B
B: We need is a source for exchange rates. There are some published connectors, but you also use a free service called Exchange Rates API, which are based on the European Central Bank, and create a custom connection.
Now that we have our custom connector defined and have a way to request the latest exchange rates, the next step is to create a Power Automate flow that will update all of currencies setup in our Dataverse environment.
Dataverse is a multicurrency system, in which each record can be associated with its own currency. This currency is called the transaction currency. The multicurrency features enable users to perform financial transactions like opportunities, quotes, orders, and invoices in multiple currencies. This feature also provides a currency choice to the end user when a financial transaction occurs.
https://readyxrm.blog/2021/03/10/updating-currency-exchange-rates-in-dataverse/