PL-400 Exam Question 46

You are creating an input control to format telephone numbers for a canvas app.
The control must be reusable in other canvas apps inside your company. Any updates must be able to be applied without editing the control in each canvas app.
You need to create the control.
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.

PL-400 Exam Question 47

You need to ensure data returned from the Web API corresponds to the correct environment What should you use?
  • PL-400 Exam Question 48

    You have two tables, account and contact, with a parent-child relationship. Records in the account table can be created in the Ul or from an external system integrated with Dataverse by using an Azure Function.
    When a user creates a record in the account table, a default record in the contact table must be created automatically.
    You need to implement a process to create the contact records.
    Solution: Create a cloud flow that runs when the account record is created. Use the Dataverse connector to create the contact record.
    Does the solution meet the goal?
  • PL-400 Exam Question 49

    You need to package and deploy a Power Apps code component to an environment.
    Which commands should you use? To answer select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    PL-400 Exam Question 50

    You are building a custom application in Azure to process resumes for the HR department.
    The app must monitor submissions of resumes.
    You need to parse the resumes and save contact and skills information into the Common Data Service.
    Which mechanism should you use?