ExamGecko
Home Home / Microsoft / PL-200

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

Question list
Search
Search

List of questions

Search

Related questions











HOTSPOT

A company uses Power Apps. You enable auditing in Microsoft Dataverse. Users report the following

issues when viewing the audit logs:

• Unable to view the read access audit logs.

• Unable to view the Account table audit logs.

You need to troubleshoot the issues.

What are the causes of the issues? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 211
Correct answer: Question 211

A company is implementing Power Apps and Power Automate.

Several components are created within Power Apps. Microsoft Dataverse. and Power Automate.

These components must be promoted from the development environment to the user acceptance test environment in a single solution package. You need to create the solution package for promotion.

Where should you create the package?

A.

Office 365 admin center

A.

Office 365 admin center

Answers
B.

Azure DevOps

B.

Azure DevOps

Answers
C.

Power Apps designer

C.

Power Apps designer

Answers
D.

Microsoft Power Platform admin center

D.

Microsoft Power Platform admin center

Answers
E.

Azure portal

E.

Azure portal

Answers
Suggested answer: E

Explanation:

A solution package is a bundle of components, such as Power Apps, Power Automate, and Microsoft Dataverse, that can be promoted from one environment to another. To create the solution package for promotion in a company that is implementing Power Apps and Power Automate, the package should be created in the Microsoft Power Platform admin center.In the Power Platform admin center, you can create a solution package that includes the necessary components and export it as a .zip file. This file can then be imported into the desired environment, such as the user acceptance test environment, to promote the components.Reference:https://docs.microsoft.com/en-us/power-platform/admin/solutions/create-solution https://docs.microsoft.com/en-us/power-platform/admin/solutions/import-solution https://docs.microsoft.com/en-us/power-platform/admin/solutions/export-solution


You need to build a Power Bl dashboard for sales managers to track opportunities.

When a new sale closes that is greater than S1 million, a notification must pop up and an email must be sent to the leadership team. You need to ensure the email is sent without editing the Microsoft Dataverse.

Which two elements should you configure? Each correct answer is part of the solution.

NOTE: Each correct selection is worth one point.

A.

alerts in Power Bl

A.

alerts in Power Bl

Answers
B.

a calculated column in the Dataverse

B.

a calculated column in the Dataverse

Answers
C.

a custom connector

C.

a custom connector

Answers
D.

a paginated report to save to Microsoft OneDrive

D.

a paginated report to save to Microsoft OneDrive

Answers
E.

a Power Automate flow

E.

a Power Automate flow

Answers
Suggested answer: A, E

Explanation:

In order to build a Power Bl dashboard for sales managers to track opportunities and send notifications and emails when a new sale closes that is greater than S1 million, you should configure: A. alerts in Power Bl: You can set up alerts in Power Bl that will trigger when a specific condition is met. For example, you can set an alert to trigger when the value of a specific field in the "Opportunities" table exceeds $1 million.E. a Power Automate flow: To send an email to the leadership team when an alert is triggered, you can create a Power Automate flow that is triggered by the Power Bl alert. The flow can then use the "Send an email" action to send an email to the leadership team with the necessary information about the sale that exceeded $1 million.Reference:https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-alerts https://docs.microsoft.com/en-us/power-platform/admin/alerts-overview


A company uses a Power Apps app with Microsoft Dataverse.

The company requires the import of records into Dataverse. Duplicate records in the data must be deleted without user intervention. You create a duplicate detection rule.

You need to configure the rule for the data import.

Which option should you configure?

A.

Enable the Templates for Data Import option.

A.

Enable the Templates for Data Import option.

Answers
B.

Enable the When a record is created or updated option.

B.

Enable the When a record is created or updated option.

Answers
C.

Disable the Allow Duplicates option.

C.

Disable the Allow Duplicates option.

Answers
D.

Enable the During data import option.

D.

Enable the During data import option.

Answers
Suggested answer: D

Explanation:

When configuring a duplicate detection rule in Power Apps with Microsoft Dataverse, to automatically delete duplicate records during a data import, you should enable the "During data import" option. This option allows the detection rule to automatically delete duplicates as they are imported into the system, without requiring user intervention.Reference:https://docs.microsoft.com/en-us/power-platform/admin/create-duplicate-detection-rule https://docs.microsoft.com/en-us/power-platform/admin/data-integration-duplicate-detection


A company uses model-driven apps.

Users in the sales department enter the first name, last name, and phone number of customers in the app. The users request a single screen in the app to enter the customer data. You need to configure the app.

What should you do?

A.

Create a canvas app.

A.

Create a canvas app.

Answers
B.

Modify the site map.

B.

Modify the site map.

Answers
C.

Create a Power Automate flow.

C.

Create a Power Automate flow.

Answers
D.

Use a Power Virtual Agents app.

D.

Use a Power Virtual Agents app.

Answers
Suggested answer: B

Explanation:

To configure a model-driven app in order to provide a single screen for the sales department users to enter the customer data, you should modify the site map of the app. A site map is a hierarchical representation of the different areas and functionality of the app, and it can be modified to create a new screen or view that combines the necessary fields for the customer data entry.Once the site map is modified, you can add the necessary fields (first name, last name, and phone number) to the new screen or view, and make it accessible to the sales department users.Reference:https://docs.microsoft.com/en-us/power-platform/admin/model-driven-apps-overview https://docs.microsoft.com/en-us/power-platform/admin/modify-site-map


A company uses Power Apps.

The company plans to create a canvas app that uses a responsive design.

You need to configure the app.

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

NOTE: Each correct selection is worth one point.

A.

Enable the lock orientation setting.

A.

Enable the lock orientation setting.

Answers
B.

Configure the height and width properties by using a formula.

B.

Configure the height and width properties by using a formula.

Answers
C.

Disable the Scale to fit setting.

C.

Disable the Scale to fit setting.

Answers
D.

Configure the height and width properties by using drag handles.

D.

Configure the height and width properties by using drag handles.

Answers
Suggested answer: B, C

Explanation:

To create a canvas app that uses a responsive design in Power Apps, you should perform the following actions: B. Configure the height and width properties by using a formula: By using a formula to set the height and width properties, you can ensure that the app will respond to changes in screen size and orientation. For example, you can use the Width() and Height() functions to set the width and height properties based on the size of the screen.C. Disable the Scale to fit setting: The Scale to fit setting, when enabled, makes the app's content fit on the screen by scaling it down. T

o create a responsive app, this setting must be disabled.

Reference:https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/responsive-design

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


You plan to create a Power Virtual Agents bot.

The bot must support single sign-on.

You need to publish the bot.

Which two locations should you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Microsoft Teams

A.

Microsoft Teams

Answers
B.

Mobile app developed for iOS and Android

B.

Mobile app developed for iOS and Android

Answers
C.

Azure Bot Service channels

C.

Azure Bot Service channels

Answers
D.

Website developed using pro developer tools

D.

Website developed using pro developer tools

Answers
Suggested answer: C, D

Explanation:


A company uses a model-driven app. The app uses a Power Virtual Agents chatbot.

The company has two locations in different countries/regions with separate environments for each location. Each location has a development environment, a testing environment, and a production environment. The company uses the Application Lifecycle Management (ALM) process for the environments.

You need to create the different Power Virtual Agents bot environments.

How many Power Virtual Agents bot environments are required?

A.

1

A.

1

Answers
B.

2

B.

2

Answers
C.

3

C.

3

Answers
D.

6

D.

6

Answers
Suggested answer: D

Explanation:

When a company uses a model-driven app that incorporates a Power Virtual Agents chatbot, and has multiple locations with different environments for each location, it is necessary to create separate Power Virtual Agents bot environments for each location.For each location, 3 different environments are required: development, testing, and production. This is in line with the Application Lifecycle Management (ALM) process that the company uses.In total, 6 Power Virtual Agents bot environments are required: 2 locations x 3 environments per location = 6.It's worth mentioning that Power Virtual Agents allows to export and import the bot, so once you configure the bot in one environment, you can import the bot to the other environments, this way you don't need to start from scratch.Reference:https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/bot-lifecycle https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/export-import


A company creates a bot by using Power Virtual Agents.

The company requires the bot to transfer callers to an agent if the bot is unable to recognize a customers request. You need to configure the bot for the unrecognized information from the customer.

Which feature should you use?

A.

Fallback workstream

A.

Fallback workstream

Answers
B.

Fallback topic

B.

Fallback topic

Answers
C.

Fallback skill

C.

Fallback skill

Answers
D.

Fallback queue

D.

Fallback queue

Answers
E.

Fallback entity

E.

Fallback entity

Answers
Suggested answer: B

Explanation:

A Fallback topic is a type of topic in Power Virtual Agents that is used when the bot is unable to understand the customer's request. When a Fallback topic is triggered, it takes over the conversation and presents the customer with a set of options or a message that allows them to get the help they need. This can include options such as requesting to speak with an agent, providing feedback, or getting more information about the bot's capabilities. Fallback topic can be configured to automatically transfer the customer to an agent.Reference:https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/fallback https://docs.microsoft.com/en-us/power-virtual-agents/create-bot/bot-topics



You have a canvas app with an embedded Power Bl tile.

You share the canvas app. Users report that they are unable to access the Power Bl content.

You need to determine why users are unable to access the content

What is the cause of the user s problems?

A.

The Power Bl dashboard is not shared.

A.

The Power Bl dashboard is not shared.

Answers
B.

The Power Bl interactions property on the Power Bl tiles is set to Off.

B.

The Power Bl interactions property on the Power Bl tiles is set to Off.

Answers
C.

The Power Bl connection is not shared.

C.

The Power Bl connection is not shared.

Answers
D.

The Power Bl Display mode property on the Power Bl tiles is set to Disabled

D.

The Power Bl Display mode property on the Power Bl tiles is set to Disabled

Answers
Suggested answer: A

Explanation:

When embedding a Power BI tile in a Canvas app, there are several factors that must be considered in order to ensure that users have access to the content. One of the most important is sharing the Power BI dashboard that the tile is embedded in. If the dashboard is not shared with the users, they will not be able to view the content in the tile.To share a Power BI dashboard, you must have the "Edit" permission for the dashboard. Once you have this permission, you can share the dashboard with other users by following these steps: Open the Power BI service and navigate to the dashboard that you want to share.


Total 285 questions
Go to page: of 29