ExamGecko
Home / Microsoft / PL-200 / List of questions
Ask Question

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

List of questions

Question 211

Report
Export
Collapse

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.


Microsoft PL-200 image Question 211 106150 10052024010701000
Correct answer: Microsoft PL-200 image answer Question 211 106150 10052024010701000
asked 05/10/2024
Jimmy Raiford
45 questions

Question 212

Report
Export
Collapse

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?

Office 365 admin center

Office 365 admin center

Azure DevOps

Azure DevOps

Power Apps designer

Power Apps designer

Microsoft Power Platform admin center

Microsoft Power Platform admin center

Azure portal

Azure portal

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


asked 05/10/2024
dennis schouwenaars
35 questions

Question 213

Report
Export
Collapse

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.

alerts in Power Bl

alerts in Power Bl

a calculated column in the Dataverse

a calculated column in the Dataverse

a custom connector

a custom connector

a paginated report to save to Microsoft OneDrive

a paginated report to save to Microsoft OneDrive

a Power Automate flow

a Power Automate flow

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


asked 05/10/2024
Liam Connelly
37 questions

Question 214

Report
Export
Collapse

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?

Enable the Templates for Data Import option.

Enable the Templates for Data Import option.

Enable the When a record is created or updated option.

Enable the When a record is created or updated option.

Disable the Allow Duplicates option.

Disable the Allow Duplicates option.

Enable the During data import option.

Enable the During data import option.

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


asked 05/10/2024
HAO KANG SUNG
36 questions

Question 215

Report
Export
Collapse

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?

Create a canvas app.

Create a canvas app.

Modify the site map.

Modify the site map.

Create a Power Automate flow.

Create a Power Automate flow.

Use a Power Virtual Agents app.

Use a Power Virtual Agents app.

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


asked 05/10/2024
Samori Augusto
43 questions

Question 216

Report
Export
Collapse

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.

Enable the lock orientation setting.

Enable the lock orientation setting.

Configure the height and width properties by using a formula.

Configure the height and width properties by using a formula.

Disable the Scale to fit setting.

Disable the Scale to fit setting.

Configure the height and width properties by using drag handles.

Configure the height and width properties by using drag handles.

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


asked 05/10/2024
Rebecca Gillespie
40 questions

Question 217

Report
Export
Collapse

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.

Become a Premium Member for full access
  Unlock Premium Member

Question 218

Report
Export
Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 219

Report
Export
Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 220

Report
Export
Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member
Total 290 questions
Go to page: of 29
Search

Related questions