PL-100 試験問題 71

You are creating a Power Automate flow.
You have an array that contains items with different color attributes. You plan to filter the array by using the following filter expression within the flow:
@or(equals(item()?['color'], 'red'),contains(item()?['color'],'blue'))
The filter returns results only when the expression resolves to true.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

PL-100 試験問題 72

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.
You build a canvas app for a manufacturing company. The company receives parts and materials from many vendors. You create a form to collect information from packing slips.
Receivers must be able to take a picture of packing slips to receive materials instead of manually entering data in the app.
You need to ensure that users can scan packing slip information into the form.
Proposed solution: Use a Key Phrase Extraction model.
Does the solution meet the goal?
  • PL-100 試験問題 73

    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.
    You are creating a canvas app.
    You need to automatically detect bicycles in pictures taken with the camera.
    Proposed solution:
    Create an Object Detection custom model in AI Builder.
    Train the model with pictures of bicycles and then publish the trained model.
    Add the Object Detector control to your canvas app.
    Does the solution meet the goal?
  • PL-100 試験問題 74

    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: Add Power Apps to Power BI using Power Apps for Power BI visualization.
    Does the solution meet the goal?
  • PL-100 試験問題 75

    注: この質問は、同じシナリオを提示する一連の質問の一部です。一連の質問にはそれぞれ、定められた目標を満たす独自の解決策が含まれています。質問セットによっては、正しい解決策が複数ある場合もあれば、正しい解決策がない場合もあります。
    このセクションで質問に答えた後は、そのセクションに戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
    Common Data Service データベースを使用するモデル駆動型アプリを開発しています。アプリのユーザーには、さまざまなセキュリティ ロールが与えられます。
    開発とテストは実稼働データを使用して実行する必要がある
    a. 各テスト段階で複数のテスターを使用する必要があります。
    開発とテストのために新しい環境をプロビジョニングして構成する必要があります。
    解決:
    S1 および S2 という名前のサンドボックス環境をプロビジョニングします。
    実稼働環境を S1 と S2 の両方にコピーします。
    開発には S1 を使用し、テストには S2 を使用します。
    ソリューションは目標を満たしていますか?