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

Microsoft PL-600 Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

You are designing a Power Platform solution.

During quality assurance testing the API limits are reached.

You need to identify and resolve the issue.

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

NOTE: Each correct selection is worth one point.

Allocate Microsoft Dataverse capacity add-on subscriptions.

Allocate Microsoft Dataverse capacity add-on subscriptions.

Use the out-of-the-box User Summary report from the Reports section of the solution's model-driven app.

Use the out-of-the-box User Summary report from the Reports section of the solution's model-driven app.

In the Power Platform admin center, review the Home tab Dataverse analytics dashboard.

In the Power Platform admin center, review the Home tab Dataverse analytics dashboard.

In the Power Platform admin center, review the Usage section of the Power Apps analytics dashboard.

In the Power Platform admin center, review the Usage section of the Power Apps analytics dashboard.

In the Power Platform admin center, review the Runs section of the Power Automate analytics dashboard.

In the Power Platform admin center, review the Runs section of the Power Automate analytics dashboard.

Suggested answer: A, C

Explanation:

A: When users exceed their limits, administrators can see this in the admin center (see below). You can do either one of the following:

Adjust the app or flow to use fewer API requests

Purchase the Power Apps and Power Automate capacity add-on for your organization.

C: Home (default) Dashboard.

This is the default dashboard that provides information on the number of active Dataverse users, storage usage, the most active workflows, and more.

Microsoft PL-600 image Question 2 explanation 107170 10052024010806000000

API Calls: API Calls Number of API calls that were made by the Dataverse environment for the selected time period.

Reference:

https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations

https://docs.microsoft.com/en-us/power-platform/admin/analytics-common-data-service

asked 05/10/2024
GISELE AGNARAMON
45 questions

Question 22

Report
Export
Collapse

You are a Power Apps architect for a company. The IT administrator designs a Power Apps app that is ready to be tested. The company uses application lifecycle management (ALM). Each version and solution component must be tracked as it is tested.

You need to recommend a strategy to deploy solutions for the user acceptance testing environment.

What should you recommend?

Use Package Deployer and deploy a managed solution.

Use Package Deployer and deploy a managed solution.

Use Package Deployer and deploy an unmanaged solution.

Use Package Deployer and deploy an unmanaged solution.

Use Solution Packager and deploy a managed solution.

Use Solution Packager and deploy a managed solution.

Use Solution Packager and deploy an unmanaged solution.

Use Solution Packager and deploy an unmanaged solution.

Suggested answer: D

Explanation:

Solution Packager is a tool that can unpack a compressed solution file into multiple XML files and other files, so they can be easily managed by a source control system. Unmanaged solution: An open solution with no restrictions on what can be added, removed, or modified. This is recommended during development of a solution. Incorrect Answers:

A, B: Package Deployer lets administrators or developers deploy comprehensive packages of relevant assets to Dataverse instances. C: Managed solution

A completed solution ready to be imported into an organization. Once imported, components can't be added or removed, although they can optionally allow further customization. This is recommended when development of the solution is complete.

Reference: https://docs.microsoft.com/en-us/power-platform/alm/solution-packager-tool

asked 05/10/2024
Samantha Carpenter
29 questions

Question 23

Report
Export
Collapse

A company wants to create a Power Automate flow that posts marketing events to social media.

The company must ensure that the postings adhere to regulatory requirements for handling of personally identifiable information (PII) data. The company will not post events to unauthorized social media platforms. You need to ensure that the requirement is met.

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

NOTE: Each correct selection is worth one point.

Configure the relevant connector so that is part of the Non-Business data group category.

Configure the relevant connector so that is part of the Non-Business data group category.

Create a security role to prevent data export.

Create a security role to prevent data export.

Configure an Azure Active Directory (AAD) security role for the maker to the environment.

Configure an Azure Active Directory (AAD) security role for the maker to the environment.

Create a Data Loss Protection (DLP) policy.

Create a Data Loss Protection (DLP) policy.

Configure the relevant connector so that it is part of the Blocked data group category.

Configure the relevant connector so that it is part of the Blocked data group category.

Suggested answer: D, E

Explanation:

DLP policies enforce rules for which connectors can be used together by classifying connectors as either Business or Non-Business. If you put a connector in the Business group, it can only be used with other connectors from that group in any given app or flow. Sometimes you might want to block the usage of certain connectors altogether by classifying them as Blocked.

Reference: https://docs.microsoft.com/en-us/power-platform/admin/wp-data-loss-prevention

asked 05/10/2024
jonathan Smallwood
33 questions

Question 24

Report
Export
Collapse

HOTSPOT

You design a Power Platform solution for a customer. The solution uses Microsoft Dataverse as the data store. You are managing the go-live process for the solution.

The customer reports the following performance issues:

Form load time is much slower than it was during testing.

Overall system performance has been significantly slower that it was during testing.

You need to recommend how to troubleshoot system performance.

Which actions should you recommend? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Microsoft PL-600 image Question 24 107173 10052024010806000
Correct answer: Microsoft PL-600 image answer Question 24 107173 10052024010806000

Explanation:

Box 1: Review the fields that are on the form

Keep the number of table columns (fields) to a minimum.

The more table columns (formerly referred to as fields) you have in a form, the more data that needs to be downloaded to view each record.

Box 2: Review one to many relationships to verify whether cascade settings are necessary.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/optimize-form-performance

asked 05/10/2024
nico farina
38 questions

Question 25

Report
Export
Collapse

HOTSPOT

You are supporting a recent go-live for a model-driven app that includes mobile offline functionality. Users report the following issues:

The process of downloading initial metadata for the app takes hours to complete.

Some account views are unavailable when the app is offline.

Changes to users’ security privileges are not reflected in the mobile app.

Contact data is not available when the app is offline.

You need to resolve the mobile app performance issues.

What should you review? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Microsoft PL-600 image Question 25 107174 10052024010806000
Correct answer: Microsoft PL-600 image answer Question 25 107174 10052024010806000

Explanation:

asked 05/10/2024
Massimo Magliocca
37 questions

Question 26

Report
Export
Collapse

A company uses two separate unlinked apps to manage sales leads; a Power Apps app and a third-party application.

The client has the following requirements:

Manage all leads by using the Power Apps app.

Create a lead in the Power Apps app when a user creates a lead in the third-party application.

Update leads in the Power Apps app when a user updates a lead in the third-party application. Connect to the third-party application by using an API.

You need to recommend strategies to integrate the Power Apps app and the third-party application.

Which three options can you use to achieve the goal? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Dual-write

Dual-write

Custom connector

Custom connector

Dataflow

Dataflow

Power Automate cloud flow

Power Automate cloud flow

Dataverse connector

Dataverse connector

Suggested answer: A, D, E

Explanation:

A: Customers should be able to adopt business applications from Microsoft and expect they speak the same language and seamlessly work together. Dual Write allows our customers to not think about these apps as different systems to write to independently; rather, the underlying infrastructure makes it seamless for these apps to write simultaneously.

D: Use Custom APIs to create your own APIs in Dataverse. With a Custom API you can consolidate a group of operations into an API that you and other developers can call in their code. The Dataverse connector enables calling Custom APIs actions in Power Automate.

E: Dataverse provides access to the environment database on the Microsoft Dataverse Service. It is available for Logic Apps, Power Automate, and Power Apps.

Reference:

https://docs.microsoft.com/en-us/business-applications-release-notes/april19/cdm-data-integration/dual-write-link-common-data-service-apps

https://docs.microsoft.com/en-us/connectors/commondataservice/

https://docs.microsoft.com/en-us/powerapps/developer/data-platform/custom-api

https://docs.microsoft.com/en-us/powerapps/developer/data-platform/custom-api

asked 05/10/2024
Anbudurai Dhakshinamoorthy
20 questions

Question 27

Report
Export
Collapse

A large company experiences high staff turnover rates. As a result, the company must add or remove multiple system user accounts daily. You need to recommend a security concept which will facilitate complex security profiles to entities for large groups of users across the Power Apps and Dynamics 365 applications. What should you recommend?

Hierarchy security

Hierarchy security

Field-level security

Field-level security

User access management

User access management

Team privileges

Team privileges

Suggested answer: D

Explanation:

User and team management is the area of Microsoft Dataverse where you can create and maintain user accounts and profiles. A user is any person who works for a business unit who uses Dataverse. Each user has a user account. A team is a group of users. Teams let users across an organization collaborate and share information. Note: Why use Dataverse?

Easy to secure - Data is securely stored so that users can see it only if you grant them access. Role-based security allows you to control access to tables for different users within your organization. Data from your Dynamics 365 applications is also stored within Dataverse, allowing you to quickly build apps that use your Dynamics 365 data and extend your apps with Power Apps.

Reference:

https://docs.microsoft.com/en-us/powerapps/developer/data-platform/user-team-entities https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-intro

asked 05/10/2024
mark linde
30 questions

Question 28

Report
Export
Collapse

You are designing a Power Platform solution.

The company wants its development team to adopt the construction of repeatable components for its implementation team to reuse on different entities and forms. You need to recommend a technology that meets these requirements.

Which technology would you recommend the developers adopt to assist the implementation team?

JavaScript

JavaScript

Power Apps Component Framework control

Power Apps Component Framework control

Web resource

Web resource

Canvas app

Canvas app

Suggested answer: B

Explanation:

Power Apps component framework empowers professional developers and app makers to create code components for model-driven and canvas apps (public preview) to provide enhanced user experience for the users to work with data on forms, views, and dashboards.

Reference: https://docs.microsoft.com/en-us/powerapps/developer/component-framework/overview

asked 05/10/2024
Ray Hato
38 questions

Question 29

Report
Export
Collapse

A company uses manual processes to track interactions with customers. The company wants to use Power Platform to improve productivity. The company has the following requirements:

Provide customers with an online portal where they can submit and review cases.

Ensure that customers can chat online with a customer service representative at any time. Route chats to customer service representatives based on skill and availability. You need to recommend a solution to the company.

Which three components should you recommend? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Dynamics 365 Virtual Agents chatbots

Dynamics 365 Virtual Agents chatbots

Customer self-service portal

Customer self-service portal

Dynamics 365 Field Service

Dynamics 365 Field Service

Business process flows

Business process flows

Omnichannel for Customer Service

Omnichannel for Customer Service

Suggested answer: B, D, E

Explanation:

B: Customer self-service portal: A customer self-service portal enables customers to access self-service knowledge, support resources, view the progress of their cases, and provide feedback. Note: Based on the selected environment in Power Apps, you can create a Dataverse starter portal or a portal in an environment containing customer engagement apps (Dynamics 365 Sales, Dynamics 365 Customer Service, Dynamics 365 Field Service, Dynamics 365 Marketing, and Dynamics 365 Project Service Automation).

E: Omnichannel for Customer Service offers a suite of capabilities that extend the power of Dynamics 365 Customer Service Enterprise to enable organizations to instantly connect and engage with their customers across digital messaging channels.

Incorrect Answers:

A: The Dynamics 365 Field Service business application helps organizations deliver onsite service to customer locations. C: Dynamics 365 Virtual agent is a no-code-required AI-based application that is focused on providing customer service organizations the ability to engage in personalized conversations that go beyond the conversational search. Virtual agents provide the ability to deploy and manage the automation of handling problems with specific solutions.

Reference: https://docs.microsoft.com/en-us/powerapps/maker/portals/portal-templates https://docs.microsoft.com/en-us/dynamics365/customer-service/embed-chat-widget-portal

asked 05/10/2024
Princess Sophia Tuazon
41 questions

Question 30

Report
Export
Collapse

A client uses Dynamics 365 Sales, Power BI datasets, and Power BI dataflows.

The Dynamics 365 Sales implementation has security roles that restrict data export. You need to ensure that data has the same restrictions in Power BI as it does in Dynamics 365 Sales. You need to design the security to avoid sensitive data from being seen.

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

NOTE: Each correct selection is worth one point.

Use Microsoft Dataverse restrictions before setting up the Power BI reports.

Use Microsoft Dataverse restrictions before setting up the Power BI reports.

Limit the role in Dynamics 365 Sales to only data allowed so it cannot be exported to Microsoft Excel.

Limit the role in Dynamics 365 Sales to only data allowed so it cannot be exported to Microsoft Excel.

Limit the role and ensure that exporting to Microsoft Excel is not allowed in both Dynamics 365 Sales and Power BI.

Limit the role and ensure that exporting to Microsoft Excel is not allowed in both Dynamics 365 Sales and Power BI.

Share Power BI dashboards only with users who are supported to see this data.

Share Power BI dashboards only with users who are supported to see this data.

Suggested answer: A, B

Explanation:

A: When you share a dashboard or report, the people you share it with can view it and interact with it, but can't edit it. They see the same data that you see in the dashboard and reports and get access to the entire underlying dataset unless row-level security (RLS) is applied to the underlying dataset.

B: Depending on the sensitivity of an organization's data, it is often necessary to disable the ability to export or print reports.

Reference: https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards

asked 05/10/2024
Adrian Kustosz
36 questions
Total 186 questions
Go to page: of 19
Search

Related questions