[Q15-Q32] Microsoft PL-100認証された練習解答、必ずあなたを試験合格させる![2022]

Share

Microsoft PL-100認証された練習解答、必ずあなたを試験合格させる![2022]

有効な合格方法Microsoft Certified: Power Platform App Maker AssociateのPL-100試験問題集


Microsoft PL-100 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Evaluate accelerators, microsoft apps and services, and third-party solutions
  • identify required business processes
トピック 2
  • Validate accessibilitysecure a solution
  • describe the user experience
  • create a high-level design
トピック 3
  • Describe the testing process
  • collect business requirements
  • define data output requirements
トピック 4
  • Implement power platform testing tools
  • map problem domain to power platform tools
  • configure field securitytest apps and flows
トピック 5
  • Describe the process for preparing data and training models
  • identify existing resources and licenses
トピック 6
  • Share power bi reportsdeploy the solution
  • describe real-world objects as entities
トピック 7
  • Create business logic using power automate flows
  • determine required entities
トピック 8
  • Identify model types including prebuilt and custom models
  • identify gaps between existing functionality and requirements
トピック 9
  • Move individual apps and flows between environments
  • identify fields and data types
トピック 10
  • Describe connectors including standard, premium, and custom connectorsdesign data models
  • identify data sources
トピック 11
  • Create common data service business process flows
  • create a high-level data modelidentify required power platform components

 

質問 15
You create a canvas app within a Power Platform environment.
You need to identify potential accessibility issues for the canvas app before making the app available to other users.
Which tool should you use?

  • A. Portal Checker
  • B. App Checker
  • C. Solution Checker

正解: B

 

質問 16
You are creating a capacity planning dashboard with Power BI desktop.
The dashboard must be able to be used within a model-driven manufacturing planning app as well as be embedded within a Microsoft Teams channel.
The data sources are as follows:

You need to determine the appropriate method for accomplishing each task.
Which methods 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/power-bi/connect-data/service-gateway-sql-tutorial
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-entity-relationships
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/define-rollup-fields

 

質問 17
You use a Microsoft SharePoint list to record information about customers.
You must perform a series of actions only when a new item is added to a SharePoint list.
You need to configure a Power Automate flow.
Which trigger should you use?

  • A. When a file is created (properties only)
  • B. For a selected item
  • C. When an item is created or modified
  • D. When an item is created

正解: D

解説:
Trigger - When an item is created
Triggers when an item is created.
MS Flow will trigger when an item is created in the list. It will return all list item properties which can be used in the Flow.
Incorrect Answers:
D: Trigger - For a selected item
This trigger allows you to start a flow for a selected item in a SharePoint list or library. You can use the columns of the list or library as output parameters. For a file, you can use the "identifier" column to get file content.
This is basically one which will trigger a flow when an item is selected and you want the user to trigger workflow manually.
Reference:
https://www.c-sharpcorner.com/article/sharepoint-based-triggers-in-ms-flow-part-2/

 

質問 18
You are creating a canvas app.
You need to store and retrieve small amounts of data on a local device when the app is offline.
Which set of functions should you use?

  • A. SaveData, LoadData
  • B. Set, Collect
  • C. Set, Patch
  • D. Patch, Collect

正解: A

解説:
LoadData and SaveData combine to form a simple mechanism to store small amounts of data on a local device. By using these functions, you can add simple offline capabilities to your app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps

 

質問 19
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.

正解:

解説:

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

 

質問 20
The company is adding a multi-stream interactive dashboard to a model-driven app.
The company requires configuration of the dashboard to filter the table data based on modified accounts over the last month.
You need to configure the filters for the model-driven app dashboard.
Which configuration should you use? To answer, drag the appropriate locations 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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/configure-interactive-experience-dashboards

 

質問 21
Each maker at a company has a separate Common Data Service environment. You are customizing a canvas app. You create two new entities in your environment.
You are leaving for a vacation. Another maker will continue customizing the app in your absence.
You need to transfer the work to the other maker and ensure that you can work on the updated app when you return from your vacation.
What should you export?

  • A. an unmanaged solution that includes all customizations
  • B. the default solution
  • C. a managed solution that includes all customizations
  • D. the app

正解: A

解説:
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.
Incorrect Answers:
C: 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

 

質問 22
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

 

質問 23
You need to resolve the issue for User1.
What should you use? 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/implementing-offline-capability-in-your-app/

 

質問 24
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:
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

 

質問 25
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.

正解:

解説:

 

質問 26
A company uses Power Automate and Power Apps to streamline business processes.
You need to use AI Builder to analyze customer reviews of the company's products.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

正解:

解説:

Reference:
https://powerapps.microsoft.com/en-us/blog/introducing-simplified-ai-builder-experience-in-power-automate/

 

質問 27
You create a Power Platform solution. Solution data is stored in a variety of documented cloud services.
You must also be able to connect to one or more industry data sources.
You need to configure the data sources.
What should you do?

  • A. Use an existing data connector.
  • B. Create a data policy template.
  • C. Create a UI flow.
  • D. Create a business process flow.

正解: A

解説:
In Power Apps, add a data connection to an existing canvas app or to an app that you're building from scratch. Your app can connect to SharePoint, Common Data Service, Salesforce, OneDrive, or many other data sources.
Note:
Add data source
1. In the center pane, select connect to data to open the Data pane.
2. Select Add data source.
3. If the list of connections includes the one that you want, select it to add it to the app. Otherwise, skip to the next step.

4. Select New connection to display a list of connections.

5. In the search bar, type or paste the first few letters of the connection you want, and then select the connection when it appears.

6. Select Create to both create the connection and add it to your app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-data-connection

 

質問 28
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

 

質問 29
You are using Test Studio to test a Power Apps canvas app.
You need to ensure that the app conforms to several use cases.
What should you do first?

  • A. Save the app to the cloud.
  • B. Record test cases for each requirement.
  • C. Save the app to your computer.
  • D. Create a test suite.
  • E. Create test cases for each requirement.

正解: D

解説:
Create a test suite.
By default, a test suite and test case are created for you in Test Studio. Test suites are used to organize your test cases.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio

 

質問 30
You are creating entities in a Common Data Service database to capture sales data.
You create an entity named Sales that includes the following fields:

You create a new entity that includes a field named TotalSales. The field is used to capture the aggregated sales for each salesperson.
You need to configure the fields for the entities.
Which field types should you use? To answer, drag the appropriate field types to the correct field names. Each field 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/developer/data-platform/calculated-rollup-attributes

 

質問 31
DRAG DROP
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.
Select and Place:

正解:

解説:

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

 

質問 32
......

Microsoft PL-100事前試験練習テストはGoShiken:https://www.goshiken.com/Microsoft/PL-100-mondaishu.html

PL-100練習テスト問題、解答、解釈:https://drive.google.com/open?id=1Haz8eKnGoQfVtLebVniRSYHI0Q2IgG2c