[2024年12月]更新のMicrosoft PL-600テストエンジンとPDFで完全版無料問題集を無料提供 [Q74-Q96]

Share

[2024年12月]更新のMicrosoft PL-600テストエンジンとPDFで完全版無料問題集を無料提供

最新版を今すぐ試そうPL-600認定有効な試験問題集


Microsoft Power Platform Solution Architect Examとしても知られるMicrosoft PL-600試験は、Microsoft Power Platform Technologiesを使用して組織向けのソリューションを設計する専門知識を持つ専門家向けに設計されています。この試験では、Power Apps、Power Automate、Power BI、Power Virtual Agentなどのパワープラットフォームテクノロジーを使用して、ビジネスソリューションを設計、実装、および監視する候補者の能力を評価します。この試験では、他の利害関係者と協力してビジネス要件と設計ソリューションを特定する候補者の能力もテストします。


Microsoft Power Platform Solution Architect Examとしても知られるMicrosoft PL-600試験は、Microsoft Power Platformを活用するソリューションの設計と実装に関する専門知識を実証したい専門家向けに設計された認定試験です。 Power Platformは、Power BI、Power Apps、Power Automate、Power Virtual Agentを含むMicrosoftの一連のビジネスアプリケーションです。 PL-600試験に合格すると、これらのアプリケーションを活用してビジネスの成果を促進するソリューションを設計および実装する能力が検証されます。

 

質問 # 74
An organization is optimizing its Microsoft Power Platform solution architecture.
The optimization needs to address the following:
Label names for option sets and multiselect option sets should be added as separate fields for reporting.
Users complain that when a case is assigned to another user, all the activities are also assigned.
Some Power BI reports based on Microsoft Dataverse data need near-real-time updating.
You need to recommend a design solution to meet these requirements.
What should you recommend? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/configure-entity-relationship-cascading-behavior
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-powerbi-connector


質問 # 75
You are supporting a recent go-live for a model-driven app that includes mobile offline functionality.
Users report the following issues:
* The process of downloading initial metadata for the app takes hours to complete.
* Some account views are unavailable when the app is offline.
* Changes to users' security privileges are not reflected in the mobile app.
* Contact data is not available when the app is offline.
You need to resolve the mobile app performance issues.
What should you review? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:


質問 # 76
You are supporting the go-live process for a company. The company is responsible for migrating data to the Microsoft Power Platform by using a custom solution. The company reports the following issues:
* Migration processes fail due to operation timeouts.
* Records that include lookup columns often fail to load.
You need to recommend a solution.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation


質問 # 77
You need to recommend methods to resolve the organization's issues.
What should you recommend? 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/collaborate-share/service-troubleshoot-sharing
https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-onprem
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/use-powerapps-checker


質問 # 78
A car dealership has a custom financing table.
You are working with a developer to add a button to a ribbon that displays a hidden section of a form when specific criteria are met.
You need to recommend tools and technologies for the developer
Which two tools or technologies should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point

  • A. Write a business rule.
  • B. Write JavaScript code.
  • C. Use the form editor.
  • D. Use the Ribbon Workbench.

正解:B、D

解説:
Client-side scripting using JavaScript is one of the ways to apply custom business process logic for displaying data on a form in a model-driven app.
You can use a community tool, Ribbon Workbench, to visually edit ribbons using the UI.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/client-scripting
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/customize-commands-ribbon


質問 # 79
You design a Power Platform solution for a customer. The solution uses Microsoft Dataverse as the data store.
You are managing the go-live process for the solution.
The customer reports the following performance issues:
* Form load time is much slower than it was during testing.
* Overall system performance has been significantly slower that it was during testing.
You need to recommend how to troubleshoot system performance.
Which actions should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:

Box 1: Review the fields that are on the form
Keep the number of table columns (fields) to a minimum.
The more table columns (formerly referred to as fields) you have in a form, the more data that needs to be downloaded to view each record.
Box 2: Review one to many relationships to verify whether cascade settings are necessary.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/optimize-form-performance


質問 # 80
You are designing a Microsoft Power Platform solution that will include multiple applications.
You have the following requirements:
* Support agents managing cases.
* Project managers reviewing and updating their projects.
* Stock managers managing warehouses.
* New site visitors self-registering.
* Employees tracking time entries.
Which three requirements can you meet by implementing role-based applications? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • A. Support agents managing cases.
  • B. Project managers reviewing and updating their projects.
  • C. Stock managers managing warehouses.
  • D. New site visitors self-resisting.
  • E. Staff tracking time entries.

正解:A、B、C


質問 # 81
You are a Power Apps architect for a company. The IT administrator designs a Power Apps app that is ready to be tested. The company uses application lifecycle management (ALM).
Each version and solution component must be tracked as it is tested.
You need to recommend a strategy to deploy solutions for the user acceptance testing environment.
What should you recommend?

  • A. Use Solution Packager and deploy a managed solution.
  • B. Use Solution Packager and deploy an unmanaged solution.
  • C. Use Package Deployer and deploy a managed solution.
  • D. Use Package Deployer and deploy an unmanaged solution.

正解:B

解説:
Solution Packager is a tool that can unpack a compressed solution file into multiple XML files and other files, so they can be easily managed by a source control system.
Unmanaged solution: An open solution with no restrictions on what can be added, removed, or modified. This is recommended during development of a solution.
C: Managed solution
A completed solution ready to be imported into an organization. Once imported, components can't be added or removed, although they can optionally allow further customization. This is recommended when development of the solution is complete.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/solution-packager-tool


質問 # 82
You need to recommend technology for accessing historical job placement data.
What should you recommend?

  • A. Power Virtual Agents chatbots
  • B. Power Automate flows
  • C. Virtual tables
  • D. Power Bl

正解:C

解説:
A virtual table is a custom table in Microsoft Dataverse that has columns containing data from an external data source. Virtual tables appear in your app to users as regular table rows, but contain data that is sourced from an external database, such as an Azure SQL Database. Rows based on virtual tables are available in all clients including custom clients developed using the Dataverse web services.
Scenario:
* First Up uses an on-premises system to manage current and historical patient data including medications and medical visits.
* The company plans to reference historical data in the existing system. The records held in these systems will not be migrated to the new solution except for medication information.
* The solution must provide a worker appointment booking system that can access worker historical job
* placement data.
* First Up staff members must be able to view and update worker records. They must be able to see current and historical job placement data on the same form in the new solution.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-virtual-entities


質問 # 83
You need to recommend the appropriate messaging channel solutions for the organization.
What should you recommend? To answer, drag the appropriate messaging options to the correct user types. Each messaging option 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/dynamics365/customer-service/csw-overview


質問 # 84
A company plans to integrate a model-driven app with external data sources. The company has the following requirements:
* Consume data in its data warehouse from Microsoft Dataverse.
* Use a plug-in to retrieve information from an external service.
You need to recommend a Microsoft Azure component for each requirement.
Which Azure components should you recommend? To answer, drag the appropriate Azure components to the correct requirements. Each Azure component 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:


質問 # 85
You need to recommend solutions to meet the integration requirements.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:

Box 1: Schedule board
Note: The Dynamics 365 Field Service schedule board provides an overview of resource availability and bookings you can make.
When you're looking at the schedule board for the current day, you'll see a blue line that indicates the current time of day. You can also see a picture of all the resources listed on the schedule board. To quickly view contact information for a resource, hover over their name to view the contact card.

Box 2: Azure IoT Central connector
Azure IoT Central makes it easy to connect, monitor, and manage your IoT devices at scale. With the IoT Central V3 connector, you can trigger workflows when a rule has fired, and take actions by executing commands, updating properties, getting telemetry from devices, and more. Use this connector with your Azure IoT Central V3 application.
This connector is available in the following products and regions:

Reference:
https://docs.microsoft.com/en-us/dynamics365/field-service/configure-schedule-board
https://docs.microsoft.com/en-us/azure/iot-hub/about-iot-hub


質問 # 86
A company is struggling to gather insights from won and lost opportunities.
Users must be able to access the company's solution from mobile and desktop devices. The solution must meet the following requirements:
Track opportunities and reasons for the win or loss of opportunities in the context of other related data.
Display data to users as charts and tables and provide drill-through capabilities.
You need to recommend a Power Platform tool to help the client visualize the data.
Which two technologies should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Power Bl
  • B. Power Virtual Agents
  • C. Power Apps
  • D. Power Automate

正解:A、C

解説:
A: Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.
D: Power BI Apps are an easy way for designers to share different types of content at one time. App designers create the dashboards and reports and bundle them together into an app. The designers then share or publish the app to a location where you, the business user, can access it. Because related dashboards and reports are bundled together, it's easier for you to find and install in both the Power BI service (https://powerbi.com) and on your mobile device. After you install an app, you don't have to remember the names of a lot of different dashboards or reports because they're all together in one app, in your browser or on your mobile device.
Reference:
https://docs.microsoft.com/en-us/power-bi/consumer/end-user-apps


質問 # 87
You need to recommend a solution for creating the initial inspection checklists.
What should you recommend?

  • A. Data Migration utility
  • B. Power Apps Studio
  • C. Dataverse for Teams
  • D. Power Apps Maker portal

正解:C

解説:
Explanation
Scenario: Standardized checklists must be stored in the solution for use by inspectors. A copy must be created when a new inspection is initiated.
Dataverse for Teams - built on Microsoft Dataverse - provides relational data storage, rich data types, enterprise-grade governance, and one-click solution deployment to the Microsoft Teams app store.
Dataverse for teams table creation has all of the things that are great about Microsoft Lists, without the major downsides.
Reference:
https://docs.microsoft.com/en-us/powerapps/teams/create-table


質問 # 88
You need to recommend a reporting solution for the organization.
Which two options should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. AI Builder
  • B. SQL Server Reporting Services (SSRS)
  • C. Dynamics 365
  • D. Power BI

正解:B、C

解説:
Scenario:
The reporting and analytics team must be able to create reports that include data from all facilities and all workers.
Management reports must present an overview of the entire organization. Other reports may be limited to specific offices.
B: Power Apps apps can include reports that provide useful business information to the user. These reports are based on SQL Server Reporting Services and provide the same set of features that are available for typical SQL Server Reporting Services reports.
C: Microsoft Dynamics 365 online and Model-Driven PowerApps offers several advanced reporting options. Advanced reports are often necessary when business requirements demand complex calculations, returning multiple data sets, grouping large sets of data based on rules, and retrieving data from different data sources.
Incorrect Answers:
D: Scenario: Users cannot view Power BI reports within the Power Platform apps.
Note: Power BI enables data insights and better decision-making, while Power Apps enables everyone to build and use apps that connect to business data. Using the Power Apps visual, you can pass context-aware data to a canvas app, which updates in real time as you make changes to your report.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/add-reporting-to-app
https://powerusers.microsoft.com/t5/Building-Power-Apps/Creating-SSRS-Report-for-Model-Driven-PowerApps/td-p/621866
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual


質問 # 89
You are performing a requirements analysis for a customer.
The customer provides the following requirements:
Power Platform storage capacity must remain under 100 percent.
Customer service representatives must be sent an email when they are assigned a case.
Help desk technicians must be shown an error message when they try to delete a task row.
The plug-in pass rate must remain over 99 percent for the production environment.
You need determine if the requirements are functional or non-functional.
Which requirement type should you use? To answer, drag the appropriate requirement types to the correct requirements. Each requirement 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/learn/modules/work-with-requirements/3-functional-requirements
https://docs.microsoft.com/en-us/learn/modules/work-with-requirements/4-non-functional-requirements


質問 # 90
You need to ensure that the solution meets the data security and compliance requirements.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:

Box 1: Assign: Cascade None
Scenario: Worker still records must be archived after ten years and are then removed from the main system.
Assign: The referenced table record owner is changed.
Cascade None: Do nothing.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-entity-lookup


質問 # 91
A company plans to create a Microsoft Power Platform solution that integrates with Dynamics 365 Sates. The solution must meet the following requirements:
* Connect directly with a Microsoft Azure SQL database as an external data source at run time where specific data is available in the Dynamics 365 Sales solution without the need for data replication.
* An external system needs to send data to the company's Dynamics 365 Sales solution.
You need to recommend the most suitable solution to integrate Dynamics 365 Sales with both systems.
What should you recommend? To answer, select the appropriate option in the answer area.

正解:

解説:


質問 # 92
You need to recommend an environment for the inspection solution.
Where should you recommend installing the solution?

  • A. within the Dynamics 365 Field Service environment
  • B. within the default Dynamics 365 Field Service environment
  • C. in a separate Dataverse environment with Dynamics 365 apps enabled
  • D. in a separate Microsoft Dataverse environment in the same instance as the Dynamics 365 Field Service environment

正解:A


質問 # 93
A company plans to implement Microsoft Power Platform to provide data controls. The current implementation is complex and spans multiple environments.
The IT team will implement DLP policies. Members of the team have different security roles applied to their user accounts, depending on their specified level of access.
You need to identify which policies the IT team can apply for the different security roles.
Which policy type should you recommend for each security role? To answer, move the appropriate policy types to the correct security roles. You may use each policy type once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:


質問 # 94
A company uses Dynamics 365 Sales and Power BI.
Sales managers must be able to keep track of changes to their pipeline in the following ways:
Notify the sales managers when an Opportunity changes sales stage.
Notify the sales managers when the pipeline drops below 2.5M USD.
When reviewing the pipeline in Power BI, a sales executive must be able to add a Playbook to an Opportunity.
You need to recommend a solution that meets the company requirements.
Which combination of solutions should you recommend? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation

Box 1: Microsoft Power Automate, Microsoft Dataverse connector, and Microsoft 365 Outlook connector Use Microsoft Dataverse as the data source.
While Power Automate is a robust tool with ever-expanding capabilities, it also handles simple tasks with grace. A universal business need for many organizations is the ability to automate email notifications based on certain criteria: an opportunity is won, send an email to the sales manager; a case is closed, send an email to the customer; a work order is completed, send an email to the customer.
Power Automate can easily accommodate this using the Microsoft 365 Outlook connector.
Box 2: Microsoft Power Automate, Power Bi data alerts, and Microsoft 365 connector Data alerts in the Power BI service: Set alerts to notify you when data in your dashboards changes beyond limits you set.
Box 3: Microsoft Power Automate, Power BI, Power Apps, and Microsoft Dataverse connector Reference:
https://www.velosio.com/blog/2021/01/27/tracking-emails-the-right-way-with-power-automate/
https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts


質問 # 95
You need to recommend the appropriate components to meet the inspection requirements.
What should you recommend? 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
https://docs.microsoft.com/en-us/power-query/dataflows/overview-dataflows-across-power-platform-dynamics-365


質問 # 96
......


PL-600試験に備えるために、Microsoftは、候補者がMicrosoft Power Platformを深く理解し、それと作業する経験があることを推奨しています。オンラインコースや学習ガイドなど、さまざまなトレーニングリソースも利用可能です。

 

100%合格保証付きの素晴らしいPL-600試験問題PDF:https://jp.fast2test.com/PL-600-premium-file.html

PL-600問題集で2024年最新のMicrosoft試験問題:https://drive.google.com/open?id=1o7P8cWxeZl2geXFDCsDn9i2e0WXLsqQX


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어