- PL-400 is Microsoft Certified: Power Platform Developer Associate, delivered by Pearson VUE, not a self-scored quiz.
- Passing requires a scaled score of at least 700 out of 1000, not a raw 70% correct.
- Extend the platform is the largest domain at 30-35% of the exam content.
- Registration for PL-400 closes October 16, 2026; final deliveries run through October 30, 2026.
What Is PL-400, Exactly?
PL-400 is the exam code Microsoft assigns to the Microsoft Certified: Power Platform Developer Associate credential. It is not a generic "developer" badge and it is not affiliated with any other certification program that happens to reuse the same code. If you've seen the term "PL-400" attached to unrelated salary charts or unrelated exam blueprints elsewhere online, that content is describing a different program entirely - this site, and this article, cover only the Microsoft Power Platform developer credential.
The certification validates that you can extend and customize the Microsoft Power Platform - Power Apps, Power Automate, Dataverse, and connected Azure services - using code, not just no-code configuration. It sits above the maker-focused associate certifications and assumes you already understand how the platform works from a functional perspective; PL-400 is where that knowledge gets tested against real developer tasks: plugins, custom connectors, client scripting, and integrations.
If you want the full breakdown of what each content area actually covers, the PL-400 Exam Domains 2026: Complete Guide to All 6 Content Areas goes deeper than this overview. This article focuses on answering the foundational question: what is PL-400, who is it for, and how is it actually delivered.
Who Should Take PL-400?
PL-400 is aimed at professional developers, not administrators or business analysts. Microsoft's recommended background includes practical experience with Power Platform development, security modeling, application lifecycle management (ALM), C#, JavaScript or TypeScript, REST APIs, and Azure services. If several of those are unfamiliar to you, that's a signal to build foundational skills before attempting the exam rather than treating this as an entry-level test.
In practice, candidates tend to fall into a few groups:
- Dynamics 365 or Power Platform developers who write plugins, custom workflow activities, and Power Apps Component Framework (PCF) controls
- .NET or JavaScript developers moving into low-code/pro-code hybrid roles
- Integration specialists who connect Dataverse to external systems via APIs, Azure Functions, or custom connectors
- ISV or consulting-firm developers building solutions that get distributed across multiple client environments
For a closer look at where this credential fits on a resume and in the hiring market, see PL-400 Jobs and Is the PL-400 Certification Worth It? Complete ROI Analysis 2026. If you're still confirming you meet the recommended background before registering, PL-400 Requirements 2026: Eligibility, Prerequisites & How to Qualify walks through the prerequisites in more detail.
Exam Format and Delivery
PL-400 is a proctored exam delivered through Pearson VUE, either at a physical testing center or remotely via OnVUE online proctoring. The exam runs 100 minutes and may include interactive question types, not just multiple choice - case studies, drag-and-drop sequencing, and scenario-based items are common on Microsoft Power Platform exams at this level.
One detail that surprises first-time candidates: during the exam you have access to a restricted Microsoft Learn reference panel, with the timer still running. This isn't a substitute for preparation - you can't look up entire concepts from scratch in the time allotted - but it does mean memorizing exact syntax for every API call is less critical than understanding the underlying architecture and knowing where to look. One caveat worth planning around: if you take a break during the exam, previously viewed questions get locked, so you can't return to reconsider earlier answers after a break.
Key Takeaway
Because breaks lock prior questions, work through each question in the order presented and finalize your answer before moving on - don't plan on a "review pass" strategy that revisits flagged questions after a break.
The Six PL-400 Domains
The current blueprint, effective March 19, 2026, organizes PL-400 into six domains. Weightings are expressed as ranges, and one domain is disproportionately large compared to the rest.
Domain 1: Create a technical design (10-15%)
Covers translating business and functional requirements into a technical architecture - choosing between custom code and configuration, planning data models, and designing for performance and security.
- Decide when a PCF control, plugin, or Power Automate flow is the right tool
Domain 2: Build Power Platform solutions (10-15%)
Focuses on solution structure, environment strategy, and managed vs. unmanaged solutions as part of ALM.
- Understand solution layering and dependency management
Domain 3: Implement Power Apps improvements (10-15%)
Tests your ability to enhance model-driven and canvas apps beyond out-of-the-box capability using custom logic.
- Configure business rules, business process flows, and custom pages
Domain 4: Extend the user experience (10-15%)
Centers on client-side scripting and component development for a richer front-end experience.
- Write JavaScript for form and grid customization; build PCF components
Domain 5: Extend the platform (30-35%)
The largest domain by far, covering server-side extensibility: plugins, custom workflow activities, Dataverse APIs, and event-driven processing.
- Master plugin registration, execution context, and sandbox constraints
Domain 6: Develop integrations (10-15%)
Covers connecting Power Platform to external systems using custom connectors, Azure services, and webhooks.
- Design authentication and data-flow patterns for external API integration
Because Domain 5 alone accounts for roughly a third of the exam, it deserves a disproportionate share of your study time too. The PL-400 Exam Domains 2026: Complete Guide to All 6 Content Areas article breaks each domain down into specific sub-topics and sample scenarios if you want to plan study blocks around it.
| Domain | Weight | Core Focus |
|---|---|---|
| 1. Create a technical design | 10-15% | Architecture decisions |
| 2. Build Power Platform solutions | 10-15% | ALM and solution structure |
| 3. Implement Power Apps improvements | 10-15% | App-level customization |
| 4. Extend the user experience | 10-15% | Client-side scripting, PCF |
| 5. Extend the platform | 30-35% | Plugins, server-side extensibility |
| 6. Develop integrations | 10-15% | Custom connectors, external APIs |
Registration, Retakes, and the AB-400 Transition
There's a hard deadline worth flagging now if you're planning your certification timeline: PL-400 registration closes October 16, 2026. Candidates who register by that date can still sit the exam through its final delivery date of October 30, 2026. On October 16, a new exam, AB-400, becomes available for the same underlying credential, built around its own forthcoming four-domain outline that is distinct from the six-domain PL-400 structure covered in this article.
If you're already partway through preparation, this timing matters - don't accidentally study a mismatched blueprint. For exact dates, testing windows, and how the cutover affects scheduling, see PL-400 Exam Dates 2026: Testing Windows, Deadlines & Scheduling.
If your first attempt doesn't go well, Microsoft's retake policy allows a second attempt after a 24-hour wait, and 14 days between each attempt after that, up to a maximum of five attempts within 12 months of your first attempt - all subject to PL-400's final delivery date noted above.
Passing Score, Validity, and Renewal
PL-400 uses a scaled scoring model from 1 to 1000, and you need at least 700 to pass - this is not the same as getting 70% of raw questions correct, since different questions can carry different weight. For a full explanation of how scaled scoring works and why it isn't a simple percentage, read PL-400 Passing Score 2026: Exactly What You Need to Pass.
Once earned, the certification is valid for 12 months. Microsoft offers a free online renewal assessment during the six months before expiration; completing it extends your validity one year from the existing expiration date, not from the renewal date itself. That distinction matters if you're trying to plan continuous certification coverage for career or contract purposes.
Concrete Skills You'll Be Tested On
Beyond the domain names, PL-400 questions expect fluency with specific technical patterns. Expect scenario-based items that ask you to choose the correct implementation approach given constraints like performance, governance, or licensing - not just define terms. Areas that show up repeatedly include:
- Plugin registration steps, execution pipeline stages, and synchronous vs. asynchronous execution
- Dataverse Web API and Organization Service calls from custom code
- Custom connector authentication schemes (OAuth 2.0, API key, etc.)
- PCF component lifecycle methods and manifest configuration
- Azure Functions, Logic Apps, and Service Bus as integration building blocks
- Solution ALM: managed vs. unmanaged layers, environment variables, connection references
- Security roles, business units, and field-level security in a developer context
None of these topics are abstract trivia - they mirror day-to-day tasks for someone building on the platform professionally. If you want a sense of how demanding the question style actually is compared to other Microsoft associate-level exams, How Hard Is the PL-400 Exam? Complete Difficulty Guide 2026 covers that comparison directly, and PL-400 Pass Rate 2026: What the Data Shows looks at what's publicly known about outcomes.
A Realistic Prep Timeline
Rather than a generic weekly template, sequence your study around the domain weightings above. Since Extend the platform (Domain 5) makes up 30-35% of the exam on its own, it should occupy roughly a third of your total prep time - plan for it across multiple sessions instead of a single cram week.
Foundations: Domains 1 & 2
- Review technical design decision points and solution/ALM structure before touching code-heavy topics
Heaviest domain: Domain 5
- Build and register real plugins, practice Dataverse API calls, work through sandbox execution constraints
Client-side: Domains 3 & 4
- Write JavaScript form scripts and a basic PCF control end-to-end
Integrations: Domain 6
- Configure a custom connector and connect it to an Azure Function or Logic App
Practice and gap-filling
- Run full-length practice questions under timed conditions, revisit weak domains
For a more detailed, day-by-day breakdown with resource recommendations, PL-400 Study Guide 2026: How to Pass on Your First Attempt extends this into a complete plan. And when you're ready to test your recall quickly, the PL-400 Cheat Sheet 2026: One-Page Review of Must-Know Facts is a useful last-week refresher rather than a starting point.
Once you've covered the material, practicing against realistic scenario questions on our PL-400 practice test platform is one of the fastest ways to find out whether you actually understand the plugin lifecycle and integration patterns, or just recognize the vocabulary. Working through timed sets on the practice site before exam day also gets you comfortable with the pacing of a 100-minute proctored session.
Frequently Asked Questions
Only if it refers to Microsoft Certified: Power Platform Developer Associate specifically. This article, and this site, describe that exact credential using Microsoft's own facts - domain structure, delivery method, and scoring model. Content describing different fee amounts, different domain weights, or a different certifying body for "PL-400" is describing an unrelated program.
It's a 100-minute proctored exam delivered through Pearson VUE, either at a physical test center or remotely via OnVUE online proctoring, and it may include interactive question formats beyond simple multiple choice.
You need at least 700 on a 1-1000 scaled score, not 70% of questions correct. See PL-400 Passing Score 2026: Exactly What You Need to Pass for more detail on how scaled scoring works.
Registration for PL-400 closes October 16, 2026, with final exam deliveries through October 30, 2026. Starting October 16, 2026, AB-400 becomes available for the same credential under a separate four-domain outline.
Microsoft's recommended background includes practical experience with C#, JavaScript or TypeScript, REST APIs, and Azure, alongside Power Platform development and ALM knowledge. Candidates without this background typically need dedicated prep time before attempting the exam.