ExamGecko
Home Home / Microsoft / PL-100

Microsoft PL-100 Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

You are creating a model-driven app for onboarding new employees.

You need to implement business logic for the app.

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


Question 51
Correct answer: Question 51

Explanation:

Box 1: Business process flow

A business process flow is a visual guide meant to help users complete a business process by using a set of predefined stages. Users are not limited on how long they run a business process or how long they have a stage open.

Box 2: Business rule

Box 3: Power Automate

A Power Automate flow does not have any visual components like a business process flow. Power Automate flows can be configured to work with many different data sources, and a flow can connect to many different data sources within the same flow. A flow can be configured to time out if it is not completed in a certain time and can be triggered to move between steps based on data or user interaction.

Reference:

https://docs.microsoft.com/en-us/learn/modules/intro-business-process-flows/2-differences

HOTSPOT

You create a canvas app for a service company.

Using the Tree view, you navigate to the ViewServices screen. The screen contains a form named DetailForm1 that only contains Label controls. You add the People icon to the header of the ViewServices screen as shown below:

When you select the icon a new Activity form opens. You must set the value of the Name field on the new Activity form to the value of the name field from DetailForm1.

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.


Question 52
Correct answer: Question 52

Explanation:

Box 1: Name_DataCardValue1.Default

Box 2: Move the icon to the Activity form and set the On Select property to the Activity screen.

The Select function simulates a select action on a control as if the user had clicked or tapped the control. As a result, the OnSelect formula on the target control is evaluated.

Reference:

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

You are creating a canvas app for a company that delivers packages. The app will display one screen for each delivery attempt.

Drivers must make three attempts to deliver a package before returning the package back to a warehouse. Drivers must enter details about delivery on a second screen in the app.

You need to display a list of delivery attempts on the delivery screen.

Which two components can you add to the app to display details about the delivery attempts? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Data table

A.

Data table

Answers
B.

Vertical gallery

B.

Vertical gallery

Answers
C.

Display form

C.

Display form

Answers
D.

Drop-down

D.

Drop-down

Answers
Suggested answer: A, C

Explanation:

The Data table control shows a dataset.

In a canvas app, add and configure a Display form control to show all fields in a record.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-data-table

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-form-layout

HOTSPOT

A user named Bill Jones creates a canvas app and shares it with other users in his company as shown in SharePowerUsers and ShareJimSmith exhibits. (Click the SharePowerUsers tab and the ShareJimSmith tab.)

There are multiple versions of the app. Users must only be able to run the most recently published version of the app as shown in the table below:

You need to ensure that sharing is configured correctly.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 54
Correct answer: Question 54

Explanation:

Box 1: No

They can only use the app.

Box 2: Yes

Box 3: No

You would need to publish Version 2 to make it live.

Note: If you want to publish the restored version, select Publish this version, and then select Publish this version when prompted to confirm.

Notice the published restore version that shows up as Live.

Box 4: Yes

The most recent version of any app is available only to those who have edit permissions for it.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/share-app

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/restore-an-app

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/save-publish-app

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 default solution of the development environment and export as a managed solution.

A.

Add the flow to the default solution of the development environment and export as a managed solution.

Answers
B.

Change the environment for the flow.

B.

Change the environment for the flow.

Answers
C.

Add the flow to the existing solution.

C.

Add the flow to the existing solution.

Answers
D.

Add the flow to the default solution of the production environment.

D.

Add the flow to the default solution of the production environment.

Answers
Suggested answer: A

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.

Reference:

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

DRAG DROP

You have a canvas app that uses multiple inputs for calculations.

You must use Test Studio to create automated tests and confirm that the app works as expected.

You need to organize your test scenarios into a hierarchy.

In which order should you create the objects? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 56
Correct answer: Question 56

Explanation:

Step 1: Test suites

By default, a test suite and test case are created for you in Test Studio. Test suites are used to organize your test cases. An app can contain one or more test suites.

Step 2: Test cases

Depending on how you want to organize or group your tests, you can create multiple test cases in a test suite. Each case can test a specific feature or a subset of functionalities in your app.

Step 3: Test steps

Step 4: Test assertions

A test case consists of test steps that contain actions. Test actions are written using Power Apps expressions that perform a task. You can use the recorder to automatically generate the test steps as you interact with your app. After you record, you can update the test case, add new steps, delete steps, and write test assertions to validate the result of your test.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio

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.

A.

Use an embedded access management framework for user security.

A.

Use an embedded access management framework for user security.

Answers
B.

Execute real-time data operations against external data sources through virtual entities.

B.

Execute real-time data operations against external data sources through virtual entities.

Answers
C.

Use Azure Active Directory for access management.

C.

Use Azure Active Directory for access management.

Answers
D.

Store data used by a Power Apps app on both iOS and Android mobile platforms.

D.

Store data used by a Power Apps app on both iOS and Android mobile platforms.

Answers
E.

Use Azure Data Lake storage to host the transactional data.

E.

Use Azure Data Lake storage to host the transactional data.

Answers
Suggested answer: B, C, E

Explanation:

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.

Reference:

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

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

A.

parameter

Answers
B.

global variable

B.

global variable

Answers
C.

collection

C.

collection

Answers
D.

environment variable

D.

environment variable

Answers
Suggested answer: B, D

Explanation:


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

A.

view

Answers
B.

gallery

B.

gallery

Answers
C.

data table

C.

data table

Answers
D.

form

D.

form

Answers
Suggested answer: A

Explanation:

With Power Apps apps, use views to define how a list of rows for a specific table is displayed in the application.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-views

Each maker at a company has a separate Common Data Service environment. You are customizing a canvas app. You create two new entities in your environment. You are leaving for a vacation. Another maker will continue customizing the app in your absence.

You need to transfer the work to the other maker and ensure that you can work on the updated app when you return from your vacation. What should you export?

A.

an unmanaged solution that includes all customizations

A.

an unmanaged solution that includes all customizations

Answers
B.

the default solution

B.

the default solution

Answers
C.

a managed solution that includes all customizations

C.

a managed solution that includes all customizations

Answers
D.

the app

D.

the app

Answers
Suggested answer: A

Explanation:

Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the solution. Incorrect Answers:

C: Managed Solution: A managed solution is a finalized solution that can be distributed and installed. They are created by exporting an unmanaged solution by setting restrictions to prevent any further customizations. The whole point of Managed is locking down the Component states so they cannot be edited. Deleting the Managed Solution will remove all its customisations as well as data contained. Managed Solutions become read only once deployed so they cannot be manipulated.

Reference: https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685

Total 271 questions
Go to page: of 28