A customer plans to use Microsoft Power Platform integration capabilities to migrate its on-premises sales database to Microsoft Dataverse. The database has more than 10 years of sales data with complex table relationships. The data is used to generate real-time sales reports and predictive analytics.
The customer requires a data migration strategy that implements the following:
* ensures minimal downtime
* maintains data integrity
* allows for validation of migrated data before switching to the new system
* ensures that the historical data is preserved accurately in the Dataverse environment
Which two strategies should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : C, D
You are designing a Power Platform solution.
During quality assurance testing the API limits are reached.
You need to identify and resolve the issue.
Which two actions should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, C
A: When users exceed their limits, administrators can see this in the admin center (see below). You can do either one of the following:
Adjust the app or flow to use fewer API requests
Purchase the Power Apps and Power Automate capacity add-on for your organization.
C: Home (default) Dashboard.
This is the default dashboard that provides information on the number of active Dataverse users, storage usage, the most active workflows, and more.

API Calls: API Calls Number of API calls that were made by the Dataverse environment for the selected time period.
https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations
https://docs.microsoft.com/en-us/power-platform/admin/analytics-common-data-service
You need to recommend a solution for agents when working with customers to make reservations.
What should you recommend?
Answer : B
Business process flows provide a guide for people to get work done. They provide a streamlined user experience that leads people through the processes their organization has defined for interactions that need to be advanced to a conclusion of some kind.
Use business process flows to define a set of steps for people to follow to take them to a desired outcome.
With business processes flows available as an entity, you can now use advanced finds, views, charts, and dashboards sourced from business process flow data for a given entity, such as a lead or opportunity.
Scenario:
Agents need a solution to replace paper reservation checklists.
Agents need dashboards to show a current count of all reservations on the entity.
Agents need a way to track reservation issues.
Agents need a visual indicator in the interface to determine the reservation step to provide a seamless customer experience.
You are implementing a solution that includes applications which perform high-volume Microsoft Dataverse operations.
The applications must not experience a loss of functionality or loss of performance due to service protection API limits.
You need to evaluate metrics for the service protection API limits.
Which three metrics should you evaluate? Each correct answer pat of the solution.
NOTE Each correct selection is worth one point.
Answer : A, D, E
You are a Power Apps architect for a company. The IT administrator designs a Power Apps app that is ready to be tested. The company uses application lifecycle management (ALM).
Each version and solution component must be tracked as it is tested.
You need to recommend a strategy to deploy solutions for the user acceptance testing environment.
What should you recommend?
Answer : D
Solution Packager is a tool that can unpack a compressed solution file into multiple XML files and other files, so they can be easily managed by a source control system.
Unmanaged solution: An open solution with no restrictions on what can be added, removed, or modified. This is recommended during development of a solution.
C: Managed solution
A completed solution ready to be imported into an organization. Once imported, components can't be added or removed, although they can optionally allow further customization. This is recommended when development of the solution is complete.
https://docs.microsoft.com/en-us/power-platform/alm/solution-packager-tool
A company has an expense approval process that allows expenses to be submitted in multiple currencies.
An accountant converts the expense amount to USD as part of the approval process.
You need to automate the conversion by using the RESTful AP1.
What should you do?
Answer : D
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/