- Domain Overview: How the PL-400 Blueprint Breaks Down
- Domain 1: Create a Technical Design
- Domain 2: Build Power Platform Solutions
- Domain 3: Implement Power Apps Improvements
- Domain 4: Extend the User Experience
- Domain 5: Extend the Platform (The Heavyweight Domain)
- Domain 6: Develop Integrations
- Mapping a Study Schedule to the Domains
- Question Format and What to Expect on Screen
- Registration Timing and Delivery Logistics
- Frequently Asked Questions
- PL-400 has six domains; "Extend the platform" is largest at 30-35% of the exam.
- The other five domains - design, build, improvements, UX, and integrations - each carry 10-15%.
- Passing requires a scaled score of at least 700 on a 1-1000 range, not a raw percentage.
- The current six-domain blueprint takes effect March 19, 2026, ahead of registration closing October 16, 2026.
Domain Overview: How the PL-400 Blueprint Breaks Down
The Microsoft Certified: Power Platform Developer Associate credential is measured against a six-domain skills outline, and understanding how those domains are weighted is the single most useful planning step before you open a study guide. This isn't a flat exam where every topic gets equal attention - one domain carries more than double the weight of any other, and that imbalance should directly shape how you allocate your preparation time.
Below is the current breakdown as published in the official skills measured document referenced on Microsoft Learn:
| Domain | Weight |
|---|---|
| Create a technical design | 10-15% |
| Build Power Platform solutions | 10-15% |
| Implement Power Apps improvements | 10-15% |
| Extend the user experience | 10-15% |
| Extend the platform | 30-35% |
| Develop integrations | 10-15% |
If you're still deciding whether this credential fits your career goals, it helps to first read a broader breakdown of what PL-400 certification actually verifies before diving into domain-level detail. For a full walkthrough of preparation strategy rather than just the blueprint, the PL-400 Study Guide 2026 is a useful companion to this article.
Domain 1: Create a Technical Design
Create a Technical Design (10-15%)
This domain tests whether you can translate business requirements into a sound Power Platform architecture before writing a single line of code. Expect scenario-based questions that describe a client's requirements and ask you to choose the correct component, data model, or integration pattern.
- Choosing between model-driven apps, canvas apps, and Power Pages based on requirements
- Designing Dataverse table relationships, choice sets, and calculated/rollup columns
- Evaluating security requirements: business units, security roles, column-level security, and hierarchy security
- Recommending ALM strategy - solution layering, managed vs. unmanaged solutions, and environment strategy
Because this domain sets the foundation for everything else, weak fundamentals here tend to compound into confusion during later exam questions about extending or integrating those same components. If you're unsure whether your current experience level is sufficient to tackle this domain confidently, the PL-400 Requirements 2026 guide outlines the recommended background in more detail.
Domain 2: Build Power Platform Solutions
Build Power Platform Solutions (10-15%)
This domain shifts from planning to hands-on construction. You're expected to know how to actually assemble the components you designed in Domain 1 using Dataverse, model-driven apps, and canvas apps.
- Creating and configuring Dataverse tables, columns, relationships, and business rules
- Building model-driven app forms, views, and business process flows
- Configuring canvas app formulas, controls, and data source connections
- Working with solution components and managing them across environments
Questions in this domain often present a partially configured solution and ask what's missing or misconfigured, so hands-on practice inside a real developer environment matters more than memorizing terminology.
Domain 3: Implement Power Apps Improvements
Implement Power Apps Improvements (10-15%)
This domain focuses on refining and optimizing existing apps rather than building from scratch - a distinction the exam tests carefully. Expect questions about performance tuning, accessibility, and usability improvements to canvas and model-driven apps.
- Optimizing canvas app performance (delegation limits, concurrent formulas, caching)
- Improving component reuse with component libraries and custom pages
- Enhancing model-driven app UX with command bar customization and form scripting
- Applying accessibility and responsive design considerations
Key Takeaway
Domains 2 and 3 are easy to blur together in study notes - keep them separate by remembering Domain 2 is "build it" and Domain 3 is "improve what already exists."
Domain 4: Extend the User Experience
Extend the User Experience (10-15%)
This domain tests your ability to go beyond low-code configuration and write custom client-side code to extend what users see and interact with.
- Writing JavaScript web resources and client API scripting for model-driven forms
- Building and embedding Power Apps component framework (PCF) controls
- Customizing the ribbon/command bar with JavaScript-driven logic
- Implementing client-side validation, dynamic form behavior, and custom controls in canvas apps
If your JavaScript or TypeScript skills are rusty, this is the domain where that gap surfaces fastest. Reviewing the recommended technical background in the requirements guide before committing to a study plan can save wasted effort.
Domain 5: Extend the Platform (The Heavyweight Domain)
At 30-35%, "Extend the platform" is not just the largest domain - it's larger than any two of the other domains combined. This is where the exam's server-side, C#, and Azure-adjacent development content lives, and it's the area most likely to separate candidates who have real plugin and integration experience from those who only know configuration.
Extend the Platform (30-35%)
Expect deep coverage of Dataverse plugins, custom APIs, business logic execution, and Azure-based extensibility patterns.
- Writing, registering, and debugging plugins (pre-operation, post-operation, synchronous/asynchronous)
- Creating custom APIs and custom actions in Dataverse
- Working with Power Automate cloud flows as an extensibility mechanism alongside code
- Using Azure Functions, Azure Service Bus, and Azure Logic Apps in solution extensibility scenarios
- Implementing plugin registration tool workflows and understanding execution pipeline stages
C# proficiency is essentially non-negotiable here - plugin development, custom workflow activities, and unit testing patterns are all C#-centric. If you're still evaluating whether your background aligns with this level of depth, the difficulty guide discusses how this domain specifically affects perceived exam difficulty.
Domain 6: Develop Integrations
Develop Integrations (10-15%)
This final domain covers connecting Power Platform solutions to external systems and services, building on the Azure and API knowledge introduced in Domain 5.
- Building and consuming REST APIs and Web API endpoints
- Creating custom connectors for Power Automate and Power Apps
- Implementing webhooks and Azure Service Bus integration for Dataverse events
- Managing authentication patterns (OAuth, service principals) for external system integration
Although integrations sit at the standard 10-15% weight, they frequently overlap conceptually with Domain 5's Azure content, so studying them together - rather than as isolated silos - tends to be more efficient.
Mapping a Study Schedule to the Domains
A generic weekly study template won't reflect the fact that one domain is worth roughly a third of your score. Instead, allocate time proportionally to domain weight, and sequence topics so foundational domains come first.
Design and Build Foundations
- Review Domain 1 (technical design) and Domain 2 (build solutions)
- Practice Dataverse modeling and security role configuration
UX and Improvements
- Cover Domain 3 (Power Apps improvements) and Domain 4 (extend UX)
- Build a sample PCF control and a client-side script exercise
Extend the Platform Deep Dive
- Devote extended time to Domain 5 given its 30-35% weight
- Write and register practice plugins, custom APIs, and an Azure Function trigger
Integrations and Full Review
- Study Domain 6 (integrations) alongside remaining Domain 5 Azure topics
- Run full-length practice tests and review weak domains
For a condensed, last-mile review once you've completed a full pass through the domains, the PL-400 Cheat Sheet 2026 compiles must-know facts in one page. You can also reinforce weak spots by running timed practice questions on the main practice test platform.
Question Format and What to Expect on Screen
PL-400 is delivered as a proctored, 100-minute assessment through Pearson VUE, either at a testing center or via OnVUE online delivery. The exam may include interactive components rather than only multiple-choice questions, which reflects the applied, code-adjacent nature of the domains above - you may need to work through a scenario rather than simply select an option.
During the exam, restricted Microsoft Learn reference access is available while the timer is still running, which can be useful for looking up exact syntax or property names under domains like Extend the User Experience or Extend the Platform. Be aware that taking a break locks previously viewed questions, so plan your pacing across domains accordingly rather than assuming you can revisit earlier answers freely.
Key Takeaway
Because breaks lock previously viewed questions, budget your 100 minutes domain-by-domain in advance rather than planning to circle back later.
Passing requires a scaled score of at least 700 on a 1-1000 range - not a raw 70% correct-answer threshold. That distinction matters when you're deciding how much partial credit or question difficulty might factor into your outcome. For the full mechanics of how scoring works, see the PL-400 Passing Score 2026 guide.
Registration Timing and Delivery Logistics
The domain weighting described in this article reflects the current six-domain blueprint, which takes effect March 19, 2026. Registration for PL-400 under this blueprint closes October 16, 2026, and candidates who register by that date can still sit the exam through October 30, 2026. Starting October 16, a separate exam called AB-400 becomes available for the same underlying credential, built around its own forthcoming four-domain outline - that outline is distinct from the six domains covered here, so don't mix study materials between the two.
Retake rules also affect how you plan multiple attempts: after a first failed attempt, a 24-hour waiting period applies, followed by a 14-day wait for each subsequent attempt, up to a maximum of five attempts within 12 months of your first attempt. Once earned, the credential is valid for 12 months, with free online renewal available during the six months before expiry. For exact dates and scheduling nuances, see PL-400 Exam Dates 2026, and for a breakdown of what the exam and any related costs actually total, check the PL-400 Certification Cost 2026 guide.
If you're weighing whether this investment of time and registration effort pays off relative to job prospects, the ROI analysis and salary guide both dig into that question using role and hiring context rather than guesswork. You can also browse PL-400 jobs to see how employers phrase requirements tied to these same six domains.
Frequently Asked Questions
Start with Domain 1 (Create a technical design) and Domain 2 (Build Power Platform solutions) since later domains, especially Extend the platform, build on those foundational concepts.
At 30-35%, it covers the core server-side developer skills - plugins, custom APIs, and Azure extensibility - that distinguish this credential from lower-code Power Platform roles.
No, but knowing the relative weighting helps you prioritize study time; treating all six domains as equal is a common planning mistake.
The six-domain blueprint described here is effective March 19, 2026, and applies through PL-400 registration closing October 16, 2026; AB-400 introduces a separate four-domain outline afterward.
Yes, restricted Microsoft Learn reference access is available while the timer runs, though taking a break locks previously viewed questions.
Understanding all six domains in detail - and their relative weight - is the groundwork for every other decision in your PL-400 preparation, from which practice questions to prioritize to how you pace the exam itself. Once you're comfortable with the breakdown above, reinforcing it with realistic practice questions on our practice test platform is the logical next step.