[2023年更新]PL-100まとめセット試験ガイド練習からあなたのPL-100試験を合格させます! [Q68-Q91]

Share

[2023年更新]PL-100まとめセット試験ガイド練習からあなたのPL-100試験を合格させます!

準備PL-100試験2023年最新のMicrosoft Certified: Power Platform App Maker Associate無制限193問題


Microsoft Certified: Power Platform App Maker Associate認定を取得することで、Microsoft PL-100認定試験に合格することができ、Power Platformを使用してカスタムビジネスソリューションを構築する専門知識を示すことができます。この認定は、個人のキャリアを進め、収益を増やすこともできます。


Microsoft PL-100 (Microsoft Power Platform App Maker) 認定試験は、Microsoft Power Apps、Power Automate、Power BI、および Power Virtual Agents を使用してソリューションを作成および実装する知識とスキルを証明するために設計されています。この認定は、アプリメーカー、ビジネスアナリスト、および市民開発者がカスタムビジネスアプリケーションやワークフローを作成する能力を向上させたい場合に最適です。

 

質問 # 68
You are designing an app for a bank. You plan to use the following entities in the app:

You need to configure the relationships between the entities.
Which relationship types should you use? To answer, drag the appropriate relationship types to the correct relationships. Each source 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.

正解:

解説:


質問 # 69
You need to configure the app to meet the requirements.
Which object properties should you configure? 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/canvas-apps/controls/control-screen
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form


質問 # 70
You need to set the value for a global variable named RunningTotal to 5 and navigate to the previous screen named MainScreen.
Which formula should you use?

  • A. Set( RunningTotal, 5 ); Back();
  • B. UpdateContext( { RunningTotal:5 } ); Back()
  • C. If( Value(TextBox1.Text) >= 0, (Set( RunningTotal, 5);
    Back();), Color.Green )
  • D. UpdateContext( { RunningTotal: 5 } ); Navigate( MainScreen,
    ScreenTransition.Cover, RunningTotal );

正解:A

解説:
Explanation
You set the value of the global variable with the Set function. Set( MyVar, 1 ) sets the global variable MyVar to a value of 1.
Use the Back and Navigate function to change which screen is displayed.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-variables
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-navigate


質問 # 71
You work in a warehouse. You build an app for physical inventory counts that is used by different staff members. The typical count takes 14 hours.
The app has a warehouse screen with a gallery that contains the aisles in the warehouse. When a staff member selects an aisle record, another screen displays all the items stored in that aisle. The staff must know how long each aisle takes to do a physical inventory count.
You need to add logic to the app.
What should you do?

  • A. Create and configure a stopwatch custom control, and then add it to the gallery
  • B. Configure a timer control, add it to the aisle screen, and then reset it when exiting the aisle screen
  • C. Create and configure a stopwatch custom component, and then add it to the aisle screen
  • D. Configure a timer control, add it to the gallery, and then reset it when the selection changes

正解:C

解説:
Reference:
https://www.cdata.com/kb/tech/azuredatalake-odata-powerapps.rst


質問 # 72
You create multiple apps as part of an unmanaged solution.
You need to move the apps to another environment.
You need to pick the appropriate solution type for each requirement.
Which types of solutions should you create? To answer, drag the appropriate solution types to the correct requirements. Each solution 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:
Box 1: Unmanaged
Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the solution.
Box 2: Unmanaged
Box 3: Managed
Managed Solution: A managed solution is a finalized solution that can be distributed and installed. They are created by exporting an unmanaged solution by setting restrictions to prevent any further customizations. The whole point of Managed is locking down the Component states so they cannot be edited. Deleting the Managed Solution will remove all its customisations as well as data contained. Managed Solutions become read only once deployed so they cannot be manipulated.
Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685


質問 # 73
A company uses two SQL Server environments and two Common Data Service environments.
The company policy states that only specific administrators can create environments. SQL Server and Common Data Service groups must be distinct.
You need to assign security access.
What should you assign? 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-platform/admin/database-security


質問 # 74
A company uses Power Apps. The company has a SharePoint list that contains the names of partner organizations and the country/region of the partners The company requires a canvas app that has a gallery screen to display the information in the SharePoint list. Users must be able to:
* Return results for the exact word that was searched.
* View the latest records at the top of the gallery.
* Use a dropdown control to list the countries/regions of the partners. The list must display each country/region only once.
You need to create the gallery screen in a canvas app.
Which functions should you use? To answer, drag the appropriate functions to the correct activities. Each function 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


質問 # 75
You have a canvas app that uses multiple inputs for calculations.
You must use Test Studio to create automated tests and confirm that the app works as expected.
You need to organize your test scenarios into a hierarchy.
In which order should you create the objects? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正解:

解説:

1 - Test suites
2 - Test cases
3 - Test steps
4 - Test assertions
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio


質問 # 76
You are developing a Power BI report for a company.
The Power BI report must display company performance metrics in Power BI service. The report must include three fields in a visualization. The data for the report exists in a dataset.
The company will display the report on a large television screen during team meetings.
You need to create the report.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer and arrange them in the correct order.

正解:

解説:

1 - Select a dataset
2 - Create a report
3 - Add a visualization to the report
4 - Add the report to a new dashboard
Reference:
https://docs.microsoft.com/en-us/power-bi/fundamentals/service-get-started
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-report-visualizations


質問 # 77
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 column that converts the order total to USD by using the relationship between order local currency and the USD exchange rate table in Power BI Desktop and display this column in a Power BI chart by country/region.
Does the solution meet the goal?

  • A. No
  • B. Yes

正解:A

解説:
Explanation
Instead use a calculated field.
Need to calculate the exchange rate in USD.
Calculated columns are calculated in real-time when they are retrieved.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes


質問 # 78
You need to resolve the issues found during testing.
Which option should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 79
A company uses a model-driven app. You create a Power BI sales report.
The executive of the company wants all users to see tiles from the report in the model-driven app.
You need to ensure all users can see the tiles.
What should you do? 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: Power Platform Environment settings
Before users can embed Power BI visualizations on personal dashboards, the organization-wide setting must be enabled.
* In the Power Platform admin center, select an environment.
* Select Settings > Product > Features.
* Under Embedded content set Power BI visualization embedding to On to enable or Off to disable.
* Select Save.
Box 2: Create a personal dashboard
You can embed Power BI tiles on your personal dashboard.
* Open your app and go to Dashboards.
* Select an existing personal dashboard or select New to create one.
* On the dashboard, select an area where you want the tile to appear, and then select Power BI Tile on the toolbar.
* Add new Power BI tile.
* In the Power BI Tile dialog, select the workspace and then select the Power BI tile that you want to display on your dashboard. Select Enable for mobile if you want to make the tile available for Dynamics
365 for tablets and Dynamics 365 for phones.
* Select another area of the dashboard and repeat this step to add another Power BI tile, or other component, such as a chart or list, to your dashboard.
* Select Save to save your dashboard.
Box 3: Share report and share dashboard.
To share your 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/power-platform/admin/use-power-bi#embed--visualizations-on-personal-dashb


質問 # 80
A company is creating Power Apps apps for their customer service team.
You must create a final released solution to export to their test environment that cannot be changed in the new environment.
You need to determine the types of solutions to use.
Which type of solution should you use? To answer, drag the appropriate solution types to the correct conditions. Each solution 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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/power-platform/alm/solution-concepts-alm


質問 # 81
A company is building a Power Apps app to track key project tasks.
Users assign tasks a risk status on a scale of 0 to 100 by using a slider input control named RiskStatus on the app. The highest risks use the risk status value of 100.
For each task, the user selects a button named RiskLevel to send the name of the task and RiskStatus number to key project stakeholders. The color of the button must change to the color listed in the following table based on the value of the RiskStatus control. The default color for the button is green.

You need to configure the solution to change the color of the RiskLevel button.
How should you configure the app? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://wonderlaura.com/2020/07/23/power-apps-gallery-conditional-formatting/


質問 # 82
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.

正解:

解説:

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


質問 # 83
You publish the first version of the app and solution on November 1, 2020.
You need to create the version numbers for the app and the solution.
Which version numbers should you use? 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/common-data-service/update-solutions


質問 # 84
You have a canvas app that uses multiple inputs for calculations.
You must use Test Studio to create automated tests and confirm that the app works as expected.
You need to organize your test scenarios into a hierarchy.
In which order should you create the objects? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正解:

解説:

Explanation

Text Description automatically generated with medium confidence
Step 1: Test suites
By default, a test suite and test case are created for you in Test Studio. Test suites are used to organize your test cases. An app can contain one or more test suites.
Step 2: Test cases
Depending on how you want to organize or group your tests, you can create multiple test cases in a test suite.
Each case can test a specific feature or a subset of functionalities in your app.
Step 3: Test steps
Step 4: Test assertions
A test case consists of test steps that contain actions. Test actions are written using Power Apps expressions that perform a task. You can use the recorder to automatically generate the test steps as you interact with your app. After you record, you can update the test case, add new steps, delete steps, and write test assertions to validate the result of your test.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio


質問 # 85
You have the following Common Data Service entities: BusinessContracts and BusinessAccounts.
You need to configure an N:N relationship between the two entities.
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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-edit-nn-relationships-portal


質問 # 86
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?

  • A. Inform the co-worker to edit the canvas app and manually add the updated version of the component library
  • B. Instruct the co-worker to edit the canvas app and update the component library
  • C. Export the updated component library and instruct the co-worker to import the updated version into the canvas app

正解:B

解説:
You can modify an existing component library and save any changes with additional version notes. However, the updated component library version must be published for use in existing apps that use the component library.
Makers of other apps are notified of updated components being available. The notification appears when makers edit the apps in canvas app studio. They can choose to update the components:

Select Review, and you'll see the option to update the component:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/component-library


質問 # 87
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.

正解:

解説:

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


質問 # 88
You are configuring security to enable users to analyze data by using Microsoft Excel templates.
You create a security role named TemplateAdministrator and configure the role as shown below and assign the role to a user named User1.

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 89
A company creates a Power Apps app that allows service representatives to record information about on-site client visits. Service representatives perform a one-hour site visit with each client each quarter.
Service representatives use the app to perform the following activities:
* View their scheduled visits for the day.
* Record notes from service visits.
* Schedule service technicians for issues uncovered during site visits.
* Scan and upload service quote forms to a folder named Service Quote folder on Microsoft OneDrive once the customer has signed a service quote.
Service quotes that are over $10,000 are aut omatically sent to the service manager for review and approval.
Visits that are not closed at the end of the day are automatically moved to the following day unless it is the last day of the quarter. All client visits not performed for the quarter are escalated to the service manager for follow-up.
You need to create flows to meet the requirements.
Which type of flows 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: Adaptive card flow
Adaptive Cards are a platform-agnostic method of sharing and displaying blocks of information without the complexity of customizing CSS or HTML to render them.
Directing content to Teams channels:
Post your own adaptive card as the Flow bot to a channel
This action posts an adaptive card as a Flow bot to a specific Teams channel. In this case, you will be prompted for Teams instance, and a channel where the card will be posted. The flow-maker will have to have access to the Teams instance in order to post an adaptive card there. In this case, only URL buttons function by redirecting to the URL configured within the flow.
Box 2: Button flow
Create a button flow to run routine tasks by simply tapping a button. Customize your flow by allowing the user to provide specific details that will be used when the flow runs.
Reference:
https://docs.microsoft.com/en-us/power-automate/overview-adaptive-cards
https://docs.microsoft.com/en-us/power-automate/button-flow-with-user-input-tokens


質問 # 90
You need to resolve the user's issue with the time tracking app.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Add a component to the time tracking screen for tracking total time.
  • B. Add the Total Time field to the screen and set the value of the field property to Rollup
  • C. Upload the component to AppSource.
  • D. Create a new component inside of the component library for the time tracking app.

正解:A、D

解説:
Scenario Issue: Users want to be able to see their weekly total time entered from all screens.
A component library provides a centralized and managed repository of components for reusability.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/component-library


質問 # 91
......

注目のPL-100まとめセット試験ガイドは最速合格できます:https://www.goshiken.com/Microsoft/PL-100-mondaishu.html

練習するPL-100にはGoShiken明確な練習であなたをMicrosoft Power Platform App Maker試験合格させます:https://drive.google.com/open?id=1Haz8eKnGoQfVtLebVniRSYHI0Q2IgG2c