ExamGecko
Home Home / Microsoft / PL-400

Microsoft PL-400 Practice Test - Questions Answers, Page 8

Question list
Search
Search

List of questions

Search

Related questions











You need to improve the efficiency of counting warehouse inventory. What should you create?

A.

a model-driven app that allows the user to key in inventory counts

A.

a model-driven app that allows the user to key in inventory counts

Answers
B.

a Power BI dashboard that shows the inventory counting variances

B.

a Power BI dashboard that shows the inventory counting variances

Answers
C.

a flow that updates the warehouse counts as the worker performs the count

C.

a flow that updates the warehouse counts as the worker performs the count

Answers
D.

a canvas app that scans barcodes to allow a warehouse worker to select inventory counts

D.

a canvas app that scans barcodes to allow a warehouse worker to select inventory counts

Answers
Suggested answer: D

Explanation:

Scenario: Warehouse counting is performed manually by using a counting journal. All warehouse boxes and items are barcoded.

Barcode scanner control for canvas apps: Scans barcodes, QR codes, and data-matrix codes on an Android or iOS device.

Description

The control opens a native scanner on an Android or iOS device. The scanner automatically detects a barcode, a QR code, or a data-matrix code when in view.

Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-new-barcode-scanner

DRAG DROP

You need to identify why employees are not receiving notification that nine customers are checked in and waiting in the repair area.

Which components should you test for each step? To answer, drag the appropriate components to the correct steps. Each component 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 72
Correct answer: Question 72

Explanation:

Scenario: A text alert must be sent to employees scheduled to assist in the repair area of the retail store if the number of repair check-ins exceeds eight.

Box 1: action

Box 2: condition

Box 3: data operation

HOTSPOT

You need to select visualization components.

What should you use? To answer, select the appropriate options from the answer area.

NOTE: Each correct selection is worth one point.


Question 73
Correct answer: Question 73

Explanation:

Scenario: Customer satisfaction surveys are recorded with Microsoft Forms Pro.

Box 1: Flip switch

The flip switch is like an on/off switch, providing a choice between two values.

Box 2: Linear gauge The linear gauge lets your users input numerical values by dragging a slider instead of typing in the exact quantity. The slider provides whole number input and display only. Use this control for any numerical and money columns.

Box 3: Option set

The choice control presents a set of options for your users to choose from when entering data.

You can customize forms (main, quick create, and quick view) and email templates by adding multi-select columns that are called Choices. When you add a choices column, you can specify multiple values that will be available for users to select. When users fill out the form they can select one, multiple, or all the values displayed in a drop-down list.

Reference:

https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets

A company uses a third-party shipping company to deliver products to customers.

You need to design a custom connector that retrieves the shipping fees from the shipping company API.

Which three elements should you define for the custom connector? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Authentication model

A.

Authentication model

Answers
B.

Address parameter

B.

Address parameter

Answers
C.

OpenAPI definition

C.

OpenAPI definition

Answers
D.

Fee parameter

D.

Fee parameter

Answers
E.

Fee reference

E.

Fee reference

Answers
Suggested answer: A, B, C

Explanation:

C: You can create a custom connector using a OpenAPI definition file or a URL to OpenAPI definition.

B: On the Security page you get to choose how to authenticate to the API.

A: If you were to create a Custom Connector from scratch, then you whould have to study the API you have chosen and type in the URL manually here.

Reference:

https://carinaclaesson.com/2019/09/06/setting-up-a-custom-connector-from-an-openapi-file-and-utilizing-it-in-powerapps-and-flow/

You are creating a Power Apps app that retrieves customer information from Azure Active Directory when you use the app to look up a customer record.

You create an Azure Function by using JSON code to retrieve the customer information.

You need to make the application work.

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

NOTE: Each correct selection is worth one point.

A.

Create a Power Automate flow to import data.

A.

Create a Power Automate flow to import data.

Answers
B.

Create a custom connector that uses the Azure Function API.

B.

Create a custom connector that uses the Azure Function API.

Answers
C.

Copy your JSON code to the app.

C.

Copy your JSON code to the app.

Answers
D.

Create a custom connector that uses the JSON code.

D.

Create a custom connector that uses the JSON code.

Answers
E.

Create an API definition for the Azure Function.

E.

Create an API definition for the Azure Function.

Answers
Suggested answer: B, E

Explanation:

Section: [none]

E: Before exporting an API, you must describe the API using an OpenAPI definition.

B: This OpenAPI definition contains information about what operations are available in an API and how the request and response data for the API should be structured. PowerApps and Microsoft Flow can create custom connectors for any

OpenAPI 2.0 definition.

Reference: https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-functions/app-service-export-api-to-powerapps-and-flow.md

You are creating an integration that uses an Azure function to create records in the Common Data Service when leads are submitted from your company website.

You create and configure a Common Data Service application user.

You do not have administrator access to the Common Data Service environment you are using for access to Azure Active Directory. Company policy dictates that service accounts must be used for integrations, and integrations must not be granted privileges beyond what is needed.

You need to recommend actions that an administrator should perform to configure access for the Azure Function.

Which three actions should you perform? Each correct selection presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Create an application registration in Azure Active Directory.

A.

Create an application registration in Azure Active Directory.

Answers
B.

Assign the system administrator security role to the application user.

B.

Assign the system administrator security role to the application user.

Answers
C.

Assign the Power Platform administrator role to the application user in Azure Active Directory.

C.

Assign the Power Platform administrator role to the application user in Azure Active Directory.

Answers
D.

Create a new security role with the minimum required permissions and assign to the application user.

D.

Create a new security role with the minimum required permissions and assign to the application user.

Answers
E.

Grant the application delegated permissions to the Dynamics CRM API in Azure Active Directory.

E.

Grant the application delegated permissions to the Dynamics CRM API in Azure Active Directory.

Answers
F.

Deploy Azure B2B guest permissions to the application user.

F.

Deploy Azure B2B guest permissions to the application user.

Answers
Suggested answer: A, D, E

Explanation:

Reference: https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/walkthrough-register-app-azure-active-directory

A company needs to illustrate the relationships of the entities in Dynamics 365 Sales.

You need to select the appropriate tool to show this graphic.

Which tool should you select?

A.

Metadata diagram

A.

Metadata diagram

Answers
B.

Sales Insights

B.

Sales Insights

Answers
C.

Power Automate

C.

Power Automate

Answers
D.

Security model

D.

Security model

Answers
Suggested answer: A

Explanation:

Visual representation of metadata can be useful, especially when you are trying to describe the relationship between entities in the system. You can use the Metadata Diagram sample code provided for Dynamics 365 Customer Engagement (on-premises) to generate the entity relationship diagrams.

You can create a diagram that shows a relationship for just one entity, or a complex diagram that includes dozens of related entities, including custom and system entities.

Reference: https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-metadata-generate-entity-diagrams

HOTSPOT

A manufacturing company takes online orders.

The company requires automatic validation of order changes. Requirements are as follows:

If validation is successful, the order is submitted.

If exceptions are encountered, a message must be shown to the customer and the order changes must not be submitted.

You need to set up and deploy a plug-in that encapsulates the rules.

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

NOTE: Each correct selection is worth one point.


Question 78
Correct answer: Question 78

Explanation:

Box 1: PreValidation

PreValidation: For the initial operation, this stage will occur before the main system operation.

This provides an opportunity to include logic to cancel the operation before the database transaction.

Box 2: Synchronous

Ideally, you should only cancel operations using synchronous plug-ins registered in the PreValidation stage.

Box 3: Pre Image

Box 4: throw ..

When you throw an InvalidPluginExecutionException exception within a synchronous plug-in an error dialog with your message will be displayed to the user.

Reference:

https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/event-framework

https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/handle-exceptions

HOTSPOT

You work for a multinational company that has Azure and Common Data Service environment in the United States (UTC-7) and Japan (UTC+9).

You create Azure Functions for each location to update key data.

You need to configure the functions to run at 4:00 AM on weekdays at each location.

Which schedule formats should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 79
Correct answer: Question 79

Explanation:

Box 1: 0 0 4 * * 1-5

Azure Functions uses the NCronTab library to interpret NCRONTAB expressions.

An NCRONTAB expression is similar to a CRON expression except that it includes an additional sixth field at the beginning to use for time precision in seconds:

{second} {minute} {hour} {day} {month} {day-of-week}

NCRONTAB time zones

The numbers in a CRON expression refer to a time and date, not a time span. For example, a 5 in the hour field refers to 5:00 AM, not every 5 hours.

The default time zone used with the CRON expressions is Coordinated Universal Time (UTC).

To have your CRON expression based on another time zone, create an app setting for your function app named WEBSITE_TIME_ZONE.

1-5 is weekdays

Box 2: 0 0 4 * * 1-5

Reference:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?

DRAG DROP

You are creating a PowerApps connector between Dynamics 365 Sales and Slack.

You must generate a Slack notification whenever a new product is added to Dynamics 365 Sales. You must not be required to sign in directly into Dynamics 365 Sales to generate notifications. You created a Power Apps connector between

Dynamics 365 Sales in Slack to enable this to happen.

You need to configure the appropriate security for each scenario?

Which security components should you configure?

NOTE: Each correct selection is worth one point.


Question 80
Correct answer: Question 80

Explanation:

Box 1: API key

Api Key based authentication: The user will need to provide the API key while creating the connection.

Box 2: OAuth

Oauth 2.0 is the most frequently used type, which uses the Oauth 2 authentication framework to authenticate with the service. Before using this authentication type, you'll need to register your application with the service so that it can receive access tokens for the users.

Box 3: Basic Authentication

Basic Authentication is the simplest type of authentication, where the user just has to provide the username and password to create the connection.

Reference:

https://docs.microsoft.com/en-us/connectors/custom-connectors/connection-parameters

Total 350 questions
Go to page: of 35