PL-100日本語 無料問題集「Microsoft Power Platform App Maker (PL-100日本語版)」
ある会社では Power Apps を使用しています。同社は展示会でタブレット端末を活用して製品の改善提案を集めている。
製品改善の提案には、トピックとコメントの 2 つの部分があります。出席者は最大 10 件の提案を入力できます。出席者が提案を入力できるようにするキャンバス アプリを作成します。展示会内のワイヤレス ネットワーク接続は信頼性が低いです。
タブレット デバイスにすべての提案が保存されていることを確認する必要があります。
どのソリューション テクノロジーを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
製品改善の提案には、トピックとコメントの 2 つの部分があります。出席者は最大 10 件の提案を入力できます。出席者が提案を入力できるようにするキャンバス アプリを作成します。展示会内のワイヤレス ネットワーク接続は信頼性が低いです。
タブレット デバイスにすべての提案が保存されていることを確認する必要があります。
どのソリューション テクノロジーを使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
Explanation:
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
ある会社は、求職者のスクリーニングプロセスを合理化するために、Microsoft PowerPlatformコンポーネントを展開しています。
会社の人材(HR)担当者は、学校の就職説明会に出席する予定です。 HR担当者は、資格を取得し、潜在的な求職者をPowerAppsアプリに入力する必要があります。 HR担当者は、候補者ごとに次の情報を入力する必要があります。
候補者が現在職務に就く資格がないが、最終的にフォローアップ基準に基づいて資格を得る場合は、システムでフォローアップチェックボックスをすぐに選択またはオフにする必要があります。
同社は、同じビジネスユースケースを含むが、社内の従業員と昇進のための同様のPowerAppsアプリを作成することを計画しています。
フォローアップの候補を自動的にマークするには、PowerAppsアプリソリューションを作成する必要があります。
提案された解決策:データフローを定義したカスタムアクションを作成します。
ソリューションは目標を達成していますか?
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
ある会社は、求職者のスクリーニングプロセスを合理化するために、Microsoft PowerPlatformコンポーネントを展開しています。
会社の人材(HR)担当者は、学校の就職説明会に出席する予定です。 HR担当者は、資格を取得し、潜在的な求職者をPowerAppsアプリに入力する必要があります。 HR担当者は、候補者ごとに次の情報を入力する必要があります。
候補者が現在職務に就く資格がないが、最終的にフォローアップ基準に基づいて資格を得る場合は、システムでフォローアップチェックボックスをすぐに選択またはオフにする必要があります。
同社は、同じビジネスユースケースを含むが、社内の従業員と昇進のための同様のPowerAppsアプリを作成することを計画しています。
フォローアップの候補を自動的にマークするには、PowerAppsアプリソリューションを作成する必要があります。
提案された解決策:データフローを定義したカスタムアクションを作成します。
ソリューションは目標を達成していますか?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
アカウントのリストを表示するキャンバスアプリを作成しています。
ユーザーはアカウントを選択し、アカウントの詳細を表示できる必要があります。アプリには、ユーザーをアカウントのリストに戻す機能が含まれている必要があります。
Screen_Accountsという名前の空白の画面を追加し、Gallery_Accountsという名前のギャラリーを画面に追加します。 Gallery_AccountsのデータソースをAccountsに設定し、Screen_AccountDetailという名前の別の空白の画面を追加します。
あなたはアプリを完了する必要があります。
解決:
編集フォームをScreen_AccountDetailに追加し、フォームのデフォルトモードを[表示]に設定します。
Gallery_AccountsのOnSelectプロパティをNavigate(Screen_AccountDetail)に設定します。
フォームのデータソースをアカウントに設定します。
フォームのItemプロパティをSelectedに設定します。
Screen_AccountDetailに戻るアイコンを追加し、そのOnSelectプロパティをNavigate(Screen_Accounts)に設定します。
ソリューションは目標を達成していますか?
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
アカウントのリストを表示するキャンバスアプリを作成しています。
ユーザーはアカウントを選択し、アカウントの詳細を表示できる必要があります。アプリには、ユーザーをアカウントのリストに戻す機能が含まれている必要があります。
Screen_Accountsという名前の空白の画面を追加し、Gallery_Accountsという名前のギャラリーを画面に追加します。 Gallery_AccountsのデータソースをAccountsに設定し、Screen_AccountDetailという名前の別の空白の画面を追加します。
あなたはアプリを完了する必要があります。
解決:
編集フォームをScreen_AccountDetailに追加し、フォームのデフォルトモードを[表示]に設定します。
Gallery_AccountsのOnSelectプロパティをNavigate(Screen_AccountDetail)に設定します。
フォームのデータソースをアカウントに設定します。
フォームのItemプロパティをSelectedに設定します。
Screen_AccountDetailに戻るアイコンを追加し、そのOnSelectプロパティをNavigate(Screen_Accounts)に設定します。
ソリューションは目標を達成していますか?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
衣料品の小売業者は、MicrosoftTeamsでPowerVirtualAgentsチャットボットを作成しています。チャットボットは、Microsoft Dataverse for Teamsを使用して、店舗ごとの売上指標を提供します。
ユーザーは、チャットボットにズボンのすべての売り上げを確認するように依頼できるようにしたいと考えています。
ユーザーがジーンズ、スラックス、またはズボンという用語を入力した場合でも、パンツの販売データを提供するようにチャットボットを構成する必要があります。
どのチャットボットコンポーネントを使用する必要がありますか?
ユーザーは、チャットボットにズボンのすべての売り上げを確認するように依頼できるようにしたいと考えています。
ユーザーがジーンズ、スラックス、またはズボンという用語を入力した場合でも、パンツの販売データを提供するようにチャットボットを構成する必要があります。
どのチャットボットコンポーネントを使用する必要がありますか?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
保険ブローカーは、カスタム テーブルを備えた Microsoft Dataverse 環境を使用します。車両保険契約を管理するための Power Apps アプリを作成します。
このアプリには、ユーザーが保険契約者の運転記録を分類できるドロップダウン フィールドがあります。このカテゴリフィールドは必須ではありません。
新しい車両保険を作成するときに、保険代理店が正しいカテゴリを入力していることを確認する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
このアプリには、ユーザーが保険契約者の運転記録を分類できるドロップダウン フィールドがあります。このカテゴリフィールドは必須ではありません。
新しい車両保険を作成するときに、保険代理店が正しいカテゴリを入力していることを確認する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
Explanation:
ある大手建設会社には 120 の部門があります。各部門には Microsoft Teams チャネルがあります。
同社では部門ごとに研修コンテンツを作成している。部門のすべてのトレーニング コンテンツは、その部門のチャネルでホストされます。従業員が関連するトレーニングを見つけられるように、会社用のチャットボットを作成する必要があります。従業員はチャットボットを変更できてはなりません。
チャットボットを作成する必要があります
どの 3 つのアクションを実行する必要がありますか?」* それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。
同社では部門ごとに研修コンテンツを作成している。部門のすべてのトレーニング コンテンツは、その部門のチャネルでホストされます。従業員が関連するトレーニングを見つけられるように、会社用のチャットボットを作成する必要があります。従業員はチャットボットを変更できてはなりません。
チャットボットを作成する必要があります
どの 3 つのアクションを実行する必要がありますか?」* それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:A、B、D
解答を投票する
モバイルアプリを以前のバージョンにロールバックする必要があります。
あなたは何をするべきか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
あなたは何をするべきか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
Explanation:
Box 1: View the sessions details page for the app in Power Apps Studio
Use PowerApps Studio, select the App, and choose and you will be directed to the app's Versions tab in PowerApps portal. There should be one version marked Live.
Box 2: Select Restore on the previous version of the app.
Restore an app from your account
* Open powerapps.com, and then click or tap Apps in the left navigation bar.
* Near the right edge, click or tap the info icon for the app that you want to restore.
* Click or tap the Versions tab, and then click or tap Restore for the version that you want to restore.
Reference:
https://powerapps.microsoft.com/sk-sk/blog/saveandpublish/
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/restore-an-app
Topic 3, Culinary Arts CollegeCase Study
A culinary arts college trains world class chefs by offering a blend of theoretical and practical education. The culinary arts program enrolls two hundred students per term. The instructors split the students in groups of five to seven students, depending on the specialty selected. Each instructor is in charge of one group of students.
The college uses several systems to manage the student classroom activities. The college plans to implement a Microsoft Power Platform solution to replace the existing system. The goal is to align the cooking curriculum to the taste preferences of their subscribers and automate as much as possible to reduce administrative overhead.
The college has two revenue streams:
* student enrollment fees and work placement brokerage
* lunch catering to businesses, school cafeterias and other consumers via subscriptions Subscribers place orders from a menu published by the instructors. The menu displays all the dishes and quantities that students will create during a cooking lesson.
The college partners with food banks to offer healthy meals to people in need. Students participate in the packaging and safe storage of any leftovers meals and notify the food banks about available meals. If 85 percent of the meals produced during a week sell out the college makes the remaining 15 percent available to food banks only.
Current system
* The college manages subscribers and their dish preferences by using a SQL Server-based app that is hosted in the college's on-premises datacenter. Each week, data is extracted as a Microsoft Excel workbook and distributed to instructors.
* Recipes are stored as Microsoft Word documents in SharePoint libraries. Access to recipes is restricted to instructors and students.
* The college uses Microsoft 365 for emails, classroom and kitchen bookings, and document management.
* Students will use a Microsoft Outlook calendar to see their group's schedule and to collaborate with instructors and other students.
Current processes
* Instructors use Microsoft Excel workbooks to capture class attendance information for cooking classes
* Instructors develop the culinary arts program and refine it periodically.
* Instructors are responsible for monitoring kitchen processes
* Instructors order the ingredients in bulk from food distributors. The instructors define threshold quantities that trigger inventory replenishment.
* Students self-organize in teams and brainstorm to produce new recipes.
* Students earn credits faster if they create new recipes in their specialty and the new recipe gains enough votes from subscribers Cooking classes
* Each cooking class has a start date, a start and end time, a minimum and a maximum number of participants, and a cuisine specialty.
* Students select one main cuisine to specialize in when applying for enrollment
* Students participating in a cooking class can participate as a chef or as a helper. There is only one chef per session. Everyone else is a helper
* Instructors select the chef and recipe for each cooking class and distribute a link to the recipe document before each class.
* Each instructor performs quality checks on dishes that are offered for sale and evaluates both the chef and the helper.
Subscriptions
* The college offers the following types of subscriptions based on a client's commitment to order
* Public - lunch orders placed between 1(h00 AM and noon from an open menu, subject to availability. Most occasional and high-volume subscribers became fans of the college after ordering from the public subscription, o Occasional subscribers - a fixed number of meals, either monthly or weekly, o High volume - businesses that provide their staff free lunches every workday.
* A group of 25 business subscribers each order an average of 2.OO0 meals per day.
* The number of occasional subscribers varies daily.
* The college generates a QR code for high-volume subscribers to allow staff to vote for their favorite dishes.
Class management
* The solution must track credits earned by the students.
* Students require a fixed number of credits in the chefs role to gain the cuisine specialization. Students can acquire credits by using any of the following methods:
o number of hours in practical sessions as helpers
o number of hours as chefs
o popular votes from dishes prepared as chefs
o marks from the class instructor
* Students must confirm their attendance by selecting Start at the beginning of each class and selecting Done at the end of the class.
* The student s total number of practice hours and credits earned must display in the app
* Students team up together to create new recipes and must keep their recipes confidential.
* The instructors photograph dishes that pass quality checks and upload the photographs to the daily menu that is made available to subscribers.
* Dish votes are counted based on the number of people who marked the dish as a favorite.
* The college requires a lively visual that displays marketing data on their public-facing website.
Subscriptions
* The subscriber administrators must approve the credit terms for high-volume subscribers.
* Occasional and high-volume subscribers must be able to place orders online.
* Subscribers should be able to mark a dish as favorite directly from their order.
Food management
* Instructors must be able to reserve the quantities of ingredients that they require for cooking sessions.
* Each ingredient has a primary unit of measure for bulk ordering and a second unit of measure for using in a recipe. (For example, flour in pounds when ordering and in cups for use in a recipe).
* The app must display the current inventory and reserved quantities for each ingredient needed for a recipe.
The display must be consistent for appropriate roles.
* Food banks must be able to access the food pool online and place their orders from a filtered list based on their location.
* The college must replace the food bank notifications with an automated system that food bank users can access directly from the college s public website.
* The app must use a chatbot to replace the food bank notifications so that food bank users can see food available for pickup by food banks.
Food management
* One instructor discovers discrepancies in the ingredient inventory and requests the standardization of the units of measures for all ingredients. Each time an ingredient is used in a recipe, the secondary unit of measure must be populated and be read only.
* Students report that they are not able to see their total practice hours in the app.
あなたは会社のためにいくつかの新しい Microsoft Power Platform アプリを設計しています。
次の要件があります。
すべてのアプリは、Power Apps モバイル アプリから実行できる必要があります。
部門ごとに作成するアプリの種類を決定する必要があります。
どの種類のアプリを使用する必要がありますか? 答えるには、適切なアプリの種類を正しい部門にドラッグします。各アプリの種類は、1 回または複数回使用することも、まったく使用しないこともできます。ペイン間の分割バーをドラッグするか、コンテンツを表示するためにスクロールする必要がある場合があります。
次の要件があります。
すべてのアプリは、Power Apps モバイル アプリから実行できる必要があります。
部門ごとに作成するアプリの種類を決定する必要があります。
どの種類のアプリを使用する必要がありますか? 答えるには、適切なアプリの種類を正しい部門にドラッグします。各アプリの種類は、1 回または複数回使用することも、まったく使用しないこともできます。ペイン間の分割バーをドラッグするか、コンテンツを表示するためにスクロールする必要がある場合があります。
正解:
Explanation:
社内のユーザーは、次のキャンバス アプリを使用して、マーケティング資料の色の選択について投票します。
ユーザーは色の名前をテキスト コントロールに入力し、[色の追加] を選択して [色のオプション] ラジオ コントロールに色を追加します。ユーザーが [Clear Selection] を選択したときに、リストされているすべての色を削除する必要があります。機能を実装する必要があります。
どの Power Fx 式を使用する必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。
ユーザーは色の名前をテキスト コントロールに入力し、[色の追加] を選択して [色のオプション] ラジオ コントロールに色を追加します。ユーザーが [Clear Selection] を選択したときに、リストされているすべての色を削除する必要があります。機能を実装する必要があります。
どの Power Fx 式を使用する必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。
正解:
Explanation:
ソリューション資産を作成する必要があります。
ビジュアライゼーションを作成するには何を使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
ビジュアライゼーションを作成するには何を使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
Explanation:
Box 1: PowerBI Desktop
The Sales dashboard must reside in the Sales channel and must include information about active quotes, sales pipeline, and year-to-date sales KPIs for sales quotas by region.
PowerBI Desktop to support many data source.
Box 2: PowerBI Desktop or Power BI Service on
A dashboard that shows a capacity Heat map by month as well as expected sales that are likely to close for the next month.
Both support visualizations.
Reference:
https://docs.microsoft.com/en-us/power-bi/fundamentals/service-service-vs-desktop
データ ソースの読み取りと書き込みを行うキャンバス アプリを作成しています。
データの作成および更新操作を実行するようにアプリを構成する必要があります。
どの機能を使用する必要がありますか? 答えるには、適切な関数を正しいデータ操作にドラッグします。
各関数は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注記; 正しく選択するたびに 1 ポイントの価値があります。
データの作成および更新操作を実行するようにアプリを構成する必要があります。
どの機能を使用する必要がありますか? 答えるには、適切な関数を正しいデータ操作にドラッグします。
各関数は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注記; 正しく選択するたびに 1 ポイントの価値があります。
正解:
Explanation:
大学の実装で主要なペルソナに使用するテーブルを選択する必要があります。
それぞれのペルソナに何を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
それぞれのペルソナに何を使用する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
Explanation:
管理者は、販売員のみが使用するダッシュボードを作成して展開することを計画しています。ダッシュボードには、現在の販売パイプライン、未解決のケース、最近の主要な勝利、および郵便番号による主要な機会が表示されます。
営業担当者は、ダッシュボードに表示される特定のデータに基づいて行動できる必要があります。
ダッシュボードを作成する必要があります。
どのタイプのダッシュボードを作成する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
営業担当者は、ダッシュボードに表示される特定のデータに基づいて行動できる必要があります。
ダッシュボードを作成する必要があります。
どのタイプのダッシュボードを作成する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
Explanation:
Box 1: User
Type of dashboard: If you want your dashboards to be available across the organization and do not want to manage the access levels at a more detailed level, you might want to create an organization-owned dashboard.
However, if you are concerned about the access privileges and security of your dashboard, consider creating a user-owned dashboard where you have more control on who can access it.
Box 2: Single-stream
The single-stream dashboards display real-time data over one stream based on an entity view or queue. The single-stream dashboards are typically helpful to Tier 2 service leads or managers, who monitor fewer, but more complex or escalated cases.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/create-dashboard
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/configure-interactive-experience- dashboards
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
ある会社は、求職者のスクリーニングプロセスを合理化するために、Microsoft PowerPlatformコンポーネントを展開しています。
会社の人材(HR)担当者は、学校の就職説明会に出席する予定です。 HR担当者は、資格を取得し、潜在的な求職者をPowerAppsアプリに入力する必要があります。 HR担当者は、候補者ごとに次の情報を入力する必要があります。
候補者が現在職務に就く資格がないが、最終的にフォローアップ基準に基づいて資格を得る場合は、システムでフォローアップチェックボックスをすぐに選択またはオフにする必要があります。
同社は、同じビジネスユースケースを含むが、社内の従業員と昇進のための同様のPowerAppsアプリを作成することを計画しています。
フォローアップの候補を自動的にマークするには、PowerAppsアプリソリューションを作成する必要があります。
提案された解決策:入力されたデータをデフォルトデータとして使用する条件でPowerAutomateフローを作成します。
ソリューションは目標を達成していますか?
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
ある会社は、求職者のスクリーニングプロセスを合理化するために、Microsoft PowerPlatformコンポーネントを展開しています。
会社の人材(HR)担当者は、学校の就職説明会に出席する予定です。 HR担当者は、資格を取得し、潜在的な求職者をPowerAppsアプリに入力する必要があります。 HR担当者は、候補者ごとに次の情報を入力する必要があります。
候補者が現在職務に就く資格がないが、最終的にフォローアップ基準に基づいて資格を得る場合は、システムでフォローアップチェックボックスをすぐに選択またはオフにする必要があります。
同社は、同じビジネスユースケースを含むが、社内の従業員と昇進のための同様のPowerAppsアプリを作成することを計画しています。
フォローアップの候補を自動的にマークするには、PowerAppsアプリソリューションを作成する必要があります。
提案された解決策:入力されたデータをデフォルトデータとして使用する条件でPowerAutomateフローを作成します。
ソリューションは目標を達成していますか?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)