- PL-400 is Microsoft's Power Platform Developer Associate credential, scored 1-1000 with a 700 minimum to pass.
- Extend the platform is the largest domain at 30-35% of the exam - build your prep timeline around it.
- The current six-domain blueprint takes effect March 19, 2026; registration for PL-400 closes October 16, 2026.
- AB-400 launches October 16, 2026 as a separate four-domain path to the same credential.
What PL-400 Actually Certifies
PL-400 is the exam code behind Microsoft Certified: Power Platform Developer Associate, a Microsoft credential aimed at developers who extend Power Platform beyond what low-code configuration alone can achieve. It is not a beginner "citizen developer" badge - it validates that you can write custom code, integrate external systems, and apply application lifecycle management (ALM) practices inside Dataverse, Power Apps, Power Automate, and connected Azure services.
If you're still confused about the acronym itself or want a plain-language definition before going deeper, our companion pieces What Is PL-400? and PL-400 Meaning cover the basics. This article assumes you already know what the letters stand for and want the substance: what the exam covers, how it's delivered, and what it takes to earn it.
The Six Exam Domains
The blueprint effective March 19, 2026 organizes PL-400 into six functional domains. Each carries a percentage range indicating roughly how much of the exam it represents:
Domain 1: Create a technical design (10-15%)
Covers translating business requirements into a solution architecture - choosing between Dataverse, Power Apps, and Power Automate components, and deciding where custom code is justified.
- Component selection and solution boundaries
- Data modeling decisions inside Dataverse
Domain 2: Build Power Platform solutions (10-15%)
Focuses on managed/unmanaged solutions, environment strategy, and ALM practices used to move customizations through dev, test, and production.
- Solution layering and dependency management
- Source control and pipeline concepts
Domain 3: Implement Power Apps improvements (10-15%)
Tests your ability to enhance canvas and model-driven apps with custom logic, formulas, and component-level customization.
- Canvas app formula and component patterns
- Model-driven app form and view customization
Domain 4: Extend the user experience (10-15%)
Covers client-side scripting and UI customization using JavaScript/TypeScript against the model-driven app framework.
- Client API scripting for forms and grids
- PCF (Power Apps component framework) considerations
Domain 5: Extend the platform (30-35%)
The single largest domain by a wide margin. It centers on server-side extensibility - plug-ins, custom APIs, business logic execution, and Dataverse event handling.
- Plug-in registration, execution pipeline, and context
- Custom APIs, custom connectors, and business rules
- Security modeling as it intersects with server-side code
Domain 6: Develop integrations (10-15%)
Covers connecting Power Platform to external systems and Azure services using REST APIs and event-driven patterns.
- Dataverse Web API and REST integration patterns
- Azure Functions, Service Bus, and webhook scenarios
Because Extend the platform carries roughly a third of the exam by itself, it deserves a proportionally larger share of your study hours. For a domain-by-domain breakdown with more granular sub-topics, see PL-400 Exam Domains 2026: Complete Guide to All 6 Content Areas.
Key Takeaway
Don't split study time evenly across six domains. Extend the platform alone is worth as much as two or three of the smaller domains combined - prioritize plug-ins, custom APIs, and Dataverse event handling accordingly.
Exam Format and Delivery
PL-400 is a proctored assessment delivered through Pearson VUE, either at a physical test center or remotely via OnVUE. The session runs for 100 minutes and may include interactive question types beyond standard multiple choice - case studies, drag-and-drop sequencing, or scenario-based item sets are typical of Microsoft's associate-level exams.
One detail candidates often overlook: you get restricted access to Microsoft Learn reference material during the exam, but the clock keeps running while you consult it, and if you take a break, previously viewed questions lock and can't be revisited. That trade-off changes how you should pace yourself question by question rather than assuming you can freely look everything up.
If you're trying to gauge whether this format will feel manageable or brutal given your background, How Hard Is the PL-400 Exam? Complete Difficulty Guide 2026 walks through the difficulty factors in more depth, and PL-400 Pass Rate 2026: What the Data Shows looks at what's publicly known about outcomes.
| Attribute | Detail |
|---|---|
| Delivery | Pearson VUE test center or OnVUE online proctoring |
| Duration | 100 minutes, proctored, may include interactive components |
| Scoring | 1-1000 scale; 700 minimum to pass |
| Reference access | Restricted Microsoft Learn access with timer running |
| Retake wait | 24 hours after first failure, 14 days after subsequent failures |
| Retake cap | Maximum five attempts in a rolling 12 months from first attempt |
Registration, Retirement, and AB-400
Timing matters more than usual right now. Registration for PL-400 closes on October 16, 2026. If you register on or before that date, you can still take the exam through October 30, 2026. Miss the registration cutoff and this exact exam code is no longer available to you.
On October 16, 2026 - the same day PL-400 registration closes - a new exam code, AB-400, becomes available for the identical Power Platform Developer Associate credential. AB-400 uses its own forthcoming four-domain outline, which is a separate structure from the six current PL-400 domains covered in this article. In other words, the credential name stays the same, but the path to earning it is changing. If your study plan is already built around the current six-domain blueprint, it makes sense to target PL-400 before the window closes rather than waiting for AB-400's structure to fully materialize.
For the complete scheduling picture - including how the retake policy interacts with this transition - see PL-400 Exam Dates 2026: Testing Windows, Deadlines & Scheduling. If you're weighing eligibility or whether you meet the recommended background before registering, check PL-400 Requirements 2026: Eligibility, Prerequisites & How to Qualify.
Who Earns and Uses This Credential
PL-400 sits squarely between Microsoft's citizen-developer certifications and its infrastructure/architect-level credentials. It's aimed at people who already write code and now need to prove they can do it inside the Power Platform ecosystem specifically - not generic .NET or web developers, and not app makers who only use point-and-click tools.
In practice, the people who pursue this credential tend to fall into a few groups:
- Dynamics 365/Dataverse developers who build plug-ins, custom APIs, and business logic on top of the platform's data layer.
- Power Apps developers extending canvas and model-driven apps with PCF components and client-side scripting.
- Integration specialists connecting Power Platform to external systems, Azure Functions, or third-party REST APIs.
- Consultants and ISV developers who need a portable credential to demonstrate platform-specific development competency to clients or employers.
For a broader look at how organizations position this role and what job titles typically request it, see PL-400 Jobs. If you're trying to decide whether the investment of time and money is worth it relative to your career goals, Is the PL-400 Certification Worth It? Complete ROI Analysis 2026 and PL-400 Salary Guide 2026: Complete Earnings Analysis break down the considerations without relying on invented numbers.
Concrete Skills You Must Demonstrate
Microsoft's recommended background for PL-400 is explicit, and it's worth taking literally rather than skimming past: practical experience with Power Platform development, security modeling, ALM, C#, JavaScript/TypeScript, REST APIs, and Azure. This isn't a checklist you can fake your way through with memorized flashcards - the exam's scenario-based questions assume you've actually built things.
Concrete competencies that show up repeatedly across the domains include:
- Writing and registering plug-ins correctly within the Dataverse execution pipeline, including pre/post-operation stages and synchronous vs. asynchronous execution.
- Designing custom APIs and custom connectors that expose business logic to external callers.
- Applying security roles, business units, and column-level security in ways that affect both UI behavior and server-side code.
- Scripting model-driven app forms with the Client API and building PCF controls for richer UI behavior.
- Structuring solutions for ALM - managed vs. unmanaged layers, environment variables, and connection references that survive deployment across environments.
- Calling and consuming the Dataverse Web API and integrating with Azure services like Functions or Service Bus for event-driven workflows.
This is the part of PL-400 that trips up otherwise strong developers: knowing C# or JavaScript in isolation isn't enough. The exam wants you to apply those languages inside Power Platform's specific execution contexts, security model, and deployment tooling.
Preparing Around the Domain Weighting
Generic exam-prep advice - flashcards, spaced repetition, timed practice - only helps if it's applied against the right targets. For PL-400, that means allocating study weeks in proportion to domain weight rather than treating all six domains equally.
Extend the platform
- Plug-in lifecycle, custom APIs, and Dataverse event handling - the largest domain deserves the first and longest block of focused study.
Create a technical design + Build Power Platform solutions
- Architecture decisions and ALM/solution management, reinforced with real solution export/import practice.
Implement Power Apps improvements + Extend the user experience
- Canvas/model-driven customization paired with Client API scripting and PCF basics.
Develop integrations
- Web API calls, custom connectors, and Azure integration patterns, built as small working projects rather than passive reading.
Full review and timed practice
- Simulate the 100-minute format, practice pacing decisions around reference-material lookups, and revisit weak domains.
For a more detailed week-by-week study plan with resource recommendations, see PL-400 Study Guide 2026: How to Pass on Your First Attempt. And once you're closer to exam day, our PL-400 Cheat Sheet 2026: One-Page Review of Must-Know Facts is built for quick final-pass review rather than first-time learning. Running realistic practice questions on our PL-400 practice test platform before exam day helps you get comfortable with the scenario-based question style before it counts.
Maintaining the Certification
Once earned, PL-400 (Microsoft Certified: Power Platform Developer Associate) is valid for 12 months. Microsoft offers a free online renewal assessment available during the six months before expiration; completing it extends validity one year from your existing expiration date rather than resetting the clock from the renewal date. This keeps the credential current without requiring a full exam retake each year, though it does mean you shouldn't ignore renewal notices - letting the certification lapse means starting the registration and exam process over again.
If you're budgeting for this credential - including exam cost, potential retakes, and any training materials - PL-400 Certification Cost 2026: Complete Pricing Breakdown lays out the full picture, and PL-400 Training covers structured learning options beyond self-study.
Key Takeaway
Set a calendar reminder roughly six months before your PL-400 expiration date - that's your window to renew for free online instead of retaking the full proctored exam.
Frequently Asked Questions
They lead to the same credential - Microsoft Certified: Power Platform Developer Associate - but they are different exam codes with different blueprints. PL-400 registration closes October 16, 2026, and AB-400 becomes available that same day with its own forthcoming four-domain outline, separate from the six domains covered here.
Start with Extend the platform. At 30-35% of the exam, it's larger than any other single domain, and its plug-in and custom API concepts underpin questions that appear in other domains too.
Microsoft reports results on a scaled 1-1000 range rather than a raw percentage, and you need at least 700 to pass. See PL-400 Passing Score 2026 for the full explanation.
You must wait 24 hours before retaking it. Any failures after that require a 14-day wait between attempts, and you're capped at five attempts within a rolling 12 months from your first attempt, subject to PL-400's final delivery date.
Yes, but access is restricted and the exam timer continues to run while you search. Taking a break also locks previously viewed questions, so plan your pacing carefully rather than assuming unlimited free lookup time.