PL-400 Microsoft Power Platform Developer (beta)

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (Mixed Questions)

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.

Select all that apply, then click Submit answer.

  • Create a Power Automate flow to import data.

  • Create a custom connector that uses the Azure Function API.

  • Copy your JSON code to the app.

  • Create a custom connector that uses the JSON code.

  • Create an API definition for the Azure Function.

Question 8 (New Update)

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.

Select all that apply, then click Submit answer.

  • Xrm.WebApi.online.createRecord()

  • Xrm.WebApi.online.updateRecord()

  • Xrm.WebApi.online.execute()

  • Xrm.WebApi.online.executeMultiple()

Question 9 (Mixed Questions)

A company is developing multiple plug-ins.

One of the plug-ins keeps failing.

You need to debug the plug-in.

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

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Highlight the plug-in step and select Debug in the Plug-in Registration tool

  • Copy the .pdb file into the server/bin/assembly folder

  • Select Start Profiling in the Plug-in Registration tool

  • Attach the debugger to the w3wp.exe process

  • Install the plug-in profiler