[Jan-2022] PL-200 Certification with Actual Questions from DumpStillValid
Updated PL-200 Dumps PDF - PL-200 Real Valid Brain Dumps With 110 Questions!
Passing this certification exam requires a good understanding of its topics. Microsoft PL-200 covers five domains, so it’s important to develop the skills in these topics before attempting the test. The objectives covered in this exam are highlighted below:
Configure Common Data Services: 25-30%
- Creating & Managing Processes: the learners should have the skills in defining prerequisites and scope for business rules; defining and implementing business rule logic, as well as configuring synchronous classic workflows.
- Configuring Security Settings: this objective will measure one’s skills in creating and managing business units, security roles, users & teams, field security profiles, and configuring hierarchy security.
- Configuring Settings for Common Data Service: this domain requires your skills in customizing auditing, duplicate detection settings, Relevance Search, as well as performing data management functions.
- Managing the Existing Data Model: some skills that will be measured in this topic area include competence in configuring entity ownership, entity properties, and entity-relationship behaviors.
NEW QUESTION 23
You need to recommend a role for users to perform several required tasks. The solution must use the principle of least privilege.
Which roles should you recommend? To answer, drag the appropriate roles to the correct functions. Each role 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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/use-service-admin-role-manage-tenant
https://community.dynamics.com/crm/b/govandthecity/posts/understanding-dynamics-365-and-office-365-admin-roles
NEW QUESTION 24
A company uses three apps to complete several business processes.
You need to identify solutions to help the company perform regression testing when the apps are updated.
Which two tools should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Power Automate automated flow
- B. Windows recorder (V1)
- C. Windows Steps Recorder
- D. Power Automate desktop flow
Answer: B,C
NEW QUESTION 25
A company's sales staff wants a simplified way to manage their opportunities in Dynamics 365 Sales without adding custom code.
You need to provide a solution for each requirement.
Which solutions should you provide? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/dynamics365-release-plan/2020wave1/dynamics365-sales/work-opportunities-kanban-view
https://crmtipoftheday.com/1206/view-any-dynamics-365-record-on-a-calendar/
https://fivep.com.au/how-to-get-visibility-and-report-on-an-opportunities-active-current-sales-stage-without-code-microsoft-dynamics-365/
NEW QUESTION 26
You are a Dynamics 365 Sales administrator for a software company. The sales team wants to attach a large number of supporting documents to customer records, but management does not want to incur the cost of additional storage.
The company does not have any Office 365 application integrations enabled.
You need to recommend a storage solution that keeps storage costs low.
Solution: Enable Outlook integration
Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
NEW QUESTION 27
You need to design the FAQ solution to handle unknown responses.
Which component should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-hand-off
NEW QUESTION 28
You create a new Power Virtual Agents chatbot for an organization.
Testing and production deployment of the chatbot are not complete.
You need to ensure that appropriate users can access the chatbot. Which methods should you use? To answer, select the appropriate options in the answer are a. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 29
You have a business process flow (BPF) that interacts with the Account entity.
You configure a new version for the BPF and add a new stage at the beginning.
You need to identify the impact of the new version on the existing account records.
What is the outcome in each scenario? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 30
You are creating a canvas app.
A user will click a button on each screen of a Power Apps app to proceed to the next screen.
You need to implement an action that selects the next screen that the user sees.
Which event should you handle?
- A. OnSelect
- B. OnCheck
- C. ScreenTransition
- D. OnLoad
Answer: D
NEW QUESTION 31
A company has a canvas app that includes the following screens: Screen1 and Screen2.
The OnVisible property for Screen1 contains the following expression.
Set(AgeGroups, ["1-25", "26-54", "55+"])
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 32
You need to design and create the solution for gathering contact information from guests for marketing purposes.
What should you use? To answer, select the appropriate options In the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION 33
You need to design and create the solution for gathering contact information from guests for marketing purposes.
What should you use? To answer, select the appropriate options In the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION 34
You are a Dynamics 365 administrator for a veterinarian clinic.
On the client appointment form, there is a dropdown field for clients to select their type of pet If a client selects the option Other, the veterinarian wants a text field to appear so that additional details can be added.
You need to create a dynamically visible field.
What should you configure?
- A. business process flow
- B. filed visibility on the form
- C. business rule
- D. workflow
Answer: C
Explanation:
Explanation
References:
https://www.sherweb.com/blog/dynamics-365/configuring-business-rules-within-microsoft-dynamics-365-crm/
NEW QUESTION 35
You plan to implement Microsoft Dataverse.
You must track changes for two columns in the Account table. You must maintain a historical log of changes for the two columns and track only what is necessary. You configure the appropriate organization settings.
You need to configure the system to track changes for the two columns.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Enable change tracking for the two specific columns.
- B. Enable change tracking for the Account table.
- C. Enable auditing for the two specific columns.
- D. Enable auditing for the Account table.
Answer: C,D
Explanation:
By setting the IsAuditEnabled property of a table's definition and the IsAuditEnabled property of each desired column's definition to true, data changes to records of those tables can be logged by the platform.
Note: There are three levels where auditing can be configured: organization, table, and column. The organization level is the highest level, followed by the table level, and finally the column level. For column auditing to take place, auditing must be enabled at the column, table, and organization levels. For table auditing to take place, auditing must be enabled at the table and organization levels.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/configure-entities-attributes-auditing
NEW QUESTION 36
You need to add controls to the check-in solution for the health and wellness questions.
Which form control should you use?
- A. Text input
- B. Drop down
- C. Check box
Answer: B
NEW QUESTION 37
You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1.
The OnSelect property for Button1 contains the following expression:
Collect(People, {Id:Id.Text, FirstName:FirstName.Text, LastName:LastName.Text}) For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect
NEW QUESTION 38
On a Contact record, a user creates a Note record that contains the word running.
One week later, the user reports that they cannot find the Contact record associated with the Note record.
You need to find the Note record.
Solution: Use Categorized Search to search for the word run.
Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
Explanation:
Instead use Relevance Search.
Note: Relevance Search finds matches to any word in the search term in any field in the entity. Matches may include inflectional words, like "stream," "streaming," or "streamed." Reference:
https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization#what-is-relevance-search
NEW QUESTION 39
You have a canvas app that allows users to view, select and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products.
When users select items from the product catalog, they move to a different screen to complete a purchase.
Users must be able to clear all product selections when they click the button.
You need to configure the button.
What should you do?
- A. Use the Reset (Control) formula and pass the gallery control as a parameter to the Reset formula.
- B. Use the ForAall( ) function to iterate through each item of the Gallery and clear user selections.
- C. Use the Reload(control) formula and pass the gallery control as parameter to the Reload formula.
- D. Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear the collection when the user selects the button.
Answer: D
Explanation:
https://debajmecrm.com/quick-tip-resetting-controls-inside-gallery-in-canvas-app/
NEW QUESTION 40
You have a form that displays a custom field from an entity.
A customer wants to restrict users from filtering on the custom field.
You need to prevent users from filtering the field in Advanced Find.
What should you modify?
- A. Fields in the Add Find Columns option of the Quick Find view
- B. the Field Security field on the Field Properties form
- C. a searchable field on the Field Properties form
- D. Fields in the Edit Filter Criteria option of the Quick Find view
Answer: C
Explanation:
Reference:
https://community.dynamics.com/365/b/dynamics365apps/posts/kb-understanding-dynamics-365-field-ssearchab
NEW QUESTION 41
You create a report by using Power Bl Desktop and publish the report to the Power Bl service. You enable Power Bl visualization embedding in a model-driven app.
You need to configure the model-driven app to display a Power Bi tile
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Explanation
Text Description automatically generated
Step 1: Create a personal dashboard in the model-driven app
Add a Power BI dashboard to your model-driven app.
Step 2: Add a Power BI tile to the dashboard and select the Power BI dashboard in the app.
Add one Power BI tiles to your personal dashboard.
Step 3: Share the dashboard with the appropriate user in the app
Share the personal dashboard that contains Power BI visualizations: you must configure sharing in both Dataverse and Power BI, and the user or group must have the same credentials and appropriate level of access in both services. To share your personal dashboard in your app go to, Dashboards. In the list of dashboards, select the personal dashboard you want, and then select SHARE DASHBOARD.
Reference:
https://docs.microsoft.com/en-us/powerapps/user/add-powerbi-dashboards
NEW QUESTION 42
The sales manager receives a list of leads from a partner company monthly. The field names that are provided do not match the fields in Dynamics 365. A data map does not exist.
You need to import the leads without changing the data from the partner company.
What should you do?
- A. Create a data map in Data Management.
- B. Use Import Field Translations.
- C. Add a template for Import Data.
- D. Create a data map on the first import by using the Import Data wizard.
Answer: D
NEW QUESTION 43
You create a Power Apps portal to provide training and documentation for students. Students create a profile on the portal and then select and pay for courses.
You plan to add free courses to the training portfolio. Free courses must be automatically available to all students when they sign in.
You need to assign default permissions to students.
What should you do?
- A. Create a Students web role and set the Authenticated Users Role option to true. Assign the web role to each registered user.
- B. Create an entity for managing free courses. Create entity permission records to provide access to entity records for free courses and assign the entity permissions to users when they register on the portal for the first time.
- C. Create an entity for managing free courses. Create a Students web role and set the Authenticated Users role option to true. Create appropriate entity permissions to access the free course entity records and assign the entity permissions to the web role.
Answer: A
NEW QUESTION 44
You need to design the resort portal's email registration process.
Which solutions should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION 45
......
Pass Your PL-200 Exam Easily With 100% Exam Passing Guarantee: https://www.dumpstillvalid.com/PL-200-prep4sure-review.html
100% Free PL-200 Exam Dumps Use Real Microsoft Power Platform Dumps: https://drive.google.com/open?id=1z1U_j-4Ow-x6qGgwJpzYVwsj_KYXaHeJ
