View Full Microsoft PL-200 Exam Dumps and Practice Test Dumps.
Question 121
A company needs to store a customer’s preferred language using a predefined list of values such as English, French, and Spanish. Which Dataverse column type should be used?
- Choice
- Text
- Lookup
- Currency
Correct Answer: 1
Explanation
A Choice column is appropriate when users need to select one value from a predefined set of options. In this scenario, preferred languages are known values such as English, French, and Spanish, so a Choice column provides a controlled selection rather than allowing inconsistent free-text entries. A Text column would allow users to enter any value, which could result in spelling differences. A Lookup is better when the values are maintained as records in another Dataverse table. Currency is intended for monetary values.
Question 122
A developer needs to store the date and time when a customer service case was received. Which Dataverse column type should be selected?
- Text
- Date and Time
- Choice
- Yes/No
Correct Answer: 2
Explanation
The Date and Time column type is designed to store temporal information such as when a case was received, when an appointment occurred, or when a record was modified. Dataverse can handle date and time behavior according to the application’s requirements. Text could technically contain a date, but it would not provide proper date-based functionality and validation. Choice is designed for predefined options, while Yes/No stores a Boolean value. Therefore, Date and Time is the most appropriate choice for recording when the case was received.
Question 123
A sales organization wants users to see only active opportunities with an estimated revenue greater than $50,000. Which model-driven app component should be configured?
- Business process flow
- Main form
- View
- Site map
Correct Answer: 3
Explanation
A view is designed to display a filtered and organized list of Dataverse records. The organization can create a view for opportunities and configure filters such as Status equals Active and Estimated Revenue greater than $50,000. Users can then access this filtered list without manually applying the same criteria each time. A main form displays information for an individual record. A business process flow guides users through stages of a business process, while a site map controls navigation within a model-driven app. Therefore, a view is the correct component.
Question 124
A company wants to automatically send an email to a manager whenever a new high-priority case is created. Which Power Platform capability should be used?
- Business rule
- Business process flow
- Model-driven form
- Power Automate cloud flow
Correct Answer: 4
Explanation
A Power Automate cloud flow is the appropriate solution for automatically responding to record events and performing actions such as sending emails. The flow can use a Dataverse trigger when a case is created and then evaluate whether the case has high priority. If the condition is satisfied, the flow can send an email to the appropriate manager. Business rules are mainly used for form-level logic and field behavior. Business process flows guide users through stages, while a model-driven form is used to display and edit individual records.
Question 125
A customer service application requires a field to become mandatory only when the Case Priority is set to High. Which feature should be used?
- Business rule
- View
- Dashboard
- Site map
Correct Answer: 1
Explanation
A business rule can dynamically change field behavior based on conditions. In this case, the rule can check whether the Case Priority equals High and then set another field as required. This provides conditional behavior without requiring custom JavaScript for a straightforward requirement. A view controls how records are displayed in lists, while a dashboard provides visual summaries of data. A site map controls navigation between areas and components in a model-driven app. Therefore, a business rule is the most suitable low-code feature for this requirement.
Question 126
A company wants to guide sales representatives through the stages Lead Qualification, Proposal, Negotiation, and Closed. Which feature should be implemented?
- Dashboard
- Business process flow
- Subgrid
- Choice column
Correct Answer: 2
Explanation
A business process flow is designed to guide users through defined stages of a business process. For a sales scenario, stages such as Lead Qualification, Proposal, Negotiation, and Closed can be configured so that representatives have a consistent process to follow. A dashboard is used to visualize information and key metrics. A subgrid displays related records within a form, and a Choice column provides selectable values within a field. Because the requirement is specifically about guiding users through sequential business stages, a business process flow is the best choice.
Question 127
An Account form needs to display all Contacts associated with the selected Account. Which form component should be added?
- Business rule
- Chart
- Subgrid
- Command bar
Correct Answer: 3
Explanation
A subgrid allows related Dataverse records to be displayed directly within a form. For an Account record, a Contacts subgrid can show the Contacts associated with that Account. Users can often interact with the related records directly from the subgrid depending on the configuration. A business rule controls conditional form behavior, while a chart provides visual data analysis. The command bar contains actions available to users but is not intended to display related records. Therefore, a subgrid is the appropriate component for showing associated Contacts on an Account form.
Question 128
A developer wants to package a model-driven app, tables, forms, and views so they can be moved from a development environment to a test environment. What should be used?
- Dashboard
- Solution
- Business rule
- View
Correct Answer: 2
Explanation
A solution is used to package and transport Power Platform components between environments. Components such as tables, columns, forms, views, model-driven apps, flows, and other customizations can be included in a solution. This supports application lifecycle management and makes it easier to move related components from development to testing and eventually production. A dashboard or view is an individual application component rather than a deployment package. A business rule provides application logic but does not serve as the overall container for transporting an application and its dependencies.
Question 129
An Opportunity table contains a Customer column that must allow users to select an existing Account record. Which column type should be used?
- Lookup
- Text
- Choice
- File
Correct Answer: 1
Explanation
A Lookup column creates a relationship between the current record and an existing record in another Dataverse table. In this scenario, the Opportunity needs to reference an existing Account, so a Lookup is appropriate. Users can select an Account record instead of manually typing its name. A Text column would only store characters and would not establish a Dataverse relationship. A Choice column is intended for predefined options, while a File column stores uploaded documents. Therefore, the Lookup column provides the required relationship and record selection functionality.
Question 130
A company needs to store the amount of money associated with each invoice. Which Dataverse column type is most appropriate?
- Text
- Currency
- Yes/No
- Date and Time
Correct Answer: 2
Explanation
The Currency column type is designed to store monetary amounts in Dataverse. It supports financial values and works with the platform’s currency capabilities, making it appropriate for invoice totals, prices, budgets, and similar values. Text should not be used for financial data because it would prevent proper numeric and currency-related operations. Yes/No stores Boolean values, and Date and Time is used for temporal information. Therefore, Currency is the correct choice for storing the amount associated with an invoice.
Question 131
A canvas app needs a button that, when selected, navigates the user to a screen named OrderDetailsScreen. Which technology should be used to implement this behavior?
- Power Automate
- Dataverse security role
- Power Fx
- Business process flow
Correct Answer: 3
Explanation
Power Fx is the formula language used in Power Apps and can control behavior in canvas apps. A button’s OnSelect property can contain a Power Fx expression such as Navigate(OrderDetailsScreen) to move the user to another screen. Power Automate is primarily used to automate workflows and integrate processes. Dataverse security roles control access to data, while business process flows guide users through stages in supported applications. Since the requirement concerns button behavior inside a canvas app, Power Fx is the appropriate technology.
Question 132
A company wants external customers to submit support requests through a website that interacts with Dataverse data. Which Power Platform capability should be considered?
- Model-driven app
- Power Pages
- Power BI dashboard
- Business rule
Correct Answer: 4
Explanation
Power Pages is designed for creating external-facing websites that can interact with Dataverse data. It can provide customers with pages, forms, lists, authentication options, and access controls appropriate for external users. A model-driven app is generally intended for internal business users working with Dataverse records. Power BI dashboards focus on analytics and reporting, while business rules provide conditional application logic. Therefore, Power Pages is the appropriate Power Platform capability when customers or other external users need a website-based experience connected to business data.
Question 133
A security administrator needs to control whether a user can read, create, update, or delete records in Dataverse. What should be configured?
- Security role
- Site map
- View
- Business process flow
Correct Answer: 1
Explanation
Dataverse security roles define privileges that determine what users can do with tables and records. These privileges include actions such as Create, Read, Write, Delete, Append, Append To, Assign, and Share, with access levels that determine the scope of access. A site map controls application navigation and does not grant data permissions. Views determine which records are displayed but do not replace Dataverse security. Business process flows guide users through processes. Therefore, a security role is the appropriate mechanism for controlling Dataverse permissions.
Question 134
A model-driven app should provide users with navigation to Accounts, Contacts, and Opportunities. Which component controls this navigation structure?
- Main form
- Site map
- Subgrid
- Chart
Correct Answer: 2
Explanation
The site map defines the navigation structure of a model-driven app. It can organize areas, groups, and pages that allow users to access tables and other application components such as dashboards. By configuring the site map, administrators can determine how users navigate to Accounts, Contacts, Opportunities, and other areas of the application. A main form displays an individual record, while a subgrid displays related records within a form. A chart provides a visual representation of data. Therefore, the site map is the correct component for configuring app navigation.
Question 135
A support manager wants a visual representation of open cases grouped by priority. Which model-driven app component is most appropriate?
- Main form
- View
- Chart
- Lookup
Correct Answer: 3
Explanation
A chart provides a visual representation of Dataverse data and can be configured to group records by relevant fields. In this scenario, a chart can display open cases grouped by priority, helping the support manager quickly understand the distribution of urgent and lower-priority cases. A view provides a tabular list of records rather than a graphical visualization. A main form displays one record at a time, while a lookup allows users to select related records. Therefore, a chart is the best component for presenting the requested visual summary.
Question 136
A Power Automate flow should perform a different action depending on whether an Opportunity’s estimated revenue is above or below $100,000. Which flow component should be used?
- Trigger
- Condition
- Connection reference
- Environment variable
Correct Answer: 4
Explanation
A condition in Power Automate allows a flow to evaluate information and follow different branches based on whether a logical expression is true or false. For this requirement, the flow can compare the Opportunity’s estimated revenue with $100,000 and execute different actions for each result. A trigger determines when the flow starts, but it does not provide the branching logic itself. Connection references help manage connector connections in solutions, while environment variables store configurable values. The required decision-making behavior is therefore implemented with a condition.
Question 137
A company wants a calculated value that automatically derives the total price from quantity and unit price within Dataverse. Which type of column can be considered?
- Formula
- File
- Image
- Choice
Correct Answer: 1
Explanation
A Formula column can calculate a value from other columns using an expression. For example, a formula can derive a total by multiplying quantity by unit price, depending on the supported formula and data types. This reduces the need for users to manually enter calculated results and helps keep derived information consistent. A File column is used for documents, an Image column stores image data, and a Choice column provides predefined selections. Therefore, a Formula column is the appropriate option for a value that can be calculated from other fields.
Question 138
A solution contains a cloud flow that uses a Dataverse connection. The solution is being moved from development to test. Which solution component helps manage the connection used by the flow?
- Business rule
- Connection reference
- Subgrid
- Chart
Correct Answer: 2
Explanation
A connection reference allows solution-aware components such as Power Automate flows to reference a connector connection in a way that supports movement between environments. Instead of tightly binding the flow to a specific connection, the connection reference can be configured appropriately in the target environment. This is useful in application lifecycle management because development and test environments may use different credentials or connections. Business rules, subgrids, and charts do not manage connector connections. Therefore, a connection reference is the appropriate solution component for this scenario.
Question 139
A Power Automate flow should use the same API endpoint in development, test, and production, but the endpoint value differs between environments. Which feature is best for storing the configurable value?
- Environment variable
- Main form
- Choice column
- Security role
Correct Answer: 3
Explanation
Environment variables are designed to store configuration values that can differ between environments. For example, a development environment may use one API endpoint while test and production use different endpoints. The flow can reference the environment variable rather than hard-coding the endpoint into the workflow. This improves maintainability and supports application lifecycle management. A main form is used for record interaction, a Choice column stores predefined data values in Dataverse, and a security role controls permissions. Therefore, an environment variable is the best option for environment-specific configuration.
Question 140
A developer needs to troubleshoot a canvas app to determine which controls and formulas are causing unexpected behavior during runtime. Which Power Apps capability should be used?
- Site map designer
- Solution checker
- Business process flow
- Monitor
Correct Answer: 4
Explanation
Power Apps Monitor is designed to help makers and developers troubleshoot applications by observing events and activity while an app is running. It can provide useful information about formulas, network requests, data operations, and other runtime behavior, helping identify the source of unexpected problems. A site map designer is used for model-driven app navigation. Solution Checker analyzes solution components for potential issues and best-practice concerns, but it is not the primary runtime monitoring tool for a canvas app. A business process flow guides users through stages. Therefore, Monitor is the best choice for runtime troubleshooting.