Microsoft · PL-900
Validates knowledge of the business value and capabilities of Microsoft Power Platform, including Power Apps, Power Automate, Power Pages, and Dataverse.
Practice Questions
223
≈ 4 practice exams
Duration
45 minutes
Passing Score
700/1000
Difficulty
FundamentalsLast Updated
Jan 2026
Use this PL-900 practice exam to prepare for Microsoft Certified: Power Platform Fundamentals (PL-900) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 223 questions for Microsoft PL-900, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Power Platform Business Value, Power Platform Environment, Power Apps, Power Automate, and Power Pages. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The Microsoft Certified: Power Platform Fundamentals certification (PL-900) validates foundational knowledge of the Microsoft Power Platform suite — a collection of low-code/no-code tools designed to enable individuals and organizations to build business solutions, automate processes, and create customer-facing websites. The certification covers core capabilities across Power Apps, Power Automate, Power Pages, and Microsoft Dataverse, as well as how Copilot and generative AI features are integrated throughout the platform. Candidates demonstrate understanding of how these services deliver business value and how connectors bridge Power Platform with external data sources and Microsoft 365 services.
Last updated on June 20, 2025, the exam underwent significant revisions: Power BI was removed as a standalone domain, Copilot Studio and generative AI capabilities were incorporated into the business value domain, and Power Pages was elevated with hands-on creation objectives. The exam now places greater emphasis on practical skills such as building canvas apps, model-driven apps, Power Automate flows, and Power Pages sites — often leveraging Copilot-assisted development within each tool.
This certification is designed for beginners who want to start their journey with Microsoft Power Platform, regardless of technical background. Business analysts, project managers, functional consultants, and non-technical staff seeking to understand how Power Platform tools can solve real business problems are ideal candidates. It is also well-suited for IT professionals entering the Microsoft ecosystem and students or educators looking to establish foundational credentials.
The certification is explicitly positioned as a starting point — not a prerequisite — for more advanced role-based certifications such as PL-200 (Power Platform Functional Consultant) or PL-400 (Power Platform Developer). Those already working in environments that use Microsoft 365, Dynamics 365, or Azure will find the content highly complementary to their existing skill sets.
There are no formal prerequisites for the PL-900 exam — Microsoft explicitly states the certification is open to all candidates regardless of prior experience. However, candidates benefit most from having basic familiarity with general technology concepts and business processes before attempting the exam.
Recommended background includes comfort navigating Microsoft 365 applications, a basic understanding of cloud computing concepts, and some exposure to data management concepts such as tables and relationships. Prior hands-on experience with any Power Platform component (e.g., building a simple flow in Power Automate or exploring Power Apps in a work environment) will provide practical context that reinforces the conceptual material tested on the exam.
The PL-900 exam is a 45-minute proctored assessment delivered through Pearson VUE (or Certiport for students and educators). The exam may include interactive components — such as labs or scenario-based tasks — in addition to traditional multiple-choice and knowledge-check questions. The exact number of questions varies per administration. A passing score of 700 out of 1000 is required.
The exam is delivered in English, Spanish, German, French, Japanese, Korean, Portuguese (Brazil), Russian, Chinese (Simplified), Chinese (Traditional), Arabic (Saudi Arabia), and Italian. Candidates taking the exam in a non-English language may request an additional 30 minutes if the exam is not yet localized. Retakes are allowed 24 hours after a first failed attempt, with varying wait periods for subsequent retakes. An exam sandbox is available on Microsoft Learn to preview the question interface before scheduling.
The PL-900 certification serves as the foundational entry point into the Microsoft Power Platform credential pathway, which spans roles including Power Platform Developer, Power Platform Functional Consultant, and Power Platform Administrator. Professionals holding this certification report measurable career gains: Microsoft's own certification surveys indicate 27% of certified individuals received a promotion and 37% received a salary increase following certification. In the U.S., Power Platform roles command salaries ranging from approximately $80,000 to $120,000 annually depending on specialization and experience level, with consultants and developers trending toward the higher end.
As organizations across industries accelerate digital transformation initiatives and adopt citizen development models, demand for Power Platform skills continues to grow. The PL-900 is a recognized stepping stone toward advanced certifications including PL-200 (Power Platform Functional Consultant Associate) and PL-400 (Power Platform Developer Associate), making it a strategic investment for professionals targeting long-term growth in the Microsoft ecosystem. Unlike vendor-neutral alternatives, the PL-900 directly aligns with Microsoft's dominant enterprise productivity stack, giving holders immediate credibility in organizations already running Microsoft 365 or Dynamics 365.
5 sample questions with answers and explanations. The full bank has 223 questions, enough for 4 full-length practice exams.
Preview — answers shown1. An administrator is designing a new model-driven app. What is the purpose of modifying the app's 'Site Map'?
Explanation
The Site Map is the component in the model-driven app designer that is exclusively used to define the navigation experience for users. It allows the creator to structure the app by adding areas, groups, and subareas, which translate into the menu items that users click on in the left navigation pane to access different tables and pages.
2. When comparing Microsoft Dataverse to a traditional database like SQL Server, what is a key feature of Dataverse that provides a richer, more integrated experience for business applications?
Explanation
A significant differentiator for Dataverse is its rich, built-in security model designed for business applications. It includes granular features like field-level security (to hide specific columns from users), hierarchical security (where managers can see their subordinates' records), and business unit-based security. These features are not available out-of-the-box in a standard SQL Server database and would require extensive custom development to replicate.
3. A user is testing a Power Automate cloud flow that sends an email. The flow runs, but no email is received. In the Power Automate portal, where should the user go to see a detailed, step-by-step log of the flow's execution to diagnose why the email was not sent?
Explanation
The user should check the '28-day run history' for that specific flow. This section provides a list of every time the flow has been triggered. Clicking on a specific run instance opens a detailed view showing the inputs and outputs of every single step, including any error messages. This is the primary tool for debugging and diagnosing issues in a flow execution. Here is why the other options are incorrect: - The 'Analytics' page shows high-level trends, not detailed run logs. - The 'Details' page shows properties of the flow, like its owner and connections, not its run history. - The 'Connectors' page lists all available connectors, it has no information about flow runs.
4. A company wants to deploy a Power Virtual Agent chatbot. They want one bot for their external-facing public website and another, simpler bot for internal use within their Microsoft Teams environment for IT support questions. Which statement accurately describes the deployment options for Power Virtual Agents?
Explanation
Power Virtual Agents offers two primary creation and deployment experiences. You can build a full-featured bot as a standalone web application that can then be deployed to various channels like a public website or Facebook. Additionally, there is a dedicated, integrated experience for creating and managing bots specifically for use within Microsoft Teams, often using Dataverse for Teams as the backend.
5. A company implements a centralized approval system using Power Automate. When an employee submits a request, a manager receives an approval request. Where is the state of this pending approval, such as who it's assigned to and its current status, stored by the Power Platform?
Explanation
The Power Automate approvals system is built on top of Microsoft Dataverse. When an approval is created, a record is made in a dedicated set of standard Dataverse tables within the environment. These tables store all the details of the approval, including the requestor, approver, status, comments, and history. While users can interact with approvals via Outlook or Teams, the authoritative data source is Dataverse.
Microsoft Certified: Power BI Data Analyst Associate (PL-300)
PL-300 · 956 questions
Microsoft Certified: Power Platform Developer Associate (PL-400)
PL-400 · 675 questions
Microsoft Certified: Power Platform Functional Consultant Associate (PL-200)
PL-200 · 1120 questions
Microsoft Certified: Power Platform Solution Architect Expert (PL-600)
PL-600 · 1080 questions
Microsoft Certified: Security, Compliance, and Identity Fundamentals (SC-900)
SC-900 · 230 questions
Microsoft Certified: Security Operations Analyst Associate (SC-200)
SC-200 · 599 questions
$17.99
One-time access to this exam