Practice Free PL-600 Exam Online Questions
HOTSPOT
A company plans to use Microsoft Power Platform.
The company needs to understand how API requests are used so that its solution can be designed within the API limits granted by Microsoft.
The company requires the following information:
• How API limits are allocated
• Which Microsoft Power Platform components count toward its API limits
• Which Power Automate flow steps count toward API limits
You need to describe the API allocation for each design consideration.
Which API allocations should you identify? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


HOTSPOT
You design a Microsoft Power Platform app for a company.
The company has the following requirements:
• need to use an off-the-shelf product by an ISV that provides functionality to enable customers to deposit funds into their account
• ability to handle a high number of customers depositing funds into their account during lunchtime hours
You need to recommend a solution that meets the requirements.
Which components should you recommend? To answer, select the appropriate options in the answer area.


You are implementing a customer solution that includes the robotic process automation (RPA) capability in Power Automate and a legacy desktop financial software package. The customer has several Azure virtual machines deployed and imaged with the financial software package.
You need to select a connector to integrate with the Azure virtual machines.
- A . Dataflow and Power BI workspace
- B . Data gateway and web service endpoints
- C . Azure VM connector and administrative rights
- D . Connection reference and log in information
- E . Machine registration and desktop flows
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?
- A . Yes
- B . No
DRAG DROP
A company has a call center that manages customer-related issues.
The company has the following customer experience improvement requirements:
• Simulate a human conversation with a customer by providing a chat interface.
• Ensure the initial conversation is passed to a live agent upon escalation.
You need to recommend a solution for each requirement.
Which solutions 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.


DRAG DROP
A company has the following security requirements:
• Salespeople must not be able to display or access a contact’s credit card number
• Sales assistants must be able to view the five key fields required to create a lead.
• Customer service agents must be able to view only cases they own.
You need to set the appropriate level of security for each scenario.
Which levels of security should you set? To answer, move the appropriate levels of security to the correct scenarios. You may use each level once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.


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.
- A . Perform a full migration and start using Dataverse after migration.
- B . Perform a full migration and perform a test run on Dataverse to simulate real-time activity.
- C . Develop a phased migration plan in which data is moved in chunks based on years.
- D . Map the data schema to Dataverse and validate integrity through trial loads.
- E . Migrate historical data to Azure Data Lake to reduce migration complexity.
HOTSPOT
A company is implementing Microsoft Power Platform The company deploys a solution by using Azure DevOps application lifecycle management (ALM).
Issues are reported after data migration.
You need to recommend a resolution for each issue.
Which resolutions should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


A company plans to use Microsoft Power Platform.
The company wants to enhance the user experience of its apps. The company requires a reusable custom color picker control that can be added to model-driven app forms and canvas app screens.
You need to recommend a solution.
Which solution should you recommend?
- A . Power Apps component framework
- B . Client script
- C . Web resources
- D . Plug-ins
HOTSPOT
A company plans to create a Power Apps portal to manage support cases for customers. The company has an account hierarchy for customers. The hierarchy supports accounts, cases, and contacts where both contacts and cases belong to their relevant account.
The company has the following requirements:
✑ Portal users must only see the notes for the cases that they manage.
✑ Portal users must only see cases that are submitted by their colleagues.
You need to design the security model for the portal.
Which entity permission scope should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: Contact
With Contact scope, a signed-in user in the role for which the permission record is defined will have the rights granted by that permission only for records that are related to that user’s contact record via a defined relationship.
Box 2: Account
With Account Scope, a signed-in user in the role for which the permission record is defined will have the rights granted by that permission only for records that are related to that user’s parent account record via a defined relationship.
This scope means that the entity list will only show the records of the selected entity that are associated to the user’s parent account. For example, if an entity permission allows Read access to Lead entity with the Account scope, the user having this permission can view all the leads of only the parent account of the user.
Incorrect Answers:
Self Scope allows you to define the rights a user has to their own Contact (Identity) record. Users can use entity forms or web forms to make changes to their own Contact record linked with their profile.
Parental scope: In this most complex case, permissions are granted for an entity that is a relationship away from an entity for which an Entity Permission record has already been defined. This permission is actually a child record of the parent entity permission.
Reference: https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/assign-entity-permissions
