Microsoft PL-200 Practice Test Questions and Exam Dumps Part 3: Q41–Q60

View Full Microsoft PL-200 Exam Dumps and Practice Test Dumps.

 

Question 41

A company wants to create a business application that uses Dataverse data but requires a highly customized user interface with controls positioned freely on the screen. Which type of Power App is most appropriate?

  1. Model-driven app
  2. Power Pages site
  3. Canvas app
  4. Power BI report

Correct Answer: 3

Explanation

Canvas apps provide extensive control over the user interface and allow makers to position controls such as buttons, forms, galleries, labels, and images according to specific design requirements. They can connect to Dataverse and many other data sources. Model-driven apps provide a more standardized interface based primarily on Dataverse metadata, while Power Pages is intended for external-facing websites and Power BI is focused on analytics. Therefore, when a business application requires a highly customized screen layout and user experience, a canvas app is generally the most suitable option.

Question 42

You are designing a model-driven app. Users need to work with a list of customer records and then select one record to open its details. Which combination of components provides this functionality?

  1. View and main form
  2. Dashboard and site map
  3. Business rule and subgrid
  4. Business process flow and chart

Correct Answer: 1

Explanation

A view displays a collection of Dataverse records, usually in a grid, allowing users to find and select the record they need. When a user opens a specific record, the main form provides the detailed interface for viewing or editing that record. These two components work together extensively in model-driven apps. A dashboard is designed for summaries and analytics, while a site map manages navigation. Business rules provide form logic, subgrids display related records, and business process flows guide users through stages. Therefore, the correct combination is a view and main form.

Question 43

A maker needs to ensure that users enter a value in a field only when another field contains a specific value. Which feature can implement this conditional form behavior without custom code?

  1. Dashboard
  2. Business rule
  3. View
  4. Solution

Correct Answer: 2

Explanation

Business rules provide a low-code method for applying conditional logic to model-driven app forms. Depending on the condition, a business rule can make fields required, set field values, show or hide fields, enable or disable fields, and display validation messages. This makes business rules useful for enforcing straightforward data-entry requirements without JavaScript. Views are used to filter and display records, dashboards provide visual information, and solutions package components for deployment. Therefore, a business rule is the appropriate feature for implementing conditional field behavior directly on a form.

Question 44

A Dataverse table contains a column that stores whether a customer has accepted a contract. The value should have only two possible states. Which column type should be used?

  1. Text
  2. Currency
  3. Choice
  4. Yes/No

Correct Answer: 4

Explanation

A Yes/No column is designed to store a Boolean value with two states, such as Yes and No or True and False. It is appropriate for conditions where a record can have only two possible logical states, such as whether a customer accepted a contract. A text column would allow arbitrary values, currency is intended for monetary values, and a choice column is generally more suitable when there are multiple predefined options. Therefore, a Yes/No column provides the simplest and most appropriate data type for this requirement.

Question 45

A company wants to create a reusable application component that can be installed in multiple Power Platform environments. Which packaging mechanism should be used?

  1. Solution
  2. View
  3. Dashboard
  4. Business rule

Correct Answer: 1

Explanation

Solutions are the standard packaging mechanism for transporting Power Platform components between environments. A solution can contain applications, Dataverse tables, columns, forms, views, flows, business rules, and other related components. This allows makers and administrators to manage application lifecycle activities across development, testing, and production environments. A view, dashboard, or business rule represents an individual component and does not provide the same deployment packaging capability. Therefore, when reusable components need to be packaged and moved between environments, a solution should be used.

Question 46

You need to allow users to upload documents associated with a customer record. Which Dataverse column type can be used to store a file?

  1. Currency
  2. File
  3. Choice
  4. Date and time

Correct Answer: 2

Explanation

The File column type in Dataverse is designed to store files associated with records. It can be used when users need to upload documents or other files as part of a business process. Currency columns store monetary values, choice columns provide predefined selections, and date and time columns store temporal information. File storage can be useful for scenarios such as customer documents, contracts, application forms, or supporting evidence. Therefore, when the requirement specifically involves storing an uploaded file against a Dataverse record, a File column is an appropriate choice.

Question 47

A sales organization wants to prevent sales representatives from moving an opportunity to a later stage until required information has been completed. Which feature is most suitable for guiding users through required stages?

  1. Business process flow
  2. Power BI report
  3. View
  4. Dashboard

Correct Answer: 1

Explanation

Business process flows are designed to guide users through defined stages of a business process and can help ensure that important information is completed at appropriate points. For an opportunity process, stages might include qualification, development, proposal, and closing. Required steps can help standardize how users progress through the process. Views display collections of records, while dashboards and Power BI reports focus on presenting information and analytics. Therefore, a business process flow is the most suitable feature when the goal is to guide users through standardized stages and required information.

Question 48

A maker wants to display a calculated value on a Dataverse form based on values stored in other columns. Which type of Dataverse column may be appropriate?

  1. File
  2. Image
  3. Formula
  4. Choice

Correct Answer: 3

Explanation

A Formula column can calculate a value based on other data using supported expressions. This can reduce the need to manually maintain derived values and can provide calculations directly within Dataverse. For example, a formula can be used to calculate a value based on quantities or other relevant fields. File and Image columns are intended for storing files and images, while a Choice column provides predefined options rather than performing calculations. Therefore, when a value should be calculated from other column values, a Formula column can be an appropriate choice.

Question 49

A company wants to provide customers with a public-facing portal where they can submit support requests and view information stored in Dataverse. Which product should be used?

  1. Power BI
  2. Power Automate
  3. Power Pages
  4. Power Query

Correct Answer: 3

Explanation

Power Pages is designed for building external-facing business websites that can interact with business data and processes. It can be used to create customer or partner portals where authenticated or anonymous users, depending on configuration, can access appropriate information and submit data. Power BI focuses on analytics, Power Automate focuses on workflow automation, and Power Query is primarily used for data transformation. Therefore, when an organization needs an external-facing website that can work with selected Dataverse data, Power Pages is the appropriate Power Platform product.

Question 50

You need to ensure that users can select only approved departments when entering employee information. The list of departments may change over time. Which Dataverse capability is most appropriate?

  1. Choice column
  2. Lookup column
  3. Currency column
  4. File column

Correct Answer: 2

Explanation

A lookup column is appropriate when users need to select an existing record from another table. If departments are maintained as records in a Department table, a lookup allows users to select one of those approved department records. This approach is useful when the list changes over time because administrators can add, modify, or deactivate department records without redesigning the column’s choices. A choice column is useful for a fixed or controlled list of options, while currency and file columns serve entirely different purposes. Therefore, a lookup is suitable when departments are managed as separate Dataverse records.

Question 51

A company wants to create an automated process that starts when a new Dataverse account is created and then sends a notification to a manager. Which trigger should the maker use?

  1. When a row is added, modified or deleted
  2. When a user opens a model-driven app
  3. When a dashboard is displayed
  4. When a Power BI report is refreshed

Correct Answer: 1

Explanation

Power Automate provides Dataverse triggers that can start a cloud flow when a row is added, modified, or deleted. The maker can configure the trigger for the appropriate table and change type, such as when a new Account row is added. The flow can then perform actions such as sending an email or notification to a manager. Opening an app, displaying a dashboard, or refreshing a Power BI report does not provide the appropriate Dataverse event trigger for this scenario. Therefore, the Dataverse row-change trigger is the correct choice.

Question 52

A model-driven app should show users only the columns relevant to their current business task when they browse records. Which component should be customized?

  1. Main form
  2. View
  3. Business process flow
  4. Site map

Correct Answer: 2

Explanation

Views determine which columns are displayed when users browse a collection of records in a model-driven app. A maker can select relevant columns, configure sorting, and apply filters so users see the information needed for their task. Main forms are used when users open an individual record, while business process flows guide users through stages and site maps control navigation. Therefore, if the requirement concerns the columns displayed in a record list, the view should be customized. Well-designed views can significantly improve usability and help users focus on relevant information.

Question 53

A maker needs to ensure that a user cannot modify a particular field on a form when another field has a specific value. Which action can a business rule perform?

  1. Disable the field
  2. Delete the record
  3. Create a new environment
  4. Export a solution

Correct Answer: 1

Explanation

Business rules can disable fields on model-driven app forms based on defined conditions. When a field is disabled, users cannot modify its value through that form while the rule applies. This is useful for scenarios such as making a field read-only after a record reaches a certain status. Business rules are intended for form-level logic and can also perform actions such as setting values, showing or hiding fields, and applying validation. They do not create environments or export solutions. Therefore, disabling the field is the appropriate business rule action.

Question 54

You need to display a chart showing the number of open cases grouped by priority inside a model-driven app. Which component can provide this visualization?

  1. Lookup
  2. Business rule
  3. Chart
  4. Security role

Correct Answer: 3

Explanation

Charts provide graphical representations of Dataverse data and can be associated with tables and views in model-driven apps. A chart can be configured to group records by a value such as priority and display the number of records in each category. This allows users to quickly understand trends and distributions without examining every individual record. Lookup columns create relationships, business rules implement conditional logic, and security roles control access. Therefore, a chart is the appropriate component for visually representing the number of open cases by priority.

Question 55

A company wants a single business application to combine multiple Dataverse tables, pages, dashboards, and other components into one user experience. What should the maker create?

  1. Model-driven app
  2. Power BI dataset
  3. Power Automate flow
  4. Dataverse view

Correct Answer: 1

Explanation

A model-driven app provides a structured application experience built around Dataverse data and metadata. It can include tables, forms, views, dashboards, business process flows, and other components, all organized into a single application. Model-driven apps are particularly suitable for business applications where users need to work with related records and standardized processes. Power BI datasets are used for analytics, Power Automate flows handle automation, and views display record collections. Therefore, a model-driven app is the appropriate choice for combining multiple business components into one application experience.

Question 56

A company has an existing Dataverse table and wants to control which users can create new records in that table. Which configuration should be reviewed?

  1. View filters
  2. Security role privileges
  3. Dashboard settings
  4. Business process stages

Correct Answer: 2

Explanation

Security role privileges determine which operations users can perform on Dataverse tables. The Create privilege controls whether a user can create new records. Administrators can assign security roles to users or teams and configure access levels appropriate to the organization’s security model. View filters do not prevent users from creating records, dashboards are primarily for visualization, and business process stages guide users through workflows rather than providing the fundamental table-level authorization mechanism. Therefore, the maker or administrator should review the user’s security role and its Create privilege for the relevant table.

Question 57

A maker needs to add an existing Dataverse table to a model-driven app so that users can access it from the application’s navigation. Which component should be configured?

  1. Site map
  2. Business rule
  3. Cloud flow
  4. Formula column

Correct Answer: 1

Explanation

The site map defines the navigation structure of a model-driven app. To make a Dataverse table accessible through the application’s navigation, the table can be added as a page within the appropriate area and group. This determines where users will find the table when using the app. Business rules affect form behavior, cloud flows automate processes, and formula columns calculate values. Therefore, when the requirement is to expose an existing table through model-driven app navigation, the site map is the appropriate component to configure.

Question 58

A company wants to maintain different versions of a Power Platform application while moving changes from development to testing and production. Which practice is most appropriate?

  1. Modify production directly
  2. Use solutions and separate environments
  3. Rebuild the app manually after every change
  4. Store the application configuration only in a Power BI report

Correct Answer: 2

Explanation

Using solutions together with separate environments supports structured application lifecycle management. Makers can develop changes in a development environment, package components into a solution, move them to a test environment for validation, and then deploy the approved solution to production. This reduces the risk associated with making untested changes directly in production. Manually rebuilding applications is inefficient and error-prone, while Power BI reports are not a deployment mechanism for Power Platform applications. Therefore, solutions and separate environments provide the appropriate approach for controlled development and deployment.

Question 59

A user needs to select one existing contact from a list when completing a Dataverse form. The contact records are stored in a separate table. Which column should be used?

  1. Lookup
  2. File
  3. Decimal number
  4. Image

Correct Answer: 1

Explanation

A lookup column allows a Dataverse record to reference an existing record from another table. In this scenario, the user can select a Contact record from the Contact table rather than manually entering contact information. This maintains a structured relationship between the two records and enables users to navigate between related information. File and Image columns store files and images, while Decimal number is used for numeric values. Therefore, a lookup column is the correct choice when a form needs to reference an existing record from another Dataverse table.

Question 60

A maker has completed development of a Power Platform application and wants to make the application components available in another environment. What should the maker do first?

  1. Delete the development environment
  2. Export the appropriate solution
  3. Remove all Dataverse tables
  4. Convert the model-driven app into a Power BI report

Correct Answer: 2

Explanation

The first step for moving application components to another environment is typically to package them in an appropriate solution and export that solution from the source environment. The exported solution can then be imported into the target environment. This supports controlled deployment of components such as apps, tables, forms, views, flows, and business rules. Deleting the development environment would remove the source rather than deploy the application, and converting the app to Power BI is unrelated. Therefore, exporting the appropriate solution is the correct first step for deploying the application components.