Practice Free PL-600 Exam Online Questions
DRAG DROP
A company uses Microsoft Power Platform solutions.
The company plans to set up application lifecycle management (AIM) capabilities to store the solutions in source control, which will be used to automate the release process.
You need to set up the initial ALM infrastructure to store the solutions in source control.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

A company has a Power Platform environment that connects to a third-party marketing application. The company reports that the data in the Power Platform lead table does not match data from the marketing application.
Issues include:
✑ The owner data in the lead table and the third-party application do not match.
✑ The Topic column has more information than the related record from the marketing application.
✑ There are differences in how telephone numbers are formatted.
✑ You need to determine which processes are causing the issues.
Which three processes may be causing the differences observed? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Dataflow
- B . Business rule
- C . Classic workflow
- D . Power Automate cloud flow
- E . Duplicate detection rule
ABC
Explanation:
A: With advanced data preparation available in Power Apps, you can create a collection of data called a dataflow, which you can then use to connect with business data from various sources, clean the data, transform it, and then load it to Microsoft Dataverse or your organization’s Azure Data Lake Gen2 storage account.
B: By combining conditions and actions, you can do any of the following with business rules:
✑ Set column values
✑ Clear column values
✑ Set column requirement levels
✑ Show or hide columns
✑ Enable or disable columns
✑ Validate data and show error messages
✑ Create business recommendations based on business intelligence.
C: Duplicate detection works by comparing generated match codes of existing records with each new record being created. These match codes are created as each new record is created. Therefore, there is potential for one or more duplicate records to be created if they are processed at the exact same moment. In addition to detecting duplicates as they are created, you should schedule duplicate detection jobs to check for other potential duplicate records.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-create-business-rule
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-and-use-dataflows
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/duplicaterule-entities
You are designing forms for a Microsoft Power Platform solution.
Each person must see only the columns required for their department.
You need to ensure that the forms open correctly, display only the fields needed, and that data can be entered quickly.
How should you design the form?
- A . Create one form for each department Add only columns needed on the form for each department.
Assign the appropriate security role to each form. - B . Create a shared form for all departments. Add all the columns. Add column-level security to columns not needed for each department
- C . Create one form for each department. Add all columns needed for all departments. Use business rules to hide columns.
- D . Add new columns to an existing form. Grant all departments security roles for that form.
HOTSPOT
An automobile parts manufacturer wants to replace an existing system with a Microsoft Power Platform solution. The company has been experiencing undesired data changes in their current system. The cause of the changes is due to the relationships that are set up between tables in the database that the system uses.
The new solution must meet the following requirements:
• Track vehicle manufacturers and models.
• Display a list of all models that a manufacturer produces.
• Ensure that each vehicle model can be associated to only one manufacturer.
• Delete all associated models when a user deletes a manufacturer.
• Automatically populate information from the manufacturer when creating a new model from the model list on the manufacturer page.
You need to recommend table relationships to meet the business requirements.
Which relationship settings should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

HOTSPOT
You design a Power Platform solution for a customer. The solution uses Microsoft Dataverse as the data store. You are managing the go-live process for the solution.
The customer reports the following performance issues:
✑ Form load time is much slower than it was during testing.
✑ Overall system performance has been significantly slower that it was during testing.
You need to recommend how to troubleshoot system performance.
Which actions should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: Review the fields that are on the form
Keep the number of table columns (fields) to a minimum.
The more table columns (formerly referred to as fields) you have in a form, the more data that needs to be downloaded to view each record.
Box 2: Review one to many relationships to verify whether cascade settings are necessary.
Reference: https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/optimize-form-performance
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.
- A . The number of requests that a user can make each day.
- B . The total number of requests that can be processed each day.
- C . The number of concurrent requests that a user can make.
- D . The total execution time for requests by all users.
- E . The combined execution time required to process requests from a user.
ACE
Explanation:
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.
Reference: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/api-limits
HOTSPOT
You are designing a Microsoft Power Platform solution for a company.
Users in the human resources department must be able to create tasks and assign cases to other users.
You create tables for cases and tasks. You need to recommend security settings to the company.
What should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

DRAG DROP
A company is preparing to launch a new Microsoft Power Apps app.
The company must Import data for the launch. The company requests a review of the documented testing process that will be used to validate the data Import. Vou need to provide the steps for the testing process.
Which four steps should you recommend be performed in sequence? To answer, move the appropriate steps from the list of steps to the answer area and arrange them in the correct order.

DRAG DROP
A company plans to implement a model-driven app.
The company has the following requirements:
• Short Message Service (SMS) data must be visible on the model-driven app timeline.
• Store location data must be referenced from a SQL server database.
• Customer data must be audited and only edited by specific users.
You need to recommend the table type for each requirement.
Which table types should you recommend? To answer, drag the appropriate solutions to the correct requirements. Each solution may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.

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.
- A . Review AppSource for prebuilt solutions.
- B . Create a Power Automate flow that uses a custom connection or HTTP request to an outside source for exchange rates.
- C . Embed an iframe that points to a currency exchange service into a model-driven app.
- D . Use the Power Bl connector to establish a link that updates Microsoft Dataverse with the current exchange rate.
AB
Explanation:
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.
Reference: https://readyxrm.blog/2021/03/10/updating-currency-exchange-rates-in-dataverse/