PL-100: Microsoft Power Platform App Maker Part 4
Question #: 114
Topic #: 1
After creating an app with several screens, test users inform you that the size and type of gallery shown on every screen is different.
You decide to enhance the consistency for the app screens by creating a reusable gallery that displays data according to the current record.
You start by adding a gallery control.
Which of the following is the action you should take NEXT?
A. You should Add an input property.
B. You should Add a screen
C. You should create a component.
D. You should create a form.
Selected Answer: C
Question #: 115
Topic #: 5
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 developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles.
Development and testing must be performed using production data. Multiple testers must be used at each testing stage.
You need to provision and configure new environments for development and testing.
Solution:
✑ Provision a trial environment named T1 and a sandbox environment named S1.
✑ Copy the production environment to T1 and S1.
✑ Use T1 for development and S1 for testing.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 116
Topic #: 3
A company uses data loss prevention (DLP) policies. You have a Power Automate flow that posts Twitter mentions into a Microsoft SharePoint list.
You are not able to activate the flow.
You need to troubleshoot the issue.
What are two possible reasons why you cannot activate the flow? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. You are not assigned the Power Platform Admin role.
B. You placed all connectors into the Business group within the DLP policy.
C. You placed all connectors into the Non-Business group within the DLP policy.
D. You are not assigned the Environment Admin role.
Selected Answer: BC
Question #: 117
Topic #: 4
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.
You need to automatically detect bicycles in pictures taken with the camera.
Proposed solution:
• Create an Object Detection pre-built model in AI Builder.
• Add the Object Detector control to your canvas app.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 119
Topic #: 3
You are an app maker. You are creating a canvas app.
You do not have access to Power BI.
You need to add charts to the app.
Which three chart types can you add directly to the canvas app? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. pie
B. area
C. funnel
D. column
E. line
Selected Answer: ADE
Question #: 120
Topic #: 4
You are designing an interactive report for a model-driven app. The report will use more than five million records. The query that retrieves data for the report requires more than five minutes to complete.
You need to create the report.
Which option should you use?
A. Power BI
B. Standard dashboard
C. Interactive dashboard
Selected Answer: A
Question #: 121
Topic #: 1
You document client data via a Microsoft SharePoint list.
You are planning to configure a Power Automate flow that triggers a series of actions when new data is added to the list.
Which of the following actions should you take?
A. You should use the When an item is created trigger.
B. You should use the For a selected file trigger.
C. You should use the When a file is classified by a content understanding model trigger.
D. You should use the When an item is created or modified trigger.
Selected Answer: A
Question #: 122
Topic #: 5
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 developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles.
Development and testing must be performed using production data. Multiple testers must be used at each testing stage.
You need to provision and configure new environments for development and testing.
Solution:
✑ Provision production environments named P1 and P2.
✑ Copy the current production environment to P1 and P2.
✑ Use P1 for development and P2 for testing.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 124
Topic #: 2
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 build a canvas app for a manufacturing company. The company receives parts and materials from many vendors. You create a form to collect information from packing slips.
Receivers must be able to take a picture of packing slips to receive materials instead of manually entering data in the app.
You need to ensure that users can scan packing slip information into the form.
Proposed solution: Use a Text Recognition model.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 125
Topic #: 1
You need to consider the underlined segment to establish whether it is accurate.
To create a custom table relationship in Microsoft Dataverse, you can use Power Platform Admin center or Solution explorer.
A. No adjustment required.
B. Power Apps Maker portal or Power Platform Admin center
C. Solution explorer or Power Apps Maker portal
D. Solution explorer or SQL Server Management Studio
E. SQL Server Management Studio or Power Apps Maker portal
Selected Answer: C
Question #: 126
Topic #: 3
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 View.
✑ 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
Selected Answer: A
Question #: 127
Topic #: 5
You have a Power Platform solution that uses Common Data Service.
You need to secure all fields that support field-level security.
Which field can you secure?
A. createdon
B. accountid
C. owninguser
D. description
Selected Answer: C
Question #: 130
Topic #: 3
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?
A. Yes
B. No
Selected Answer: B
Question #: 131
Topic #: 1
You have been tasked with creating a canvas app that allows computer technicians to update job cards after client site visits. The app should also allow for the technicians to notify the sales executives instantaneously when clients order service contracts. As soon as the notification is sent, the technician has to be able to enter the service contract specifics.
You create a button flow with user input that includes the Flow button for mobile trigger.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: B
Question #: 132
Topic #: 5
A company is onboarding new workers to the Microsoft Power Platform.
A user reports an access issue with a Power Apps app. The user provides no additional information about the access issue.
You need to troubleshoot the app and data security configurations for the user.
Which tool should you use?
A. Azure AD Security review
B. User information page
C. Accessibility checker
D. Run diagnostics
Selected Answer: D
Question #: 134
Topic #: 1
You have been tasked with creating a canvas app that allows computer technicians to update job cards after client site visits. The app should also allow for the technicians to notify the sales executives instantaneously when clients order service contracts. As soon as the notification is sent, the technician has to be able to enter the service contract specifics.
You create a cloud flow.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: A
Question #: 135
Topic #: 2
A company plans to roll out several Power Apps apps to multiple business units across international operations.
The apps must be managed through an application lifecycle management (ALM) solution to provide a consistent and predictable use experience. All changes to the app must be traceable and documented in a single location. You must be able to revert to a previous version of an app. The app release cycles must be as streamlined as possible.
You need to create an application for the apps.
Which two tools should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Microsoft Azure DevOps
B. Microsoft Visual Studio
C. Lifecycle Services
D. AppSource
E. Common Data Service
Selected Answer: C
Question #: 136
Topic #: 3
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
Selected Answer: B
Question #: 137
Topic #: 5
You are using Test Studio to test a Power Apps canvas app.
You need to ensure that the app conforms to several use cases.
What should you do first?
A. Save the app to the cloud.
B. Create test cases for each requirement.
C. Save the app to your computer.
D. Create a test suite.
E. Record test cases for each requirement.
Selected Answer: D
Question #: 139
Topic #: 2
A company is consolidating communications processes by using Microsoft Teams and Microsoft Power Platform technologies.
A Power Automate flow monitors social media channels to identify high-impact trends.
When the Power Automate flow identifies the trends, consistently formatted and standardized feedback must be collected from the channel members within
Teams.
You need to streamline the Power Automate and Teams communication process.
What should you use?
A. AI Builder
B. Common Data Service business process flows
C. Adaptive cards
D. Integrated approval flows
Selected Answer: C
Question #: 140
Topic #: 4
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 uses Microsoft Power Apps.
You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record.
You need to propose the right solution.
Solution: Add Power Apps to Power BI using Power Apps for Power BI visualization.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 141
Topic #: 1
You have been tasked with creating a canvas app that allows computer technicians to update job cards after client site visits. The app should also allow for the technicians to notify the sales executives instantaneously when clients order service contracts. As soon as the notification is sent, the technician has to be able to enter the service contract specifics.
You create a button flow with user input that includes the Flow button for mobile trigger.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: B
Question #: 142
Topic #: 5
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?
A. Microsoft Accessibility Conformance Reports
B. Microsoft Compliance Center
C. Power Apps Studio
D. Microsoft Accessibility Guides
E. Microsoft Visual Studio
Selected Answer: C
Question #: 144
Topic #: 5
You have a Power Apps solution that includes three model-driven apps, a business process flow, and a scheduled flow. The solution is deployed to a datacentre in the United States.
You plan to deploy the solution to Canada.
You need to identify applicable government regulations for all components of the solution.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. View results in the Service Trust portal.
B. Check the results of the Solution checker.
C. Identify regulations for the region where the tenant resides.
D. Identify all regulations for the region where the Common Data Service database resides.
E. Configure data loss prevention (DLP) policies in the Power Platform Admin center.
Selected Answer: ACD
Question #: 145
Topic #: 1
You have recently built a new canvas app. You are currently in the process of configuring a business rule.
You have to make sure that the scope is properly configured.
You set the scope to Entity.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: A
Question #: 146
Topic #: 4
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 uses Microsoft Power Apps.
You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record.
You need to propose the right solution.
Solution: Append filter parameter to Power BI report URL.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 147
Topic #: 3
You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1.
You need to set TIM1 to a default value.
What should you do?
A. In the OnChange property of TIC1, set the value of the Text property for TIC1 to a context variable that stores the duration value. Assign the value of the variable to the OnTimerStart property for TIM1.
B. Assign the Text property of TIC1 to the Duration property of TIM1.
C. Set the Text property of TIC1 to the current system time.
D. Write code in the OnChange property of TIC1 that assigns the value of the Duration property of the Timer control to Text property of the TIC1. In the OnChange property of TIC1, assign the value to the Duration property for TIM1.
Selected Answer: B
Question #: 150
Topic #: 5
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 developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles.
Development and testing must be performed using production data. Multiple testers must be used at each testing stage.
You need to provision and configure new environments for development and testing.
Solution:
Provision a developer environment named D1 and a sandbox environment named S1.
✑ Copy the production environment to both D1 and S1.
✑ Use D1 for development and S1 for testing.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 151
Topic #: 4
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 uses Microsoft Power Apps.
You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record.
You need to propose the right solution.
Solution: Add a slicer to a Power BI element on the screen where data is selected.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 152
Topic #: 1
You have recently built a new canvas app. You are currently in the process of configuring a business rule.
You have to make sure that the scope is properly configured.
You set the scope to Unknown.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: B
Question #: 155
Topic #: 5
You create a Power Platform solution. Solution data is stored in a variety of documented cloud services.
You need to configure the data sources.
What should you do?
A. Use a content pack.
B. Add metadata to standard entities.
C. Create a UI flow.
D. Create a custom data connector.
Selected Answer: D
Question #: 156
Topic #: 1
You have two Common Data Service entities.
You have been instructed to a Many-to-many relationship between the two entities.
Which of the following is TRUE with regards to creating Many-to-many relationships? (Choose all that apply.)
A. No explicit hierarchy exists.
B. All entities can be used to create a Many-to-many relationship.
C. You have to configure lookup columns.
D. A Relationship table stores the data that associates the tables.
Selected Answer: AD
Question #: 157
Topic #: 4
You create a Microsoft Power BI report with multiple visualizations displayed together.
The report must be available to users in all security roles.
You need to display the report in a model-driven app.
What should you embed?
A. Power BI dashboard on a model-driven form.
B. Power BI tile on a model-driven form.
C. Power BI dashboard on a model-driven dashboard.
D. Power BI tile on a model-driven dashboard.
Selected Answer: D
Question #: 160
Topic #: 1
You need to create an app for a client’s janitors, who will only access the app via their mobile phones.
The app must connect directly to a Microsoft Excel workbook to track cleaning tasks. Also, the janitors should have the ability to check completed tasks off on a checklist.
Which of the following actions should you take?
A. You should consider creating a canvas app.
B. You should consider creating a model-driven app.
C. You should consider creating an embedded canvas app.
D. You should consider creating a portal app.
Selected Answer: A
Question #: 161
Topic #: 2
You create a Power Platform solution. Solution data is stored in a variety of documented cloud services.
You need to configure the data sources.
What should you do?
A. Create a data policy template.
B. Create a UI flow.
C. Create a custom data connector.
D. Add metadata to standard entities.
Selected Answer: C
Question #: 162
Topic #: 3
You create and publish a canvas app component library to perform complex calculations.
You discover an error in one of the calculations. You correct the issue and publish the component library. A co-worker uses the original version of the component library in a canvas app.
You need to ensure that the co-worker uses the updated version of the component library.
What should you do?
A. Export the updated component library and instruct the co-worker to import the updated version into the canvas app
B. Inform the co-worker to edit the canvas app and manually add the updated version of the component library
C. Instruct the co-worker to edit the canvas app and update the component library
Selected Answer: A
Question #: 173
Topic #: 1
You have been tasked with creating apps for your company.
You want to make use of a Power Platform tool that will make sure that an email is sent to a manager whenever a specified event occurs.
You make use of Power Automate.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: A
Question #: 174
Topic #: 4
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 create a custom table as part of a solution in the development environment. You deploy major version solutions as managed solutions to production. The organization does not allow new solutions to be created in the production environment.
When a minor update is made to a column length, users cannot enter entire values.
You need to allow users to enter entire values in the column.
Solution: Update the column length in the production environment.
Does the solution meet the goal?
A. Yes
B. No
Selected Answer: B
Question #: 175
Topic #: 5
A company has ten sales regions. Each salesperson is assigned to one region. You create a set of five standard views that all salespeople will use.
Sales users only want to see information for their own region. Sales users must call sales leads within a week of receiving a lead.
You need to recommend a solution for sales users.
Which two actions will you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Instruct users to create personal views that filter by region.
B. Instruct users to filter the view by region.
C. Configure the definition for each view to sort by region.
D. Configure the definition for each view to filter by region.
Selected Answer: AD
Question #: 176
Topic #: 2
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. Yes
B. No
Selected Answer: B