PL-100: Microsoft Power Platform App Maker Part 1
Question #: 11
Topic #: 1
Your company simplifies business processes by making use of Power Automate and Power Apps.
You have been tasked with creating an AI model using AI Builder that examines client assessments regarding products.
Which of the following is the AI model you should create?
A. A Category classification model.
B. An Object detection model.
C. A Form processing model.
D. A Prediction model.
Selected Answer: A
Question #: 12
Topic #: 11
You need to implement the change requested by the operations manager.
Which control should you use?
A. Camera
B. Shape
C. Add picture
D. Image
Selected Answer: D
Question #: 13
Topic #: 6
You need to provide the app to Tailwind Traders.
What should you do?
A. Within Managed Properties, set the value of the Allow customizations option to true. Export the app as a managed solution.
B. Use the Share App feature.
C. Within Managed Properties, set the value of the Allow customizations option to false. Export the app as a managed solution.
D. Within Managed Properties, set the value of the Allow customizations option to false. Export the app as an unmanaged solution.
Selected Answer: C
Question #: 14
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. Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.
Selected Answer: B
Question #: 15
Topic #: 7
You need to create a flow for moving data from the Sales Log to the Job Setup entity.
Which type of flow should you use?
A. a scheduled flow for the Job Setup entity
B. an instant (button) flow for the Sales Log
C. a business process flow for the Job Setup entity
D. an automated flow for the Sales Log
Selected Answer: D
Question #: 16
Topic #: 9
You need to modify the entity form to resolve the customer request number issue.
What should you do?
A. Use a calculated field
B. Change the data type of the customer request number field to Lookup
C. Change the data type of the customer request number field to Autonumber
Selected Answer: B
Question #: 25
Topic #: 2
You are creating a multi-page canvas app that loads tabular data from an external data source.
Once loaded, the data must be available to all screens within the canvas app.
You need to reduce the number of times that the app must retrieve data from the data source.
Which two data stores can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. parameter
B. global variable
C. collection
D. environment variable
Selected Answer: BC
Question #: 26
Topic #: 13
You need to implement a solution to meet the ingredients inventory requirement.
Which type of public view should you use?
A. a grid filter that filters by quantity only
B. a grid filter that filters by both threshold and quantity
C. a grid filter that filters by threshold only
D. a conditional view filter that filters by both threshold and quantity
E. a conditional view filter that filters by threshold only
Selected Answer: E
Question #: 27
Topic #: 5
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
OtherEmployees.
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 Organization for the Read permission.
B. Set the access level for the MarketingTeam security role to Organization for the Read permission.
C. Set the access level for the OtherEmployees security role to None Selected for the Read permission.
D. Set the access level for the MarketingTeam security role to None Selected for the Read permission.
E. Set the access level for the MarketingTeam security role to None Selected for the Create and White permission.
F. Set the access level for the OtherEmployees security role to None Selected for the Create and Write permission.
Selected Answer: ABF
Question #: 28
Topic #: 8
You need to resolve the instructor’s issue and ensure that the same issue does not occur again.
What should you use?
A. Combo box
B. Gallery
C. Choices
D. Custom component
Selected Answer: C
Question #: 29
Topic #: 12
You need to meet the requirements for sales representative that submit status reports.
How should you configure the flow?
A. Add a parallel branch that uses the value of a dynamic content variable
B. Add a number functions action that evaluates the risk value by using a static variable to determine if an email is required
C. Add a condition that evaluates the risk value by using a dynamic content variable
D. Add a data operation action that evaluates a dynamic content variable
Selected Answer: B
Question #: 35
Topic #: 16
You need to provide all app components of the application to Tailwind Traders.
What should you do?
A. Package the application and flow components into a single solution for export.
B. Run the app checker and flow checker prior to publishing each component for export.
C. Export each component separately but use the same version number for each component.
D. Publish the application and flow solutions at the same time before exporting each one.
Selected Answer: A
Question #: 36
Topic #: 1
You have been tasked with designing a model-driven app. The app must be configured to permit so that users are able to generate and modify a list of current accounts.
You want to make sure that a list of all active accounts is displayed. You need to make use of a suitable user interface component.
You use the Display form control.
Does the action achieve your objective?
A. Yes, it does
B. No, it does not
Selected Answer: B
Question #: 37
Topic #: 2
You are creating a model-driven app that allows users to create and edit a list of existing accounts.
You need to display a list of all active accounts.
Which user interface components should you use?
A. view
B. gallery
C. data table
D. form
Selected Answer: A
Question #: 38
Topic #: 4
You need to set the value for a global variable named RunningTotal to 5 and navigate to the previous screen named MainScreen.
Which formula should you use?
A. UpdateContext( { RunningTotal: 5 } ); Navigate( MainScreen, ScreenTransition.Cover, RunningTotal );
B. If( Value(TextBox1.Text) >= 0, (Set( RunningTotal, 5); Back();), Color.Green )
C. UpdateContext( { RunningTotal:5 } ); Back()
D. Set( RunningTotal, 5 ); Back();
Selected Answer: D
Question #: 39
Topic #: 9
You need to connect to the data source for the Time Tracker app.
What should you do?
A. Configure a scheduled synchronization with the Microsoft Dataverse database
B. Configure SQL Server database permissions
C. Create a stored procedure that retrieves time records for a specific employee
D. Configure an on-premises data gateway
Selected Answer: D
Question #: 40
Topic #: 5
You create a canvas app within a Power Platform environment.
You need to identify potential accessibility issues for the canvas app before making the app available to other users.
Which tool should you use?
A. Portal Checker
B. App Checker
C. Solution Checker
Selected Answer: B
Question #: 41
Topic #: 3
You create a Power Platform solution. Solution data is stored in a variety of documented cloud services.
You must also be able to connect to one or more industry data sources.
You need to configure the data sources.
What should you do?
A. Create a business process flow.
B. Create a data policy template.
C. Create a UI flow.
D. Use an existing data connector.
Selected Answer: D