2023年06月04日更新されたPL-100日本語トレーニング最新認定問題をゲットMicrosoft Certified: Power Platform App Maker Associate合格目指せ [Q70-Q94]

Share

2023年06月04日更新されたPL-100日本語トレーニング最新認定問題をゲットMicrosoft Certified: Power Platform App Maker Associate合格目指せ

認定トレーニングPL-100日本語試験問題集でテストエンジン

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

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: List box
A List Box control always shows all available choices (unlike a Drop down control) and in which the user can choose more than one item at a time (unlike a Radio control).
Box 2: Combo box
A Combo box control allows you to search for items you will select. The search is performed server-side on the SearchField property so performance is not affected by large data sources.
Single or multi-select mode is configured via the SelectMultiple property.
When searching for items to select, for each item you can choose to show a single data value, two values, or a picture and two values (Person) by modifying the Layout settings in the Data pane.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-list-box
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-combo-box


質問 # 71
時間を監視するキャンバス アプリを開発しています。このアプリには、TIC1 という名前のテキスト入力コントロールと TIM1 という名前のタイマー コントロールが含まれています。
TIM1 をデフォルト値に設定する必要があります。
あなたは何をするべきか?

  • A. TIC1 の Text プロパティを TIM1 の OnSelect プロパティに割り当てます。
  • B. TIC1 の OnChange プロパティに、Timer コントロールの Duration プロパティの値を TIC1 の Text プロパティに代入するコードを記述します。TIC1 の OnChange プロパティで、値を TIM1 の Duration プロパティに割り当てます。
  • C. TIC1 の OnChange プロパティで、TIC1 の Text プロパティの値を、継続時間の値を格納するコンテキスト変数に設定します。変数の値を TIM1 の OnTimerStart プロパティに割り当てます。
  • D. TIC1 の Text プロパティを TIM1 の Duration プロパティに割り当てます。

正解:B

解説:
Explanation
The OnTimerStart, OnTimerEnd and OnSelect are the configurations where you can add your code.
Reference:
https://sharepains.com/2019/08/22/all-about-timers-in-powerapps/


質問 # 72
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
製造会社向けのキャンバスアプリを作成します。同社は多くのベンダーから部品や材料を受け取っています。梱包票から情報を収集するためのフォームを作成します。
受信者は、アプリに手動でデータを入力する代わりに、資料を受け取るために梱包票の写真を撮ることができなければなりません。
ユーザーが梱包票情報をスキャンしてフォームに入れることができるようにする必要があります。
提案された解決策:テキスト認識モデルを使用します。
ソリューションは目標を達成していますか?

  • A. はい
  • B. いいえ

正解:A

解説:
Create a canvas app and add the text recognizer AI Builder component to your screen. This component takes a photo or loads an image from the local device, and then processes it to detect and extract text based on the text recognition prebuilt model. If it detects text in the image, the component outputs the text and identifies the instances by showing a rectangle for each instance in the image.
Reference:
https://docs.microsoft.com/en-us/ai-builder/prebuilt-text-recognizer-component-in-powerapps


質問 # 73
ある会社には500の製品があります。各製品は製品IDによって参照されます。各製品は、8つの製品カテゴリのいずれかに属します。
新製品のリクエストを管理するためのアプリを作成しています。
製品カテゴリは変更されません。カテゴリは、個別のテーブルではなく、列自体で定義されます。データは、スペルミスを許容しない方法で構造化する必要があります。
MicrosoftDataverseでは2つの新しいテーブルのみを作成する必要があります。
製品:要求できる製品を保持します。
リクエスト:製品IDと数量のリクエストを保持します。製品は製品カテゴリでフィルタリングされます。
Dataverseでテーブル列を作成するときに使用するデータ型を特定する必要があります。
どのデータ型を使用する必要がありますか?答えるには、適切なデータ型を正しい要件にドラッグします。各データ型は、1回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation
Box 1: Text
Text columns can contain text characters. This column type has several format options that will change the presentation of the text.
Box 2: Lookup
When you create a new lookup column you are creating a new Many-to-One (N:1) table relationship between the table you're working with and the Target Row Type defined for the lookup.
Box 3: Choice
You can customize forms (main, quick create, and quick view) and email templates by adding multi-select columns that are called Choices. When you add a choices column, you can specify multiple values that will be available for users to select. When users fill out the form, they can select one, multiple, or all the values displayed in a drop-down list.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields


質問 # 74
ソリューションの機能を実装する必要があります。
各機能にどのPowerPlatformコンポーネントを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:


質問 # 75
製品とその色のリストを保存する必要があります。次の要素を含むPowerAppsアプリがあります。
製品名のテキストボックス
製品の色のドロップダウンリスト
リストに製品を追加するためのボタン
リストへの製品の追加が成功したかどうかを示すステータスメッセージボタンは次の式を使用します。

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

正解:

解説:

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


質問 # 76
郵便サービスは、Microsoftデータベースに基づくシステムを使用してパッケージの配送を管理します。
配達サービスを改善するために、管理者は配達スタッフが個人の携帯電話を使用して各配達の場所と正確な時刻を伝えることを要求します。
ソリューションを設計する必要があります。
あなたは何をするべきか?

  • A. 配達時間と場所を送信するUlフローを作成します
  • B. 配達時間と場所のユーザー入力でボタンフローを作成します
  • C. 完全なアドレスとタイムスタンプのトリガートークンを使用してボタンフローを作成します
  • D. 完全な住所と日付のトリガートークンを使用してボタンフローを作成します

正解:C

解説:
Explanation
Button trigger tokens are data points that are known and available to the device on which a button flow is running. These tokens change based on factors such as the current time or the geographic location of the device at a given moment.
Note: For example, if you are running a button flow on a smart phone, it is likely that the phone knows the time at your current location as well as the date and your current address. In this context, the time, date and address where the phone is located are all determined at the time the button flow runs. They are automatically available for use in any button flows that are executed on the device. You can use these trigger tokens to build useful flows that will minimize repetitive tasks such as providing your location to someone or tracking how much time you spent on a particular job/service call.
Reference:
https://docs.microsoft.com/en-us/power-automate/introduction-to-button-trigger-tokens


質問 # 77
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
Common DataServiceデータベースを使用するモデル駆動型アプリを開発しています。アプリユーザーには、さまざまなセキュリティの役割があります。
開発とテストは、本番データを使用して実行する必要があります
NS。各テスト段階で複数のテスターを使用する必要があります。
開発とテストのために、新しい環境をプロビジョニングして構成する必要があります。
解決:
D1という名前の開発者環境とS1という名前のサンドボックス環境をプロビジョニングします。
実稼働環境をD1とS1の両方にコピーします。
開発にはD1を使用し、テストにはS1を使用します。
ソリューションは目標を達成していますか?

  • A. はい
  • B. いいえ

正解:B

解説:
Explanation
Production: This is intended to be used for permanent work in an organization.
Do not use production environment for testing.
Note: Instead use two sandboxed environments: one for development and one for testing.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/environments-overview


質問 # 78
衣料品の小売業者は、MicrosoftTeamsでPowerVirtualAgentsチャットボットを作成しています。チャットボットは、Microsoft Dataverse for Teamsを使用して、店舗ごとの売上指標を提供します。
ユーザーは、チャットボットにズボンのすべての売り上げを確認するように依頼できるようにしたいと考えています。
ユーザーがジーンズ、スラックス、またはズボンという用語を入力した場合でも、パンツの販売データを提供するようにチャットボットを構成する必要があります。
どのチャットボットコンポーネントを使用する必要がありますか?

  • A. テーブル
  • B. エンティティ
  • C. サポートされている言語
  • D. トピック
  • E. スキル

正解:B

解説:
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling


質問 # 79
あなたは法務サービス組織の技術アシスタントです。同社はSharePointを使用してドキュメントを管理し、MicrosoftDataverseをデータストアとして使用しています。会社には、アクセス、許可、およびプライバシーに関して厳格な規則があります。
弁護士とパラリーガルは、コミュニケーションとコラボレーションにMicrosoftTeamsを使用しています。従業員は個人のデバイスを使用して合法的なファイルにアクセスします。 Microsoft PowerPlatformの管理領域にアクセスできません。
これらのルールが一貫して遵守され、1か所で管理されていることを確認する必要があります。
どのタイプのアプリを作成する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: Model-driven app in Microsoft Teams
A user's ability to see and use apps is controlled by sharing the application with the user. Sharing of canvas apps is done directly with a user or Azure AD group but is still subject to Dataverse security roles. Sharing of model-driven apps is done via Dataverse security roles.
Box 2: Sharepoint Calendar
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/database-security


質問 # 80
次のリソースを使用するキャンバス アプリを作成します。
* Power Automate クラウド フロー
* カスタム コネクタ
* Microsoft データバースのカスタマイズ
* 繋がり
アプリを別の環境に移動するには、アプリをパッケージとしてエクスポートする必要があります。アプリと共にエクスポートされるリソースの種類はどれですか?

  • A. カスタム コネクタ
  • B. Power Automate クラウド フロー
  • C. 接続
  • D. Microsoft Dataverse のカスタマイズ

正解:B


質問 # 81
コードを使用せずにモデル駆動型アプリを作成する必要があります。
どのツールを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-views-app-designer
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-site-map-app


質問 # 82
既存のPowerApps環境があります。
環境用のCommonDataServiceデータベースを作成する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Step 1: Select an existing environment
Add a database in the admin center:
1. In the admin center, in the left navigation pane, select Environments.
2. Select the environment to which you want to add the database.
Step 2: Select Create my database
3. Select + Add database
Step 3: Configure currency and language settings
4. Enter the following, and then select Add.

Reference:
https://docs.microsoft.com/en-us/power-platform/admin/create-database


質問 # 83
あなたはアプリメーカーです。
デフォルトのソリューションの一部として、アプリを作成し、カスタマイズを追跡したいと考えています。
デフォルトのソリューションで作業を実行した場合の影響を判断する必要があります。
あなたは何を結論づけるべきですか?

  • A. デフォルトのソリューションをエクスポートして別の環境に配布することはできません。
  • B. デフォルトソリューションの一部としてコンポーネントを作成するときに使用されるプレフィックスは、特定の値に設定できます。
  • C. デフォルトのソリューションには、環境内のすべてのソリューションのすべてのコンポーネントとカスタマイズが含まれているわけではありません。

正解:A

解説:
Explanation
Default Solution. This is a special solution that contains all components in the system. The default solution is useful for discovering all the components and configurations in your system.
Why you shouldn't use the default solutions to manage customizations
There are a few reasons why you shouldn't create apps and make customizations in either of the default solutions:
* The default solution can't be exported; therefore, you can't distribute the default solution to another environment.
The default solution contains all components and customizations from all solutions in the environment.
By default, all enabled users can create apps and customize components in the Common Data Services Default Solution.
It's difficult to locate or identify the customizations you've made in the environment by using either default solution.
When you use either default solution to create components, you'll also use the default publisher assigned to the solution. This often results in the wrong publisher prefix being applied to some components.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/use-solutions-for-your-customizations


質問 # 84
企業は、すべてのアクセシビリティ、コンプライアンス、およびセキュリティ監査にMicrosoftプラットフォームを使用しています。
会社の監査およびコンプライアンス部門は、アクセシビリティの問題のために、新しく作成されたPowerAppsキャンバスアプリにフラグを立てます。アプリは、Microsoftのアクセシビリティ要件と推奨事項に準拠するまで非公開にする必要があります。
ソリューションのアクセシビリティの問題をすべて特定する必要があります。
何を使うべきですか?

  • A. マイクロソフトコンプライアンスセンター
  • B. Microsoft Visual Studio
  • C. マイクロソフトアクセシビリティガイド
  • D. Power Apps Studio
  • E. マイクロソフトアクセシビリティ適合性レポート

正解:D

解説:
Explanation
* Find accessibility issues
* In the upper-right corner of Power Apps Studio, select the icon for the App checker.
* App checker icon.
* In the menu that appears, select Accessibility.
* A list of issues appears, sorted first by severity and then by screen.
* Select the arrow next to an item to show details about it.
* Accessibility checker details.
* Select the back arrow to return to the list of items.
* If you decide to address an issue, select it to open the affected property.
* After you change one or more properties, select Re-check to update the list of issues.
Resolved items disappear from the list, and new items may appear.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker
https://support.microsoft.com/en-us/accessibility/enterprise-answer-desk


質問 # 85
会社用のモデル駆動型アプリを作成します。アプリは、同社が主催するイベントを管理するために使用されます。
Events エンティティの所有権の種類は、ユーザーまたはチームに設定されています。マーケティング チームのメンバーには、MarketingTeam セキュリティ ロールが割り当てられます。ロールのすべての特権は、ユーザー アクセスに設定されます。
すべての従業員がイベント レコードを表示できる必要があります。イベント レコードの作成または編集が許可されているのは、マーケティング チームのメンバーのみです。You need to configure the MarketingTeam and OtherEmployees security role. という名前のロールを作成します。
どの 3 つのアクションを実行する必要がありますか? それぞれの正しい選択は、ソリューションの一部を示しています。
注: それぞれの正しい選択は 1 ポイントの価値があります。

  • A. MarketingTeam セキュリティ ロールのアクセス レベルを、Create and White 権限に設定します。
  • B. MarketingTeam セキュリティ ロールのアクセス レベルを読み取りアクセス許可に設定します。
  • C. OtherEmployees セキュリティ ロールのアクセス レベルを、読み取りアクセス許可の [選択なし] に設定します。
  • D. MarketingTeam セキュリティ ロールのアクセス レベルを読み取りアクセス許可に設定します。
  • E. OtherEmployees セキュリティ ロールのアクセス レベルを読み取りアクセス許可に設定します。
  • F. OtherEmployees セキュリティ ロールのアクセス レベルを、作成および書き込みアクセス許可に対して [未選択] に設定します。

正解:A、D、E


質問 # 86
会社には、卸売と小売の部門があります。
製造元は、ユーザーがMicrosoft SQLServerデータベースのデータを表示できるように単一のPowerBIレポートを作成したいと考えています。
各ユーザーに、ユーザーが割り当てられているチームのデータのみが表示されるようにする必要があります。
レポートをどのように保護する必要がありますか?
答えるには、適切なオプションを正しいアクションにドラッグします。各オプションは、1回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-rls


質問 # 87
Common DataServiceを使用するPowerPlatformソリューションがあります。
フィールドレベルのセキュリティをサポートするすべてのフィールドを保護する必要があります。
どのフィールドを確保できますか?

  • A. cr7b_accountid
  • B. accountid
  • C. owninguser
  • D. createdon

正解:A

解説:
Which fields can be secured?
Although most attributes can be secured, there are system attributes, such as IDs, timestamps, and record tracking attributes, that can't. Below are a few examples of attributes that can't be enabled for field security.
ownerid, processid, stageid, accountid, contactid
createdby, modifiedby, OwningTeam, OwningUser
createdon, EntityImage_Timestamp, modifiedon, OnHoldTime, overriddencreatedon statecode, statuscode Reference:
https://docs.microsoft.com/en-us/power-platform/admin/field-level-security


質問 # 88
注: この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、指定された目標を達成できる独自のソリューションが含まれています。問題セットには、複数の正解があるものもあれば、正解がないものもあります。
このセクションの質問に回答すると、その質問に戻ることはできなくなります。そのため、これらの質問はレビュー画面に表示されません。
アカウントのリストを表示するキャンバス アプリを作成しています。
ユーザーは、アカウントを選択し、アカウントの詳細を表示できる必要があります。アプリには、ユーザーをアカウントのリストに戻す機能が含まれている必要があります。
Screen_Accounts という名前の空白の画面を追加し、Gallery_Accounts という名前のギャラリーを画面に追加します。Gallery_Accounts のデータ ソースを Accounts に設定し、Screen_AccountDetail という名前の別の空白の画面を追加します。
アプリを完了する必要があります。
解決:
Screen_AccountDetail に表示フォームを追加します。
Gallery_Accounts の OnSelect プロパティを Navigate(Screen_AccountDetail) に設定します。
フォームのデータ ソースを Accounts に設定します。
フォームの Item プロパティを Selected に設定します。
Screen_AccountDetail に戻るアイコンを追加し、その OnSelect プロパティを Navigate(Screen_Accounts) に設定します。
ソリューションは目標を満たしていますか?

  • A. はい
  • B. いいえ

正解:A

解説:
If you add a Display form control, the user can display all fields of a record or only the fields that you specify.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-form-detail


質問 # 89
アプリがUser2とUser3のニーズをサポートし、本番環境のデプロイ要件を満たしていることを確認する必要があります。
どのツールを使用する必要がありますか?回答するには、回答領域で適切なツールを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/use-powerapps-checker


質問 # 90
サービス会社のキャンバスアプリを作成します。
ツリービューを使用して、ViewServices画面に移動します。画面には、Labelコントロールのみを含むDetailForm1という名前のフォームが含まれています。以下に示すように、ViewServices画面のヘッダーにPeopleアイコンを追加します。

アイコンを選択すると、新しいアクティビティフォームが開きます。新しいアクティビティフォームの[名前]フィールドの値を、DetailForm1の名前フィールドの値に設定する必要があります。
ドロップダウンメニューを使用して、図に示されている情報に基づいて各質問に回答する回答の選択肢を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

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


質問 # 91
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
会社は、4つの大陸にまたがる複数の国と地域に拠点を置いています。
会社は、各注文の合計金額を、顧客がいる国/地域の現地通貨で保管します。会社は、該当する為替レートをカスタム米ドル(USD)の為替レートテーブルに保存します。
国/地域ごとの注文の合計金額を米ドルで表示する視覚化を作成する必要があります。
提案されたソリューション:国/地域ごとの注文の合計金額を集計するモデル駆動型チャートを国/地域テーブルに作成します。
ソリューションは目標を達成していますか?

  • A. はい
  • B. いいえ

正解:B

解説:
Instead use a calculated field.
Need to calculate the exchange rate in USD.
Calculated columns are calculated in real-time when they are retrieved.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes


質問 # 92
顧客要求番号の問題を解決するには、エンティティ フォームを変更する必要があります。
あなたは何をするべきか?

  • A. 計算フィールドを使用する
  • B. 顧客要求番号フィールドのデータ型を自動採番に変更します
  • C. 顧客要求番号フィールドのデータ型を

正解:B

解説:
Explanation
Scenario: Users report that the customer request number is difficult to interpret. They request that you change the number to a system generated sequential number.
Autonumber columns are columns that automatically generate alphanumeric strings whenever they are created.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/autonumber-fields


質問 # 93
会社は Microsoft Power Platform を使用しています。コンポーネントを使用してソリューションを作成する 運用環境にソリューションを展開する ユーザーがプロセスに関する問題を報告する 最後にインポートされたソリューションを開きます。問題をトラブルシューティングする必要があります。あなたは何を見るべきですか?

  • A. 解決状況の概要
  • B. ソリューションのクラシック ビュー
  • C. 歴史
  • D. ソリューションの依存関係

正解:C


質問 # 94
......

合格を確定するガイドでPL-100日本語試験準備しよう:https://jp.fast2test.com/PL-100J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어