2024年最新の実際に出るPL-500日本語問題集には試験のコツがあるPDF試験材料
心強いPL-500日本語PDF問題集はPL-500日本語問題
質問 # 53
SMSApp データ入力の問題の原因を特定する必要があります。根本的な原因は何ですか?
- A. Power Automate 管理コネクタはビジネス カテゴリに割り当てられます。
- B. デスクトップ フロー コネクタを含む DLP ポリシーが削除されました。
- C. デフォルトのポリシーグループは「ブロック」に設定されています。
- D. デスクトップ フローが財務担当者と共有されていませんでした。
正解:A
解説:
According to the scenario, the SMSApp data entry issue occurred after a DLP policy change that excluded the development environment from its scope. This means that any desktop flow that uses connectors in the development environment will be blocked by the DLP policy1. Therefore, the root cause of the issue is option D.
質問 # 54
あなたは会社の自動化を作成しています。Microsoft Dataverse テーブルに新しいレコードが作成されると、オートメーションによって同じデータがエンタープライズ リソース プランニング (ERP) システムに追加される必要があります。ERP システムには API がありません。
自動化ソリューションを作成する必要があります。
何を使えばいいのでしょうか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
質問 # 55
発注書数量フローの権限を構成する必要があります。どの権限を割り当てるべきですか?
- A. 共同所有者
- B. 実行専用ユーザー
- C. ユーザー
- D. オーナー
正解:B
解説:
To configure permissions for the Purchase order quantity flow, you should assign the run-only user permission to the finance clerk. This will allow them to run the flow without being able to edit or share it1. The other permissions are not suitable for this scenario because:
* Co-owner permission would give the finance clerk full access to edit, share, and delete the flow, which is not necessary or desirable1.
* Owner permission would transfer the ownership of the flow to the finance clerk, which would remove your access and control over it1.
* User permission would not allow the finance clerk to run the flow at all, only to view it1.
Topic 1, Contoso Pharmaceuticals
Background
Contoso Pharmaceuticals distributes specialty pharmaceuticals, ingredients, and raw materials throughout North America. The company has 33 offices and 12 warehouses across the US, Mexico, and Canada. As their customers' needs grow in sophistication, Contoso wants to delight customers with breakthrough products, exceptional service, and on-time delivery of materials. They want to automate time consuming and manual processes that are prone to error. Contoso wants to consolidate and automate ordering and fulfillment processes.
* The company has a fleet of 500 delivery trucks. The company has 150 drivers and uses third-party contractors to deliver goods.
* The company has 400 warehouse workers and 30 finance clerks.
* Contoso has 85 sales representatives and 50 customer service representatives. Sales representatives spend most of their time on the road visiting customers or prospects.
* The IT department consists of four system administrators and six system analysts.
Current environment
Overview
Contoso Pharmaceuticals has a custom enterprise resource management (ERP) system. It is difficult to integrate other applications and services with the system. Office staff manually key in purchase orders, customer orders, and invoices after they receive a scan or hard copy of an agreement.
Applications
* The company uses a custom supplier management system named SMSApps that runs on each user's workstation. The system is costly to run and maintain. SMSApp does not have an API.
* Sales representatives manage customer requests by using Dynamics 365 Sales.
* Contoso has Microsoft Power Platform development, user acceptance testing (UAT), and production environments.
* Administrators create one Accounts Payable (AP) mailbox for each environment to support testing.
* The use of a DLP policy and Desktop Flow development is specified as part of the automation requirements.
Business process
1. Sales representatives create quotes by using a Microsoft Word document template. The template allows representatives to include product quantity, and cost estimation details that will be needed to fulfil an order.
The representative converts quotes to a PDF file and emails the file to the customer for approval.
2. The sales representative alerts the finance team about the new order and emails the finance team a copy of the quote for processing.
3. The finance team prints the quote and manually creates a purchase order (PO) into SMSApp to request materials from a known and trusted vendor.
4. The SMSApp distributes the PO to stakeholders. The system sends a copy to a shared finance team mailbox.
5. Once a PO is fulfilled by a vendor, the system sends an email to the finance mailbox. The finance team releases an order to the warehouse.
6. Materials are shipped from the vendor to one of Contoso's warehouses. Warehouse workers enter key information from the waybill into SMSApp. The materials are unloaded and racked in the warehouse until they are shipped to customers.
7. Upon checking for new daily orders in SMSApp, they see an open order is pending that is awaiting the newly received materials
8. The Warehouse worker loads an order onto a truck for delivery and marks the order as complete in SMSApp.
9. Sales representatives provide fulfillment status and tracking information for orders.
10. A finance clerk prepares an invoice and sends the invoice to the customer by email. The clerk sends a copy of the email to the shared AP mailbox.
11. The AP team monitors the shared mailbox to confirm that the customer has paid the invoice.
Requirements
Functional requirements
* Large volume orders must be processed before other orders.
* Invoices must be cross-checked with received items against packing slip for shipments.
* The finance team must be able to analyze patterns in transactional data to conduct fraud prevention activities.
* You must automate the process of entering data about incoming orders into SMSApp.
* The solution must follow the principle of least privilege.
Purchase Order Quantity flow
* You must create an unmanaged solution to update purchase order details in SMSApp. The flow must use a manual trigger.
* Members of Accounts Payable team will be testers for the solution. They must be able to access the Purchase Order Quantity flow.
Flow for processing invoice data
* You must create a flow to monitor the AP mailbox. When an invoice arrives as an attachment in the inbox, the flow must automatically process the invoice data by using a form processing model. The flow must cross-check the received items against the packing slip.
* You must use different Accounts Payable email addresses for development user acceptance testing (UAT), and production environments.
* You must use an environment variable to represent the Accounts Payable mailbox for the environment in use.
* You must be able to use the environment variable across multiple cloud flows, a custom connector, and a canvas app.
Technical requirements
* Users must only be allowed to connect to and access systems that are required for the employee to perform required job tasks.
* All automation flows must be either co-owned or shared between staff.
* All employees must be able to access the new environment to build personal productivity automations.
* You must distribute the workload for desktop flows to optimize productivity.
Monitor flows
* All data extracted from Invoices should be stored in a custom Dataverse entity. Only employees who are part of Finance role should be able to edit all Invoice data but must be prevented from creating or deleting one.
Issues
Invoice data
All users report that they can see and modify invoice data.
New environment
* The IT department creates a new environment. A user creates a cloud flow named FlowA in the environment that triggers a desktop flow. A user reports that the cloud flow does not trigger the desktop flow to run.
* Microsoft Dataverse is not provisioned in the new environment. You attempt to create a Desktop flow in the default environment but receive a Dataverse error message and cannot proceed.
Data entry automation flow
An administrator runs a new desktop flow in the development environment to automate data entry into SMSApp. The flow automatically reverts to a suspended state.
Order fulfillment flow
You must automate the customer communication process by using an unattended desktop flow. The flow must check the fulfillment status of each active order in SMSApp. If an order is fulfilled, the flow must send the customer an email that includes tracking information for their order.
質問 # 56
テナントの Microsoft Power Platform データ損失防止 (DIP) ポリシーに追加されたパターンの値または動作を特定する必要があります。
何を識別する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
A screenshot of a computer Description automatically generated
質問 # 57
PipelineManager1 が実行できるアクションを特定する必要があります。
PipelineManager1 が実行できる 3 つのアクションはどれですか? それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。
- A. 他の所有者を追加または削除します。
- B. フローを変更または削除します。
- C. クラウド フローの優先度を設定します。
- D. 実行履歴を表示します。
- E. DLP ポリシーをオーバーライドします。
- F. 所有者の接続認証情報を変更します。
正解:A、B、D
解説:
Explanation
According to the scenario, PipelineManager1 is an owner of the RailStatusUpdater cloud flow. As an owner, PipelineManager1 can perform various actions on the flow, such as modifying or deleting it, viewing its run history, and adding or removing other owners. However, PipelineManager1 cannot override the DLP policy, modify the owner's connection credentials, or set the cloud flow priority, as these actions require higher permissions or roles.
質問 # 58
あなたは自動化ソリューションを開発しています。
シナリオごとにソリューション コンポーネントを選択する必要があります。
どのソリューション コンポーネントを使用する必要がありますか? 回答するには、適切なソリューション コンポーネントを正しい要件にドラッグします。各溶液成分は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
質問 # 59
開発者はデスクトップ フローを作成します。
フローをデバッグする必要があります。
どのデバッグ ツールを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
質問 # 60
次のフローを作成します。
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
A picture containing application Description automatically generated
質問 # 61
Microsoft Visio プロセス図を作成する予定です。
図を作成してから、その図を Power Automate フローとしてエクスポートする必要があります。
どの 5 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation
質問 # 62
企業向けに自動化ソリューションを設計する必要があります。
何を実装する必要がありますか? 回答するには、回答領域で適切な構成を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
Graphical user interface, text, application, email Description automatically generated
質問 # 63
あなたはアプリケーションの自動化を開発しています。
従来のデスクトップ アプリケーションおよびブラウザ アプリケーションでアプリケーションを使用する予定です。
要件に基づいて適切なスクリプト言語を選択する必要があります。
どのスクリプト言語アクションを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注意 正しい選択はそれぞれ 1 ポイントの価値があります。
正解:
解説:
Explanation:
質問 # 64
会社のために Power Automate フローを開発するとします。ユーザーがフローを見つけて実行できるように支援する必要があります。ユーザーをどこでフローを見つけられるように誘導すればよいでしょうか? 回答するには 注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
Graphical user interface, text, application, email Description automatically generated
質問 # 65
次のフローを作成します。
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
A picture containing application Description automatically generated
質問 # 66
環境に対してデータ損失防止 (DLP) ポリシーを設定しています。デフォルトのポリシーグループは「非ビジネス」に設定されています。
ポリシーで次のアプリを構成する必要があります。
* AppA はビジネス上の機密データを追跡するために使用されます。
* AppB は 6 か月以内に展開され、公開されたポリシーに自動的に追加される必要があります。
* AppC はカスタム コネクタを使用します。コネクタはテストのために個人データを使用します。テストが完了すると、コネクタはビジネス上の機密データに接続します。
アプリごとに適切なポリシーを選択する必要があります。
各アプリにはどのポリシーを使用する必要がありますか? 回答するには、適切なポリシーを適切なアプリにドラッグします。各アプリは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
質問 # 67
開発者はデスクトップ フローを作成します。
フローをデバッグする必要があります。
どのデバッグ ツールを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
質問 # 68
Microsoft Power Platform ソリューションを作成します。変数を作成してフローの入力値を定義します。ソリューションをマネージドとしてエクスポートし、そのソリューションをユーザー受け入れテスト (UAT) 環境にインポートします。
UAT 環境のフローは、開発 (DEV) 環境の値を引き続き使用します。
問題を解決する必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation:
Graphical user interface, text, application, email Description automatically generated
質問 # 69
ソリューションが正しい買掛金メールボックスを使用していることを確認する必要があります。どの 3 つのアクションを実行する必要がありますか? 解答の各正解部分、注: 正解の選択肢はそれぞれ 1 ポイントの価値があります。
- A. クラウド フローをオフにしてからオンにします。
- B. 環境内の買掛金メールボックスの現在の値を設定します。
- C. クラウド フローとキャンバス アプリに別の環境変数を使用します。
- D. クラウド フローとキャンバス アプリの両方に 1 つの環境変数を使用します。
- E. 環境内の買掛金メールボックスのデフォルト値を設定します。
正解:A、B、D
解説:
To ensure that the solution uses the correct accounts payable mailbox, you need to perform three actions:
* Set the current value for the accounts payable mailbox in the environment. This will update the value of the environment variable that stores the email address of the accounts payable mailbox1.
* Turn off and then turn on the cloud flows. This will refresh the cloud flows and make them use the updated value of the environment variable1.
* Use one environment variable for both the cloud flows and the canvas app. This will ensure consistency and avoid duplication of data across different components of your solution1.
Topic 3, Woodgrove Bank
Woodgrove Bank is a large, member-owned bank in the United States Woodgrove Bank provides financial products with low customer fees and direct customer service.
Woodgrove Bank has 177 branches across the United States with 5,000 branch staff and supervisors serving over 750.000 members The primary languages used by most members include English and Spanish when interacting with customer service representatives. The Woodgrove Bank headquarters is in California and has
450 office workers. The office workers include financial advisors, customer service representatives, finance clerks, and IT personnel.
Bank applications
* An application named Banker Desktop. The branch employees use this desktop app to review business transactions and to perform core banking updates.
* An application named Member Management System. This application is a custom customer relationship management (CRM) that integrates with other systems by using an API interface.
* An application named Fraud Finder. This application is a mission-critical, fraud management application that runs on the employees' desktops. The bank has experienced challenges integrating the application with other systems and is expensive to support,
* SharePoint Online provides an employee intranet as well as a member document management system that includes polices, contracts, statements, and financial planning documents.
* Microsoft Excel is used to perform calculations and run macros. Branch employees may have multiple Microsoft Excel workbooks open on their desktop simultaneously.
Bank devices
* All supervisors are provided with a mobile device that can be used to access company email and respond to approval requests.
* All branch employees and supervisors are provided with a Windows workstation.
New member environment
Woodgrove Bank requires new members to sign up online to start the onboarding process. The bank requires some manual steps to be performed during the onboarding process.
First step:
* Members complete an online Woodgrove Bank document and email the PDF attachment to the bank's shared mailbox for processing.
Second step:
* Members are asked to provide secondary identification to their local branch, such as a utility bill, to validate their physical address.
* Branch staff scan the secondary identification in English or Spanish using optical character recognition (OCR) technology.
Third step:
* A branch supervisor approves the members' application from their mobile device.
* Only supervisors are authorized to complete application approvals. Fourth step:
* Data that is received from applications must be validated to ensure it adheres to the bank's naming standards.
The bank has the following requirements for the members' data:
* New members must be enrolled by using the document automation solution New members must be enrolled by using the document automation.
* Member data is subject to regulatory requirements and should not be used for non-business purposes.
* A desktop workflow is required to retrieve member information from the Member Management System on-demand or by using a cloud flow.
Bank fees
The process for calculating bank fees include:
* using a shared Excel fee workbook with an embedded macro, and
* an attended desktop flow that is required to automate the fee workbook process. The flow should open an Excel workbook and calculate the members' fees based on the number of products.
Fraud detection
The bank has the following requirements to minimize fraud:
* Branch employees must use the Fraud Finder application during onboarding to validate a member's identity with other third-party systems.
* Branch employees must be able to search for a member in the Fraud Finder application by using a member's full name or physical address.
* If fraudulent activity is identified, a notification with member details must be sent to the internal fraud investigation team.
Technical
The bank has the following technical requirements:
Flows
* The Fraud Finder application uses a custom connector with Power Automate to run fraud checks
* The application approval process triggers a cloud flow, then starts an attended desktop flow on the branch employee's workstation and completes the approval.
* The banker desktop flow runs using the default priority.
* An IT administrator is the co-owner of The banker desktop flow.
* The IT department will be installing the required OCR language packs.
* The Extract text with OCR action is used to import the members' secondary identification Member Management System
* A secure Azure function requires a subscription key to retrieve members' information.
* Production flows must connect to the Member Management System with a custom connector. The connector uses the Azure function to perform programmatic retrievals, creates, and updates.
* The host URL has been added to the custom connector as a new pattern.
* A tenant-level Microsoft Power Platform data loss prevention (DIP) policy has been created to manage the production environment
* A developer creates a desktop flow to automate data entry into a test instance of the Member Management System.
* A developer creates an on-demand, attended desktop flow to connect to a data validation site and retrieve the most current information for a member.
Banker desktop application
* A banker desktop flow is required to update the core banking system with other systems.
* When a transaction is complete, the branch employee submits the request by using a submit button.
* After submitting the request, an instant cloud flow calls an unattended desktop flow to complete the core banking update.
* The banker desktop flow must be prioritized for all future transactions.
Deployment & testing
* Development data must be confined to the development environment until the data is ready 1 for user acceptance testing (UAT).
* The production environment in SharePoint Online must connect to the development instance of the Member Management System.
* Developers must be able to deploy software ever/ two weeks during a scheduled maintenance window.
* The banker desktop flow must continue to run during any planned maintenance.
* The fraud custom connector requires a policy operation named EscalateForFraud with a parameter that uses the members' full name in the request.
Scalability
* The bank requires a machine group to distribute the automation workload and to optimize productivity.
* The IT administrator needs to silently register 20 new machines to Power Automate and then add them to the machine group.
Security
* The IT administrator uses a service principal account for machine connection.
* The IT administrator has the Desktop Flow Machine Owner role.
Issues
A branch staff member reports the document automation solution is not processing new members' data and emails are not being sent for approvals.
An IT administrator reports that the banker desktop flow has become unresponsive from data that is queued in another flow.
質問 # 70
運用環境にデータ損失防止 (DLP) ポリシーを実装することを計画しています。
ポリシーを定義する必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
解説:
Explanation:
To create a DLP policy, you need to follow these steps1:
* Name the policy.
* Classify and assign connectors.
* Define the scope and add the environment to the policy. (This step doesn't apply to environment-level policies)
* Review and create the policy.
質問 # 71
......
結果を保証するには最新2024年11月無料:https://jp.fast2test.com/PL-500J-premium-file.html