PL-100 試験問題 181

A coworker creates a canvas app.
The canvas app contains the following formula. The formula is attached to the OnVisible property of the first screen that users see:

You are updating the canvas app.
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 試験問題 182

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 that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen.
You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
* Add an edit form to Screen_AccountDetail and set the Default Mode of the form to New
* Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
* Set the data source of the form to Accounts.
* Set the Item property of the form to Selected.
* Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?
  • PL-100 試験問題 183

    ある会社では、Microsoft Teams と Microsoft 365 を使用しています。従業員は Microsoft Excel を使用してチェックリストを作成し、測定値を記録します。
    会社では、チェックリストを統合して測定を実行するために Microsoft Power Platform アプリが必要です。測定時にはネットワーク接続が利用できない場合があります。
    どの機能を使用すべきですか? 回答するには、回答エリアで適切なオプションを選択します。注: 各選択は 1 ポイントの価値があります。

    PL-100 試験問題 184

    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.
    A company is deploying Microsoft Power Platform components to streamline a job candidate screening process.
    The human resources (HR) representatives of the company plan to attend school career fairs. The HR representatives must qualify and enter potential job candidates into a Power Apps app. The HR representatives must enter the following information for each candidate:

    If a candidate is currently unqualified for a job position but would eventually qualify based on follow-up criteria, the follow-up checkbox must be selected or cleared in the system immediately.
    The company plans to create a similar Power Apps app that will contain the same business use case, but for internal employees and promotions.
    You need to create a Power Apps app solution to automatically mark the candidate for follow up.
    Proposed solution: Create a Power Automate flow with conditions that use entered data as default data.
    Does the solution meet the goal?
  • PL-100 試験問題 185

    A company uses Microsoft platforms for all accessibility, compliance, and security auditing.
    The auditing and compliance division of the company flags a newly created Power Apps canvas app due to accessibility issues. The app must be unpublished until it conforms to Microsoft accessibility requirements and recommendations.
    You need to identify all accessibility issues for a solution.
    What should you use?