PL-100試験無料問題集「Microsoft Power Platform App Maker 認定」

You are Designing a Power Virtual Agents chatbot in Microsoft Teams. You create an outline to describe how a conversation should be structured.
You need to configure the chatbot.
Which chatbot component should you use? To answer, drag the appropriate components to the correct conversation elements. Each component may be used once, more than once, or not at all. You may need to drag the spirt bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
A coworker creates a canvas app.
The canvas app contains the following formula. The formula is attached to the OnVisible property of the first screen that users see:

You are updating the canvas app.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
正解:

Explanation:

Box 1: No
Records are added, not updated.
Box 2: Yes
The Collect function adds records to a data source.
Syntax: Collect( DataSource, Item, ... )
DataSource - Required. The data source that you want to add data to. If it doesn't already exist, a new collection is created.
Item(s) - Required. One or more records or tables to add to the data source.
Box 3: No
No records are cleared.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect
You create an expense claim app for a manufacturing company. Employees use the app to enter details of their expenses and upload receipts.
The company has an on-premises finance system with no APIs.
The company requires an automation to enable the manager to approve employee claim requests when they are submitted.
After a claim request is approved, the expense details must be entered in the on-premises finance system.
You need to create the flow.
Which flow type should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles.
Development and testing must be performed using production data. Multiple testers must be used at each testing stage.
You need to provision and configure new environments for development and testing.
Solution:
Provision sandbox environments named S1 and S2.
Copy the production environment to both S1 and S2.
Use S1 for development and S2 for testing.
Does the solution meet the goal?

解説: (GoShiken メンバーにのみ表示されます)
You use Microsoft Dynamics 365 Sales.
Business processes must use data from multiple applications.
You need to implement the correct type of automation.
Which flow type should you use? To answer, drag the appropriate flow types to the correct application types.
Each flow 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:
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles.
Development and testing must be performed using production data. Multiple testers must be used at each testing stage.
You need to provision and configure new environments for development and testing.
Solution:
Provision a developer environment named D1 and a sandbox environment named S1.
Copy the production environment to both D1 and S1.
Use D1 for development and S1 for testing.
Does the solution meet the goal?

解説: (GoShiken メンバーにのみ表示されます)
You are deploying solutions from development environments into test environments.
You need to gather solution information.
What should you do? To answer, drag the appropriate actions to the correct scenarios. 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:
Graphical user interface, text, application Description automatically generated

Box 1: View the history
The solution history displays information such as solution version, solution publisher, type of operation, operation start and end time, and operation status.
Box 2: View solution layers
The see solution layers' feature allows you to view all component changes that occur due to solution changes over time. Within a solution layer, you can drill down to view specific changed and unchanged property details for a component.
The see solution layers' feature:
Let's you see the order in which a solution changed a component.
Let's you view all properties of a component within a specific solution, including the changes to the component.
Box 3: Show dependencies
As a result of dependency tracking the following behaviors are enforced:
Export of a solution warns the user if there are any missing components that could cause failure when importing that solution in another system.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/solution-history
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/solution-layers
https://docs.microsoft.com/en-us/power-platform/alm/dependency-tracking-solution-components
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company is deploying Microsoft Power Platform components to streamline a job candidate screening process.
The human resources (HR) representatives of the company plan to attend school career fairs. The HR representatives must qualify and enter potential job candidates into a Power Apps app. The HR representatives must enter the following information for each candidate:

If a candidate is currently unqualified for a job position but would eventually qualify based on follow-up criteria, the follow-up checkbox must be selected or cleared in the system immediately.
The company plans to create a similar Power Apps app that will contain the same business use case, but for internal employees and promotions.
You need to create a Power Apps app solution to automatically mark the candidate for follow up.
Proposed solution: Create a Power Automate flow with conditions that use entered data as default data.
Does the solution meet the goal?

解説: (GoShiken メンバーにのみ表示されます)
A company uses Power Apps and Microsoft Dataverse. You create a model-driven app that has no flows, workflows, or plug-ins.
The app requires a main form that has a form field named reference number. The reference number must perform the following activities:
* Autogenerate when new records are created.
* Follow the format xx/yy, where xx is an incremental number and yy indicates the last two digits of the current year.
You need to ensure that each record created in the Microsoft Dataverse table follows this format. Which features should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
正解:

Explanation:
You create a Power Automate cloud flow that runs when a user creates a Microsoft Dataverse lead record.
The cloud flow must update a custom score column on the lead record based on other column values. The flow must perform the following activities:
* Update the Microsoft Dataverse record.
* Evaluate whether the Microsoft Dataverse record should be updated.
You need to configure the flow components.
Which components should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
You configure Dataverse security as follows:
* User1 does not have privileges to TableA.
* Team! has read and write privileges to TableA at a user level.
* Team2 has read privileges to TableA at an organization level.
User1 needs read and write privileges to a record in TableA The user who owns TableA has the system administrator role and is not a member of Team1 or Team2. You need to provide User1 read and write access to the record.
What should you do?

You need to implement features for the solution.
Which Power Platform component should you use for each feature? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
Graphical user interface, text, application, email Description automatically generated

Box 1: Model-driven app
The Sales app must meet the following requirements:
Provide a central location for all sales pipeline and quote information that is easily accessible and maintains all of the versions of the estimate, quote, and engineering documents.
Compared to canvas apps, model-driven apps in PowerApps are based on underlying data - specifically, the data stored in Common Data Service (CDS).
Box 2: Power BI Desktop
You can create a KPI in Power BI Desktop.
Open your report editor in Power BI Desktop then select a report on which you are working.
On your right, you will see a Visualizations pane and a Fields pane.
From the Visualizations pane, select the KPI visual.
Etc.
Box 3: Power Automate
A company stores financial files in Microsoft SharePoint document libraries.
When a user uploads a new file, the user's manager must approve the request.
You need to design a cloud flow to meet The requirement.
Which three actions should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

正解:D,E,F 解答を投票する
You are creating a canvas app.
You need to display a limited list of choices to the end user. You must standardize the values and appearance of the list across all forms.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

解説: (GoShiken メンバーにのみ表示されます)
You need to design and distribute a chatbot that captures ideas for new recipes.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:

Explanation:
A company uses Power Apps. The company creates a solution that contains the following items:
* environment setting
* flow that accesses Microsoft Dataverse
* plug-in with an unsecure configuration
* environment variable with a default value
The company plans to import solutions manually.
You need to document the solution component type that prompts for user input.
Which component type should you document?