PL-400日本語試験問題集を使って一日でMicrosoft Certified: Power Platform Developer Associate試験合格目指す(最新の289解答) [Q39-Q59]

Share

PL-400日本語試験問題集を使って一日でMicrosoft Certified: Power Platform Developer Associate試験合格目指す(最新の289解答)

PL-400日本語試験正確な問題集、学習ノートと理論

質問 # 39
企業は、Dynamics 365 Sales 内のエンティティの関係を示す必要があります。
このグラフィックを表示するには、適切なツールを選択する必要があります。
どのツールを選択すればよいでしょうか?

  • A. セキュリティモデル
  • B. セールスインサイト
  • C. パワーオートメーション
  • D. メタデータ図

正解:D

解説:
Visual representation of metadata can be useful, especially when you are trying to describe the relationship between entities in the system. You can use the Metadata Diagram sample code provided for Dynamics 365 Customer Engagement (on-premises) to generate the entity relationship diagrams.
You can create a diagram that shows a relationship for just one entity, or a complex diagram that includes dozens of related entities, including custom and system entities.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-metadata-generate-entity-diagrams


質問 # 40
要件を満たすためにセキュリティを設定する必要があります。
セキュリティをどのように設定すればよいでしょうか? 答えるには、適切なセキュリティ メカニズムを正しいユーザーにドラッグします。各セキュリティ メカニズムは、1 回だけ使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/field-security-entities
https://docs.microsoft.com/en-us/power-platform/admin/database-security
https://docs.microsoft.com/en-us/power-platform/admin/database-security
https://docs.microsoft.com/en-us/power-platform/admin/manage-teams - types-of-teams
https://docs.microsoft.com/en-us/power-platform/admin/manage-teams#types-of-teams


質問 # 41
オンライン ストアには、顧客がカスタム製品を使用する Microsoft Dataverse データベースに対して注文できるカスタム Web ページがあります。カスタム Web ページは、Web API パターンを使用してレコードを作成および更新します。
顧客からは、在庫切れの商品でも注文できるとの報告がありました。
注文を確定する前に、ページ コードを更新して在庫が利用可能であることを確認する必要があります。
各ステップでどのパターンを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation
Box 1: IsOptimisticConcurrencyEnabled
On a multi-threaded and multi-user system like Power Apps, operations and data changes often happen in parallel. A problem arises when two or more update or delete operations on the same piece of data happen at the same time. This situation could potentially result in data loss. The optimistic concurrency feature provides the ability for your applications to detect whether a table record has changed on the server in the time between when your application retrieved the record and when it tries to update or delete that record.
Box 2: If-Match: Etag
Use If-Match and If-None-Match headers with ETag values to check whether the current version of a resource matches the one last retrieved, matches any previous version or matches no version. These comparisons form the basis of conditional operation support. Dataverse provides ETags to support conditional retrievals, optimistic concurrency, and limited upsert operations.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/optimistic-concurrency
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/perform-conditional-operations-usi
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/perform-conditional-operations-usi


質問 # 42
月末の決算プロセスの一環として、企業はバッチ ジョブを使用して、すべての注文をステージング データベースにコピーします。
ステージング データベースは、クライアントが支払う未払い金額を計算するために使用され、すべての履歴データを処理する必要があります。
その月に影響を受けるデータのみが統合プロセスに含まれるようにする必要があります。
この目標を達成するために考えられる 2 つの方法は何ですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. 先月の「変更日」フィールドを持つ注文を含むシステム ビューを作成し、このサブセットに対して統合を実行します。
  • B. 注文の変更追跡を使用し、統合を実行して、新しい注文と、先月に合計金額が変更された注文を取得します。
  • C. 注文明細行で変更追跡を使用し、統合を毎週実行して、先月に作成または削除された注文明細のみを取得します。
  • D. 先月の「変更日」フィールドを持つ注文明細行を含むシステム ビューを作成し、このサブセットで統合を実行します。

正解:C、D

解説:
C: The change tracking feature in Microsoft Dataverse provides a way to keep the data synchronized in an efficient manner by detecting what data has changed since the data was initially extracted or last synchronized. Deletions and creations are tracked.
D: On modified Order Lines, not on Modified Orders.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-change-tracking-synchronize-data-external-systems
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/behavior-format-date-time-attribute


質問 # 43
オンライン ストアには、顧客がカスタム製品を使用する Microsoft Dataverse データベースに対して注文できるカスタム Web ページがあります。カスタム Web ページは、Web API パターンを使用してレコードを作成および更新します。
顧客からは、在庫切れの商品でも注文できるとの報告がありました。
注文を確定する前に、ページ コードを更新して在庫が利用可能であることを確認する必要があります。
各ステップでどのパターンを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/optimistic-concurrency
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/perform-conditional-operations-using-web-api
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/perform-conditional-operations-using-web-api


質問 # 44
ある企業には、開発、テスト、実稼働用の Common Data Service (CDS) 環境があります。
2 つのソリューションで構成されるモデル駆動型アプリがあります。ソリューションには設定と参照データが含まれます。ソリューション、アプリ設定、参照データを開発環境から運用環境に移動することを計画しています。
各ソリューションを開発環境から zip ファイルとしてエクスポートします。
構成マネージャーを実行して、設定と参照データを zip ファイルとしてエクスポートします。
アプリとその設定を展開用に準備する必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
注: 回答の選択肢は複数の順序で正解です。選択した正しい注文に対してクレジットを受け取ります。

正解:

解説:

1 - Add your files to the project
2 - Define the solution and data files in ImportConfig.xml
3 - Build the package
4 - Run the Package Deployer tool
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/package-deployer-tool


質問 # 45
ある企業はCommon Data Service (CDS) を使用し、モデル駆動型アプリを使用してエンジニアを管理しています。
Power Apps コンポーネント フレームワーク (PCF) を使用して、Component1 という名前の新しい再利用可能なカスタム コンポーネントを作成します。
モデル駆動型アプリにデプロイするには、Component1 をパッケージ化する必要があります。
どの 3 つのコマンドを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1: pac solution init --publisher-name <publisher> --publisher-prefix <prefix> Create a new solutions project using the following command. The solution project is used for bundling the code component into a solution zip file that is used for importing into Dataverse.
pac solution init --publisher-name developer --publisher-prefix dev
Step 2: pac solution add-reference --path <control-path>
Once the new solution project is created, refer the Solutions folder to the location where the created sample component is located. You can add the reference using the command shown below. This reference informs the solution project about which code components should be added during the build. You can add references to multiple components in a single solution project.
pac solution add-reference --path c:\downloads\mysamplecomponent
Step 3: msbuild /t:build /restore
To generate a zip file from the solution project, go into your solution project directory and build the project using the following command. This command uses MSBuild to build the solution project by pulling down the NuGet dependencies as part of the restore. Use the /restore only for the first time when the solution project is built. For every build after that, you can run the command msbuild.
msbuild /t:build /restore
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls


質問 # 46
組織には Dynamics 365 Sales 環境があります。開発環境では、Account エンティティに BusinessRule1 という名前のビジネス ルールを作成します。BusinessRule1 をマネージド ソリューションの一部として運用環境にデプロイします。
BusinessRule1 を運用環境から削除する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1: In the development environment, navigate to Solutions.
The only supported way of transferring customizations from one CRM organization to another has been through Solutions.
With Solution Management came the concept of Managed and Unmanaged Solutions.
Step 2: Export the solution as managed and import it in the production environment.
Managed is a way to protect your IP (Intellectual Property) with an easy concept of install and uninstall.
Step 3: Select the solution that has BusinessRule1, navigate to the appropriate entity, and delete the rule.
Reference:
https://www.inogic.com/blog/2016/01/solution-management-with-dynamics-crm-2016/


質問 # 47
Total Billed customer プラグインを使用してパフォーマンスの問題を解決する必要があります。
どの順序でアクションを実行する必要がありますか? 回答するには、すべてのアクションをアクションのリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Scenario: User1 reports that performance is slow when viewing total billed customer time.
A plug-in for Dynamics 365 Sales automatically calculates the total billed time from all activities on a particular customer account, including sales representatives' visits, phone calls, email correspondence, and repair time compared with hours spent.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/register-deploy-plug


質問 # 48
配送サービスは、キャンバス アプリを使用して荷物を追跡し、配送します。アプリは SQL Server をデータ ストアとして使用します。データベースには次のテーブルが含まれています。

アプリには、必要な情報をすべて保存するための次のコードが含まれています。(行番号は参考のためにのみ記載されています。)

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect


質問 # 49
アプリのコネクタを選択する必要があります。
どのタイプのコネクタを使用する必要がありますか? 回答するには、適切なコネクタを正しい要件にドラッグします。各コネクタは、1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Create a custom connector
A custom connector is a wrapper around a REST API (Logic Apps also supports SOAP APIs) that allows Logic Apps, Power Automate, or Power Apps to communicate with that REST or SOAP API.
Box 2: Use an AppSource connector
You can only retrieve the Customer, UnifiedActivity, and Segments entities through the Power Apps connector. Other entities are shown because the underlying connector supports them through triggers in Power Automate.
Scenario: Customer information is stored in the Accounts entity.
Box 3: Use a native application function
You must produce a report that details the number of registrations for a day and send the report as a PDF to the management team.
Reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/
https://docs.microsoft.com/en-us/dynamics365/customer-insights/audience-insights/export-power-apps


質問 # 50
組織の見積依頼プロセスのビジネス プロセス フローを作成しています。
ビジネス プロセス フローが企業の要件を満たしていることを確認する必要があります。
どのコンポーネントを使用する必要がありますか? 回答するには、適切なコンポーネントを正しい要件にドラッグします。各コンポーネントは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間の分割バーをドラッグしてスクロールする必要がある場合があります。回答エリアで適切な選択肢を選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Step
Each step represents a field where data can be entered.
Stages tell you where you are in the process, while steps are action items that lead to a desired outcome.
Box 2: Branching condition
You can enhance a business process flow with branching. If you have the create permissions on business process flows, you'll be able create business process flow with multiple branches by using the If-Else logic.
Box 3: Stage
Each stage contains a group of steps.
Reference:
https://docs.microsoft.com/en-us/power-automate/business-process-flows-overview
https://docs.microsoft.com/en-us/power-automate/enhance-business-process-flows-branching


質問 # 51
バックグラウンドチェックAPIに接続する必要があります。
どのメカニズムを使用する必要がありますか?

  • A. プラグイン
  • B. カスタムコネクタを使用したフロー
  • C. Azure関数
  • D. JavaScript

正解:C


質問 # 52
ある会社は Dynamics 365 Sales を使用しています。
キャンバス アプリで電子メール アクティビティの顧客検索を構成する必要があります。
式をどのように完成させるべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation
Box 1: IsBlank
The IsBlank function tests for a blank value or an empty string. The test includes empty strings to ease app creation since some data sources and controls use an empty string when there is no value present.
Box 2: IsType
The IsType function tests whether a record reference refers to a specific table type.
Box 3: AsType
The AsType function treats a record reference as a specific table type, sometimes referred to as casting. You can use the result as if it were a record of the table and again use the Record.Field notation to access all of the fields of that record. An error occurs if the reference isn't of the specific type.
Box 4: AsType
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-isblank-isempty
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-astype-istype
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-astype-istype


質問 # 53
Power Apps ポータルにカスタム ビジネス ロジックを実装しています。
動的コンテンツを表示するには、Liquid テンプレートを使用する必要があります。
Liquid コードを含めることができる 3 つのエンティティはどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Web テンプレート
  • B. コンテンツ スニペット
  • C. ページテンプレート
  • D. ポータル設定
  • E. Webページ

正解:A、C、E

解説:
Explanation
Liquid is an open-source template language integrated into portals. It can be used to add dynamic content to pages, and to create a wide variety of custom templates. Using Liquid, you can:
Add dynamic content directly to the Copy field of a webpage or the content of a content snippet.
Store source content by using web templates, entirely through configuration within Power Apps, for use throughout the Power Apps portals content management system.
Render a website header and primary navigation bar, entirely through configuration within Power Apps.
Note: page is one of the available liquid objects.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/liquid-overview
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/liquid-objects#page


質問 # 54
企業は、Dynamics 365 Sales 内のエンティティの関係を示す必要があります。
このグラフィックを表示するには、適切なツールを選択する必要があります。
どのツールを選択すればよいでしょうか?

  • A. セキュリティモデル
  • B. セールスインサイト
  • C. パワーオートメーション
  • D. メタデータ図

正解:D

解説:
Explanation
Visual representation of metadata can be useful, especially when you are trying to describe the relationship between entities in the system. You can use the Metadata Diagram sample code provided for Dynamics 365 Customer Engagement (on-premises) to generate the entity relationship diagrams.
You can create a diagram that shows a relationship for just one entity, or a complex diagram that includes dozens of related entities, including custom and system entities.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-metadata-genera


質問 # 55
視覚化コンポーネントを選択する必要があります。
何を使えばいいのでしょうか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Flip switch
The Field Type to use Flip Switch would be 'Two options'.
If you go by UI perspective, Flip switch control- Yes/No (Boolean) options would give the nice field look in the web, mobile app and Tablet. Instead of using check boxes and radio buttons, this control adds a visual effect like the On/Off switch way.
Box 2: Linear gauge

Box 3: Option Set
Option sets are the ideal choice for offering users a list of defined options for a field selection.
Reference:
https://www.inogic.com/blog/2018/04/controls-in-dynamics-365-for-mobile-app-flip-switch/
https://community.dynamics.com/365/sales/b/crminogic/posts/new-controls-for-phones-and-tablets-in-dynamics-


質問 # 56
Power Apps コンポーネント フレームワーク (PCF) コントロールを完了する必要があります。
マニフェストで順序をどのように定義すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation

The order property specifies the order of a flexible item relative to the rest of the flexible items inside the same container.
Reference:
https://www.w3schools.com/jsref/prop_style_order.asp


質問 # 57
Adventure Works Cycle が自転車フェアへの訪問者からの情報を追跡できるようにする必要があります。
何を作成する必要がありますか?

  • A. SharePoint で新しい顧客レコードを生成する Microsoft フロー
  • B. 能力リード向けの Dynamics 365 Sales Engagement のワークフロー
  • C. バイク フェア Power Apps と接続して Dynamic 365 Sales でリードを創出するフロー
  • D. SharePoint の自転車フェア Power Apps から顧客データを取得し、Microsoft Teams でリードを作成するフロー。

正解:C

解説:
Explanation
By using a Dynamics 365 connector, you can create flows that initiate when an event occurs in Dynamics 365, or some other service, which then performs an action in Dynamics 365, or some other service.
Reference:
https://docs.microsoft.com/en-us/power-automate/connection-dynamics365
Topic 1, Adventure Works
Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background
Current environment
Adventure Works Cycles wants to replace their paper-based bicycle manufacturing business with an efficient paperless solution. The company has one manufacturing plant in Seattle that produces bicycle parts, assembles bicycles, and distributes finished bicycles to the Pacific Northwest.
Adventure Works Cycles has a retail location that performs bicycle repair and warranty repair work. The company has six maintenance vans that repair bicycles at various events and residences.
Adventure Works Cycles recently deployed Dynamics 365 Finance and Dynamics 365 Manufacturing in a Microsoft-hosted environment for financials and manufacturing. The company plans to leverage the Microsoft Power Platform to migrate all of their distribution and retail workloads to Dynamics 365 Unified Operations.
The customer uses Dynamics 365 Sales. Dynamics 365 Customer Service and Dynamics 365 Field Service.
Retail store information
Adventure Works Cycle has one legal entity, four warehouses, and six field service technicians.
Warehouse counting is performed manually by using a counting journal. All warehouse boxes and items are barcoded.
The Adventure Works Cycles retail location performs bicycle inspections and performance tune-ups.
Technicians use paper forms to document the bicycle inspection performed before a tune-up and any additional work performed on the bicycle.
Adventure Works Cycles uses a Power Apps app for local bike fairs to attract new customers.
A canvas app is being developed to capture customer information when customers check in at the retail location. The app has the following features:
Customer selects yes or no if they are on the mailing list.
Customer selects the amount of times they have visited the store.
Customer selects the type of service needed.
The search result returns all last name records that match the search term.
Technology
Requirements
A plug-in for Dynamics 365 Sales automatically calculated the total billed time from all activities on a particular customer account, including sales representative visits, phone calls, email correspondence, and repair time compared with hours spent.
A shipping API displays shipping rates and tracking information on sales orders. The contract allows for
3,000 calls per month.
Ecommerce orders are processed in batch daily by using a manual import of sales orders in Dynamics
365 Finance.
Microsoft Teams is used for all collaboration.
All testing and problem diagnostics are performed in a copy of the production environment.
Customer satisfaction surveys are recorded with Microsoft Forms Pro. Survey replies from customers are sent to a generic mailbox.
Automation
A text message must be automatically sent to a customer to confirm an appointment and to notify when a technician is on route that includes their location.
Ecommerce sales orders must be integrated into Dynamics 365 Finance and then exported to Azure every night.
A text alert must be sent to employees scheduled to assist in the repair area of the retail store if the number of repair check-ins exceeds eight.
Submitted customer surveys must generate an email to the correct department. Approval and follow-up must occur within a week.
Reporting
The warehouse manager's dashboard must contain warehouse counting variance information.
A warehouse manager needs to quickly view warehouse KPIs by using a mobile device.
Power BI must be used for reporting across the organization.
User experience
Warehouse counting must be performed by using a mobile app that scans barcodes on boxes.
All customer repairs must be tracked in the system no matter where they occur.
Qualified leads must be collected from local bike fairs.
Issues
Warehouse counting must be performed by using a mobile app that scans barcodes on boxes.
All customer repairs must be tracked in the system no matter where they occur.
Qualified leads must be collected from local bike fairs.
Internal
User1 reports receives an intermittent plug-in error when viewing the total bill customer time.
User2 reports that Azure consumption for API calls has increased significantly to 100 calls per minute in the last month.
User2 reports that sales orders have increased.
User5 receives the error message: 'Endpoint unavailable' during a test of the technician dispatch ISV solution.
The parts department manager who is the approver for the department is currently on sabbatical.
External
CustomerB reports that the check-in app returned only one search result for their last name, which is not the correct name.
Nine customers arrive in the repair area of the retail store, but no texts were sent to scheduled employees.
Customers report that the response time from the information email listed on the Adventure Works Cycles website is greater than five days.
CustomerC requested additional information from the parts department through the customer survey and has not received a response one week later.


質問 # 58
あなたは、営業チームが連絡先の詳細を Common Data Service (CDS) データベースに記録するためのアプリを開発しています。
アプリはネットワークの切断を処理し、再接続時にデータを CDS に保存する必要があります。
アプリのメイン画面には、連絡先データを収集するためのフォームとボタンがあります。ボタンの OnSelect プロパティには次の式があります。

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

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


質問 # 59
......

PL-400日本語問題集PDFで最速合格希望PL-400日本語:https://www.goshiken.com/Microsoft/PL-400J-mondaishu.html