Microsoft

PL-600 Free Practice Questions — Page 7

Question 61

DRAG DROP - You are working on a project with a logistics company. The company plans to digitally transform its business by using Microsoft Power Platform. You lead several requirements workshops with stakeholders. The workshops result in the need for the following solutions: • Allow users to place orders, track order status, and receive notifications about order shipments. • Provide availability 24 hours a day, excluding scheduled maintenance windows. • Support real-time tracking of inventory levels. You need to categorize each of the captured requirements. Which category should you use for each requirement? To answer, move the appropriate categories to the correct requirements. You may use each category 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.

Illustration for PL-600 question 61
Show Answer
Correct Answer: Ability to place orders, track order status, and receive shipment notifications: Functional 24-hour availability, excluding scheduled maintenance windows: Non-functional Real-time tracking of inventory levels: Functional
Explanation:
Functional requirements describe what the system must do (features and capabilities). Non-functional requirements describe quality attributes such as availability and performance. Order management and inventory tracking are system features, while 24-hour availability defines an operational constraint.

Question 62

You are designing a Microsoft Power Platform solution for a customer. The customer is developing an application that needs to use an existing Microsoft SharePoint list. The application must be able to: • allow view access for external customers. • use out-of-the-box processes for access for employees. You need to recommend components for the application. Which two components should you recommend? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

A. Custom pages
B. Canvas app
C. Model-driven app
D. Power Pages
Show Answer
Correct Answer: B, D
Explanation:
External customers require a component designed for anonymous or external access; Power Pages is built for this scenario and can surface data (including SharePoint-backed data via supported integration) securely. For employees using an existing SharePoint list with out-of-the-box access and behavior, a canvas app connects directly to SharePoint lists and leverages SharePoint’s native permissions without requiring Dataverse. Model-driven apps and custom pages depend on Dataverse and are not ideal for direct SharePoint list usage or simple external viewing.

Question 63

A company uses Microsoft Power Platform with assets that include solution files, flat files, custom code, HTML files, and data. You need to use application lifecycle management (ALM) to deploy the assets to Microsoft Dataverse. Which tool should you use?

A. Package deployer
B. Solution packager
C. Configuration Migration tool
D. Microsoft Power Platform Build Tools
Show Answer
Correct Answer: A
Explanation:
The requirement is to deploy a mix of assets—Dataverse solution files, flat files, custom code, HTML files, and data—into Microsoft Dataverse as part of ALM. Package Deployer is specifically designed for this scenario: a deployment package can include one or more solutions, configuration/data files, custom code that runs during deployment, and HTML content. The other tools are either partial (Solution Packager, Configuration Migration tool) or pipeline automation frameworks rather than a multi-asset deployment mechanism (Power Platform Build Tools).

Question 64

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 Power Platform application. Employees report that they are unable to open the application. You need to ensure that the employees can access the application. Solution: Configure a conditional access policy. Does the solution meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: B
Explanation:
Conditional Access governs access conditions (MFA, device, location) but does not grant app permissions or roles. If employees cannot open a Power Platform app due to missing access/roles or licensing, configuring Conditional Access will not resolve it. Therefore, the solution does not meet the goal.

Question 65

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 Power Platform application. Employees report that they are unable to open the application. You need to ensure that the employees can access the application. Solution: Add the employees to the user table in the environment. Does the solution meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: B
Explanation:
Adding employees to the user table alone does not grant access to a Power Platform app. Users must have appropriate licenses and be assigned security roles (often via a security group) in the environment and the app must be shared with them. Therefore, the solution does not meet the goal.

Question 66

A company plans to import 2.5 million data rows into Microsoft Dataverse during a go-live process. The import job will run as a single import job. You run a test on the import and observe that some of the rows did not import. You need to identify which rows did not import. Which tool should you use?

A. Azure Event Hub
B. Import Data Wizard
C. Microsoft Power Platform dataflows
D. Azure Service Bus
Show Answer
Correct Answer: B
Explanation:
The requirement is to identify which rows did not import after running a single Dataverse import job. The Import Data Wizard provides detailed import logs and downloadable error files that list failed rows and the reasons for failure. While large volumes may require batching, it is the correct tool for reviewing row-level import failures. Azure Event Hub and Azure Service Bus are messaging/streaming services, and Power Platform dataflows do not provide the same detailed, row-level error reporting for a one-time import job.

Question 67

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 Power Platform application. Employees report that they are unable to open the application. You need to ensure that the employees can access the application. Solution: Add the employees to a security group and assign the security group to a Microsoft Teams team. Does the solution meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: B
Explanation:
Access to a Microsoft Power Platform application is controlled by app sharing, environment security roles, or Dataverse roles—not by membership in a Microsoft Teams team. Adding users to a security group and assigning it to a Teams team does not grant permission to open the Power Platform app. Therefore, the solution does not meet the goal.

Question 68

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 Power Platform application. Employees report that they are unable to open the application. You need to ensure that the employees can access the application. Solution: Add the employees to a security group and associate a security role with the security group. Does the solution meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: A
Explanation:
In Power Platform (Dataverse-based apps), users must be assigned a security role to access an application. Adding employees to a security group and associating that group with a security role satisfies this requirement and enables access. While additional steps (such as licensing or app sharing) may be required in practice, the solution as stated meets the goal in the context of the question.

Question 69

DRAG DROP - An organization plans to replace large, legacy systems with apps in Microsoft Power Platform. The technical staff consolidated the legacy data into a Microsoft SQL Server database and provisioned a Microsoft Power Platform environment for prototyping new processes. The business decision makers approved the SQL data and the prototype data that must be migrated into production. The following types of data exist: • Historical data: read-only legacy data to be used for future reference • Prototype data: created to support new business processes You need to deploy the approved data into the Microsoft Dataverse production environment and keep the remaining data in SQL Server. Which method should you use for each type of data? To answer, drag the appropriate tools to the correct migrations. Each tool 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.

Illustration for PL-600 question 69
Show Answer
Correct Answer: Historical data: Virtual tables Prototype data: Dataflows
Explanation:
Historical data should remain in SQL Server and be accessed read-only via Dataverse using virtual tables. Approved prototype data must be physically migrated into Dataverse, which is best done using Power Platform dataflows.

Question 70

A company plans to use Microsoft Power Pages. The company gathers business requirements. You need to identify the functional requirements. Which two requirements should you gather? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

A. A Power Pages site must be able to handle 100 concurrent external site visitors.
B. Users must be able to control the use of their personal data in Microsoft Dataverse.
C. Users must be able to log in to a Power Pages site by using single sign-on.
D. Azure Front Door and Power Pages must be used to improve caching capabilities.
E. Users must be able to submit a service request on a Power Pages site.
Show Answer
Correct Answer: C, E
Explanation:
Functional requirements describe what the system must do from a user or business perspective. C is functional because it defines a required capability for users: authenticating to the Power Pages site using single sign-on. E is functional because it specifies a core user interaction: allowing users to submit a service request through the site. The other options describe non-functional requirements (performance, compliance, or technical architecture) rather than user-facing functionality.

$19

Get all 247 questions with detailed answers and explanations

  • Instant download HTML + PDF delivered the moment payment clears.
  • Secure Stripe checkout we never see or store your card details.
  • 7-day refund if files are defective see our refund policy.