New Year Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

Microsoft PL-100 Microsoft Power Platform App Maker Exam Practice Test

Page: 1 / 28
Total 277 questions

Microsoft Power Platform App Maker Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $139.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36  $119.99
Question 1

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?

Options:

A.

Yes

B.

No

Question 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 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?

Options:

A.

Yes

B.

No

Question 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.

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?

Options:

A.

Yes

B.

No

Question 4

You are creating a canvas app.

You need to display a limited list of choices to the end user. You must standardize the values and appearance of the list across all forms.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Add a drop-down field in the app

B.

Create a Global Option Set

C.

Add a new business rule

D.

Add a component to the component library

Question 5

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.

Options:

Question 6

: 184

You create a canvas app that uses the following resources:

• Power Automate cloud flow

• Custom connector

• Microsoft Dataverse customization

• Connection

You need to export the app as a package to move the app to a different environment. Which resource type will be exported with the app?

Options:

A.

Custom connector

B.

Connection

C.

Microsoft Dataverse customization

D.

Power Automate cloud flow

Question 7

A company has 500 products. Each product is referenced by a product ID. Each product belongs to one of eight product categories.

You are creating an app to manage requests for new products.

The product categories will never change. Categories are defined in the column itself, not in a separate table. The data must be structured in a way that does not allow for misspellings.

Only two new tables should be created in Microsoft Dataverse:

    Products: Holds the products that can be requested.

    Requests: Holds the requests for the product ID and quantity. The products are filtered by product category.

You need to identify the data types to use when building the table columns in Dataverse.

Which data type should you use? To answer, drag the appropriate data types to the correct requirements. Each data 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.

Options:

Question 8

A company uses Microsoft Power Apps.

You need to create a canvas app to display a Microsoft Power Bl report. The report must use the context of a selected record in the app. Data in a Power 81 control must be filtered to display the context of the selected record.

You need to propose the right solution.

Solution: Define a tile in Power Bl element.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Question 9

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?

Options:

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();

Question 10

You complete work on a new canvas app in a development environment and add the app to a solution. You export the solution from the development environment and import the solution into a production environment.

After several days you notice that the background color for the canvas app in the production environment has changed from white to grey.

You need to determine why the background color changed.

What are two possible causes for the background color change? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

You recently changed the Office 365 theme.

B.

You exported a managed copy of the solution and imported the solution as an unmanaged solution. You modified the canvas app in the unmanaged solution.

C.

You exported and imported an unmanaged copy of the solution and a co-worker modified the canvas app.

D.

You chose a different theme from the Theme menu inside the canvas app.

Question 11

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.

Options:

Question 12

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 calculated field of type currency on the order table that converts the order total to USD and displays the total amounts by region in a Power BI chart.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Question 13

A company uses Microsoft Power Platform. The company categorizes customers into Specialty shop, Grocery store, Wholesaler, and Seasonal market groups by using a custom choice type column.

The staff uses a model-driven app with an interactive dashboard that displays all customer details needed in their processes.

You must update the app to provide the following functionality:

• Display selected customers by type in the interactive dashboard.

• Search for customers across multiple tables by postal code by entering any number of characters.

You need to configure the system.

Which configuration options should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 14

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?

Options:

A.

Microsoft Accessibility Conformance Reports

B.

Microsoft Compliance Center

C.

Power Apps Studio

D.

Microsoft Accessibility Guides

E.

Microsoft Visual Studio

Question 15

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.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

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).

B.

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 First(Accounts).

Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).

C.

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).

D.

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).

Question 16

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?

Options:

A.

createdon

B.

accountid

C.

owninguser

D.

description

Question 17

You are an app designer for a hotel.

The hotel wants to create an app to help the housekeeping staff schedule work.

You need to create a new environment for the app.

Where should you create the environment?

Options:

A.

Power Platform Admin center

B.

Power Apps Maker portal

C.

Dynamics 365 Admin center

Question 18

You need to create the solution assets.

What should you use to create the visualizations? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 19

You need to implement the change requested by the operations manager.

Which control should you use?

BF70D5D

Options:

A.

Camera

B.

Shape

C.

Add picture

D.

Image

Question 20

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.

Options:

Question 21

You need to resolve the issues found during testing.

Which option should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 22

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.

Options:

Question 23

You need to meet the requirement for the time tracking app.

Which controls should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 24

You need to implement logic in the app for lost sales.

What should you do?

Options:

A.

Create a business process flow.

B.

Define a business rule for the Sales Log edit form.

C.

Set the required field property of the Won/Lost field to Required.

D.

Create a formula for the Description field that uses the Update function.

Question 25

You need to configure the system to meet the requirements.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 26

You need to resolve the user’s issue with the time tracking app.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Add a component to the time tracking screen for tracking total time.

B.

Create a new component inside of the component library for the time tracking app.

C.

Upload the component to AppSource.

D.

Add the Total Time field to the screen and set the value of the field property to Rollup

Question 27

You need to modify the entity form to resolve the customer request number issue.

What should you do?

Options:

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

Question 28

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?

Options:

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

Question 29

You need to connect to the data source for the Job Setup app.

What should you do?

Options:

A.

Configure a scheduled synchronization with the Common Data Service 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

Question 30

You need to create a flow for sending required emails to the regional manager.

How should you create the flow? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 31

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.

Options:

Question 32

You need to modify the app design to meet the accessibility needs of the sales associates.

Which properties should you configure? To answer, drag the appropriate properties to the correct restrictions. Each property 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.

Options:

Question 33

You need to meet the requirements for sales representative that submit status reports.

How should you configure the flow?

Options:

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

Question 34

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.

Options:

Question 35

You need to create the food bank notification.

Which four 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.

Options:

Question 36

You need to design the data model for the cooking classes.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 37

You need to implement the student attendance requirements.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 38

You need to select tables to use for the main personas in the college implementation.

What should you use for each persona? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 39

You need to create the solution for subscriber orders.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 40

You need to implement a solution to meet the ingredients inventory requirement.

Which type of public view should you use?

Options:

A.

a conditional view filter that filters by both threshold and quantity

B.

a grid filter that filters by quantity only

C.

a conditional view filter that filters by threshold only

D.

a grid filter that filters by threshold only

E.

a grid filter that filters by both threshold and quantity

Question 41

You need to implement reporting to support the college marketing efforts. Which type of dashboard should you use?

Options:

A.

Power Bl

B.

Interactive

C.

Model-driven

Question 42

You need to resolve the instructor's issue and ensure that the same issue does not occur again. What should you use?

Options:

A.

Gallery

B.

Combo box

C.

Custom component

D.

Choices

Question 43

You need to resolve the issue related to the student canvas app.

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.

Options:

Question 44

You need to design and distribute a chatbot that captures ideas for new recipes.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 45

You need to select a design approach for the required features.

Which app type should you use? To answer, drag the appropriate app types to the correct requirements. 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.

Options:

Question 46

You need to select data types for the app.

Which data type should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 47

You need to implement the Microsoft Power Platform tools that meet the requirements of the office workers, office manager, and salespeople.

Which tools should you use? To answer, select the appropriate options in the answer area.

NOTE Each correct selection is worth one point.

Options:

Question 48

You need to create a Power Automate flow by using a minimum number of actions for the estimate approval process.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area arrange them in the correct order.

Options:

Question 49

You need to explain to the salespeople where to store photos taken onsite in situations with both offline and online connections. Which locations should you recommend for each connection type? To answer, select the appropriate options in the answer area. NOTE Each correct selection is worth one point.

Options:

Question 50

You need to implement the concrete calculator. Which Microsoft Power Platform tool or component should you use?

Options:

A.

Web resources

B.

Desktop flow

C.

Canvas app

D.

PCF control

Question 51

You need to create a Dataverse table view for the office workers who create estimates. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.

Sort by the Created on date in ascending order.

B.

Add a filter for which Created by equals the current user.

C.

Add a filter for which the owner equals the current user.

D.

Sort by the Created on date in descending order.

Page: 1 / 28
Total 277 questions