Exam Details

  • Exam Code
    :PL-400
  • Exam Name
    :Microsoft Power Platform Developer
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :407 Q&As
  • Last Updated
    :Mar 29, 2025

Microsoft Microsoft Certifications PL-400 Questions & Answers

  • Question 201:

    You are creating a plug-in for an app that helps government employees get a proof of vaccination card. You must add the following information to a vaccination record before a proof of vaccination card is created:

    1.

    Vaccination type

    2.

    Date of vaccination

    3.

    Name of person administering the vaccine

    You need to register the plug-in.

    In which stage should you register the plug-in?

    A. PreValidation

    B. PostOperation

    C. MainOperation

    D. PreOperation

  • Question 202:

    You are creating a model-driven app. You create JavaScript code to display a message when a record is saved. You need to configure the associated JavaScript web resource name when adding the event handler to the form. Which field should you use?

    A. Event Type

    B. Component

    C. Function

    D. Library

  • Question 203:

    You are implementing business logic for a model-driven app form by using multiple JavaScript web resources.

    The business logic, number of JavaScript files, and the columns that the business logic requires are expected to change frequently. Some form fields will not be visible. Occasionally, non-developers will also make changes to the form.

    You need to prevent columns referenced by the JavaScript from accidentally being removed from the form based.

    What should you do?

    A. Hide columns that should not be displayed.

    B. Set all columns as business required.

    C. Add all columns as non-event dependencies to the form.

    D. Add columns in each JavaScript file as a dependency.

  • Question 204:

    You are creating a Power Apps Component Framework (PCF) component.

    You add the following markup to the component manifest. (Line numbers are included for reference only.)

    You need to complete the component manifest.

    Which XML markup segment should you insert at line 03?

    A.

    B.

    C.

    D.

    E.

  • Question 205:

    You are developing a Power Apps app to manage records in the Account table in Microsoft Dataverse.

    You must configure a Web API request to retrieve changes from the table.

    You need to configure the preference header for the API request.

    What should you include in the request header?

    A. odata.context

    B. odata.deltaLink

    C. odata.track-changes

    D. odata.nextLink

  • Question 206:

    You create a cloud flow to process a list of records using a loop.

    You need to determine when to initialize a variable that is used to process the records.

    When should you initialize the variable?

    A. after the loop

    B. after the first use of the variable inside the loop

    C. before the loop

    D. before the first use of the variable inside the loop

  • Question 207:

    You develop a model-driven app to manage customer information. You have the system administrator security role on all environments.

    You create a business process flow that is associated with the Contact table. You grant users Create, Read, and Write permissions on the business process flow.

    Users report that the new business process flow does not appear when the users create new contact records. You verify that you can view the business process flow when you sign into the app and create a new contact record.

    You need to resolve the issue.

    What should you do?

    A. Grant users the Run Flows privilege.

    B. In the app designer, ensure that the business process flow is added to the app.

    C. Grant users the Organization Read permission on the Process table.

    D. Open the business process flow and associate the flow with the user security roles by using the Edit security button on the command bar.

  • Question 208:

    You create a form in a model-driven app that uses data from the Lead table in a Microsoft Dataverse instance. You add a business rule to the Lead table. The business rule displays an error if the email address is null. You set the scope for

    the business rule to All Forms.

    You configure a Power Apps portal by using the same Microsoft Dataverse instance. You create a web page by using the Lead form.

    You need to ensure the same logic is applied on the Power Apps portal 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. Deactivate the business rule. Change the scope for the rule to Table and then reactivate the rule.

    B. Replace the business rule logic with a Microsoft Power Automate cloud flow by using the Dataverse When a row is added, modified or deleted trigger.

    C. Extend the webFormClientValidate JavaScript function to replace the business rule logic. Edit the code in Power Apps Studio. Add the function in a