PL-100試験無料問題集「Microsoft Power Platform App Maker 認定」
You create an app with multiple screens.
Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens.
You need to create a reusable gallery that displays information based on the current record.
Which three 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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens.
You need to create a reusable gallery that displays information based on the current record.
Which three 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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

正解:

Explanation:
- Create a component
- Add an input property
- Add a gallery control
From https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component step 10 and 11
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 has locations in multiple countries and regions across four continents.
The company stores the total amount of each order in the local currency of the country/region where the customer is located. The company stores the applicable exchange rates in a custom US dollars (USD) exchange rate table.
You need to create a visualization that displays the total amount of orders by country/region in USD.
Proposed solution:
Create a custom calculated field of type currency on the order table that converts the order total to USD and displays the total amounts by region in a Power BI chart.
Does the solution meet the goal?
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 has locations in multiple countries and regions across four continents.
The company stores the total amount of each order in the local currency of the country/region where the customer is located. The company stores the applicable exchange rates in a custom US dollars (USD) exchange rate table.
You need to create a visualization that displays the total amount of orders by country/region in USD.
Proposed solution:
Create a custom calculated field of type currency on the order table that converts the order total to USD and displays the total amounts by region in a Power BI chart.
Does the solution meet the goal?
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Inspectors for a city building department use a Microsoft Teams channel, inspectors use SharePoint to view construction bylaws, rules, and regulations.
The city clerk email inspectors links to new bylaw proposal, inspectors vote on the proposals and provide additional feedback.
You need to demonstrate to the city clerk how they can automate the process Which option should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

The city clerk email inspectors links to new bylaw proposal, inspectors vote on the proposals and provide additional feedback.
You need to demonstrate to the city clerk how they can automate the process Which option should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

Explanation:

An administrator plans to create and deploy dashboards for use only by sales associates. The dashboards will display the current sales pipeline, open cases, recent major wins, and key opportunities by postal code.
Sales associates must be able to act on the specific data displayed in dashboards.
You need to create the dashboards.
Which type of dashboards should you create? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Sales associates must be able to act on the specific data displayed in dashboards.
You need to create the dashboards.
Which type of dashboards should you create? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

Explanation:

Box 1: User
Type of dashboard: If you want your dashboards to be available across the organization and do not want to manage the access levels at a more detailed level, you might want to create an organization-owned dashboard.
However, if you are concerned about the access privileges and security of your dashboard, consider creating a user-owned dashboard where you have more control on who can access it.
Box 2: Single-stream
The single-stream dashboards display real-time data over one stream based on an entity view or queue. The single-stream dashboards are typically helpful to Tier 2 service leads or managers, who monitor fewer, but more complex or escalated cases.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/create-dashboard
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/configure-interactive-experience- dashboards
You are creating a Power Automate cloud flow.
The data in the flow must perform the following actions:
* Return the first character of a string of text.
* Convert an array to a single string.
You need to manipulate the data.
Which data operations should you use? To answer, drag the appropriate data operations to the correct changes. Each data operation 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.

The data in the flow must perform the following actions:
* Return the first character of a string of text.
* Convert an array to a single string.
You need to manipulate the data.
Which data operations should you use? To answer, drag the appropriate data operations to the correct changes. Each data operation 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:

A company is creating new app for use by technicians.
Previous versions of the app do not render properly on tablets and phones.
You need to ensure that the new app renders properly on all devices.
Which design element should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Previous versions of the app do not render properly on tablets and phones.
You need to ensure that the new app renders properly on all devices.
Which design element should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

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

Box 1: Tablet form factor
Box 2: Aspect version
Customize a canvas app by changing its screen size.
* Sign in to Power Apps.
* Open the app to edit.
* Select Settings.
* Select Display.
* (Tablet apps only) Under Aspect ratio, perform either of these steps:
* Select the ratio that matches the target device for this app.
* Select Custom to set your own size, and then specify a width between 50 - 3840 and a height between
50 - 2160.

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/set-aspect-ratio-portrait-landscape
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 trial environment named T1 and a sandbox environment named S1.
* Copy the production environment to T1 and S1.
* Use T1 for development and S1 for testing.
Does the solution meet the goal?
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 trial environment named T1 and a sandbox environment named S1.
* Copy the production environment to T1 and S1.
* Use T1 for development and S1 for testing.
Does the solution meet the goal?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
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?
* 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?
正解:B
解答を投票する
You create and publish a canvas app component library to perform complex calculations.
You discover an error in one of the calculations. You correct the issue and publish the component library. A co worker uses the original version of the component library in a canvas app.
You need to ensure that the co-worker uses the updated version of the component library.
What should you do?
You discover an error in one of the calculations. You correct the issue and publish the component library. A co worker uses the original version of the component library in a canvas app.
You need to ensure that the co-worker uses the updated version of the component library.
What should you do?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
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.
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 model-driven app.
You must create new components to ensure data from related records can be displayed on a record form.
You need to select the component types.
Which component types should you use? To answer, drag the appropriate component types to the correct data.
Each component type 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.

You must create new components to ensure data from related records can be displayed on a record form.
You need to select the component types.
Which component types should you use? To answer, drag the appropriate component types to the correct data.
Each component type 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:

You need to select a design approach for the required features.
Which app type should you use? To answer, drag the appropriate app types to the correct requirements. Each app 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.

Which app type should you use? To answer, drag the appropriate app types to the correct requirements. Each app 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:
