Table of Contents
Agile and Scrum for Project Managers: Mindset, Mechanics, and Making the Transition
By Synchronized Software, LLC | May 2026
If you trained as a traditional project manager and are now operating in an agile environment, you are not alone — and you are not in a comfortable position. The PMI Talent Triangle research has tracked agile adoption among certified PMs for over a decade, and the trend line is steady: roughly two-thirds of working PMs now operate in environments that describe themselves as agile or hybrid, while a smaller fraction received agile-specific training during initial credentialing. The gap is what this article exists to close.
This is a companion piece to our pillar article, Program & Project Management — The Definitive Practice Guide, which covers the full methodology landscape, governance, and certification pathways. This support article focuses on a narrower question: what is agile actually about, what is Scrum specifically, and where does a working project manager fit into both?
The Agile Mindset
Agile is not a methodology. It is a values statement — the 2001 Manifesto for Agile Software Development, signed by seventeen practitioners frustrated with what predictive software delivery had become. The Manifesto is short enough to read in two minutes and has shaped every agile framework since. Most PMs working in agile environments have not actually read it, which is part of the problem.
What the Manifesto actually says
The Manifesto declares four value preferences. Individuals and interactions over processes and tools. Working software over comprehensive documentation. Customer collaboration over contract negotiation. Responding to change over following a plan. The closing line matters: “while there is value in the items on the right, we value the items on the left more.” The Manifesto does not say documentation is bad, processes are bad, or plans are bad. It says, in conditions of high uncertainty and rapid change, optimizing too far toward the right-hand items produces worse outcomes than optimizing toward the left-hand items.
Below the Manifesto sit twelve principles that operationalize the values — customer satisfaction through early and continuous delivery, welcoming changing requirements even late in development, business and technical people working together daily, motivated individuals trusted to get the job done, working software as the primary measure of progress, and so on. Read in full, the principles describe a specific operating model: small empowered teams, short iterations, working software at the end of each iteration, and continuous improvement through retrospective practice.
Why this matters for PMs
Traditional project management is plan-driven. The plan is the work, the work is the plan, and variance from the plan is the metric of management attention. Agile inverts this: the team’s empirical observation of what is working — what the customer actually wants, what the technology actually does, what the dependencies actually require — drives continuous adjustment. The role of management shifts from controlling variance against a fixed plan to enabling the team’s empirical learning.
This is not a small adjustment. PMs trained on PMBOK process groups (initiating, planning, executing, monitoring and controlling, closing) and on Earned Value Management have built careers on a discipline that agile genuinely challenges. The PMs who navigate this well are the ones who recognize the challenge and engage with it, rather than dismissing agile as undisciplined or attempting to retrofit agile vocabulary onto fundamentally predictive practices.
Empirical process control
The technical term for agile’s underlying logic is empirical process control. The framework rests on three pillars: transparency (the work and its state must be visible), inspection (the work must be examined at defined intervals against defined criteria), and adaptation (when inspection reveals variance, the work must adjust). The Scrum events that working PMs encounter daily — sprint planning, daily stand-up, sprint review, retrospective — are direct operationalizations of these three pillars.
Scrum Mechanics
Scrum is the most widely adopted agile framework, defined in the Scrum Guide — currently the 2020 edition, maintained by the framework’s co-creators Ken Schwaber and Jeff Sutherland. The Guide is 13 pages. Every PM working in a Scrum environment should read it cover to cover at least once.
The five events
The Sprint itself is the first and largest event — a fixed-length time-box, typically one to four weeks, within which a usable product increment is produced. All other Scrum events take place inside the Sprint.
Sprint Planning starts each Sprint. The team and Product Owner select items from the Product Backlog the team commits to deliver, agree on a Sprint Goal that gives the work coherence, and translate the selected items into a working plan for the Sprint. Time-boxed to a maximum of eight hours for a four-week Sprint, proportionally less for shorter Sprints.
The Daily Scrum — often called the daily stand-up — is a 15-minute time-box for the developers to inspect progress toward the Sprint Goal and adapt the day’s plan. It is for the developers, not for status reporting to managers, and not for problem-solving in the meeting itself. Problems surfaced in the Daily Scrum get addressed afterward.
The Sprint Review happens at the end of the Sprint. The team demonstrates the increment to stakeholders, who provide feedback. This is a working session, not a presentation — the goal is real conversation about the product and its direction.
The Sprint Retrospective follows the Sprint Review and closes the Sprint. The team examines how the Sprint went with respect to individuals, interactions, processes, tools, and Definition of Done, and identifies improvements for the next Sprint. The Retrospective is the engine of continuous improvement and is the event teams skip first when under pressure — which is also when they most need it.
The three artifacts
The Product Backlog is the ordered list of everything that might be needed in the product. The Product Owner is accountable for its content, ordering, and accessibility. Items higher in the backlog are typically more refined; items lower down may be coarse.
The Sprint Backlog is the set of Product Backlog items selected for the Sprint, plus the plan for delivering them. Owned by the developers, updated daily as the team learns.
The Increment is the sum of all completed Product Backlog items in the Sprint, integrated with all increments from prior Sprints, and meeting the Definition of Done. An Increment is usable — it could be released to production at the end of every Sprint, whether or not the Product Owner chooses to release it.
Definition of Done
The Definition of Done is the explicit, shared understanding of what “done” means for any Product Backlog item — the quality criteria, the testing requirements, the documentation expectations, the integration standards. It is one of the most important shared artifacts in a Scrum team and one of the most often left implicit, which produces the predictable pattern of teams claiming items are done while stakeholders find them unusable. A working Definition of Done is written down, agreed by the team and Product Owner, and reviewed in retrospectives for whether it still reflects the team’s actual quality bar.
Where the Project Manager Fits in Scrum
The most common question PMs new to Scrum ask is, “where do I fit?” The Scrum Guide describes three accountabilities — Product Owner, Scrum Master, and Developers — and project manager is not among them. The honest answer is that the role of a traditional project manager does not map cleanly onto Scrum, and that working PMs in Scrum environments typically take one of three paths.
The three accountabilities in Scrum
The Product Owner is accountable for maximizing the value of the product. They own the Product Backlog, prioritize ruthlessly, communicate with stakeholders, and make the trade-off decisions about what gets built and what does not. The role is closer to product management than to traditional project management — but PMs with strong business judgment and stakeholder skills transition well.
The Scrum Master is accountable for establishing Scrum as defined in the Guide. They serve the team and the organization, remove impediments, coach on Scrum practice, and protect the team from interruptions during the Sprint. The role is closer to coaching and process facilitation than to traditional command-and-control management — but PMs with strong people skills and a service orientation transition well.
The Developers are accountable for creating any aspect of a usable Increment each Sprint. The Scrum Guide deliberately calls them developers regardless of discipline — software engineers, designers, testers, data engineers, anyone whose work goes into the Increment.
Scrum roles vs. traditional PM responsibilities
The table below maps how the traditional PM’s responsibilities distribute across the three Scrum accountabilities. It is the question working PMs ask in their first month on a Scrum team, and the table is the most useful single artifact for answering it.
|
Traditional PM Responsibility |
Where It Goes in Scrum |
|
Scope definition and prioritization |
Product Owner (owns Product Backlog ordering) |
|
Stakeholder management (business side) |
Product Owner (external) + Scrum Master (escalations) |
|
Team facilitation and impediment removal |
Scrum Master |
|
Process coaching and improvement |
Scrum Master (via Retrospective and ongoing coaching) |
|
Estimation and planning |
Developers (with Product Owner input on priority) |
|
Daily status tracking and adjustment |
Developers (via Sprint Backlog and Daily Scrum) |
|
Risk identification and response |
Distributed across all three accountabilities |
|
Cross-team coordination |
Scrum Master (or program/portfolio role if scaled) |
|
Reporting to executives or steering committee |
Product Owner (business) + Scrum Master (process) |
|
Budget and contract management |
Outside Scrum framework — typically organizational PMO |
The three paths working PMs take
Path 1: Transition into a Scrum role. Many PMs find their skills map most naturally onto one of the three accountabilities — typically Product Owner for PMs with strong business and stakeholder skills, or Scrum Master for PMs with strong facilitation and coaching skills. Making the transition deliberately, with appropriate upskilling, is the cleanest path for PMs whose work is primarily on Scrum teams.
Path 2: Operate at a layer above Scrum. In organizations running multiple Scrum teams or hybrid programs, PMs often operate at the program or portfolio layer — coordinating across teams, managing budget and contract responsibilities that Scrum does not address, interfacing between the agile teams and the predictive governance the organization requires. This is the role most working PMs in enterprise environments occupy.
Path 3: Operate in scaled-agile frameworks that define a PM-like role. SAFe, Disciplined Agile, and similar scaled frameworks include roles that resemble traditional program or project management — Release Train Engineer in SAFe, Team Lead in Disciplined Agile. PMs who work in scaled environments often credential into these roles, which combine agile practice with the coordination work scaled frameworks require.
|
There is no project manager in Scrum, but there is plenty of project management work The Scrum Guide does not name a project manager, but the work of project management does not disappear in Scrum-using organizations. Scope decisions, stakeholder management, cross-team coordination, budget and contract administration, risk management at the program tier — all of it still has to happen. In small product-team environments, that work distributes across the three Scrum accountabilities. In larger organizations, it consolidates into program management, portfolio management, or scaled-agile coordination roles. PMs who recognize this and position deliberately end up in valuable roles. PMs who insist on retaining the title without adapting the work tend to struggle. |
Common Failure Modes for PMs in Agile Environments
Five failure modes show up consistently in agile transitions and in mature agile environments where teams have drifted. Recognizing them is most of the work of avoiding them.
Agile theater
The appearance of agile practice without the underlying disciplines. Teams hold daily stand-ups but report status to a manager rather than coordinate among themselves. Sprints have time-boxes but the scope is dictated rather than committed. Retrospectives happen but produce no actual changes to how the team works. The team uses agile vocabulary while operating in fundamentally predictive ways.
The fix requires honesty from leadership. Agile practice without empowered teams is theater. Either commit to the underlying disciplines — team autonomy, working software each Sprint, retrospective-driven improvement — or stop pretending the practice is agile. The middle ground produces the worst outcomes of either model.
Agile in name only
The team runs Sprints internally but reports against waterfall-style milestone commitments to the broader organization. The team commits to a Sprint scope while also being held to a fixed-date, fixed-scope delivery six months out. When the two come into conflict — and they always do — the Sprint discipline gives way to the milestone, and the agility disappears.
This failure mode is sometimes unavoidable in regulated environments or with external commitments that require fixed-date delivery. The honest response is hybrid delivery — explicit predictive governance at the program tier wrapped around agile execution at the team tier, with both layers acknowledged. The dishonest response is calling it agile while running it predictively. The pillar article walks the hybrid approach in more depth.
Velocity as a performance metric
Velocity — the sum of story points completed per Sprint — is a planning input, not a performance metric. It exists so the team can forecast how much work they can credibly take into the next Sprint, based on what they have actually delivered in recent Sprints. The moment velocity is reported up to management as a productivity number, two things happen: estimates inflate (because the team learns that higher estimates produce higher reported velocity), and forecasting breaks (because the planning input has been corrupted by performance pressure).
This is one of the most reliable failure modes in agile programs, and it is almost always introduced by managers who came from predictive disciplines and want a productivity dashboard. The fix is for someone — usually the Scrum Master, sometimes the program manager — to explain firmly and repeatedly why velocity cannot serve both purposes, and to redirect the legitimate underlying question (how productive is this team?) to better metrics like cycle time, throughput, or feature value delivered.
Methodology dogma
PMs who hold strong methodology preferences regardless of context produce predictable failures. The agile-only PM running a regulated medical device program produces audit findings and missed regulatory milestones. The Scrum-only PM trying to run an operations or support team produces ceremony overhead that crowds out actual work — a context where Kanban almost always fits better. The waterfall-only PM forced to run a software product team produces unhappy engineers and missed product-market fit.
Methodology fit, not methodology preference, is the discipline. Strong PMs can articulate when each methodology fits and when it does not, and can adapt to the context without dismissing methodologies they personally prefer not to use.
Scaling overhead crowding out delivery
When organizations scale agile across multiple teams, the coordination overhead can grow until it consumes the productivity gains the agile practice was supposed to produce. Programs running SAFe with full ceremony fidelity at a 30-team Release Train can spend so much organizational attention on PI Planning, ARTs, scrums-of-scrums, and aligned ceremonies that the underlying teams have less time to actually build software than they did before the scaling framework was introduced.
The fix is to choose scaling frameworks based on actual scale and to adapt them aggressively. A 30-team SAFe implementation is appropriate when the work genuinely requires that level of coordination. A 4-team SAFe implementation is almost always over-engineered — the same teams could probably coordinate through a lightweight scrum-of-scrums and a shared roadmap, with far less overhead. The strongest scaled-agile implementations we see are ones where the framework has been adapted to context, not adopted ceremonially from the reference architecture.
What Transfers from Traditional Project Management
Not everything PMs trained on PMBOK or PRINCE2 learned needs to be unlearned for agile. Several disciplines transfer cleanly, and a few are more important in agile environments than they were in predictive ones.
Stakeholder management
Stakeholder management remains central, and in many ways becomes more demanding in agile environments because the conversations happen more frequently. Sprint Reviews are stakeholder events. Product Owner relationships with business stakeholders are continuous. The skills of mapping stakeholders, calibrating communication to audience, and reading political dynamics carry forward completely. PMs with strong stakeholder skills frequently transition into Product Owner roles where these skills are central.
Risk management
Risk identification, assessment, and response are universal disciplines. Scrum does not have a named risk management practice, but mature Scrum teams maintain risk awareness in the Product Backlog (high-risk items prioritized higher to surface unknowns early), in Sprint Planning (acknowledging where the Sprint is taking on technical risk), and in Retrospectives (reflecting on risks that materialized and how to handle the next instance). The PM’s risk management toolkit transfers — only the cadence and the venue change.
Communication architecture
The discipline of designing a deliberate communication architecture — which decisions happen in which forum, which audiences see which updates at which cadence — is at least as important in agile environments as in predictive ones. The Scrum events provide some of this structure for the team level; the rest, especially for stakeholders outside the team, has to be designed by someone. In Scrum environments, this is often the Product Owner or the Scrum Master; in scaled environments, it is often a program or portfolio role. The skill of designing the architecture is the same as in traditional PM.
Governance fluency
PMs trained on governance — steering committees, change control, RAID logs, executive reporting — bring something most agile-native practitioners lack. Hybrid programs and scaled-agile environments require precisely this discipline at the program tier. PMs who maintain governance fluency while learning agile mechanics become the practitioners scaled-agile environments need most.
Credentialing Your Agile Practice
Credentials in the agile space split into two major families: PMI’s agile credentials and the Scrum-specific credentials from Scrum.org and the Scrum Alliance. Each family has a different center of gravity, and most working PMs end up with one or two credentials from one family.
The PMI agile path
The PMI Agile Certified Practitioner (PMI-ACP) is PMI’s credential dedicated to agile practice. It is broader than the Scrum-specific credentials — it covers Scrum, Kanban, Lean, Extreme Programming, Test-Driven Development, and the broader agile mindset. For PMs whose work spans multiple agile approaches or who operate in hybrid environments, the PMI-ACP is typically the right credential.
The current Project Management Professional (PMP) exam also includes substantial agile content — approximately half the exam in recent editions, by PMI’s own publication. A PMP earned in the last several years already credentials agile fluency to a meaningful degree. The PMP plus the PMI-ACP together is the strongest PMI credential combination for working PMs in agile or hybrid environments.
For PMs early in their careers, the Certified Associate in Project Management (CAPM) similarly includes agile content and is the entry-level PMI credential. It is appropriate as the first credentialing step before progressing to PMP and PMI-ACP.
The Scrum-specific path
Scrum.org offers Professional Scrum Master (PSM), Professional Scrum Product Owner (PSPO), and Professional Scrum Developer (PSD) credentials at levels I, II, and III. The Scrum Alliance offers Certified ScrumMaster (CSM), Certified Scrum Product Owner (CSPO), and the more advanced Advanced Certified ScrumMaster and Certified Scrum Professional credentials. Both families are widely recognized in the industry.
The Scrum-specific credentials go deeper on Scrum mechanics than the PMI credentials but do not cover the broader agile and hybrid landscape. PMs who work primarily on Scrum teams often hold a PSM or CSM in addition to a PMI credential; PMs in mixed environments often hold the PMI-ACP only. The two paths are complementary, not exclusive.
Learn, certify, practice
The pattern we recommend across every credential: learn through free resources (the Scrum Guide, the Agile Manifesto, PMI’s agile resources, Scrum.org’s free Scrum Open assessment), certify by sitting the credential exam, and practice readiness in advance using a vendor-blueprint-aligned practice exam. PowerKram offers a free 24-hour trial with full access to all questions and features, no credit card required, with original questions calibrated to the actual exam style and detailed explanations for every question.
|
Why scenario-based practice matters for agile credentials Agile credential exams test scenario-based judgment, not memorization of definitions. Questions present a situation — a team struggling with a particular dysfunction, a stakeholder requesting a mid-Sprint scope change, a retrospective revealing a recurring pattern — and ask which response best reflects agile principles. The right answer often differs from what would feel most efficient or politically comfortable. Practice exams calibrated to the actual exam style are where most successful candidates close the gap between knowing the framework and applying it under exam conditions. Explore the PMI category for the PMI-ACP and adjacent credentials. |
Where to Go From Here
Agile and Scrum are not opposed to project management — they are a different way of organizing the same fundamental work of delivering valuable outcomes to customers. The PMs who navigate the transition well are the ones who engage with the agile mindset honestly, learn the Scrum mechanics rigorously, recognize that their role distributes differently in agile environments, and credential their practice in a way that signals their fluency to employers and teams.
If you want the broader picture — methodology selection across waterfall, agile, hybrid, and lean; full governance discipline; the modern PM toolchain; common program pitfalls and a worked enterprise case study; and certification pathways across the PM career arc — read the pillar: Program & Project Management — The Definitive Practice Guide.
If you are ready to deepen your agile practice through credentialing, PowerKram practice exams aligned to PMI’s current blueprints are available in the PMI category, including the PMI-ACP and the PMP (with its substantial agile content). The complete exam catalog covers 15+ vendor ecosystems, including the platform credentials that PMs in agile environments commonly add.
Synchronized Software, LLC is the consulting firm behind PowerKram, advising organizations on the agile transformations and hybrid delivery models where these credentials are applied in practice. If your organization is evaluating an agile transformation or strengthening its agile delivery function, SynchronizedSoftware.com is where to start the conversation.
Educational disclaimer
This article is for educational and informational purposes. Practices and frameworks described reflect industry standards and patterns observed across consulting engagements; individual outcomes vary by organization, team, leadership, and execution. PowerKram and Synchronized Software, LLC do not guarantee specific delivery, employment, or certification outcomes.
Question #1
A project manager newly assigned to a Scrum team notices the daily stand-up has become a 30-minute status meeting where each developer reports progress to the manager, who then assigns the day’s tasks. The team rarely finishes its Sprint commitments, and developers seem disengaged.
What is the BEST corrective action consistent with Scrum?
- A) Extend the Daily Scrum to a full hour so the manager can assign tasks more thoroughly and track each developer’s workload in detail.
- B) Re-establish the Daily Scrum as a 15-minute, time-boxed event owned by the developers to inspect progress toward the Sprint Goal and adapt their own plan, with status reporting and task assignment removed from the event.
- C) Eliminate the Daily Scrum entirely, since the team is clearly not benefiting from it, and replace it with a written status report submitted to the manager each morning.
- D) Keep the format but rotate which manager runs the meeting each day so developers receive task assignments from different perspectives.
Solution
Correct Answer: B
Explanation: The Daily Scrum is a 15-minute time-box for the developers to inspect progress toward the Sprint Goal and adapt the day’s plan. It is for the developers, not for status reporting to managers or for task assignment. The described pattern — a manager assigning tasks and receiving status — is the classic dysfunction the event is meant to avoid, and it undermines team self-organization. Extending the meeting or layering on written reports preserves the command-and-control dynamic; eliminating the event removes a core inspection-and-adaptation mechanism rather than fixing how it is run.
Question #2
A traditionally trained PM joins an organization running multiple Scrum teams within a larger hybrid program. Budget and contract management, cross-team coordination, and reporting to a steering committee all still need to happen, but the Scrum Guide names none of these in its three accountabilities. The PM is unsure where they fit.
Which path BEST describes the role most working PMs occupy in this enterprise context?
- A) Insist on retaining the project manager title and responsibilities unchanged within each Scrum team, since the work of project management has not disappeared.
- B) Transition into the Scrum Master accountability for every team simultaneously, since that role most closely resembles traditional project management.
- C) Operate at a layer above Scrum — at the program or portfolio level — coordinating across teams and managing the budget, contract, and governance responsibilities Scrum does not address.
- D) Decline the assignment, since a traditional project manager has no legitimate role in any organization that has adopted Scrum.
Solution
Correct Answer: C
Explanation: In organizations running multiple Scrum teams or hybrid programs, working PMs most commonly operate at the program or portfolio layer — coordinating across teams, managing budget and contract responsibilities that Scrum does not address, and interfacing between agile teams and the predictive governance the organization requires. Insisting on retaining the title without adapting the work tends to fail. Becoming Scrum Master for many teams at once is impractical and misreads the role. Declining ignores the reality that project-management work still must happen in Scrum-using organizations.
Question #3
A manager who came from a predictive delivery background asks the Scrum Master to start reporting each team’s velocity up to leadership as a productivity scorecard, comparing teams against one another each Sprint. Within two Sprints, the Scrum Master notices the team’s estimates have begun inflating.
Why is using velocity this way problematic, and what is the appropriate response?
- A) Velocity is an accurate cross-team productivity metric, so the only problem is that two Sprints is too short a window; the Scrum Master should keep reporting it and wait for the data to stabilize.
- B) Velocity is a planning input, not a performance metric; reporting it as a productivity number inflates estimates and corrupts forecasting, so the Scrum Master should explain this and redirect the underlying question to metrics like cycle time, throughput, or value delivered.
- C) Velocity should be replaced by lines of code per developer, which is a more objective productivity measure that cannot be gamed.
- D) The Scrum Master should comply without comment, since leadership has the authority to define metrics, and any distortion in estimates is the team’s own fault.
Solution
Correct Answer: B
Explanation: Velocity exists so a team can forecast how much work it can credibly take into the next Sprint based on what it has actually delivered. The moment velocity is reported up as a productivity number, estimates inflate and forecasting breaks because the planning input has been corrupted by performance pressure. The fix is to explain firmly why velocity cannot serve both purposes and redirect the legitimate underlying question to better measures such as cycle time, throughput, or feature value delivered. Comparing teams by velocity is meaningless because each team’s points are calibrated differently, and lines of code is a notoriously poor productivity proxy.
Question #4
A four-team initiative adopts SAFe with full ceremony fidelity — PI Planning, ARTs, scrums-of-scrums, and the complete reference set of aligned ceremonies. Six months in, leadership observes that the teams have less time to build software than before the framework was introduced, and morale is dropping.
Which conclusion and action are MOST appropriate?
- A) The teams are not following SAFe rigorously enough; leadership should add more ceremonies and a dedicated agile coach per team to enforce full fidelity.
- B) Scaling overhead is crowding out delivery; a four-team effort is almost always over-engineered for full SAFe, and the framework should be adapted aggressively — likely a lightweight scrum-of-scrums and a shared roadmap would coordinate the same teams with far less overhead.
- C) Agile does not scale beyond a single team, so the organization should abandon agile and return all four teams to a purely predictive waterfall model.
- D) The problem is the people, not the framework; leadership should replace the team members who are struggling to keep up with the ceremony load.
Solution
Correct Answer: B
Explanation: When coordination overhead grows until it consumes the productivity gains agile was meant to produce, scaling overhead is crowding out delivery. A full SAFe implementation is appropriate when the work genuinely requires that level of coordination — a 30-team Release Train, for example. A four-team SAFe implementation is almost always over-engineered; the same teams could typically coordinate through a lightweight scrum-of-scrums and a shared roadmap with far less overhead. The strongest scaled-agile implementations adapt the framework to context rather than adopting it ceremonially. Adding more ceremony worsens the problem, abandoning agile overcorrects, and blaming people misdiagnoses a structural issue.
Question #5
A PM is deciding which credential to pursue. Their work spans Scrum, Kanban, and Lean practices across several hybrid programs rather than deep specialization on a single Scrum team, and they want a credential that signals broad agile fluency to employers.
Which credential is the BEST fit for this PM’s situation?
- A) A Scrum.org Professional Scrum Master (PSM), because it certifies the deepest possible knowledge of every agile approach the PM uses.
- B) The PMI Agile Certified Practitioner (PMI-ACP), because it is broader than the Scrum-specific credentials and covers Scrum, Kanban, Lean, Extreme Programming, and the broader agile mindset.
- C) The Certified Associate in Project Management (CAPM) alone, because it is the most advanced agile credential PMI offers.
- D) No credential is appropriate, because agile fluency cannot be demonstrated through certification.
Solution
Correct Answer: B
Explanation: The PMI-ACP is PMI’s credential dedicated to agile practice and is broader than the Scrum-specific credentials — it covers Scrum, Kanban, Lean, Extreme Programming, Test-Driven Development, and the broader agile mindset. For PMs whose work spans multiple agile approaches or who operate in hybrid environments, it is typically the right credential. The PSM goes deeper on Scrum mechanics but does not cover the broader landscape. The CAPM is the entry-level PMI credential, not an advanced agile credential. Certification does meaningfully signal agile fluency to employers and teams.
Choose Your AI Certification Path
Whether you’re exploring AI on Google Cloud, Azure, Salesforce, AWS, or Databricks, PowerKram gives you vendor‑aligned practice exams built from real exam objectives — not dumps.
Start with a free 24‑hour trial for the vendor that matches your goals.
- All
- Salesforce
- PMI
- CompTIA




