Verified PL-100 &As - Provide PL-100 with Correct Answers [Q106-Q130]

Share

Verified PL-100 Exam Dumps Q&As - Provide PL-100 with Correct Answers

Pass Your PL-100 Dumps Free Latest Microsoft Practice Tests


Earning a Microsoft PL-100 certification demonstrates proficiency in building solutions using Microsoft Power Platform. It provides a competitive advantage in the job market and increases the chances of landing a job in roles such as app developer, business analyst, or IT consultant. Microsoft Power Platform App Maker certification also opens up opportunities for career advancement and helps professionals stay up-to-date with the latest technology trends in the industry.

 

NEW QUESTION # 106
You have an existing Power Apps environment.
You need to create a Common Data Service database for the environment.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

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


NEW QUESTION # 107
You are creating a canvas app.
You need to store and retrieve small amounts of data on a local device when the app is offline.
Which set of functions should you use?

  • A. Set, Collect
  • B. SaveData, LoadData
  • C. Patch, Collect
  • D. Set, Patch

Answer: B

Explanation:
Explanation
LoadData and SaveData combine to form a simple mechanism to store small amounts of data on a local device. By using these functions, you can add simple offline capabilities to your app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps


NEW QUESTION # 108
A company has the following divisions: wholesale and retail.
The manufacturer wants to create a single Power BI report to allow users to view data from a Microsoft SQL Server database.
You need to ensure that each user sees data only for the team to which the user is assigned.
How should you secure the report?
To answer, drag the appropriate options to the correct action. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

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


NEW QUESTION # 109
A company uses Power Automate and Power Apps to streamline business processes.
You need to use AI Builder to analyze customer reviews of the company's products.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Reference:
https://powerapps.microsoft.com/en-us/blog/introducing-simplified-ai-builder-experience-in-power-automate/


NEW QUESTION # 110
You need to resolve the issue for User1.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://powerapps.microsoft.com/en-us/blog/implementing-offline-capability-in-your-app/


NEW QUESTION # 111
You are designing a canvas app that will be used by all users including users who have vision impairments.
Which outcome is achieved by each action? To answer, drag the appropriate outcomes to the correct actions. Each outcome may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/sv-se/powerapps/maker/canvas-apps/accessible-apps


NEW QUESTION # 112
Each maker at a company has a separate Common Data Service environment. You are customizing a canvas app. You create two new entities in your environment.
You are leaving for a vacation. Another maker will continue customizing the app in your absence.
You need to transfer the work to the other maker and ensure that you can work on the updated app when you return from your vacation.
What should you export?

  • A. ununmanaged solution that includes all customizations
  • B. the default solution
  • C. a managed solution that includes all customizations
  • D. the app

Answer: A

Explanation:
Explanation
Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the solution.
Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685


NEW QUESTION # 113
Users in your company vote on color choices for marketing materials by using the following canvas app:

Users enter color names into a text control and then select Add color to add the color to the Color options radio control. You must remove all the listed colors when a user selects Clear Selection You need to implement the functionality.
Which Power Fx formulas should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation


NEW QUESTION # 114
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.

Answer:

Explanation:

Explanation
A screenshot of a computer Description automatically generated with medium confidence

Box 1: No
Box 2: Yes
The item color must be red, or item color contains blue.
Box 3: Yes


NEW QUESTION # 115
You work in a warehouse. You build an app for physical inventory counts that is used by different staff members. The typical count takes 14 hours.
The app has a warehouse screen with a gallery that contains the aisles in the warehouse. When a staff member selects an aisle record, another screen displays all the items stored in that aisle. The staff must know how long each aisle takes to do a physical inventory count.
You need to add logic to the app.
What should you do?

  • A. Create and configure a stopwatch custom control, and then add it to the gallery
  • B. Configure a timer control, add it to the aisle screen, and then reset it when exiting the aisle screen
  • C. Create and configure a stopwatch custom component, and then add it to the aisle screen
  • D. Configure a timer control, add it to the gallery, and then reset it when the selection changes

Answer: C

Explanation:
Reference:
https://www.cdata.com/kb/tech/azuredatalake-odata-powerapps.rst


NEW QUESTION # 116
You create a model-driven app for a company. The app will be used to manage events that the company organizes.
The Events entity ownership type is set to User or team. Members of the marketing team are assigned the MarketingTeam security role. All privileges for the role are set to User access.
All employees must be able to view event records. Only members of the marketing team are permitted to create or edit event records. You create a role named You need to configure the MarketingTeam and OtherEmployees security roles.
Which three actions should you perform? Each correct selection presents a part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Set the access level for the OtherEmployees security role to None Selected for the Read permission.
  • B. Set the access level for the MarketingTeam security role to for the Read permission.
  • C. Set the access level for the MarketingTeam security role to for the Read permission.
  • D. Set the access level for the OtherEmployees security role to None Selected for the Create and Write permission.
  • E. Set the access level for the MarketingTeam security role to for the Create and White permission.
  • F. Set the access level for the OtherEmployees security role to for the Read permission.

Answer: B,E,F


NEW QUESTION # 117
You are creating entities in a Common Data Service database to capture sales data.
You create an entity named Sales that includes the following fields:

You create a new entity that includes a field named TotalSales. The field is used to capture the aggregated sales for each salesperson.
You need to configure the fields for the entities.
Which field types should you use? To answer, drag the appropriate field types to the correct field names. Each field type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes


NEW QUESTION # 118
You are an app builder for a medical office. The medical office uses activities to book appointments and business process flows to track patient status. The cleaning staff wants the app to connect directly to a Microsoft Excel workbook to track cleaning tasks. The office does not have access to reporting tools including Power BI.
You need to create apps for the following groups of users. Apps must not require customizations or the use of additional products.

Which type of app should you build for each group? To answer, drag the appropriate app types to the correct groups. Each app type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-guidelines
https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps


NEW QUESTION # 119
You need to configure the system to meet the sales requirements.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-form-detail


NEW QUESTION # 120
A company is creating an app to manage project status reports.
Users will update a series of controls and click a submit button. The submit button will calculate a risk score for the project and return to the previous screen with that risk score. The risk score will be used in two different forms.
You need to create the formula on the button click. To answer, select the appropriate option in the answer area NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 121
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?

  • A. No
  • B. Yes

Answer: A

Explanation:
Explanation
Instead use Common Data Service workflow with a PowerQuery on the data entity.
Note: Process (Workflow) table/entity reference is a set of logical rules that define the steps necessary to automate a specific business process, task, or set of actions to be performed.
Common Data Service workflow support: Filter triggers based on which attributes change - You can control which field changes trigger your automated flows. For example, trigger your flow only when the status field changes while ignoring all other fields that may change.
Reference:
https://docs.microsoft.com/en-us/business-applications-release-notes/april19/microsoft-flow/automated-parity-cl


NEW QUESTION # 122
You need to implement features for the solution.
Which Power Platform component should you use for each feature? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 123
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 has locations in multiple countries and regions across four continents.
The company stores the total amount of each order in the local currency of the country/region where the customer is located. The company stores the applicable exchange rates in a custom US dollars (USD) exchange rate table.
You need to create a visualization that displays the total amount of orders by country/region in USD.
Proposed solution:
Create a custom rollup field of type currency on the country/region table that aggregates all the total amounts for the orders from that country/region and display this rollup field in a Power BI chart.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
Explanation
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


NEW QUESTION # 124
You publish the first version of the app and solution on November 1, 2020.
You need to create the version numbers for the app and the solution.
Which version numbers should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/update-solutions


NEW QUESTION # 125
You create a canvas app for a store.
The logo must appear as the background image for the app. A loading spinner must display on the screen as the app loads.
You need to add the features to the app.
What should you modify? To answer, drag the appropriate form areas to the correct requests. Each form area may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/properties-visual
https://arpitmscrmhunt.blogspot.com/2020/04/powerapps-display-loading-icon-until.html


NEW QUESTION # 126
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 a display form to Screen_AccountDetail.
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?

  • A. Yes
  • B. No

Answer: A

Explanation:
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


NEW QUESTION # 127
A company is creating new app for use by technicians.
Previous versions of the app do not render properly on tablets and phones.
You need to ensure that the new app renders properly on all devices.
Which design element should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/set-aspect-ratio-portrait-landscape


NEW QUESTION # 128
A company is creating an app to manage project status reports.
Users will update a series of controls and dick a submit button. The submit button will calculate a risk score for the project and return to the previous screen with that risk score. The risk score will be used in two different forms.
You need to create the formula on the button click. To answer, select the appropriate option in the answer area NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation


NEW QUESTION # 129
You are designing a canvas app that will be used by all users including users who have vision impairments.
Which outcome is achieved by each action? To answer, drag the appropriate outcomes to the correct actions. Each outcome may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/sv-se/powerapps/maker/canvas-apps/accessible-apps


NEW QUESTION # 130
......

Get Top-Rated Microsoft PL-100 Exam Dumps Now: https://www.realexamfree.com/PL-100-real-exam-dumps.html

PL-100 Exam Dumps Pass with Updated Tests Dumps: https://drive.google.com/open?id=15kuFvWfQV463pWH_HHSY04YywibNYXpG