ExamGecko
Home Home / Microsoft / PL-600

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

Question list
Search
Search

List of questions

Search

Related questions











You are designing a Microsoft Power Platform solution for a company. The company issues each employee a tablet device. The company wants to simplify the opportunity management processes and automate when possible. The company identifies the following requirements:

Users must have a visual guide to know which data to enter in each step of the opportunity management process. The system must automatically assign the opportunity to a manager for approval once all data is entered. The system must notify an assignee each time an opportunity is assigned to them by using push notifications. When a user selects a push notification, the associated opportunity must display.

You need to recommend the Microsoft Power Platform components that will meet their requirements.

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

NOTE: Each correct selection is worth one point.

A.

Power Apps mobile apps

A.

Power Apps mobile apps

Answers
B.

Power Automate desktop flows

B.

Power Automate desktop flows

Answers
C.

Power Automate cloud flows

C.

Power Automate cloud flows

Answers
D.

Power Virtual Agents chatbots

D.

Power Virtual Agents chatbots

Answers
E.

Business process flows

E.

Business process flows

Answers
Suggested answer: A, C, E

Explanation:

AC: Power Automate cloud flows

(The system must notify an assignee each time an opportunity is assigned to them by using push notifications.) To receive push notification, each user must have opened the app in Power Apps Mobile.

E: Business process flows provide a guide for people to get work done. They provide a streamlined user experience that leads people through the processes their organization has defined for interactions that need to be advanced to a conclusion of some kind.

(Users must have a visual guide to know which data to enter in each step of the opportunity management process.)

Reference: https://docs.microsoft.com/en-us/power-automate/business-process-flows-overview

A company provides mobile diagnostic imaging services. You are designing a Power Apps solution to manage patient appointments and procedures. Patient records are stored within the company’s cloud patient billing system. The patient ID must be the only information stored within the app. The patient name and date of birth must be visible to the technician to verify the patient’s identity.

You need to recommend a solution to display the patient information.

What should you recommend?

A.

Virtual table

A.

Virtual table

Answers
B.

Business rule

B.

Business rule

Answers
C.

Privacy preference

C.

Privacy preference

Answers
D.

Data gateway

D.

Data gateway

Answers
E.

Custom dataflow

E.

Custom dataflow

Answers
Suggested answer: A

Explanation:

A virtual table is a custom table in Microsoft Dataverse that has columns containing data from an external data source. Virtual tables appear in your app to users as regular table rows, but contain data that is sourced from an external database, such as an Azure SQL Database. Rows based on virtual tables are available in all clients including custom clients developed using the Dataverse web services.

Incorrect Answers:

D: The On-premises data gateway provides secure data transfer between on-premises data sources and your Azure Analysis Services servers in the cloud.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-edit-virtual-entities

A company has a model-driven app. The app has forms with both Business Rules and JavaScript added to handle the business logic on the form. The form contains logic that is enforced by using business rules. The company wants to apply the business rules to all forms in the app. You need to recommend a simplified form setup so the form can be maintained moving forward.

What should you recommend?

A.

Manage the business logic with a Power Apps Component Framework (PCF) control.

A.

Manage the business logic with a Power Apps Component Framework (PCF) control.

Answers
B.

Evaluate whether complex parts of the logic can be solved by using Power Apps Component Framework (PCF) control. Use Business Rules for the remaining functionality.

B.

Evaluate whether complex parts of the logic can be solved by using Power Apps Component Framework (PCF) control. Use Business Rules for the remaining functionality.

Answers
C.

Remove the Business Rules and use only JavaScript.

C.

Remove the Business Rules and use only JavaScript.

Answers
D.

Update logic to ensure Business Rules are optimized. Use JavaScript for the remaining functionality.

D.

Update logic to ensure Business Rules are optimized. Use JavaScript for the remaining functionality.

Answers
Suggested answer: B

Explanation:


A local bank uses Microsoft Power Platform apps to store customer data.

The bank IT director discovers that all employees can see the social security numbers of their customers. The IT team does not understand how field-level security works and needs help with the design. You need to recommend a solution to the bank that meets the following requirements:

The system must restrict access to customer social security numbers to the vice president of finance only. The vice president of finance must be able to read and update customer social security numbers.

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

NOTE: Each correct selection is worth one point.

A.

Set the values for the read permission and for the update permission for social security number to yes.

A.

Set the values for the read permission and for the update permission for social security number to yes.

Answers
B.

Enable field-level security for the member table.

B.

Enable field-level security for the member table.

Answers
C.

Create a field-level security profile.

C.

Create a field-level security profile.

Answers
D.

Enable field-level security for the social security number column.

D.

Enable field-level security for the social security number column.

Answers
Suggested answer: C, D

Explanation:

Field-level security is managed by the security profiles. To implement field-level security, a system administrator performs the following tasks.

1. Enable field security on one or more fields for a given entity.

2. Associate one more existing security profiles, or create one or more new security profiles to grant the appropriate access to specific users or teams.

Reference:

https://docs.microsoft.com/en-us/power-platform/admin/field-level-security

You are a Microsoft Power Platform solution architect working on a project. API calls are being sent between external applications and a Microsoft Power Platform solution.

The number of requests per user within a given time frame varies. Some users may be exceeding the service protection API limits. You need to ensure that the API conforms to service protection limits.

Which three metrics should you review? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

The number of requests that a user can make each day.

A.

The number of requests that a user can make each day.

Answers
B.

The total number of requests that can be processed each day.

B.

The total number of requests that can be processed each day.

Answers
C.

The number of concurrent requests that a user can make.

C.

The number of concurrent requests that a user can make.

Answers
D.

The total execution time for requests by all users.

D.

The total execution time for requests by all users.

Answers
E.

The combined execution time required to process requests from a user.

E.

The combined execution time required to process requests from a user.

Answers
Suggested answer: A, C, E

Explanation:

Three types of service protection API limit errors that can be returned:

1. Number of requests

This limit counts the total number of requests during the preceding 300 second period.

2. Execution time

This limit tracks the combined execution time of incoming requests during the preceding 300 second period. 3. Concurrent requests

This limit tracks the number of concurrent requests.

Reference:

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

You are evaluating a solution design for a model-driven app that will have a large number of complex forms. Many of the forms take up to 10 seconds to load.

You need to recommend solution to speed up loading times for the forms.

Which two solutions should you recommend? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Consolidate and reduce scripts.

A.

Consolidate and reduce scripts.

Answers
B.

Use synchronous JavaScript requests.

B.

Use synchronous JavaScript requests.

Answers
C.

Move scripts into the OnLoad event.

C.

Move scripts into the OnLoad event.

Answers
D.

Remove unnecessary fields.

D.

Remove unnecessary fields.

Answers
Suggested answer: A, D

Explanation:

D: Controls that require extra data beyond the primary record produce the most strain on form responsiveness and loading speed. These controls fetch data over the network and often involve a waiting period (seen as progress indicators) because it can take time to transmit the data.

Keep only the most frequently used of these controls on the default tab.

Incorrect Answers:

B: Use asynchronous network requests when requesting data. Request data asynchronously rather than synchronously when extra data is necessary for customizations.

C: Moving scripts to the Onload event would slow down the loading of the form.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/design-performant-forms

A company uses a third-party cloud-based app to make real-time business decisions. The app has a RESTful API. You must design a Microsoft Power Platform solution that interacts with the third-party app. Changes made in the Microsoft Power Platform solution must be reflected in the cloud app.

You need to recommend technologies to integrate the Microsoft Power Platform solution with the cloud app. Which two technologies should you recommend? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Scheduled Power Automate cloud flow with a custom connector to the cloud app

A.

Scheduled Power Automate cloud flow with a custom connector to the cloud app

Answers
B.

Power Virtual Agents

B.

Power Virtual Agents

Answers
C.

Custom plug-on registered with Microsoft Dataverse

C.

Custom plug-on registered with Microsoft Dataverse

Answers
D.

Model-driven app

D.

Model-driven app

Answers
Suggested answer: A, C

Explanation:

A: To enable Logic Apps, Power Automate, or Power Apps to communicate with the REST or SOAP API, use a custom connector, which is a wrapper around a REST API (Logic Apps also supports SOAP APIs).

C: Custom APIs are a powerful way to connect to any existing API, hosted anywhere, from PowerApps. You do not need a PowerApps Enterprise subscription to register or use a Custom API.

Custom APIs are RESTful endpoints that you can connect to and use from PowerApps. All you’ll need is a Swagger definition file for your endpoint.

Reference:

https://docs.microsoft.com/en-us/power-platform/guidance/architecture/real-world-examples/custom-connector-canvas https://powerapps.microsoft.com/hr-hr/blog/register-and-use-custom-apis-in-powerapps/

DRAG DROP

You are a Microsoft Power Platform solution architect capturing requirements for a national retail chain protect. The project has the following requirements • Retail employees must use the application on a company- prowled tablet device.

• The app must store data offline

• Environment capacity must be monitored to ensure usage stays within 80 percent of available capacity • Apps are shared with security group teams for users to access.

You need to identify the project s functional and non-functional requirements.

How should you categorize the requirements? To answer, drag the appropriate categories to the correct requirements. Each category 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.


Question 108
Correct answer: Question 108

HOTSPOT

You are designing a Microsoft Power Platform solution for a national repair service. The service has a 24-hour call center for customers to call and schedule repairs. The solution dispatches a technician to troubleshoot and repair customer issues. Customers sign into a customer portal to view and log information concerning the repairs. The repair service contracts with third party technicians for repair jobs

The solution must meet the following requirements:

• Dispatch technicians to troubleshoot and repair customer issues

• Call center must log customer issues.

• Third -party technicians must be able to access assigned repair service jobs.

You need to recommend an authentication strategy.

Which authentication models should you use? To answer, select the appropriate options in the answer area.


Question 109
Correct answer: Question 109

DRAG DROP

You are a Microsoft Power Platform architect.

You have identified several project risks.

You need to categorize potential risks that are specific to your customer.

How should you categorize the risks? To answer, drag the appropriate categories to the correct risks. Each category 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 110
Correct answer: Question 110
Total 186 questions
Go to page: of 19