本日更新されたPL-200練習テスト2024年最新の無料問題集を無料登録!
最新のGoShiken PL-200のPDF問題集をダウンロード(270問題と解答)
質問 # 83
You are a Dynamics 365 Customer Service administrator.
Users report that the main form does not display data from other entities or allow them to edit data from other entities.
You need to embed information from other entities in the form and allow users to edit the data.
Which actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-quick-create-forms
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/create-edit-quick-view-forms
質問 # 84
A company has a Power Apps app.
The app must meet the following requirements:
* Managers assign lead records to the sales department. A new phone call record must be created if a lead record has no activities.
* An email must be sent to the manager if the phone call record created is not completed after one day.
A classic workflow must run when a lead record is assigned.
You need to configure the check conditions for the workflow.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
質問 # 85
You are designing the organization structure for a company that has 5,000 users.
You need to configure security roles for the company while minimizing administrative effort.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
Box 1: Create a new team, and the business unit users, and the assign the security role to the team.
Change the business unit for a team
Important
By changing the business unit for a team, you can remove all security role assignments for the team. At least one security role must be assigned to the team in the new business unit.
* Select an environment and go to Settings > Users + permissions > Teams.
* Select the checkbox for a team name.
* Screenshot selecting a team.
* On the menu bar, select Change Business Unit.
* In the Change Business Unit dialog box, select a business unit. Enable Move records to new business unit to move to a new business unit. Select OK.
Box 2: Grant the user a security role from the child business unit.
Reference: https://docs.microsoft.com/en-us/power-platform/admin/create-edit-business-units
https://docs.microsoft.com/en-us/power-platform/admin/security-roles-privileges
質問 # 86
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. OnLoad
- B. ScreenTransition
- C. OnCheck
- D. OnSelect
正解:D
解説:
Add navigation
1. With the Source screen selected, open the Insert tab, select Icons, and then select Next arrow.
2. With the arrow still selected, select the Action tab, and then select Navigate.
3. The OnSelect property for the arrow is automatically set to a Navigate function.
4. When a user selects the arrow, the Target screen fades in.
5. On the Target screen, add a Back arrow, and set its OnSelect property to this formula:
6. Navigate(Source, ScreenTransition.Fade)
7. While holding down the Alt key, toggle between screens by selecting the arrow on each screen.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-screen-context-variables
質問 # 87
You configure an alert in Power Bl.
You need to alert users when the value of a tile exceeds a threshold. To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts
質問 # 88
You are a Dynamics 365 Customer Service developer.
A salesperson creates a chart.
You need to ensure that the chart is available to all users on the team.
Which actions should the salesperson perform? To answer, drag the appropriate actions to the correct users.
Each action 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.
正解:
解説:
Explanation
質問 # 89
The app needs to store temporary data
* Each screen must maintain a separate copy of data and pass the data to another screen.
* The app must be able to update separate rows of a table independently.
You need to configure variables for the data.
Which variable types should you use? To answer, drag the appropriate variable types to the correct requirements. Each variable type 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.
正解:
解説:
Explanation
Graphical user interface, text, application Description automatically generated with medium confidence
質問 # 90
The app needs to store temporary data
* Each screen must maintain a separate copy of data and pass the data to another screen.
* The app must be able to update separate rows of a table independently.
You need to configure variables for the data.
Which variable types should you use? To answer, drag the appropriate variable types to the correct requirements. Each variable type 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.
正解:
解説:
Explanation:
Graphical user interface, text, application Description automatically generated with medium confidence
質問 # 91
You are designing a chatbot for a sports outlet.
You need to complete the chatbot.
Which features should you use? To answer, drag the appropriate features to the correct requirements. Each feature 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.
正解:
解説:
Explanation
Graphical user interface, text, application, email Description automatically generated
Box 1: Entities
Out of the box, Power Virtual Agents comes with a set of prebuilt entities, which represent the most commonly used stereotype information in real-world dialogs, such as age, colors, numbers, and names.
With the knowledge granted by entities, a bot can smartly recognize the relevant information from a user input and save it for later use.
Box 2: Topics
In Power Virtual Agents, a topic defines a how a bot conversation plays out.
You can author topics by customizing provided templates, create new topics from scratch, or get suggestions from existing help sites.
A topic has trigger phrases - these are phrases, keywords, or questions that a user is likely to type that is related to a specific issue - and conversation nodes - these are what you use to define how a bot should respond and what it should do.
Box 3: Variables
Variables let you save responses from your customers in a conversation with your bot so that you can reuse them later in the conversation.
For example, you can save a customer's name in a variable called UserName. The bot can then address the customer by name as the conversation continues.
You can use variables to create logical expressions that dynamically route the customer down different conversation paths.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-create-edit-topics
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-flow
https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables
質問 # 92
A company uses a Microsoft Power Platform environment
The company plans to implement a Power Apps app. The application must meet the following requirements:
* Audit all user activity and only retain the audit logs for one year.
* Annually remove products that were created over a year ago.
You need to configure the automated processes.
What should you configure? To answer, drag the appropriate configurations to the correct requirements. Each configuration 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.
正解:
解説:
Explanation
質問 # 93
You need to embed the business card solution in the check-in app.
What you use?
- A. Al Builder component
- B. Button control
- C. control
- D. Custom component
正解:A
解説:
Topic 2, ADatum Corp.
Overview
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background
ADatum Corporation provides verification and investigation services that are used by insurance companies, law firms, and other organizations in the public sector. Services include verifying an individual's background, qualifications, and specific scenarios that require onsite visit.
The thorough work ADatum Corporation performs results in highly accurate cases with minimal critical information missing. Because of these high-quality results, ADatum Corporation is quickly proving itself as one of the best in the industry. In recent months, business has significantly increased, with most new business czoming from high-profile companies and individuals.
Management has decided to create a new qualification verification (QV) role to help ensure that clients get the most accurate results. This role examines completed work to ensure that nothing is missed.
Current environment
Data storage and retention
All information sent by clients for services is stored in Microsoft Dataverse with a model-driven app as the interface.
Clients enter their data in a website, which then uses a service account to create the records in the Dataverse database.
Team members currently have full access to all Service Request records.
Service requests
The Service Request table includes header information about the individual or organization that is the subject of verification.
New Service Request records are assigned to a queue. All potential users who will be performing the verifications have access to these records.
A service request is assigned to a single user who will ensure that all qualifications are verified. This single user is the only one able to process Qualification records related to their own service requests.
Many required tasks when performing verification services are currently done by using manual processes.
To keep up with demand, ADatum Corporation identifies several processes that can be replaced by using Power Automate flows to hire fewer new staff and keep costs down.
Qualification verification
The qualification table contains details about an individual school degree, professional qualifications, and other qualifications that must be verified.
A service request can have one or more Qualification records associated with it.
Record status is pending verification until the initial team member finishes, at which point the member changes the status to Complete.
When all qualification records related to a service request are verified either by manual or automated processes, the results are made available to ADatum Corporation's client.
In the rare event that results are questioned, a new service request is created and verified independently of the previous work that took place.
To complete a service request, users perform the following actions:
Send a templated email by using Microsoft Outlook to the client after all qualifications for a service request are checked.
Change the service request status to Completed. Currently, service requests do not indicate when all Qualification records are addressed.
Microsoft Power platform environment
The following environments exist: development, testing, user acceptance testing (UAT), and production.
Managed solutions are used to move customizations from the development environment to other higher-level environments. These solutions are created and maintained by the power users and provided to internal IT for deployment when they are ready.
Two managed solutions, Verification Process Automation and Onsite Visit, share several components.
All customizations to Power Platform components are performed by several power users who have received training and are certified as subject matter experts.
Power users have been granted the System Administrator security role in the development environment.
Corporate policy prohibits power users from writing code due to lack of a formal code review process.
Internal IT will not be able to supply any development resources for this project due to a lack of staff. This means that any customizations and automation created for this project must be low-code/no-code for the power users to implement them.
Customizations created by power users are deployed by internal IT.
Requirements
Process automation
ADatum Corporation plans to establish a new QV department to verify completed work so that the quality of work is maintained. The new process for verifying professional qualifications must automate the following:
Enter data and navigate the authority's website. The authority website UI changes frequently because the company constantly improves the user experience.
Search page contents for a specified value to determine validity.
Update the corresponding Qualification record in Dataverse.
The new process for completing a service request must automate the following:
Set the Service Request record status to Complete when work on all Qualification records is finished.
Send an email to the client with the results when the service request is completed. The email must list each qualification as either Valid or Not Valid, depending on the verification.
Qualification verification
To check work done by a wide array of users, 10 percent of Qualification records must be double checked.
Qualification records must be automatically assigned to a queue.
Qualification records must be flagged with a new status field named Assigned to ensure that records are rechecked.
Ensure that only QV team members can change the status from Assigned to In Progress to Complete.
Record the name of the QV team member who performed the work and the date completed.
Governance and security
All components required for the verification process must be included in a new solution.
Corporate security requires that deployments to non-development environments must be automated using service accounts.
User security and data access must also be consistent across environments, except for the elevated access of the power users in the development environment.
The Onsite Visit managed solution has a table that is not in the Verification Process Automation managed solution. This table must be upgraded prior to the go-live date without the other shared components.
A VP of sales requires a test environment to demonstrate to potential clients the security policies that are included in their initial offering.
Issues
More employees than are required can access individual client information and continue to have access after a service request is completed.
When users go on vacation, all their outstanding Service Request records are assigned to a substitute employee. The substitute employees are unable to see all the qualifications related to their service requests.
Currently, testing the new QV functionality outside the development environment is not possible due to corporate security policies requiring the same security role across all environments.
Internal IT reports that the solution import to the test environment failed because of missing dependencies related to the flow for completing service requests.
質問 # 94
You are setting up Power Apps security for a company. The company has a CEO, two vice presidents, and 10 managers. Five support representatives report to each manager.
You set up Manager Hierarchy so managers are able to view data only for the representatives who report to them. The CEO must be able to view all data for everyone. All support representatives must be able to view customer information in each other's data across all managers.
You need to resolve issues that arise during testing.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation
Box 1: Move the manager and reports to a separate business unit.
Keep the Manager hierarchy, and put the reports to the appropriate business unit.
Note: Two security models can be used for hierarchies, the Manager hierarchy and the Position hierarchy.
With the Manager hierarchy, a manager must be within the same business unit as the report, or in the parent business unit of the report's business unit, to have access to the report's data. The Position hierarchy allows data access across business units. If you are a financial organization, you may prefer the Manager hierarchy model, to prevent managers' accessing data outside of their business units. However, if you are a part of a customer service organization and want the managers to access service cases handled in different business units, the Position hierarchy may work better for you.
Box 2: Add the CEO to the representative user record as a manager.
Set up Manager and Position hierarchies
The Manager hierarchy is easily created by using the manager relationship on the system user record. You use the Manager (ParentsystemuserID) lookup field to specify the manager of the user.
Note: Depth is used to limit how many levels deep a manager has Read-only access to the data of their reports.
For example, if the depth is set to 2, the CEO can see the data of the VP of Sales, VP of Service and Sales and Service Managers. However, the CEO doesn't see the Sales data or the Support data.
Box 3: Add users to field security
Power Platform's field-level security lets you set which fields users can see or edit.
Reference: https://docs.microsoft.com/en-us/power-platform/admin/hierarchy-security
https://docs.microsoft.com/en-us/power-platform/admin/field-level-security
質問 # 95
A company is updating a Power Apps solution that contains two tables named Sen/ices and Equipment. The company is creating a new solution to update the current solution for the following requirements:
* The Services table must be updated to include change tracking.
* The Equipment table must be updated to include four new columns.
* The solution must update only the components that need to be added or changed.
You need to create the solution.
Which table option should you use? To answer, drag the appropriate options to the correct tables. Each option 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.
正解:
解説:
Explanation
Select components Option for Services Table
Select components Option for Equipment Table
The "Select components" table option allows you to update specific components of a table, such as adding new columns or change tracking, while keeping the existing data and relationships in the table intact. This meets the requirement that the solution must update only the components that need to be added or changed.
You can use the Power Apps maker portal and navigate to the Environment, then click on the Data tab, select the table you want to update and click on the settings icon and then select "Select components" from the options. Then you can select only the columns you want to add or update for each table.
This way, you can ensure that the solution will update only the necessary components for each table, including change tracking for the Services table and four new columns for the Equipment table, without affecting the existing data and relationships in the tables.
質問 # 96
You set up a new instance of Dynamics 365 for Customer Service.
Users report a variety of issues working with cases on mobile devices.
You need to configure the mobile app to be able to view cases.
NOTE: Each correct selection is worth one point.
正解:
解説:
質問 # 97
You create a parent entity and a child entity. The parent entity has a 1:N relationship with the child entity.
You need to ensure that when the owner changes on the parent record that all child records are assigned to the new owner.
You need to configure the relationship behavior type.
What should you use?
- A. Restrict
- B. Referential, Restrict Delete
- C. Parental
- D. Referential
正解:C
解説:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/create-and-edit-1n-relationships#relationship-behavior Explanation:
A parental table relationship is any 1:N table relationship where one of the cascading options in the Parental column of the following table is true.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships
質問 # 98
You manage the Dynamics 365 Customer Service environment for an organization.
Microsoft SharePoint will not be deployed in the environment for a year.
You need to integrate Microsoft Office 365 solutions with the Dynamics 365 instance to help the sales team with internal collaboration efforts.
Which three solutions can you currently implement? Each correct answer presents part of the solution. NOTE:
Each correct selection is worth one point.
NOTE: Each correct selection is worth one point.
- A. Microsoft OneNote
- B. Microsoft Exchange Online
- C. Microsoft OneDrive for Business
- D. Microsoft Skype for Business
- E. Microsoft Yammer
正解:B、D、E
解説:
References:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/admin/add-office-365-online-services
質問 # 99
A company plans to implement a model-driven app. The company will enter data through the app. The company has the following requirements:
* Users must be able to search for the data inside the app.
* Users must be able to search for the data outside the app.
You need to configure a solution for each requirement.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
質問 # 100
You configure an alert in Power Bl.
You need to alert users when the value of a tile exceeds a threshold. To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts
質問 # 101
A company uses Power Apps and Power Automate.
There is an issue with the existing flow in the test environment. Development changes are allowed in the test environment.
You need to troubleshoot the issue with the flow.
Which command should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
質問 # 102
You have a business process flow.
You need to update the business process flow while minimizing administrative and maintenance efforts.
What should you implement? To answer, drag the appropriate features to the correct requirements. Each feature 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.
正解:
解説:
Explanation
質問 # 103
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 Reload(control) formula and pass the gallery control as parameter to the Reload formula.
- B. Use the ForAall( ) function to iterate through each item of the Gallery and clear user selections.
- C. 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.
- D. Use the Reset (Contro1) formula and pass the gallery control as a parameter to the Reset formula.
正解:D
質問 # 104
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.
正解:
解説:
Explanation
Graphical user interface, text Description automatically generated
Box 1: Existing accounts show the new BPF.
When an entity record is being created and if there are multiple BPFs defined on that entity. The system would do the following:
If the ProcessId field is set to Guid.Empty. The system will skip defaulting the BPF on that instance.
If the ProcessId field is set to specific BPF entity reference. The system will default to the specified BPF.
If the ProcessId field on the record is not set. The system will default the BPF.
Box 2: No BPF is linked to a new account.
Note: A business process flow definition is represented as a custom entity and an instance of a process is stored as a record within that entity. Each record is associated with a data record (such as an Account, Contact, Lead, or Opportunity) and in case of cross-entity processes, with a data record for each participating entity.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/business-process-flo
質問 # 105
You are a Dynamics 365 Customer Service system administrator.
Your organization does not permit the use of custom code for solutions.
You need to create a view that can be viewed by all users in an organization.
Where should you create the view?
- A. Templates area
- B. Microsoft Virtual Studio
- C. Entities component of a solution
- D. Microsoft Excel template
正解:C
解説:
Entity: Refers to a table in Dataverse. Table and entity are often used interchangeably for data access.
Edit public views through tables
In the solution create a new table or find an existing table that where the public views need to be edited.
Expand Data, select Tables, select the table you want, and then select the Views area.
On the toolbar, select Add view. Add view to table
On the Create a view dialog, enter a name and, optionally, a description, and then select Create.
質問 # 106
You have a model-driven app. You create five Microsoft Excel templates for analyzing customer data.
Four of the templates must be available to all users. The remaining template must be available only to you.
You configure the appropriate security roles for users.
You need to determine how to upload the Excel templates.
Which method should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation
Table Description automatically generated with medium confidence
Box 1: In the Settings menu, select Document Templates
Templates uploaded from the Settings page are available to all users. You don't need to take any further action.
Administrators can use the Settings page to upload the Excel template. A template uploaded in Settings is available to all users.
For admins: Upload the Excel template
* Go to Settings > Templates > Document Templates.
* Click Upload Template.
* Drag the Excel file into the dialog box or browse to find and upload the file.
* Upload Template dialog box.
* Click Upload.
Box 2: In the view for the email records, select Excel templates
Note: For non-admins or admins wanting to create a personal template: Upload the Excel template Open a page with a list of records, for example, the list of Sales Opportunities. Go to Sales > Opportunities > My Open Opportunities.
* On the menu bar, click Excel Templates > Create Excel Template.
* Click Excel Template > Upload.
* Click Upload to add the Excel template.
* Drag the file into the dialog box or browse to find and upload the file.
* Click Upload.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/analyze-your-data-with-excel-templates
質問 # 107
......
2024年11月最新PL-200試験問題集PDFと試験エンジン:https://www.goshiken.com/Microsoft/PL-200-mondaishu.html
プレミアム良質なMicrosoft PL-200オンライン問題集:https://drive.google.com/open?id=1paeJjHCs84EJ5CdC8M6zvxuUzE8YmOEk