Practice Free PL-600 Exam Online Questions
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?
- A . Create a cloud flow. Install a data gateway to get the currency conversion rate.
- B . Create a desktop flow. Use an Azure action to get the currency conversion rate.
- C . Create a desktop flow. Use an Invoke web service action to get the currency conversion rate.
- D . Create a cloud flow. Use the Microsoft Graph API to get the currency conversion rate.
You are creating a scope of work document for a solution.
You have the following requirements:
• Track support cases, first response time, and resolution time.
• Include a chat-like interface that allows managers to check the status of cases with minimal manual searching.
• Allow cases to have multiple different priority levels.
You need to include the required Dynamics 365 and Microsoft Power Platform components.
Which two components should you include? Each correct answer presents part of the solution. NOT: Each correct selection is worth one point.
- A . Dynamics 365 Customer Service
- B . Power virtual Agents
- C . PowerBI
- D . Dynamics 365 Customer Voice
AB
Explanation:
Power Virtual Agents lets you create powerful chatbots that can answer questions posed by your customers, other employees, or visitors to your website or service.
Use Dynamics 365 Customer Service to:
✑ Track customer issues through cases
✑ Record all interactions related to a case
✑ Share information in the knowledge base
✑ Create queues and route cases to the right channels
✑ Create and track service levels through service-level agreements (SLAs)
✑ Define service terms through entitlements
✑ Manage performance and productivity through reports and dashboards
✑ Create and schedule services
✑ Participate in chats
✑ Manage conversations across channels
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/fundamentals-what-is-power-virtual-agents
https://docs.microsoft.com/en-us/dynamics365/customer-service/overview
HOTSPOT
A company uses Microsoft Dataverse to store patient Information-Patient information is managed using Dataverse forms.
The company must enforce the following rules to manage data quality:
• Show or hide tabs in the main form based on the column value selected.
• Add a discount code automatically when a new patient row is added.
You need to recommend a solution.
What should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


HOTSPOT
A legal services organization uses Microsoft SharePoint for case management and documentation. The organization plans to migrate Power Platform and Microsoft Dataverse. Case data is confidential and is disclosed only to the employees assigned to a case.
The organization has the following requirements:
• Lawyers must manage their assigned legal cases and case documentation in one app.
• Paralegals must be able see a lawyer’s case details only when invited by the case lawyer.
• Paralegals retain access to the case documentation by using the existing SharePoint permissions.
You need to identify which components will satisfy the requirements without any custom development.
Which components should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


You need to recommend technology for accessing historical job placement data.
What should you recommend?
- A . Power Virtual Agents chatbots
- B . Virtual tables
- C . Power Bl
- D . Power Automate flows
B
Explanation:
A virtual table is a custom table in Microsoft Dataverse that has columns containing data from an external data source. Virtual tables appear in your app to users as regular table rows, but contain data that is sourced from an external database, such as an Azure SQL Database. Rows based on virtual tables are available in all clients including custom clients developed using the Dataverse web services.
Scenario:
First Up uses an on-premises system to manage current and historical patient data including medications and medical visits.
The company plans to reference historical data in the existing system. The records held in these systems will not be migrated to the new solution except for medication information.
The solution must provide a worker appointment booking system that can access worker historical job placement data.
First Up staff members must be able to view and update worker records. They must be able to see current and historical job placement data on the same form in the new solution.
Reference: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-virtual-entities
You are designing an authentication strategy.
You must provide users multiple primary authentication options for Microsoft Power Platform app sign-in events. You need to select the primary authentication methods.
Which two authentication methods can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . OATH software tokens
- B . Windows Hello for Business
- C . Microsoft Authenticator app
- D . Voice call
You are designing an authentication strategy.
You must provide users multiple primary authentication options for Microsoft Power Platform app sign-in events. You need to select the primary authentication methods.
Which two authentication methods can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . OATH software tokens
- B . Windows Hello for Business
- C . Microsoft Authenticator app
- D . Voice call
You are designing a database table for a client.
You have the following requirements:
✑ Maintain a comprehensive list of colors and their corresponding RGB values and hexadecimal values.
✑ Prevent the addition of duplicate colors based on the hexadecimal value for the color.
You need to recommend a design for the table.
Which two actions should the client perform after the table is created? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Mark the hex value column as business required.
- B . Configure and schedule a recurring bulk record deletion job.
- C . Create alternate keys for the table.
- D . Mark the RGB value column as business required.
A, C
Explanation:
B: Setting a column to Business Required means that the default behavior of a model-driven or canvas app will enforce this requirement in the app.
C: With alternate keys you can now define a column in a Dataverse table to correspond to a unique identifier (or unique combination of columns) used by the external data store. This alternate key can be used to uniquely identify a record in Dataverse in place of the primary key. You must be able to define which columns represent a unique identity for your records. Once you identify the columns that are unique to the table, you can declare them as alternate keys through the customization user interface (UI) or in the code.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-field-portal
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/define-alternate-keys-entity
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 evaluating a solution design for a model-driven app that will have a large number of complex forms.
Many of the forms take up to 10 seconds to load.
You need to recommend solution to speed up loading times for the forms.
Which two solutions should you recommend? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Consolidate and reduce scripts.
- B . Use synchronous JavaScript requests.
- C . Move scripts into the OnLoad event.
- D . Remove unnecessary fields.
AD
Explanation:
Controls that require extra data beyond the primary record produce the most strain on form responsiveness and loading speed. These controls fetch data over the network and often involve a waiting period (seen as progress indicators) because it can take time to transmit the data.
Keep only the most frequently used of these controls on the default tab.
Reference: https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/design-performant-forms
