Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

PL-400 Questions and Answers

Question # 6

You need to select connectors for the app.

Which types of connectors should you use? To answer, drag the appropriate connectors to the correct requirements. Each connector 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.

Full Access
Question # 7

You need to correct the portal query issues.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 8

You need to handle errors in UpdateRecord.js.

Which code segment should you add at line UR06?

A.

catch(error) {

alert("Caught error: " + error.message);}

B.

Exception exception = Server.GetLastError() ;

if(exception != null)}

C.

catch(exception e){

console.writeline(e)}

D.

function (error){

console.log(error.message)}

Full Access
Question # 9

You need to add the script to populate event data on the form.

Which code segment should you use?

A.

formContext.data.addOnLoad(myFunction)

B.

formContext.data.removeOnLoad(myFunction)

C.

formContext.data.entity.addOnSave(myFunction)

D.

addOnPreProcessStatusChange

E.

formContext.data.isValid()

Full Access
Question # 10

You need to determine how to implement rules for players who register for a soccer tournament.

Which business rule actions should you use? To answer, drag the appropriate business rule actions to the correct fields. Each business rule action 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.

Full Access
Question # 11

You need to address the user interface issues.

What should you do? To answer, drag the appropriate actions to the correct issues. Each action 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.

Full Access
Question # 12

You have a model-driven app that uses the Common Data Service (CDS). You create three custom entities that are in many-to-one parental relationships with the Account entity.

You run a real-time workflow that assigns an account you own to another user. You receive the error message as shown in the Error Message exhibit. (Click the Error Message tab.)

You check the security roles for the user as shown in the Manage User Roles exhibit. (Click the Manage User Roles tab.).

You also check the privileges for that role as shown in the Common Data Service User Security Role exhibit. (Click the Security Role tab.)

You need to prevent the error from recurring.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Full Access
Question # 13

A company uses five different shipping companies to deliver products to customers. Each shipping company has a separate service that quotes delivery fees for destination addresses.

You need to design a custom connector that retrieves the shipping fees from all the shipping companies by using their APIs.

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

B.

Address parameter

C.

OpenAPI definition

D.

Fee parameter

E.

Fee reference

Full Access
Question # 14

A company imports data from files.

The following code is created to import the files. (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Full Access
Question # 15

A travel company plans to track the address of places their clients visit in an entity named Destination. Client

information is captured as contact records. Client records include links to the places that clients visit.

The company must be able to link multiple rating records to the new address record.

You find a custom Rating entity that is incomplete.

You need to expand the Rating entity to include contact, address, and rating information in one place.

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

NOTE: Each correct selection is worth one point.

A.

Create a 1:N relationship between the Contact system entity and the Address system entity named Destination.

B.

Create a mapping for the Contact – Rating relationship.

C.

Create a 1:N relationship between the Address system entity and the Rating entity.

D.

Create a 1:N relationship between the Contact system entity and the Rating entity.

E.

Create a mapping for the Destination – Rating relationship.

F.

Create a 1:N relationship between the Destination entity and the Rating entity.

Full Access
Question # 16

An organization uses a public-facing Power Apps portal.

You need to change the layout of a specific web page.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Select the Portal Management app and then select Edit

B.

Select the Portal Management app and then select Play.

C.

Select the portal app and then select Manage.

D.

Select the portal app and then select Edit.

Full Access
Question # 17

You need to develop a set of Web API’s for a company.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 18

You are configuring a custom connector for a web service. The web service is hosted in two different regions. The web service URL includes a common domain name and a unique sub-domain for each region.

The custom connector must allow the region to be entered for additional regions when creating the connection.

You need to create a policy template.

Which template type should you use?

A.

Route request

B.

Set query string parameter

C.

Set host URL

D.

Set HTTP header

Full Access
Question # 19

A client requires that the system send an email from a button on their customer contact form.

You need to call the action from JavaScript.

Which two functions achieve this result? Each correct presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Xrm.WebApi.online.createRecord()

B.

Xrm.WebApi.online.updateRecord()

C.

Xrm.WebApi.online.execute()

D.

Xrm.WebApi.online.executeMultiple()

Full Access
Question # 20

You are creating a Power Automate flow.

You create an Azure Service Bus listener app that receives requests from a third-party application.

When the flow calls the message queue, it must delete the message as soon as it is read.

You need to ensure that the queue is cleared properly.

Which method or class should you use?

A.

ReceiveMode

B.

BrokeredMessage

C.

EventHubReceiver

D.

EventHubSender

Full Access
Question # 21

You develop and deploy a Power Apps solution.

The following changes must be made to the solution:

• Delete a column of data.

• Modify several views.

• Add several charts to dashboards.

You need to re-deploy the app. What should you do?

A.

Update the solution.

B.

Upgrade the solution.

C.

Create a new solution.

D.

Patch the solution.

Full Access
Question # 22

You develop the following code for a console application that performs the data import to Microsoft Dataverse.

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Full Access
Question # 23

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.

Full Access
Question # 24

You are creating various Power Apps apps for a company. Power Automate flows must connect securely to the following external systems:

You need to create custom connectors to access the external systems.

Which type of security should you use for the connectors?

To answer, drag the appropriate security types to the correct external systems. Each security type 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.

Full Access
Question # 25

A create a model-driven app. You run Solution checker. The tool displays the following error:

Solution checker fails to export solutions with model-driven app components.

You need to resolve the issue.

What should you do?

A.

Manually export the solution before running Solution checker

B.

Assign the Environment Maker security role to the Power Apps Checker application user

C.

Assign the System Administrator security role to your user ID

D.

Disable the Power Apps Checker application user

E.

Assign the Environment Maker security role to your user ID

Full Access
Question # 26

You need to select the appropriate methods using Azure Event Grid.

Which method should you use for each requirement? To answer, drag the appropriate methods to the correct requirements. Each method 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.

Full Access
Question # 27

You are developing a Power Platform solution. The solution connects to a third-party accounting system by using a Web API through a Power Apps app that automatically exchanges contacts with the sales data.

You have the following code: (Line numbers are included for reference only.)

You need to ensure that the code only synchronizes data that was not previously synchronized. Which code segment should you insert at line 02?

A.

Prefer: odata.track-changes

B.

Prefer: odata.allow-entityreferences

C.

Prefer: odata.allow-entityreferences

D.

Prefer: odata.include-annotations

Full Access
Question # 28

You need to identify the execution mode that is being used for the ISV solution reported by User5.

Which type of execution mode is in use?

A.

asynchronous

B.

atomicity

C.

transfer

D.

synchronous

Full Access
Question # 29

You need to ensure that Adventure Works Cycle can track information from visitors to bike fairs.

What should you create?

A.

A workflow in Dynamics 365 Sales Engagement for capabilities leads

B.

A flow to capture customer data from the bike fair Power Apps in SharePoint and create a lead in Microsoft Teams.

C.

A flow that connects with the bike fair Power Apps to create a lead in Dynamic 365 Sales

D.

A Microsoft flow that generates a new customer record in SharePoint

Full Access
Question # 30

You need to improve warehouse counting efficiency.

What should you create?

A.

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

B.

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

C.

A Power BI dashboard that shows the inventory counting variances

D.

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

Full Access
Question # 31

You need to recommend solutions to meet the e-commerce automation requirements.

Which platform tools should you recommend? To answer, drag the appropriate tools to the correct requirements. Each tool 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.

Full Access
Question # 32

You need to reduce response time for the information email on the website.

What should you create?

A.

A flow that create a notification in Microsoft Teams

B.

A power Apps app that displays the number of emails received in a dashboard

C.

A flow that creates a SharePoint item for each email response

D.

Logic app that moves all emails received to Azure Blob storage.

Full Access
Question # 33

You need to ensure that Adventure Works Cycles can track information from visitors to bike fairs.

What should you create?

A.

a Power Automate flow that connects with the bike fair Power Apps app to create a lead in Dynamics 365 Sales

B.

a Power Automate flow that generates a new customer record in SharePoint.

C.

a Power Automate flow to capture customer data from the bike fair Power Apps app in SharePoint and create a lead in Microsoft Teams.

D.

a business process flow in Dynamics 365 Sales for capturing leads.

Full Access
Question # 34

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

B.

a Power BI dashboard that shows the inventory counting variances

C.

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

D.

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

Full Access
Question # 35

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.

Full Access
Question # 36

You need to replace the bicycle inspection forms.

Which two solutions should you use? Each answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

a flow that maps inspection data to Dynamics 365 Field Service

B.

a logic app that guides the technician through the inspection

C.

a canvas app that guides the technician through the inspection

D.

a model-driven app based on customer service entities

Full Access
Question # 37

You need to modify the Power Automate flow to resolve CustomerC’s issue.

What should you do?

A.

Add a configure run that is set to is successful.

B.

Add a data operation that specifies the false conditions.

C.

Add a condition containing approval hierarchy.

D.

Add a timeout setting to the approval flow.

Full Access
Question # 38

You need to reduce response time for the information email on the website.

What should you create?

A.

a flow that creates a SharePoint item for each email response

B.

a flow that creates a notification in Microsoft Teams

C.

a Power Apps app that displays the number of email received in a dashboard

D.

a logic app that moves all emails received to Azure Blob storage

Full Access
Question # 39

You need to resolve CustomerB’s issues with the check-in application.

Which two options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

LookUp to Filter

B.

Filter to LookUp

C.

Search to LookUp

D.

LookUp to Search

Full Access
Question # 40

You need to reduce the number of Azure consumption API calls for User2.

Which markup segment should you use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 41

You need to select the visualization component.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 42

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.

Full Access
Question # 43

You need to modify Microsoft flow to resolve CustornerCs issue. What should you do?

A.

Add a data operation that specifies the false conditions.

B.

Add a configure run that is set to Is successful.

C.

Add a timeout setting to the approval flow.

D.

Add b condition containing approval hierarchy.

Full Access
Question # 44

You need to ensure that users can create the required charts.

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 quick view form to show the Accounts entity.

B.

Configure filter fields in the Annual revenue field.

C.

Add the Facility field to the account form.

D.

Delete the Annual revenue field from the account form.

E.

Create a view with annual revenue sorted lowest value to highest value.

Full Access
Question # 45

You need to assign the minimum environmental security role to the appropriate users.

Which security roles should you use? To answer, drag the appropriate security roles to the correct users. Each security role 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.

Full Access
Question # 46

You need to set up security to meet the requirements.

How should you configure security? To answer, drag the appropriate security mechanisms to the correct users. Each security mechanism 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.

Full Access
Question # 47

You need to create an application to deploy to other pharmacies.

What should you do?

A.

Recreate customizations in a new environment.

B.

Create a customer connector to connect the pharmacies' systems to the company's systems.

C.

Export the solution as a managed solution.

D.

Write a Web API to move customizations.

Full Access
Question # 48

You need to ensure data returned from the Web API corresponds to the correct environment What should you use?

A.

system settings

B.

plug-in secure configurations

C.

records in a new configuration table

D.

environment variables

Full Access
Question # 49

You need to determine which component to add to the solution to resolve the account records import error. Which component should you add?

A.

connection

B.

service endpoint

C.

custom connector

D.

Accoun table

Full Access
Question # 50

You need to configure the fields with the appropriate type.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 51

You need to configure security for the Azure Function and custom connector.

Which security tool should you configure for each item? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 52

You need to choose a technology to access the Web API. Which technology should you select?

A.

Canvas app that uses the custom connector

B.

Plug-in that contacts the Web API

C.

Power Automate flow that uses the custom connector

D.

Webhook that contacts the Web API

Full Access
Question # 53

You need to configure the custom connector to incorporate the environment name and Datald in the Web API URL

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Full Access
Question # 54

You need to configure the row filter on the Dataverse trigger. Which filter should you use?

A.

not contains(new_dataid, ")

B.

new_dataid eq null

C.

Dataldnenull

D.

new dataid ne null

Full Access
Question # 55

You need to configure a Power Automate flow to update account records by using the response from the Web API.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Full Access
Question # 56

You need to implement a reusable solution to encapsulate the parameterized Dataverse queries.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Full Access
Question # 57

You need to configure a Dataverse trigger and action in a Power Automate flow so researchers can update account records with data from the Web API even if they do not have edit privileges on the record.

What should you configure for each trigger and action requirement? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point

Full Access
Question # 58

You need to determine the cause of the 404 error when connecting to the production instance of the Web API.

What do you identify?

A.

The web service lacks data for the record.

B.

An authentication error occurred.

C.

The request timed-out.

D.

The host name in the URL is missing a valid value.

Full Access
Question # 59

You need to configure the Web API and create the custom connector.

Which action should you perform for each step? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 60

You need to resolve the issue with the new command button. What should you do?

A.

Pass the value PrimaryControl to the function in the action definition.

B.

Pass ExecutionContext To The function in the action definition.

C.

Pass the value SclcctcdControl to the function in the action definition.

D.

Select the Pass execution context as first parameter option on the event registration form.

Full Access
Question # 61

You develop the following code for the plug-in that sends email notifications to recruiters.

For each of the following statements, select Yes f the statement is true. Otherwise, select No

NOTE: Each correct select in worth one point.

Full Access
Question # 62

You need to determine the cause for the issue reported by the interviewers. What is the root cause of the issue?

A.

The plug-in used to synchronize the Person of Interest field from Contact to Interview was not triggered.

B.

There was an error in the event pipeline and the entire transaction was rolled back.

C.

There is no plug-in registered to run when an interview record is created.

Full Access
Question # 63

You need to configure the PCF control to display team members for interview scheduling. Which two inputs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.

identifier for the job candidate

B.

identifier for the job posting

C.

time-zone offset for the hiring manager

D.

time-zone offset for the job candidate

E.

identifier for the hiring manager

Full Access
Question # 64

You need to implement ribbon display rules to control availability for the scoring command button. Which rule types should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Full Access