究極のガイド準備PL-100認証試験Microsoft Certified: Power Platform App Maker Associateは2024年更新 [Q149-Q173]

Share

究極のガイド準備PL-100認証試験Microsoft Certified: Power Platform App Maker Associateは2024年更新

リアルPL-100問題集でMicrosoft正確なアンサーは最新問題は2024年更新


Microsoft PL-100試験では、Canvasアプリの作成、モデル駆動型アプリの構築、Power Automateを使用してビジネスプロセスを自動化する、Power Virtual Agentを使用したチャットボットの作成、Power BIを使用したデータの分析など、Power Platformに関連するさまざまなトピックをカバーしています。この試験は、データ分析、ビジネスプロセス、およびMicrosoft Officeアプリケーションを基本的に理解している個人を対象としており、試験を試みる前に候補者がMicrosoft Power Platformを使用した経験を持つことをお勧めします。 Microsoft PL-100認定試験に合格すると、個人がビジネス価値を促進し、組織がビジネスプロセスを最適化するのに役立つソリューションの作成に熟練していることが示されています。

 

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

正解:

解説:

Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685


質問 # 150
You need to configure the system to meet the requirements.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:
Box 1: 1:N
Scenario: A sortable listing of all in-process jobs from the Job Setup table, by customer, start date, and product.
Box 2: User or Team owned
Scenario: Employees must only be able to access their own time tracking records from the app.
User or team: Data belongs to a user or a team. Actions that can be performed on these records can be controlled on a user level.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/types-of-entities


質問 # 151
A company has 500 products. Each product is referenced by a product ID. Each product belongs to one of eight product categories.
You are creating an app to manage requests for new products.
The product categories will never change. Categories are defined in the column itself, not in a separate table.
The data must be structured in a way that does not allow for misspellings.
Only two new tables should be created in Microsoft Dataverse:
* Products: Holds the products that can be requested.
* Requests: Holds the requests for the product ID and quantity. The products are filtered by product category.
You need to identify the data types to use when building the table columns in Dataverse.
Which data type should you use? To answer, drag the appropriate data types to the correct requirements. Each data 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: Text
Text columns can contain text characters. This column type has several format options that will change the presentation of the text.
Box 2: Lookup
When you create a new lookup column you are creating a new Many-to-One (N:1) table relationship between the table you're working with and the Target Row Type defined for the lookup.
Box 3: Choice
You can customize forms (main, quick create, and quick view) and email templates by adding multi-select columns that are called Choices. When you add a choices column, you can specify multiple values that will be available for users to select. When users fill out the form, they can select one, multiple, or all the values displayed in a drop-down list.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields


質問 # 152
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. UpdateContext( { RunningTotal:5 } ); Back()
  • B. Set( RunningTotal, 5 ); Back();
  • C. UpdateContext( { RunningTotal: 5 } ); Navigate( MainScreen,
    ScreenTransition.Cover, RunningTotal );
  • D. If( Value(TextBox1.Text) >= 0, (Set( RunningTotal, 5);
    Back();), Color.Green )

正解:B

解説:
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


質問 # 153
A company uses Microsoft Power Platform in a production environment. The company is defining new business processes in a prototyping environment. You create components in both environments.
You need to package the components you create.
Which solution types should you use? To answer, drag the appropriate solution types to the connect components. 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


質問 # 154
You need to create a flow for moving data from the Sales Log to the Job Setup entity.
Which type of flow should you use?

  • A. a scheduled flow for the Job Setup entity
  • B. a business process flow for the Job Setup entity
  • C. an automated flow for the Sales Log
  • D. an instant (button) flow for the Sales Log

正解:C

解説:
Scenario: Automatically perform the following actions immediately when a sale is won:
Generate a sequential job number.
Copy key sales information to the Job Setup entity used by manufacturing.


質問 # 155
You are an app maker.
You want to create apps and track customizations as part of the default solution.
You need to determine the impact of performing the work in the default solution.
What should you conclude?

  • A. The default solution cannot be exported and distributed to another environment.
  • B. The prefix used when creating components as part of the default solution can be set to a specific value.
  • C. The default solution does not contain all components and customizations from all solutions in the environment.

正解:A

解説:
Explanation
Default Solution. This is a special solution that contains all components in the system. The default solution is useful for discovering all the components and configurations in your system.
Why you shouldn't use the default solutions to manage customizations
There are a few reasons why you shouldn't create apps and make customizations in either of the default solutions:
* The default solution can't be exported; therefore, you can't distribute the default solution to another environment.
The default solution contains all components and customizations from all solutions in the environment.
By default, all enabled users can create apps and customize components in the Common Data Services Default Solution.
It's difficult to locate or identify the customizations you've made in the environment by using either default solution.
When you use either default solution to create components, you'll also use the default publisher assigned to the solution. This often results in the wrong publisher prefix being applied to some components.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/use-solutions-for-your-customizations


質問 # 156
You are an app designer for a hotel.
The hotel wants to create an app to help the housekeeping staff schedule work.
You need to create a new environment for the app.
Where should you create the environment?

  • A. Power Apps Maker portal
  • B. Power Platform Admin center
  • C. Dynamics 365 Admin center

正解:B

解説:
Manage environment in the Power Platform admin center.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/create-environment


質問 # 157
You need to ensure that the app can support the needs of User2 and User3, and meets the production deployment requirements.
Which tools should you use? To answer, select the appropriate tool in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/use-powerapps-checker


質問 # 158
You need to create a flow for sending required emails to the regional manager.
How should you create the flow? 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: Business Process
Scenario: If a sales representative submits a status report and assigns the At Risk status to a process, the app must prompt the sales representative to enter a detailed description for the risk. This information must be emailed to the regional manager.
Business process flows provide a guide for people to get work done. They provide a streamlined user experience that leads people through the processes their organization has defined for interactions that need to be advanced to a conclusion of some kind. This user experience can be tailored so that people with different security roles can have an experience that best suits the work they do.
Box 2: Common Data Service when a record is created
The Microsoft Dataverse (Common Data Service) connector provides the following triggers to help you define when your flows start:
* When a row is created, updated, or deleted
* When an action is performed
* When a flow step is run from a business process flow
Reference:
https://docs.microsoft.com/en-us/power-automate/flow-types
https://docs.microsoft.com/en-us/power-automate/dataverse/overview


質問 # 159
A bicycle shop uses Microsoft Dataverse to track bicycle rentals and renter information. The bicycle shop has a standalone tablet with a canvas app. Renters use the app to check out bicycles. Only one renter at a time can check out bicycles.
Multiple renters can rent as a team. You must expand the app to allow team rentals in one step. All team members must be registered under a single phone number.
You need to modify the canvas app to display team and team member information, along with bicycle information Which Ul elements should you use for each requirement? To answer, select the appropriate options m the answer area NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation


質問 # 160
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 business rule on the appropriate data entity with a scope of entity.
Does the solution meet the goal?

  • A. No
  • B. Yes

正解:A

解説:
Instead use Common Data Service workflow with a PowerQuery on the data entity.
Note: Process (Workflow) table/entity reference is a set of logical rules that define the steps necessary to automate a specific business process, task, or set of actions to be performed.
Common Data Service workflow support: Filter triggers based on which attributes change - You can control which field changes trigger your automated flows. For example, trigger your flow only when the status field changes while ignoring all other fields that may change.
Reference:
https://docs.microsoft.com/en-us/business-applications-release-notes/april19/microsoft-flow/automated-parity-classic-common-data-service-workflows


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

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/power-platform/admin/use-power-bi#embed--visualizations-on-personal-dashboards


質問 # 162
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 creating a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
* Add an edit form to Screen_AccountDetail and set the Default Mode of the form to View.
* Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
* Set the data source of the form to Accounts.
* Set the Item property of the form to Selected.
* Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?

  • A. No
  • B. Yes

正解:B

解説:
View, edit, or create an item, save the contents, and reset the controls in an Edit form control.
FormMode.View: The form is populated with an existing record but the user cannot modify the values of the fields.
This function is often invoked from the OnSelect formula of a Button or Image control.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form


質問 # 163
You need to store a list of products and their colors. You have a Power Apps app that includes the following elements:
* a text box for the product name
* a drop-down list for the product color
* a button to add a product to the list
* a status message that shows whether the addition of a product to the list was successful The button uses the following formula:

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
Graphical user interface, text, application, email Description automatically generated

Box 1: No
The Collect function adds records to a data source. If the data source doesn't already exist, a collection is created.
Box 2: Yes
Box 3: No
Use the Set function to set the value of a global variable, which temporarily holds a piece of information, such as the number of times the user has selected a button or the result of a data operation.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-set


質問 # 164
Rangers in national parks report wildlife they encounter during patrols. The rangers record observations in a notebook when they are on patrol. The rangers manually enter observation data when they are in the office. You are designing an app that allows rangers to record their observations while they are on patrol.
The wildlife is modeled as a custom table named Wildlife. The model has relationships to the annotation entity and to a custom entity named Wildlife Details. In the Wildlife Details entity, rangers capture more information as they observe an animal's habitat. When observing wildlife, rangers must indicate whether an animal requires medical attention. The app must synchronize and save data to Common Data Service when connectivity is available.
You need to design the app.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://powerapps.microsoft.com/en-us/blog/mobile-offline-for-power-apps/
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/guide-staff-through-common-tasks-processes


質問 # 165
A company is building a Power Apps app to track key project tasks.
Users assign three tasks a risk status on a scale of 0 to 100 by using slider input controls named RiskStatus on the app. The highest risks use the risk status value of 100.

If the combined value of all the tasks is 150 or above, a header bar on the screen must display the text HIGH RISK.
You need to configure a solution to change the text on the header bar.
How should you configure the app? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Graphical user interface, application Description automatically generated

Box 1: On each RiskStatus slider input
You can change the value based on input.
Box 2: Updateif(..)
Use the UpdateIf function to modify one or more values in one or more records that match one or more conditions. The condition can be any formula that results in a true or false and can reference columns of the data source by name. The function evaluates the condition for each record and modifies any record for which the result is true.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-formulas#change-a-value-based-o
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-update-updateif


質問 # 166
You are an app maker for a college. You create an app for student enrollment. The app captures the education level of the applicants.
The education level at the time of enrollment is an option set is in the student entity. The entity includes three levels:
High school
College
Bachelor
You must split the College option into two option sets:
College - 1 Year
College - 2 years
The split must not impact existing data.
You need to create the two option sets.
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.

正解:

解説:

1 - Open the maker app and navigate to the student table
2 - Create new options for College - 1 Year and College - 2 years
3 - Publish the student entity


質問 # 167
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 coworker 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. Export the updated component library and instruct the co-worker to import the updated version into the canvas app
  • C. Instruct the co-worker to edit the canvas app and update the component library

正解:C

解説:
Explanation
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:
Graphical user interface, application Description automatically generated

Select Review, and you'll see the option to update the component:
Graphical user interface, application Description automatically generated

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


質問 # 168
You are designing edit forms to dismay individual records selected from a list m a canvas app.
The control layout must respond to a variety of screen sizes and orientations that demonstrate the following behaviors:
* Automatically resize and arrange controls from top to bottom
* Maintain the original position of the controls.
* Require no additional property changes.
You need to select the layout type.
Which layouts should you use? To answer, select the appropriate options in the answer area.

正解:

解説:


質問 # 169
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


質問 # 170
A company uses Microsoft Power Apps.
You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record.
You need to propose the right solution.
Solution: Add Power Apps to Power BI using Power Apps for Power BI visualization.
Does the solution meet the goal?

  • A. No
  • B. Yes

正解:A


質問 # 171
You have a solution that contains a Power Automate flow, an environment variable, and a model-driven app.
Which three steps 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.

正解:

解説:

Explanation

Step 1: Adjust the version number.
Step 2: Select the managed solution.
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.
Step 3: Publish all changes.
Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685


質問 # 172
You are an app builder for a medical office. The medical office uses activities to book appointments and business process flows to track patient status. The cleaning staff wants the app to connect directly to a Microsoft Excel workbook to track cleaning tasks. The office does not have access to reporting tools including Power BI.
You need to create apps for the following groups of users. Apps must not require customizations or the use of additional products.

Which type of app should you build for each group? To answer, drag the appropriate app types to the correct groups. 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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-guidelines
https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps


質問 # 173
......


Microsoft PL-100試験は、Power Platformでの専門知識と認定アプリメーカーになるための絶好の機会です。この試験は、プラットフォームの機能および機能に関連するさまざまなトピックをカバーしているため、包括的な認定試験です。試験に合格することで、個人は自分のキャリアを進め、組織において自分の価値を証明することができます。

 

Microsoft Certified: Power Platform App Maker Associate PL-100試験練習問題集:https://www.goshiken.com/Microsoft/PL-100-mondaishu.html

PL-100プレミアム資料テストPDFで無料問題集お試しセット:https://drive.google.com/open?id=1Haz8eKnGoQfVtLebVniRSYHI0Q2IgG2c