CertGrid
Microsoft Study Guide

PL-400: Power Platform Developer Study Guide

The PL-400: Microsoft Power Platform Developer exam validates your ability to extend Power Platform with pro-code: Dataverse plug-ins, client scripting and PCF controls, custom connectors, and external integrations. It targets developers who design and build solutions on Dataverse, Power Apps, and Power Automate, and who manage application lifecycle. Expect 40-60 questions in 120 minutes, with a scaled passing score of 700.

Domain 1: Application Lifecycle Management

Key concepts you must know · 167 practice questions

Domain 2: Extend the User Experience

Key concepts you must know · 135 practice questions

Domain 3: Extend the Platform

Key concepts you must know · 154 practice questions

Domain 4: Develop Integrations

Key concepts you must know · 131 practice questions

Domain 5: Extend the User Experience and Platform

Key concepts you must know · 124 practice questions

PL-400 exam tips

Study guide FAQ

How is the PL-400 scored and what do I need to pass?

Scores are scaled from 1 to 1000 and you need 700 to pass; this is not a raw 70 percent. Questions are weighted, so a few hard items missed will not necessarily fail you. There is no penalty for wrong answers, so answer every question.

When should I use a plug-in versus a Power Automate cloud flow?

Use a synchronous plug-in for server-side logic and validation that must run inside the transaction and apply regardless of client. Use an asynchronous flow (or async plug-in) for longer-running, non-blocking orchestration across connectors. If work exceeds the 2-minute sandbox limit or needs to scale, offload it to an Azure Function.

Do I need to write actual C# and JavaScript code on the exam?

You will not write large programs, but you must read and reason about code snippets: identify the correct Client API call, the right plug-in stage, the proper context property (such as Target or a pre-image), and correct pac CLI commands. Knowing exact method names and parameters matters.

How current is the exam, and does it still reference Azure AD or Common Data Service?

The exam uses current Microsoft branding: Microsoft Entra ID (not Azure AD) and Dataverse (not Common Data Service). It emphasizes the pac CLI, Power Platform Build Tools/GitHub Actions, PCF, custom connectors, and managed-solution ALM. Always review the official skills-measured document for the latest weighting before your exam.