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

Page: 1 / 14
Total 278 questions
Question 1

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 a Microsoft Power Apps developer.

Business users must use an app on mobile phones to access charts that display the sales data of customers. Microsoft Dataverse stores the sales data.

You need to propose a solution to meet the requirements.

Solution: Use a Power BI report shared locally with business users.

Does the solution meet the goal?



Answer : B


Question 2

A company uses Microsoft Power Platform. You create a solution with components You deploy the solution in the production environment Users report issues with a process. You open the last imported solution. You need to troubleshoot the issue. What should you view?



Answer : D


Question 3

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?



Answer : A

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.


https://flow.microsoft.com/en-us/blog/solutions-in-microsoft-flow/

Question 4

You create a model-driven app for salespeople.

Users must interact with a business process flow that invokes multiple tables. You need to instruct users where to find the business process flow, which component should you use?



Answer : D


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



Answer : B

FormMode.New: the form is populated with default values and the user can modify the values of the fields. Once complete, the user can add the record to the data source.


https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form

Question 6

A company creates an app that uses Microsoft Dataverse tables.

The app creator wants to verify that the app is operating as expected by using a sample set of real-world data.

You need to import the sample data into Dataverse tables.

Which two technologies can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : C, D

C: You can create a table in Dataverse and fill that table with data from an OData feed by using Power Query. You can use the same techniques to integrate data from these online and on-premises sources, among others:

SQL Server

Salesforce

IBM DB2

Access

Excel

Web APIs

OData feeds

Text files

D: You can create a new Dataverse table that stores all the metadata from the dataflow run. For every refresh of a dataflow, a record is added to this table. You can also store metadata for multiple dataflow runs in the same table.


https://docs.microsoft.com/en-us/power-query/dataflows/load-dataflow-metadata-into-dataverse-table

https://docs.microsoft.com/en-us/power-query/dataflows/add-data-power-query

Question 7

A company is implementing the Microsoft Power Platform to assist with consolidation of onsite inspections and audits of retail stores. Currently, the data used by the retail store inspections is located across multiple systems.

The canvas app must use one database to view and record all data used in the inspection process.

You need to design the solution.

Which three capabilities should you implement? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : B, C, E

B: Virtual tables (also known as virtual entities) enable the integration of data residing in external systems by seamlessly representing that data as tables in Microsoft Dataverse, without replication of data and often without custom coding.

CE: Authenticating to a Gen 1 DataLakeStore Account

Gen 1 uses OAuth 2.0 in Azure AD for authentication.


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

Page:    1 / 14   
Total 278 questions