View Full Microsoft PL-200 Exam Dumps and Practice Test Dumps.
Question 101
A maker needs to store a customer’s full name in Dataverse. Which column type is most appropriate?
- Text
- Currency
- Yes/No
- Date and time
Correct Answer: 1
Explanation
A Text column is appropriate for storing a customer’s full name because names consist of characters rather than numeric, Boolean, or date values. Text columns can store information such as names, addresses, email addresses, descriptions, and identification values. Currency columns are intended for monetary amounts, Yes/No columns store two-state values, and Date and time columns store temporal information. Choosing the correct data type helps maintain data quality and allows the value to be used appropriately in forms, views, searches, and other Power Platform components.
Question 102
A company needs to store the amount of money associated with an invoice. Which Dataverse column type should be used?
- Text
- Currency
- Choice
- File
Correct Answer: 2
Explanation
The Currency column type is designed specifically for storing monetary values in Dataverse. It is appropriate for fields such as invoice amounts, product prices, budgets, and transaction values. Currency values can be used in calculations and business processes where financial information is required. Text columns are designed for character-based information, Choice columns provide predefined options, and File columns store uploaded files. Therefore, when a maker needs to store the monetary amount of an invoice, a Currency column is the most appropriate data type.
Question 103
A company wants users to select a priority from Low, Medium, or High when creating a Case. Which Dataverse column type should be used?
- Currency
- Lookup
- Choice
- File
Correct Answer: 3
Explanation
A Choice column allows makers to define a controlled list of predefined values. In this scenario, the Case Priority field can contain Low, Medium, and High, allowing users to select an approved value rather than entering arbitrary text. This improves consistency and makes filtering, reporting, and automation easier. Currency is intended for monetary values, Lookup is used to reference records from another table, and File stores uploaded content. Therefore, a Choice column is the appropriate data type for the Case Priority requirement.
Question 104
A model-driven app needs to display a collection of related Opportunities directly on an Account form. Which component should be added?
- Business rule
- Dashboard
- View
- Subgrid
Correct Answer: 4
Explanation
A subgrid allows a collection of related Dataverse records to be displayed directly within a model-driven form. For example, an Account form can contain an Opportunities subgrid showing opportunities associated with that account. Depending on permissions and configuration, users may also be able to open or create related records from the subgrid. Business rules control form behavior, dashboards provide visual summaries, and views display collections of records independently. Therefore, a subgrid is the appropriate component for displaying related Opportunities within an Account form.
Question 105
A maker wants to automatically set the value of a field when another field contains a particular value. Which feature should be considered first?
- Business rule
- Dashboard
- Site map
- View
Correct Answer: 1
Explanation
Business rules provide a low-code way to implement conditional logic on supported model-driven forms. They can set field values when specified conditions are met. For example, if a Case is marked as critical, a business rule could automatically set its Priority field to High. Business rules can also show or hide fields, enable or disable fields, make fields required, and display validation messages. Dashboards provide visual information, site maps control navigation, and views display filtered record lists. Therefore, a business rule is the appropriate feature for this requirement.
Question 106
A company needs to guide customer service agents through defined stages when resolving a Case. Which feature should be used?
- View
- Business process flow
- Dashboard
- Lookup
Correct Answer: 2
Explanation
Business process flows help guide users through predefined stages of a business process. For customer service, a process might include stages such as Identify Issue, Investigate, Resolve, and Close. Steps can be associated with each stage to help users complete required information consistently. Views display records, dashboards summarize information, and lookup columns create relationships between records. Therefore, a business process flow is the most suitable feature for guiding customer service agents through a standardized Case resolution process.
Question 107
A maker needs to display only open Cases assigned to the current team in a model-driven app. What should the maker configure?
- Dashboard
- Business rule
- View
- Business process flow
Correct Answer: 3
Explanation
A view can be configured with filtering criteria to display only records that meet specific conditions. In this scenario, the maker can create a view that filters Cases based on their status and assigned team. Views can also specify which columns are displayed and how records are sorted. Business rules control form behavior, dashboards provide visual summaries, and business process flows guide users through stages. Therefore, a view is the correct component for creating a reusable list containing only the Cases relevant to the current team.
Question 108
A company wants to deploy a model-driven app and its related components from a development environment to a test environment. Which component should contain the application components?
- Security role
- Dashboard
- Business rule
- Solution
Correct Answer: 4
Explanation
A solution is the primary packaging mechanism used to move Power Platform components between environments. It can contain model-driven apps, Dataverse tables, columns, forms, views, flows, business rules, and other components. This makes solutions essential for application lifecycle management and controlled deployment. Security roles can manage permissions, dashboards display information, and business rules implement form logic, but none of these acts as the overall deployment package. Therefore, the application components should be included in an appropriate solution before moving them to the test environment.
Question 109
A company wants to ensure that users can select an existing Account when creating an Opportunity. Which Dataverse column should be configured?
- Lookup
- Text
- Currency
- Yes/No
Correct Answer: 1
Explanation
A Lookup column allows a record to reference an existing record in another Dataverse table. An Opportunity can use a lookup to the Account table so users can select the appropriate existing Account. This creates a structured relationship rather than storing the account name as plain text. Text columns store character data, Currency columns store monetary values, and Yes/No columns store Boolean values. Therefore, a Lookup column is the correct choice when an Opportunity needs to reference an existing Account record.
Question 110
A maker needs to allow users to upload a contract document and associate it with a Dataverse record. Which column type can be used?
- Choice
- File
- Currency
- Yes/No
Correct Answer: 2
Explanation
A File column can be used to store an uploaded file associated with a Dataverse record. This is useful for scenarios such as contracts, application documents, supporting evidence, or other business files. Choice columns provide predefined options, Currency columns store monetary values, and Yes/No columns store Boolean information. When the business requirement specifically involves attaching and storing a document as part of a record, the File column is an appropriate choice. The maker should also consider storage, security, and access requirements when designing the solution.
Question 111
A Power Automate cloud flow should create a notification whenever a new Dataverse record is added. Which capability should be used to start the automation?
- Dataverse trigger
- Dashboard
- View
- Site map
Correct Answer: 1
Explanation
Power Automate can use Dataverse triggers to start a cloud flow when data changes. A trigger configured for a row being added can detect the creation of a new record and then initiate subsequent actions, such as sending a notification, creating another record, or updating related information. Dashboards and views are used to display information, while site maps control navigation in model-driven apps. Therefore, a Dataverse trigger is the appropriate mechanism for starting the flow when a new record is created.
Question 112
A maker wants to create an application with complete control over the placement and appearance of buttons, galleries, forms, and other controls. Which Power Apps type is most suitable?
- Model-driven app
- Power Pages site
- Canvas app
- Power BI report
Correct Answer: 3
Explanation
Canvas apps provide extensive control over the user interface. Makers can position controls freely and customize screens, layouts, colors, navigation, and interactions using Power Fx and other capabilities. This makes canvas apps useful when the application requires a highly customized user experience. Model-driven apps provide a more structured Dataverse-driven interface, Power Pages is designed for external websites, and Power BI is focused on analytics. Therefore, when the primary requirement is detailed control over the placement and appearance of application controls, a canvas app is the most appropriate choice.
Question 113
A company wants to control which Dataverse records a user can read and update. Which feature should the administrator configure?
- Security roles
- Views
- Charts
- Forms
Correct Answer: 1
Explanation
Security roles control users’ privileges and access levels for Dataverse data. Administrators can configure permissions such as Read, Write, Create, Delete, Assign, and Share and determine the scope of those permissions. Views can filter and display records but are not a replacement for authorization. Charts visualize information, while forms provide interfaces for working with individual records. Therefore, security roles are the primary mechanism for controlling which users can read and update Dataverse records. Proper security configuration is essential when applications contain sensitive or restricted business information.
Question 114
A sales manager wants to see opportunities grouped by sales stage in a graphical format. Which component is most appropriate?
- Lookup
- Chart
- Business rule
- Security role
Correct Answer: 2
Explanation
Charts provide graphical representations of Dataverse data and can help users identify trends, distributions, and comparisons. A sales chart can group opportunities by sales stage, allowing the manager to quickly understand how many opportunities are at each stage. Lookup columns establish relationships between records, business rules control form behavior, and security roles manage access. Therefore, a chart is the most appropriate component for presenting opportunities grouped by sales stage in a graphical format.
Question 115
A maker needs to create a filtered list showing only high-priority Cases. Users should be able to select this list from the Case table. What should be created?
- View
- Dashboard
- Business process flow
- Security role
Correct Answer: 1
Explanation
A view is designed to provide a reusable list of records based on defined columns, filters, and sorting. The maker can create a Case view that filters records where Priority equals High. Users can then select the view from the available views for the Case table in the model-driven app. Dashboards provide visual summaries, business process flows guide users through processes, and security roles control access. Therefore, creating a view is the correct approach for providing users with a reusable list of high-priority Cases.
Question 116
A company wants to create a public-facing website where customers can submit support requests that are stored in Dataverse. Which product should be used?
- Power Automate
- Power BI
- Power Pages
- Power Query
Correct Answer: 3
Explanation
Power Pages is designed for building external-facing websites that can interact with Dataverse and business processes. It can provide forms and other web experiences through which customers or partners can submit information. Power Automate can then be used to automate actions triggered by those submissions. Power BI is focused on analytics, while Power Query is primarily used for data transformation. Therefore, Power Pages is the appropriate product when an organization needs a customer-facing website that can submit support requests to Dataverse.
Question 117
A model-driven app needs to display a single Account record with multiple tabs and sections containing editable fields. Which component provides this interface?
- Main form
- View
- Dashboard
- Site map
Correct Answer: 1
Explanation
The main form provides the detailed interface for an individual Dataverse record in a model-driven app. Makers can organize information into tabs and sections and include fields, subgrids, quick views, and other supported components. A view displays multiple records in a list, a dashboard summarizes information, and the site map controls navigation. Therefore, when users need to open one Account and work with its editable fields in an organized interface, the main form is the appropriate component.
Question 118
A maker needs to make a field read-only when a record reaches a particular status. Which feature can accomplish this without custom JavaScript in a supported model-driven form scenario?
- Dashboard
- Business rule
- View
- Site map
Correct Answer: 2
Explanation
Business rules can disable fields based on conditions, effectively making them read-only on supported model-driven forms. For example, a maker could configure a rule that disables certain fields when a Case reaches a Closed status. Business rules provide a low-code approach for implementing common form behavior and can also set values, show or hide fields, make fields required, and display validation messages. Dashboards provide analytics, views control record lists, and site maps manage navigation. Therefore, a business rule is the appropriate feature for this requirement.
Question 119
A company needs to move several Power Platform components together from development to testing. Which mechanism should be used?
- Solution
- Choice column
- View
- Chart
Correct Answer: 1
Explanation
Solutions allow multiple related Power Platform components to be packaged and transported between environments. A solution can include apps, Dataverse tables, columns, forms, views, cloud flows, business rules, and other components. This makes solutions particularly important for application lifecycle management and controlled deployment. A choice column is a data component, while views and charts are individual presentation components. None of these provides the overall packaging capability of a solution. Therefore, the maker should use a solution to move the required components from development to testing.
Question 120
A company wants to automatically send an email when a Dataverse Case is assigned to a new owner. Which service should be used?
- Power BI
- Power Pages
- Power Automate
- Power Query
Correct Answer: 3
Explanation
Power Automate is designed to automate processes based on events and changes in business data. A cloud flow can monitor Dataverse Case records and respond when ownership changes. The flow can then send an email notification to the new owner or other relevant users. Power BI focuses on analytics, Power Pages provides external-facing web experiences, and Power Query handles data transformation. Therefore, Power Automate is the appropriate service for implementing an automated email notification when a Case is assigned to a new owner.