PMI · PMI-PBA
Validates expertise in business analysis, including needs assessment, stakeholder engagement, requirements elicitation, analysis, traceability, monitoring, and evaluation within project and program contexts.
Practice Questions
846
≈ 4 practice exams
Duration
240 minutes
Passing Score
Pass/Fail
Difficulty
ProfessionalLast Updated
Feb 2026
Use this PMI-PBA practice exam to prepare for PMI Professional in Business Analysis (PMI-PBA) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 846 questions for PMI PMI-PBA, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to patterns in your missed answers. 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 PMI Professional in Business Analysis (PMI-PBA) is a globally recognized credential awarded by the Project Management Institute that validates a professional's ability to apply business analysis practices across the full project lifecycle. It demonstrates competency in working with stakeholders to define business requirements, shape project outcomes, and ensure delivered solutions meet intended business needs. The credential is grounded in PMI's Role Delineation Study and covers five distinct domains: needs assessment, planning, analysis, traceability and monitoring, and evaluation.
Unlike general project management certifications, the PMI-PBA is specifically scoped to business analysis disciplines, including requirements elicitation, decomposition, documentation, change management, and solution validation. It applies to both predictive (waterfall) and agile/hybrid project environments, reflecting the reality that business analysts must operate effectively across multiple delivery methodologies. Accepted in over 200 countries, the PMI-PBA is valued across IT, finance, government, healthcare, and consulting industries.
The PMI-PBA is designed for experienced business analysts, requirements analysts, and project professionals who specialize in defining business needs and bridging the gap between stakeholders and solution teams. Ideal candidates include those in roles such as Business Analyst, Requirements Manager, Product Manager, Portfolio Analyst, or Project Manager with a strong BA focus who want to formalize and differentiate their expertise.
The certification suits mid-to-senior level professionals who have accumulated several years of hands-on business analysis experience and want to validate that experience with a globally recognized credential. It is also appropriate for project managers seeking to deepen their business analysis capabilities, or for professionals transitioning into BA-focused roles who want to demonstrate structured, standards-based knowledge.
There are two primary eligibility pathways. Candidates with a secondary degree (high school diploma or associate's degree) must have 60 months of business analysis work experience earned within the last 8 years, plus 35 contact hours of education in business analysis practices. Candidates with a bachelor's degree or higher must have 36 months of qualifying business analysis experience within the last 8 years, plus the same 35 contact hours requirement. Candidates with a bachelor's degree from a GAC-accredited program qualify with 24 months of experience.
There are no formal prerequisite certifications required; however, candidates are expected to have working knowledge of requirements management, stakeholder engagement, and project delivery frameworks — both agile and predictive. Familiarity with PMI's Business Analysis for Practitioners: A Practice Guide is strongly recommended as a foundational study resource, as it aligns closely with the exam content outline.
The PMI-PBA exam consists of 200 multiple-choice questions to be completed in 240 minutes (4 hours). Of the 200 questions, 175 are scored and contribute to the final result, while 25 are unscored pre-test questions embedded throughout the exam to evaluate potential future items — candidates will not know which questions are pre-test. The exam is delivered as a computer-based test (CBT) and can be taken either at a Pearson VUE testing center or via online proctored delivery from a candidate's own computer.
Scoring is reported as a pass or fail result, with performance further indicated across proficiency levels (Below Proficient, Moderately Proficient, Proficient) for each domain rather than a numerical score. Exam fees are $405 for PMI members and $555 for non-members. Candidates who do not pass may retake the exam up to three times within a one-year eligibility window, with retake fees of $275 for members and $375 for non-members.
Holding the PMI-PBA credential positions professionals for mid-to-senior business analyst roles across industries including technology, finance, consulting, healthcare, and government. Common job titles pursued by PMI-PBA holders include Business Analyst, Senior Business Analyst, Requirements Manager, Product Manager, and Business Analysis Practice Lead. Certified professionals in the U.S. typically earn between $85,000 and $110,000 annually, with certified individuals generally earning 20–30% more than non-certified peers according to PMI salary surveys. PMI-PBA holders commanding hourly rates of $42 or more is common in consulting and contract roles.
The certification is particularly valuable as organizations increasingly demand analysts who can operate across both agile and traditional project environments. It serves as a differentiator in competitive job markets and provides a clear pathway toward advanced PMI credentials such as the PgMP or PfMP. Maintaining the credential requires 60 PDUs every three years, which encourages ongoing professional development and keeps certified professionals current with evolving business analysis practices.
5 sample questions with answers and explanations. The full bank has 846 questions, enough for 4 full-length practice exams.
Preview — answers shown1. A business analyst creates a data model for a university enrollment system. The model shows that one Student can enroll in many Courses, and one Course can have many Students enrolled. What type of cardinality does this relationship represent? (Select one!)
Explanation
The described relationship is Many-to-Many (M:N): one student enrolls in many courses AND one course has many students. Many-to-Many relationships typically require an associative entity (such as Enrollment) to implement in a relational database, which would contain foreign keys to both Student and Course plus additional attributes like enrollment date or grade. One-to-One relationships have single instances on both sides. One-to-Many has multiple on one side and single on the other. While the relationship may be optional (zero or many), the key characteristic is the many-to-many nature requiring special handling.
2. A business analyst documents a non-functional requirement for a customer portal: The system must maintain 99.95 percent uptime during business hours. Which quality attribute does this requirement address? (Select one!)
Explanation
Reliability is the non-functional requirement category encompassing availability, uptime, fault tolerance, and system stability. Uptime percentages directly measure reliability by specifying how consistently the system must be available for use. Performance requirements address response time, throughput, and transaction processing speed rather than availability. Scalability describes the system's ability to handle growing user loads or data volumes. Maintainability covers ease of modification, modular design, and support activities. The 99.95 percent uptime specification is a classic reliability requirement expressing the acceptable ratio of available time to total time. Non-functional requirements must be categorized accurately to ensure appropriate architectural decisions and testing approaches.
3. A business analyst identifies a requirement during elicitation: The system must be able to handle future growth without major redesign. The business analyst determines this is a non-functional requirement related to which quality attribute? (Select one!)
Explanation
This is a Scalability requirement because it explicitly addresses the system's ability to accommodate growth (increasing users, data volume, or transaction load) without architectural changes. Scalability is distinct from other quality attributes: Performance refers to response time, throughput, and resource utilization at a given scale. Maintainability relates to ease of making modifications, updates, and fixes to existing functionality. Reliability concerns availability, fault tolerance, and consistent operation under specified conditions. While scalability may involve performance considerations and avoiding redesign touches on maintenance concerns, the core intent—handling future growth—is the defining characteristic of scalability requirements. A well-specified scalability requirement would include specific growth metrics, such as: The system shall support scaling from 10,000 to 100,000 concurrent users without architectural redesign, maintaining the same response time targets.
4. A business analyst creates user stories for an agile project developing a flight booking application. One story reads: As a traveler, I want to search for flights. The product owner asks the BA to improve the story. Which enhancement would make this story meet the INVEST criteria? (Select one!)
Explanation
Add so that I can compare prices and schedules to find the best option is correct because the original story lacks the benefit component of the user story format, and adding the so that clause makes the value clear to the development team and stakeholders, improving the Valuable criterion of INVEST. The enhanced story also becomes more Negotiable by clarifying the desired outcome rather than prescribing a solution. Specifying that the story must be completed in Sprint 3 does not improve the story quality and may violate the Negotiable criterion by imposing unnecessary constraints. Adding detailed technical implementation specifications violates the Negotiable principle because user stories should describe what is needed, not how to implement it. Marking the story as dependent on payment processing violates the Independent criterion of INVEST, which states stories should be developable separately when possible.
5. A business analyst is preparing to elicit requirements from 10 subject matter experts who have conflicting opinions about the future state of a claims processing system. The BA needs to achieve consensus quickly to stay on schedule. Which elicitation technique should the BA use? (Select one!)
Explanation
Facilitating a requirements workshop is correct because workshops are specifically designed to accelerate decision-making, resolve conflicts, and achieve consensus among stakeholders through collaborative discussion. Workshops bring diverse perspectives together in a structured setting, enabling immediate feedback and shared understanding. Individual interviews are time-consuming and prevent collaborative problem-solving. Surveys do not facilitate consensus-building or resolve conflicts. Document analysis does not involve stakeholders and cannot address conflicting opinions or build consensus.
Certified Associate in Project Management (CAPM)
CAPM · 626 questions
PMI Certified Professional in Managing AI (PMI-CPMAI)
PMI-CPMAI · 843 questions
PMI Construction Professional (PMI-CP)
PMI-CP · 840 questions
Portfolio Management Professional (PfMP)
PfMP · 845 questions
Program Management Professional (PgMP)
PgMP · 847 questions
PMI Project Management Office Certified Professional (PMI-PMOCP)
PMI-PMOCP · 847 questions
$17.99
One-time access to this exam