Exam PL-400: Microsoft Power Platform Developer
Exam Number: PL-400 | Length of test: 120 mins |
Exam Name: Microsoft Power Platform Developer | Number of questions in the actual exam: 40-60 |
Format: PDF, VPLUS | Passing Score: 700/1000 |
Total Questions: 350 $30 Premium PDF file 2 months updates Last updated: November-2024 |
Total Questions: 350 FREE Premium VPLUS file Last updated: November-2024 |
Download practice test questions – Exam topics
Title | Size | Hits | Download |
---|---|---|---|
Microsoft.PL-400.vAug-2024.by.Nanoitomoky.136q | 12.42 MB | 59 | Download |
Microsoft.PL-400.vAug-2024.by.Nanoitomoky.136q | 15.42 MB | 37 | Download |
Microsoft.PL-400.vNov-2023.by.HuynhThaoSang.151q | 17.46 MB | 53 | Download |
Microsoft.PL-400.vJan-2024.by.Loany.122q | 9.37 MB | 70 | Download |
Study guide for Exam PL-400: Microsoft Power Platform Developer
Audience profile
As a candidate for this exam, you design, develop, test, and troubleshoot solution components that use the extension points of Microsoft Power Platform. You use traditional code to solve challenges not appropriate for low code. You implement the parts of a business solution that include:
- Custom user experiences
- Custom business logic
- System integrations
- Data conversions
- Custom process automation
- Complex Power Fx formulas
- Workflow expressions
You must have:
- A strong applied knowledge of Microsoft Power Platform services, including in-depth understanding of its capabilities, boundaries, and constraints
- An applied knowledge of authentication, security, and application lifecycle management (ALM) practices for the Microsoft Power Platform
- An applied knowledge of Microsoft Power Platform developer tools including Power Platform CLI as part of the developer workflow
As a candidate, you should have development experience that includes Microsoft Power Platform services, JavaScript, JSON, TypeScript, C#, HTML, RESTful Web APIs, Visual Studio, Visual Studio Code, and Microsoft Azure.
Skills at a glance
Create a technical design (10–15%)
- Design technical architecture
- Design solution components
Build Power Platform solutions (10–15%)
- Configure and troubleshoot Microsoft Power Platform
- Implement application lifecycle management (ALM)
Implement Power Apps improvements (5–10%)
- Implement advanced canvas apps features
- Optimize and troubleshoot apps
Extend the user experience (10–15%)
- Apply business logic in model-driven apps using client scripting
- Create a Power Apps component framework (PCF) code component
Extend the platform (40–45%)
- Create a Dataverse plug-in
- Create custom connectors
- Use platform APIs
- Process workloads by using Azure Functions
- Configure Power Automate cloud flows
Develop integrations (5–10%)
- Publish and consume Dataverse events
- Implement data synchronization with Dataverse
Some new questions:
Q
You plan to create a Microsoft Power Apps Component Framework (PCF) code component for a record form in a model-driven app.
The code must be able to read the record’s Id column.
You need to configure the manifest.
Which solution should you use?
A. resources
B. property
C. feature-usage
D. type-group
Q
DRAG DROP
A company develops a model-driven app. The company sets up a custom form for the Contact table. The app contains multiple custom app pages.
You must extend the app as follows:
* Run logic when a contact is saved.
* Display data from an Azure SQL Server database.
* Apply a consistent header across multiple app pages.
* Run a Dataverse custom API when the Contact row is saved.
You need to implement the app extension by using minimal development effort.
What should you implement for each requirement? To answer, move the appropriate capabilities to the correct requirements. You may use each capability once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
Q
You need to implement visual hints in the custom connector.
What should you do? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Extend the Open API definition of the Web API for the EnvironmentName parameter.
B. In the custom connector, update the description for the Datald parameter.
C. In the custom connector, update the name of the policy template.
D. Extend the Open API definition of the Web API for the Datald parameter
…….
Some new questions:
Q
You need to create the eligibility assessment app. Which command should you run?
A. pac application install
B. pac solution init
C. pac plugin init
D. pac pcf init
Q
You need to identify the Azure service to use for the Planning Hub application.
Which service should you use?
A. Logic App
B. Function
C. Service Bus
D. Key Vault
Q
A company requires a plug-in that makes multiple requests to an external web service. The plug-in must not time out when the web service has issues or is slow to respond.
You need to create the plug-in.
What should you do?
A. Register the plug-in step once for each web service request.
B. Register the plug-in to run synchronously.
C. Send requests to use multiple threads.
D. Set the HTTP connection timeout value explicitly to limit how long each connection can remain open.
Q
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 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 company develops a new custom connector for a Microsoft Entra ID-protected Azure Function that was created as a single tenant a pp.
The custom connector must be moved to a production environment. The connector must be visible and accessible only to users in the tenant.
You need to deploy the custom connector.
Solution: Use the maker portal to export the custom connector. Then use the maker portal to import the connector into the production environment.
Does the solution meet the goal?
A. Yes
B. No
…………..