Microsoft PL-400 Microsoft Power Platform Developer Online Training
Microsoft PL-400 Online Training
The questions for PL-400 were last updated at Dec 20,2024.
- Exam Code: PL-400
- Exam Name: Microsoft Power Platform Developer
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
HOTSPOT
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.
HOTSPOT
You create the following Fetch XML query to determine the number of interviews where there are no recommendations for an applicant.
For each of the following statements, select yes if the statements is true, Otherwise select No. NOTE: Each correct selectin is worth one pint.
Topic 5, Northwind Traders
Case study
Background
Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective.
Environment
• The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production.
• Each environment has an application user that can be used for integrations.
• The company must use solutions to perform all customization and configuration deployment.
Data
• Researchers are responsible for creating account records.
• Researchers have permissions on the Account table to create records, read all records, and update records they own.
• A synchronous plug-in runs when an account record is created and could reassign the record to a different user.
• Users must access data as themselves to enforce security and audit changes.
• A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive.
• Researchers have researched only the top 20 percent of account records.
Web API
• The company creates an Azure Function to run a RESTful .NET Web API.
o Data can be retrieved by placing a GET request to the URL https://dataservice-tENVIRONMENTNAIvlEl.azurewebsites.net/enrich/IDATAID].
â– [ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data.
â– [DATAID] is the new.dataid column in the Account table.
o The Web API response will return a 200 response plus data if the Datald is found. Otherwise, a 404 response is returned.
• Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform.
Custom connector
• The Web API definition used to create The custom connector must be generated based on a low-code technology.
• The URL used by the custom connector must incorporate the current environment name without hardcoding values.
• Errors generated by the custom connector must not cause downstream processes to fail.
• Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers.
Process
• All account records must be updated with data from the Web API once automatically.
• Only account records that contain a Datald should be updated by the Web API.
• Researchers must create Power Automate flows to specify data analysis priority.
• The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors.
Issues
• A tester attempts to connect to the production instance of the Web API with a Datald that should return data. The tester receives an error stating that the remote name could not be resolved.
• A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment.
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
DRAG DROP
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.
HOTSPOT
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.
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
DRAG DROP
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.
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
HOTSPOT
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
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