ExamGecko
Home Home / Microsoft / PL-200

Microsoft PL-200 Practice Test - Questions Answers, Page 23

Question list
Search
Search

List of questions

Search

Related questions











You create a Power Apps app for Microsoft Teams using Microsoft Dataverse for Teams. Users report that they are unable to view the app in Teams. You need to ensure that users can access the app. What should you do?

A.

Share the app with a security group by using the Maker portal.

A.

Share the app with a security group by using the Maker portal.

Answers
B.

Share the app with a security group in Teams.

B.

Share the app with a security group in Teams.

Answers
C.

Request that a tenant administrator pin the app to the app bar in Teams.

C.

Request that a tenant administrator pin the app to the app bar in Teams.

Answers
D.

Publish the app by using the Maker portal.

D.

Publish the app by using the Maker portal.

Answers
E.

Share the app with individual users by using the Maker portal.

E.

Share the app with individual users by using the Maker portal.

Answers
Suggested answer: C

Explanation:

When you create a Power Apps app for Microsoft Teams using Microsoft Dataverse for Teams, the app needs to be added to the app bar in Teams before it can be accessed by users. This can only be done by a tenant administrator. To ensure that users can access the app, you would need to request that the tenant administrator pin the app to the app bar in Teams.Sharing the app with a security group by using the Maker portal (A) or in Teams (B) would allow users in that group to access the app, but they would still need to be able to find and open the app.Here are some references from Microsoft that may be helpful in understanding how to make Power Apps app available in Teams: Microsoft docs: Add a Power Apps app to a Microsoft Teams channel

Microsoft docs: Pin a Power Apps app to the app bar in Microsoft Teams Microsoft docs: Distribute Power Apps for Microsoft Teams


A company creates a Power Automate cloud flow for a Power Apps app.

The cloud flow must send a daily email that contains a list of year-to-date (VTD) totals.

You need to configure the flow.

Which feature should you use?

A.

Parallel branch

A.

Parallel branch

Answers
B.

Loop

B.

Loop

Answers
C.

Condition

C.

Condition

Answers
D.

Wait

D.

Wait

Answers
Suggested answer: B

Explanation:

In order to send a daily email that contains a list of year-to-date (YTD) totals, you would need to use a loop in the Power Automate cloud flow. A loop allows you to repeat a specific set of actions until a certain condition is met. In this case, the loop would be used to iterate through the data for each day, accumulating the totals for the year-to-date (YTD) and then sending the email at the end of the loop with the accumulated totals.Here are some references from Microsoft that may be helpful in understanding how to use loops in Power Automate: Microsoft docs: Loops in Power Automate Microsoft docs: Repeating a flow with a loop


A company creates a canvas app.

The app requires near real-time data from an accounting system that resides in a customers data center.

You need to implement a solution for the app.

What should you create?

A.

Azure DevOps pipeline

A.

Azure DevOps pipeline

Answers
B.

On-premises data gateway

B.

On-premises data gateway

Answers
C.

Power Pages

C.

Power Pages

Answers
D.

Data integration project

D.

Data integration project

Answers
Suggested answer: B

Explanation:

When a company creates a canvas app that requires near real-time data from an accounting system that resides in a customer's data center, one solution that can be implemented is to create an On- premises data gateway.An On-premises data gateway is a service that allows Power Apps to connect to and access data sources that are located on-premises, such as the accounting system in the customer's data center.The gateway acts as a bridge between the cloud-based Power Apps and the on-premises data sources, enabling real-time data transfer and integration.


A company uses a canvas app.

Supervisors must approve transactions when a user from the sales department enters a revenue amount that is over $1 million.

You need to configure an approval process without using code.

What should you create?

A.

Column Expression

A.

Column Expression

Answers
B.

Power Automate cloud flow

B.

Power Automate cloud flow

Answers
C.

Azure Service Bus service

C.

Azure Service Bus service

Answers
D.

Power Apps component framework (PCF) control

D.

Power Apps component framework (PCF) control

Answers
Suggested answer: B

You have a classic workflow. The workflow updates a custom column on a record when an account record is created. The workflow must update the custom column based on the following conditions:

• Update the custom column value using the Account Number.

• If the Account Number column is blank, update the custom column value using the Ticker Symbol.

• If the Ticker Symbol column is blank, update the custom column value to N/A

You need to configure the custom column value by using the update record step. What should you do?

A.

Add the two columns with the default value by using the Forms Assistant.

A.

Add the two columns with the default value by using the Forms Assistant.

Answers
B.

Add an expression that evaluates the two column values and uses the first populated value or else the default value.

B.

Add an expression that evaluates the two column values and uses the first populated value or else the default value.

Answers
C.

Add check conditions to determine if the two columns contain data.

C.

Add check conditions to determine if the two columns contain data.

Answers
D.

Add a formula that evaluates the two column values and uses the first populated value or else the default value

D.

Add a formula that evaluates the two column values and uses the first populated value or else the default value

Answers
Suggested answer: A

You are creating tables for use with Microsoft Power components.

The display names of the tables must not be changed when the solution is promoted to the user acceptance testing environment.

You need to apply this restriction to the solution.

Where should you make the changes?

A.

Power Apps

A.

Power Apps

Answers
B.

Default solution

B.

Default solution

Answers
C.

Segmented solution

C.

Segmented solution

Answers
D.

Unmanaged solution

D.

Unmanaged solution

Answers
E.

Managed solution

E.

Managed solution

Answers
Suggested answer: C

HOTSPOT

A company uses Dataverse to store the names of contacts. The company uses a shared Microsoft Excel file to collect the data. The company requires that the contacts be added to Dataverse automatically every day You need to identify which tools are required to create and perform the import. What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 227
Correct answer: Question 227

You deploy a Power Vitlu.il Agents chatoot that integrates with Dynamics 365 Omnichannel for Customer Service.

You observe that the chatbot is not able to recognize the questions asked by use's.

You need to ensure that the chatbot can respond to unrecognized questions. The solution must minimize administrative effort.

What should you do?

A.

Add a fallback topic

A.

Add a fallback topic

Answers
B.

Create new topics.

B.

Create new topics.

Answers
C.

Create an entity.

C.

Create an entity.

Answers
D.

Modify the Escalate system topic.

D.

Modify the Escalate system topic.

Answers
Suggested answer: A

HOTSPOT

A company is implementing a data model by using Dataverse.

The company requires the following columns in a new custom table:

You need to choose the column type that uses the least amount of database storage for each column.

Which column types should you choose? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question 229
Correct answer: Question 229

A company uses a model driven app.

The company needs to automatically update the Status column in real time.

You need to configure this feature.

Solution: Create a flow that has an Update a row action.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B
Total 285 questions
Go to page: of 29