2025年最新の100%無料PL-100日常練習試験には279問があります [Q12-Q30]

Share

2025年最新の100%無料PL-100日常練習試験には279問があります

PL-100試験資料Microsoft学習ガイド


この試験では、パワープラットフォームに関連するさまざまなトピックがカバーされています。これには、データエンティティの作成と管理、ユーザーインターフェイスの設計と構築、ビジネスプロセスの作成と管理、他のシステムとの統合などが含まれます。試験では、セキュリティとコンプライアンス、分析とレポート、およびアプリケーションライフサイクル管理などのトピックもカバーされています。Microsoft PL-100試験に合格することは、個人がパワープラットフォームを使用してカスタムアプリケーションを作成するために必要なスキルと知識を持っていることを示すことになります。

 

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

正解:

解説:

Explanation:


質問 # 13
A company uses Power Apps and Microsoft Dataverse.
The company has three solutions that you must move to a target environment:
* One solution is created for security roles. You must be able to add roles to the solution in the target environment
* One solution is created for table additions and modifications. Table structures must be updated in the solution in the target environment.
* One solution is for customizations. The custom actions must not be modified in the solution in the target environment You need to create the solutions.
Which type of solutions should you create? To answer, drag the appropriate solutions to the correct requirements- Each solution 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.

正解:

解説:


質問 # 14
You need to configure functionality for submitting status reports.
What should you do?

  • A. Determine whether the application is offline when the app loads. Use the SaveDaca () function in the OnSelect property.
  • B. Determine whether the application is offline when the app loads. Use the LoadDaca () function in the Submit button.
  • C. Determine whether the application is offline when a user selects submit button and call the Sec () function.
  • D. Determine whether the application is offline when a user selects the submit button and call the SaveDaca () function.

正解:D

解説:
Scenario: The app must be able to run both online and offline. If the mobile device on which the app runs is connected to the internet, the app must immediately submit the status report.
When data is submitted offline, the data must be stored in the app until the app is back online.
Mobile users often need to be productive even when they have limited or no connectivity.
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.
The SaveData function stores a collection for later use under a name.
The LoadData function reloads a collection by name that was previously saved with SaveData. You can't use this function to load a collection from another source.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-savedata-loaddata


質問 # 15
You create a canvas app for a store.
The logo must appear as the background image for the app. A loading spinner must display on the screen as the app loads.
You need to add the features to the app.
What should you modify? To answer, drag the appropriate form areas to the correct requests. Each form area 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/canvas-apps/controls/properties-visual
https://arpitmscrmhunt.blogspot.com/2020/04/powerapps-display-loading-icon-until.html


質問 # 16
You create a canvas app.
A user is not able to determine which field currently has focus. You run App checker to identify errors.
You need to verify that the focused border thickness is set to a value greater than zero.
Which section of the App checker results should you check?

  • A. Accessibility
  • B. Performance
  • C. Runtime
  • D. Rules

正解:A

解説:
The Accessibility checker classifies each issue as an error, a warning, or a tip based the issue's severity.
Issues include:
* Focus isn't showing
When the FocusBorderThickness of a control is set to 0. It is good practice to ensure a proper color-contrast ratio between the focus border and the control itself so it's clearly visible.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker


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

正解:

解説:


質問 # 18
You are creating a model-driven app for onboarding new employees.
You need to implement business logic for the app.
Which tool should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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: Business process flow
A business process flow is a visual guide meant to help users complete a business process by using a set of predefined stages. Users are not limited on how long they run a business process or how long they have a stage open.
Box 2: Business rule
Box 3: Power Automate
A Power Automate flow does not have any visual components like a business process flow. Power Automate flows can be configured to work with many different data sources, and a flow can connect to many different data sources within the same flow. A flow can be configured to time out if it is not completed in a certain time and can be triggered to move between steps based on data or user interaction.
Reference:
https://docs.microsoft.com/en-us/learn/modules/intro-business-process-flows/2-differences


質問 # 19
A company plans to use Microsoft Power Platform to modernize their business.
Sales commissions are given only to the representatives who sell items from a designated category of products. The company wants to minimize the effort needed to manage data security.
You need to describe how to store real-world objects to the business stakeholders.
What should you use? To answer, drag the appropriate tables to the correct objects. Each table 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:


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

  • A. Yes
  • B. No

正解:B

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


質問 # 21
You are configuring a new Common Data Service environment by using the Power Apps Maker portal.
You need to create an entity that uses the prefix xyz.
Which four 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.

正解:

解説:

Explanation

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-create-entity


質問 # 22
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: Append filter parameter to Power BI report URL.
Does the solution meet the goal?

  • A. Yes
  • B. No

正解:B


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

正解:

解説:

Explanation

Step 1: Connect data to the model.
First create an AI Builder form processing model for the customer reviews you want to process.

Step 2: Train the model.
Step 3: Publish the model.
Step 4: Use the model in a Power Automate flow.
Once you train and publish the model, create a solution-aware flow in Power Automate.
Reference:
https://powerapps.microsoft.com/en-us/blog/introducing-simplified-ai-builder-experience-in-power-automate/


質問 # 24
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/


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


質問 # 26
A company is creating an app to manage project status reports.
Users will update a series of controls and click a submit button. The submit button will calculate a risk score for the project and return to the previous screen with that risk score. The risk score will be used in two different forms.
You need to create the formula on the button click. To answer, select the appropriate option in the answer area NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation


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


質問 # 28
You are a technical assistant for a legal services organization. The company uses SharePoint to manage documents and Microsoft Dataverse as the data store. The company has strict rules about access, permissions, and privacy.
Lawyers and paralegals use Microsoft Teams for communications and collaboration. Employees use personal devices to access legal files. You do not have access to the admin area in Microsoft Power Platform.
You need to ensure that these rules are observed consistently and managed in one place.
Which type of app 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/power-platform/admin/database-security


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

正解:

解説:

Explanation

Box 1: Calculated
Calculated columns are calculated in real-time when they are retrieved. Calculated columns can be composed using different data types. For example, an Integer calculated column may reference values from Decimal or Currency columns.
Box 2: Simple
A simple column isn't defined as a calculated or rollup column.
Box 3: Rollup
Because rollup columns persist in the database, they can be used for filtering or sorting just like regular columns.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes


質問 # 30
......


PL-100試験は、パワープラットフォームを使用してカスタムソリューションを作成するための専門知識を実証したい専門家にとって重要なステップです。試験に合格すると、個人がパワープラットフォームを使用してカスタムビジネスソリューションを作成するために必要なスキルと知識を持っていることが確認されます。また、個人が最新のテクノロジーを最新の状態に保ち、専門能力開発に投資することをいとわないことを雇用主に実証する素晴らしい方法です。

 

有効な問題最新版を試そうPL-100テスト解釈PL-100有効な試験ガイド:https://www.goshiken.com/Microsoft/PL-100-mondaishu.html

PL-100実際の問題解答PDFは100%カバー率でリアル試験問題:https://drive.google.com/open?id=1iNOxgotLrfIs5VMl4qL_4hCqwiEnuCYq