Free PL-100 Exam Braindumps certification guide Q&A
PL-100 Certification Overview Latest PL-100 PDF Dumps
Microsoft PL-100 exam is a certification test that validates the skills and expertise of individuals in building and designing custom business apps using the Microsoft Power Platform. PL-100 exam is designed for individuals who want to become Microsoft Power Platform app makers, and it tests their knowledge of the various components of the platform, including Power Apps, Power Automate, Power BI, and Dataverse.
Describing Al Builder models
- Identification of model types including prebuilt and custom models
- Description of the process for preparing data and training models
- Utilization of a model from within Power Automate or Power Apps
Microsoft PL-100 certification exam is designed for individuals who want to validate their skills and knowledge in creating custom business solutions using the Microsoft Power Platform. Microsoft Power Platform App Maker certification exam covers a wide range of topics, including creating custom entities, designing and implementing business processes, creating custom forms, and designing and implementing custom reports. By passing PL-100 exam, app makers can demonstrate their expertise in creating custom business solutions that are tailored to their organization's unique needs.
NEW QUESTION # 123
The managers in an organization use a model-driven app. The app should display only one dashboard named Corporate Data.
The managers observe that several dashboards are displayed.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Table Description automatically generated
Box 1: Open the model-driven app in the app designer.
1. On the app designer canvas, select the Dashboards tile.
On the app designer canvas, the right pane shows dashboards that are available in the default solution.
2. Clearing the corresponding check box.
Box 2: Open the site map in the sitemap designer and delete the Ideas dashboard from the Results group Site maps define the manner by which users move between tables in a model-driven app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/add-edit-app-components
NEW QUESTION # 124
A company stores sales orders in a Microsoft Excel workbook. The company stores customer data in a SQL Server database.
You must import the data into a Microsoft Dataverse instance.
You need to define the mapping for the migration.
Which component should you use? To answer, drag the appropriate components to the correct data type. Each component 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-query/dataflows/add-data-power-query
NEW QUESTION # 125
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 custom action that has defined dataflows.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
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 # 126
A company is building a Power Apps app to track key project tasks.
Users assign three tasks a risk status on a scale of 0 to 100 by using slider input controls named RiskStatus on the app. The highest risks use the risk status value of 100.
If the combined value of all the tasks is 150 or above, a header bar on the screen must display the text HIGH RISK.
You need to configure a solution to change the text on the header bar.
How should you configure the app? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Graphical user interface, application Description automatically generated
Box 1: On each RiskStatus slider input
You can change the value based on input.
Box 2: Updateif(..)
Use the UpdateIf function to modify one or more values in one or more records that match one or more conditions. The condition can be any formula that results in a true or false and can reference columns of the data source by name. The function evaluates the condition for each record and modifies any record for which the result is true.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-formulas#change-a-value-based-o
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-update-updateif
NEW QUESTION # 127
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: Use a Common Data Service workflow with a PowerQuery on the data entity.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
Explanation:
Explanation
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 # 128
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 # 129
You need to configure the app to meet the requirements.
Which object properties should you configure? 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-screen
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form
NEW QUESTION # 130
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: Use a Common Data Service workflow with a PowerQuery on the data entity.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
Explanation:
Explanation
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 # 131
You create an automated flow by using Power Automate. The flow appears under My Flows and is connected to the development environment. The development environment has a solution to move components into a production environment.
You need to ensure that you can transfer the flow to another environment.
What should you do?
- A. Add the flow to the existing solution.
- B. Change the environment for the flow.
- C. Add the flow to the default solution of the development environment and export as a managed solution.
- D. Add the flow to the default solution of the production environment.
Answer: C
Explanation:
Explanation
It is very normal for a developer to build the power automate in one environment and then export that automate & import it to another destination environment.
Exporting our Solution
After validating our flows work in our test environment, we now want to promote it to our production environment. We can export our solution by finding it in our Solutions experience, clicking on the ..., selecting Export.
Graphical user interface, application, Teams Description automatically generated
Reference:
https://flow.microsoft.com/en-us/blog/solutions-in-microsoft-flow/
NEW QUESTION # 132
A company uses Power Apps.
The company requites a canvas app that connects to the following sources:
* SharePoint list
* Microsoft 365 mailbox
* SOAP API
You need to select connector types.
Which connector types should you use' To answer, drag the appropriate connector types to the correct sources.
Each connector 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.
Answer:
Explanation:
Explanation
NEW QUESTION # 133
A company uses Power Apps and Microsoft Dataverse.
The company has model driven apps across multiple Microsoft Dataverse environments in the same tenant.
You must grant privileges to Power Apps makers to achieve the following:
* Share model-driven apps in multiple Microsoft Dataverse environments.
* Share model-driven apps in only one of the Microsoft Dataverse environments and view only table records that they create themselves.
You need to share the model-driven app with users by using the principle of least privilege.
Which security role privilege should you grant for each requirement? To answer, drag the appropriate security roles to the correct requirements. Each security the 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 answer is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 134
You are an app and report maker. You provide visualizations for two departments in an organization.
Each department requires department-specific visualizations:
You need to create the visualizations.
Which chart type should you use? To answer, drag the appropriate chart type to the correct requirements. Each chart 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:
Explanation
Graphical user interface, text, application Description automatically generated
Box 1: Tag
Box 2: Multi-series
Multi-series charts: Charts that display data with multiple series values mapped to a single category value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/understand-charts-underlying-data-ch
NEW QUESTION # 135
You create a dashboard in Power BI. You share the dashboard with the sales team.
Sales team members report that they can see information for the entire company.
You need to ensure that the team is able to see only data for their team.
Where must you configure this restriction?
- A. Dataset
- B. Settings
- C. Report
- D. Dashboard
Answer: A
Explanation:
Restrict access to the dataset.
Note: Another way of setting access is through manage permission in the dashboard, report, or dataset. If you share a dashboard, by default the report and the dataset will also be shared as read-only for users.
Reference:
https://radacad.com/dashboard-sharing-and-manage-permissions-in-power-bi-simple-but-useful
NEW QUESTION # 136
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 # 137
A company uses Power Apps in a single Microsoft Dataverse environment.
Users are divided into two groups about not a canvas app should work. The company decides that each group of users will try a version of the app for one week and switch to the other version of the app the following week.
You need to manage the app creation.
What should you do?
- A. Create two apps with different app names.
- B. Create one app with two different version numbers.
- C. Create two apps with the same name.
- D. Create one app with two different version notes.
Answer: B
NEW QUESTION # 138
You are a technical assistant for a legal services organization. The company uses SharePoint to manage documents and Microsoft Dataverse as the data store. The company has strict rules about access, permissions, and privacy.
Lawyers and paralegals use Microsoft Teams for communications and collaboration. Employees use personal devices to access legal files. You do not have access to the admin area in Microsoft Power Platform.
You need to ensure that these rules are observed consistently and managed in one place.
Which type of app should you create? 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/power-platform/admin/database-security
NEW QUESTION # 139
You need to provide all app components of the application to Tailwind Traders.
What should you do?
- A. Export each component separately but use the same version number for each component.
- B. Run the app checker and flow checker prior to publishing each component for export.
- C. Publish the application and flow solutions at the same time before exporting each one.
- D. Package the application and flow components into a single solution for export.
Answer: B
Explanation:
Scenario: When identifying versions of the app solution, all dependencies, entities, and user interfaces components must be identified to avoid any unintentional issues caused by reverting individual components to a previous version.
Power Apps has added components to the rule set that encourages best practices in the Power Apps Checker. You can check your canvas apps and flows that are included in solutions and then review all issues in a single, consolidated report.
Reference:
https://docs.microsoft.com/en-us/power-platform-release-plan/2019wave2/microsoft-powerapps/checker-includes-rules-canvas-apps-flows
NEW QUESTION # 140
You plan to create apps for a company.
You need to identify the Power Platform tools required.
What should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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-virtual-agents/authoring-fundamentals
https://docs.microsoft.com/en-us/power-automate
NEW QUESTION # 141
Rangers in national parks report wildlife they encounter during patrols. The rangers record observations in a notebook when they are on patrol. The rangers manually enter observation data when they are in the office. You are designing an app that allows rangers to record their observations while they are on patrol.
The wildlife is modeled as a custom table named Wildlife. The model has relationships to the annotation entity and to a custom entity named Wildlife Details. In the Wildlife Details entity, rangers capture more information as they observe an animal's habitat. When observing wildlife, rangers must indicate whether an animal requires medical attention. The app must synchronize and save data to Common Data Service when connectivity is available.
You need to design the app.
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://powerapps.microsoft.com/en-us/blog/mobile-offline-for-power-apps/
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/guide-staff-through-common-tasks-processes
NEW QUESTION # 142
......
The Best Microsoft PL-100 Study Guides and Dumps of 2024: https://www.prepawaytest.com/Microsoft/PL-100-practice-exam-dumps.html
Top Microsoft PL-100 Exam Audio Study Guide! Practice Questions Edition: https://drive.google.com/open?id=1_PSXbcDgcUiek4orpxuB4_dJD7lX2rVi