Exam Details

  • Exam Code
    :PL-400
  • Exam Name
    :Microsoft Power Platform Developer
  • Certification
    :Role-based
  • Vendor
    :Microsoft
  • Total Questions
    :373 Q&As
  • Last Updated
    :May 09, 2024

Microsoft Role-based PL-400 Questions & Answers

  • Question 301:

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than one

    correct solution, while others might not have a correct solution.

    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

    A university has implemented Dynamics 365 Customer Engagement. Several departments use opportunity records to bid for funding for projects within their own departments.

    Each department's opportunities are not visible to other departments. However, there are times when two departments need to work together on an opportunity.

    You need to configure the security to meet the business requirements.

    Solution: Share the individual opportunity that member of one department are working on with all members of the second department, and give those members the appropriate permissions.

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 302:

    A manufacturing company uses a Common Data Service (CDS) environment to manage their parts inventory across two warehouses modeled as business units and named WH1 and WH2.

    Data from the two warehouses is processed separately for each part that has its inventory quantities updates.

    The company must automate this process, pushing inventory updates from orders submitted to the warehouses.

    You need to build the automation using Power Automate flows against the CDS database. You must achieve this goal by using the least amount of administrative effort.

    Which flow or flows should you recommend?

    A. Two automated flows with scope Business Unit, with triggers on Create/Update/Delete on orders.

    B. Two automated flows with scope Business Unit, with triggers on Create/Update/Delete and each flow filtering updates from each business unit.

    C. Two scheduled flows, each querying and updating the parts included in orders from each business unit.

    D. One scheduled flow, querying the parts included in orders in both business units.

    E. One automated flow, querying the orders in both business units.

    F. Two scheduled flows, each querying the orders from each business unit.

    G. Two automated flows with scope Organization, with triggers on Create/Update/Delete and filters on WH1 and WH2.

    H. Two automated flow with scope Business Unit, with triggers on Create/Update/Delete on orders and filters on WH1 and WH2.

  • Question 303:

    A company manages capital equipment for an electric utility company. The company has a SQL Server database that contains maintenance records for the equipment.

    Technicians who service the equipment use the Dynamics 365 Field Service mobile app on tablet devices to view scheduled assignments. Technicians use a canvas app to display the maintenance history for each piece of equipment and

    update the history.

    Managers use a Power BI dashboard that displays Dynamics 365 Field Service and real- time maintenance data.

    Due to increasing demand, managers must be able to work in the field as technicians.

    You need to design a solution that allows the managers to work from one single screen.

    What should you do?

    A. Add the maintenance history app to the Field Service Mobile app.

    B. Add the manager Power BI dashboard to the Field Service mobile app.

    C. Create a new maintenance canvas app from within the Power BI management dashboard.

    D. Add the maintenance history app to the Power BI dashboard.

  • Question 304:

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution,

    while others might not have a correct solution.

    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

    You are designing a one-way integration from the Common Data Service to another system.

    You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a

    few seconds to avoid data loss.

    You need to design the integration solution.

    Solution: Register a webhook in the Common Data Service that connects to the Azure Function. Register a step on the webhook which runs synchronously on the record's Create message and in the post-operation stage.

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 305:

    You are implementing custom business logic in a Power Apps portal.

    You need to use Liquid templates to display dynamic content.

    To which three entities can you include Liquid code? Each correct answer presents a complete solution.

    NOTE: Each correct selection is worth one point.

    A. Content snippet

    B. Web page

    C. Web template

    D. Page template

    E. Portal settings

  • Question 306:

    A company has two development instances, two test instances, two staging instances, and one production instance.

    The test team reports connection issues with the test and staging instances.

    You need to identify which if the instances the testing team currently has access.

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

    NOTE: Each correct selection is worth one point.

    A. https://myorg.api.crm.dynamics.com/api/data/v.9.1/

    B. https://dev.crm.dynamics.com/api/discovery/v9.1/Instances

    C. https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName='myorg')

    D. https://disco.crm.dynamics.com/api/discovery/v9.1/

    E. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances

  • Question 307:

    A travel company has a Common Data Service (CDS) environment. The company requires the following:

    1.

    Custom entities that track which regions clients have traveled.

    2.

    The dates their clients traveled to these regions.

    You need to create the entities and relationships to meet the requirements.

    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 N:N relationship from Contact to the Region entity.

    B. Create a 1:N relationship from the ContactRegion intersect entity and Region.

    C. Create an intersect entity named ContactRegion and create 1:N relationships to Contact and Region.

    D. On the main form for ContactRegion, add lookup fields for Contact and Region, and a date field for the visit date.

    E. Create a 1:N relationship from Contact to the Region entity.

    F. Create the Region entity.

    G. On the main form for ContactRegion, add a sub-grid to view country information.

    H. Create an intersect entity named ContactRegion and create N:1 relationships to Contact and Region.

  • Question 308:

    You are creating a custom connector in Power Apps to connect to a third-party application.

    The definition in the connector must be set so that it is not visible to the end user.

    You need to select the appropriate visibility parameter.

    Which parameter should you use?

    A. important

    B. none

    C. internal

    D. advanced

  • Question 309:

    You create a Power Apps app that integrates with Dynamics 365 Customer Service.

    You update the app and run solution checker on the original solution. You receive an error stating solution checker cannot export the solution.

    You need to determine the primary cause for the issue.

    What is the primary cause?

    A. The original solution is locked because there is a dependent patch.

    B. The solution was not exported before running solution checker.

    C. The environment is an Administrator mode.

    D. Solution checker cannot check default solutions.

  • Question 310:

    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()

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PL-400 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.