Toolmingo
Guides29 min read

50 Project Manager Interview Questions (With Answers)

The most common project manager interview questions with detailed answers — covering planning, scheduling, risk management, stakeholder communication, Agile, and real-world scenarios.

Project managers are responsible for delivering projects on time, within budget, and to scope — while keeping stakeholders aligned. Interviews test planning skills, communication, conflict resolution, and handling ambiguity. This guide covers the 50 most common PM interview questions across all levels.

Quick reference

Category Key topics tested
Project lifecycle Initiation, planning, execution, monitoring, closing
Scheduling WBS, Gantt charts, critical path, milestones
Budgeting Cost estimation, EVM, variance analysis
Risk management Identification, assessment, mitigation, contingency
Stakeholder management Communication, expectations, conflict resolution
Agile/Scrum Sprint planning, retrospectives, velocity
Leadership Team motivation, delegation, difficult conversations
Tools Jira, MS Project, Asana, Monday.com
Methodologies Waterfall, Agile, Kanban, Hybrid
Behavioural STAR answers for PM scenarios

Project lifecycle & fundamentals

1. What are the five phases of the project management lifecycle?

The PMBOK project lifecycle (also called process groups):

Phase Purpose Key outputs
Initiation Define the project, get approval Project charter, stakeholder register
Planning Create detailed plan Scope statement, WBS, schedule, budget, risk register
Execution Build the deliverables Work packages completed, status reports
Monitoring & Controlling Track progress, manage changes Performance reports, change requests
Closing Formally close the project Lessons learned, final report, contracts closed

These run sequentially but with overlap — monitoring happens throughout execution.

2. What is a project charter and why is it important?

A project charter is the document that formally authorises the project to begin. It includes:

  • Project purpose — why the project exists
  • Objectives and success criteria — what done looks like
  • Scope — what is in and out of scope
  • Stakeholders — key people involved
  • Budget and timeline — high-level estimates
  • Risks — initial known risks
  • Sponsor sign-off — gives the PM authority to use resources

Without a charter, projects lack formal authorization and stakeholders can dispute scope later.

3. What is the difference between project scope and product scope?

Project scope Product scope
Definition The work required to deliver the product The features and functions of the product
Measured by Completion of project management plans Product meets acceptance criteria
Example "Conduct 10 user research sessions" "App must support offline mode"

Both are defined in the scope statement and controlled via the scope management plan.

4. What is a Work Breakdown Structure (WBS)?

A WBS decomposes the total scope into smaller, manageable work packages. Each level breaks down a deliverable into components until the work is small enough to estimate and assign.

Project: Website Redesign
├── 1. Discovery
│   ├── 1.1 Stakeholder interviews
│   └── 1.2 Competitor analysis
├── 2. Design
│   ├── 2.1 Wireframes
│   └── 2.2 Visual mockups
└── 3. Development
    ├── 3.1 Front-end build
    └── 3.2 Back-end integration

The lowest level elements are work packages — the things you schedule, budget, and assign. A WBS is not a project schedule; it shows what, not when.

5. What is the triple constraint in project management?

Also called the Iron Triangle or project management triangle:

Constraint Description
Scope What is being delivered
Time When it will be delivered
Cost What resources are available

These three constraints are interdependent — changing one affects the others. A fourth element, quality, sits in the centre. Some frameworks add risk and stakeholder satisfaction as constraints.

How to use it in an interview: "When scope increased mid-project, I negotiated with the sponsor to either extend the timeline or reduce scope in another area — because adding scope without adjusting time or cost was not realistic."


Scheduling & planning

6. How do you create a project schedule?

Step-by-step scheduling process:

  1. Define activities — decompose WBS work packages into schedule activities
  2. Sequence activities — identify dependencies (Finish-to-Start, Start-to-Start, etc.)
  3. Estimate durations — use analogous, parametric, or three-point estimation
  4. Develop schedule — create network diagram, identify critical path
  5. Validate with team — ensure estimates are realistic
  6. Get approval — baseline the schedule
  7. Track and update — compare actual vs planned throughout execution

Tools: MS Project, Smartsheet, Jira, Asana, Monday.com.

7. What is the critical path method (CPM)?

The critical path is the longest sequence of dependent tasks from project start to finish. Any delay on the critical path delays the whole project.

Task A (3d) → Task B (2d) → Task D (1d)  ← Critical path = 6 days
Task C (4d) → Task D (1d)                ← Longest sub-path = 5 days

Float (slack): Tasks not on the critical path have float — they can be delayed without affecting the end date.

How PMs use it: Focus risk management on critical path tasks. If critical path is at risk, compress it via crashing (add resources) or fast tracking (run tasks in parallel).

8. What scheduling techniques do you use to compress a project timeline?

Technique How it works Trade-off
Crashing Add more resources to critical path tasks Increases cost
Fast tracking Run tasks in parallel that were sequential Increases risk/rework
Scope reduction Remove lower-priority deliverables Reduces value
Overtime Team works longer hours Risk of burnout and quality issues
Outsourcing Bring in external help Cost and onboarding time

Best answer: "My first step is to analyse the critical path and find tasks that can be safely fast-tracked. I then evaluate whether crashing specific tasks is cost-effective given the budget impact."

9. What is Earned Value Management (EVM)?

EVM integrates scope, schedule, and cost to measure project performance objectively.

Term Formula What it means
PV (Planned Value) Budget × % planned done What we planned to spend by now
EV (Earned Value) Budget × % actually done What we have actually accomplished
AC (Actual Cost) Actual spend What we have actually spent
SV (Schedule Variance) EV − PV Positive = ahead of schedule
CV (Cost Variance) EV − AC Positive = under budget
SPI (Schedule Performance Index) EV ÷ PV >1 = ahead, <1 = behind
CPI (Cost Performance Index) EV ÷ AC >1 = under budget, <1 = over budget
EAC (Estimate at Completion) BAC ÷ CPI Projected final cost

Example: Budget = £100k, 50% done but only 40% of budget spent. EV = £50k, AC = £40k, CPI = 1.25 (under budget — good).


Risk management

10. How do you identify and manage project risks?

Risk management process:

  1. Identify — Brainstorm with team, review lessons learned, use risk checklists, SWOT analysis
  2. Assess — Score each risk by probability (1–5) and impact (1–5), calculate risk score
  3. Prioritise — Focus on high probability × high impact risks first
  4. Plan responses — Select strategy for each risk
  5. Monitor — Review risk register regularly, trigger contingency plans when needed

Risk response strategies:

Strategy For threats For opportunities
Avoid/Exploit Eliminate the risk or grab the opportunity
Transfer/Share Insurance, subcontract Share the opportunity
Mitigate/Enhance Reduce probability/impact Increase probability/impact
Accept/Accept Do nothing, have contingency Do nothing but be ready

11. What is a risk register?

A risk register is a log of all identified risks, used to track and manage them throughout the project.

Column Contents
Risk ID Unique identifier
Description What could go wrong
Probability Low/Medium/High or 1–5
Impact Low/Medium/High or 1–5
Risk score Probability × Impact
Owner Who is responsible
Response Avoid/Transfer/Mitigate/Accept
Contingency plan What to do if risk occurs
Status Open/Closed/Triggered

12. Tell me about a risk you identified early that saved a project.

Model STAR answer:

  • Situation: Developing a software integration with a third-party API.
  • Task: Identify risks during planning before development started.
  • Action: I reviewed the API documentation and noticed the vendor had announced a major version change in Q3. I flagged it in the risk register, assessed likelihood as High (confirmed roadmap) and impact as High (would break our integration). I negotiated with the vendor to maintain backward compatibility for 6 months and added a buffer for migration to our schedule.
  • Result: When the version change shipped, we had two sprints already scheduled for the migration. The project closed on time. Without early identification, we would have had a 3-week unplanned delay.

Budget & cost management

13. How do you estimate project costs?

Technique Description Accuracy When to use
Analogous estimation Use actual costs from similar past projects ±25–50% Early stages
Parametric estimation Statistical model (e.g., £500/day × 10 days) ±10–25% When historical data exists
Bottom-up estimation Estimate each work package then sum ±5–10% Detailed planning
Three-point estimation (Optimistic + 4×Most Likely + Pessimistic) ÷ 6 ±10–15% Uncertain tasks
Vendor bids Get quotes from suppliers Actual External deliverables

Always add contingency reserves (known unknowns) and management reserves (unknown unknowns) to your cost baseline.

14. What do you do when a project is over budget?

Step-by-step approach:

  1. Diagnose root cause — Is it scope creep, poor estimation, resource cost increases, or rework?
  2. Quantify the overrun — How much over budget are we? What is the EAC?
  3. Identify corrective actions — Can we reduce scope, find cheaper alternatives, or negotiate?
  4. Report transparently — Inform the sponsor early; avoid surprises at the end
  5. Update the forecast — Revise EAC and document the reason for variance
  6. Prevent recurrence — Capture in lessons learned

What not to do: Hide the overrun, hoping to recover later. Sponsors trust PMs who flag problems early.


Stakeholder management

15. How do you identify and manage stakeholders?

Stakeholder management process:

  1. Identify — Everyone who is affected by or can affect the project (internal, external, positive, negative)
  2. Analyse — Map each stakeholder on a power/interest grid
  3. Plan engagement — Determine the right communication approach per stakeholder
  4. Engage — Execute the communication plan, build relationships
  5. Monitor — Track stakeholder sentiment, adjust approach as needed

Power/Interest grid:

Low interest High interest
High power Keep satisfied Manage closely
Low power Monitor Keep informed

16. How do you handle a difficult or resistant stakeholder?

Framework:

  1. Understand their concerns — Schedule a 1:1 to listen, not persuade
  2. Find the root cause — Is it fear of change, resource competition, past bad experience?
  3. Address the concern directly — If it's valid, incorporate their feedback. If not, explain the rationale
  4. Involve them early — Resistant stakeholders often become advocates when included in decision-making
  5. Escalate if necessary — If resistance blocks the project, escalate through the sponsor

What you avoid: Ignoring resistant stakeholders or going around them without documentation.

17. How do you communicate project status to different audiences?

Audience Format Frequency Content
Executive sponsor 1-page dashboard Weekly/biweekly RAG status, budget, key risks, decisions needed
Steering committee Formal status report Monthly Progress vs milestones, financials, issues, forecast
Project team Team standup Daily/weekly Tasks, blockers, priorities
Technical team Technical updates As needed Architecture, technical risks, dependencies
End users Newsletters, town halls Monthly What's changing and when

Key principle: Tailor detail level to the audience. Executives want headlines; teams want specifics.


Change management

18. How do you handle scope creep?

Scope creep is uncontrolled changes or continuous growth in project scope without corresponding adjustments to time, cost, or resources.

Prevention:

  • Define scope clearly in the project charter and scope statement
  • Include a formal change control process from day one
  • Educate stakeholders: "Any change goes through change control"

When it happens:

  1. Document the requested change formally
  2. Assess the impact on scope, schedule, cost, and risk
  3. Present options with trade-offs to the sponsor
  4. Only proceed with approved changes
  5. Update the baseline and communicate to the team

The trap to avoid: Saying yes to small changes informally. "Just a small tweak" adds up.

19. What is a change control process?

A formal process that ensures all changes to project scope, schedule, or budget are evaluated, approved, and documented before implementation.

Change Request Submitted
         ↓
Impact Assessment (time, cost, risk)
         ↓
Change Control Board Review
         ↓
   Approved?
   Yes → Update baseline, communicate, implement
   No  → Document decision, reject or defer

Who approves changes? Depends on size. Minor changes: PM. Medium: sponsor. Major: Change Control Board (CCB) or steering committee.


Agile & Scrum for project managers

20. What is the difference between a traditional (Waterfall) PM and an Agile PM?

Dimension Waterfall PM Agile PM
Planning Detailed upfront plan Adaptive, sprint-by-sprint
Scope Fixed at the start Flexible, backlog-driven
Delivery End of project Incremental, each sprint
Stakeholder involvement Milestone reviews Continuous collaboration
Change tolerance Change-resistant (formal process) Change-embracing
Risk Identified upfront Addressed iteratively
Best for Stable requirements, regulated industries Evolving requirements, innovation
PM role Command and control Servant leadership, facilitation

21. How do you track progress in an Agile project?

Metric/Tool What it shows
Burndown chart Story points remaining vs time in sprint
Burnup chart Work completed + scope changes over time
Velocity Average story points completed per sprint
Cumulative Flow Diagram Work items in each state over time
Sprint goal completion % Whether the team met the sprint commitment
Release burndown Progress toward product release

Key difference: In Agile, progress is demonstrated through working software, not status reports.

22. How do you handle a team that consistently misses sprint commitments?

Approach:

  1. Retrospective — Facilitate an honest conversation about root causes
  2. Check estimates — Are stories too large? Is estimation too optimistic?
  3. Check for hidden work — Meetings, bugs, on-call duties eating into sprint time?
  4. Check dependencies — Are external blockers the issue?
  5. Adjust velocity baseline — Plan the next sprint based on actual velocity, not desired velocity
  6. Address systemic issues — Escalate if resource constraints are the root cause

What not to do: Pressure the team to commit to more without fixing the root cause.


Leadership & team management

23. How do you motivate a project team?

Motivation factor How to address it
Purpose Connect daily work to project outcomes and business value
Autonomy Delegate decision-making where appropriate
Mastery Provide growth opportunities, training, stretch assignments
Recognition Celebrate wins, acknowledge contributions publicly
Clarity Set clear goals, remove ambiguity about priorities
Psychological safety Create environment where mistakes are learning opportunities

24. How do you resolve conflict within your project team?

Conflict resolution techniques (Thomas-Kilmann):

Style When to use
Collaborating Win-win; time-consuming but builds relationships; best for important issues
Compromising Partial win-win; good for moderate-stakes issues with time pressure
Accommodating Preserves relationship; use when the other person is right
Competing Quick decision needed; use sparingly
Avoiding Issue is trivial or needs to cool down; not a long-term solution

Process: Listen to both sides separately → understand the root cause → facilitate joint conversation → find mutually acceptable solution → document the agreement.

25. How do you delegate effectively?

SMART delegation:

  1. Select the right person (skills, capacity, development opportunity)
  2. Define the task clearly — expected output, quality standards, deadline
  3. Grant authority — give them the resources and access they need
  4. Check in — agree on progress points, not micromanage
  5. Debrief — discuss what worked, what to improve

What PMs delegate: Routine tasks, specialist work, development opportunities.
What PMs retain: Decision-making authority, stakeholder relationships, escalation paths.


Behavioural & STAR questions

26. Tell me about a time you delivered a project under pressure.

STAR model framework:

Element What to cover
Situation What was the project, what was the pressure (timeline/budget/resources)
Task What you were responsible for
Action Specific steps you took — prioritisation, communication, trade-offs
Result Quantifiable outcome — delivered on time, under budget, stakeholder satisfaction

Key: Use "I" not "we" — interviewers want to know your specific contribution. Quantify results where possible.

27. Tell me about a project that failed and what you learned.

Framework:

  • Own the failure — don't blame the team or circumstances
  • Explain the root cause clearly
  • Describe what you would do differently
  • Show what you changed in future projects as a result

Example: "We underestimated integration complexity because we didn't involve the technical lead in the planning phase. The project delivered 3 weeks late. Since then, I always ensure technical SMEs review the schedule and provide bottom-up estimates for integration work."

28. Describe a time you managed competing priorities across multiple projects.

What interviewers look for:

  • Systematic prioritisation approach
  • Stakeholder communication about trade-offs
  • Ability to say no or negotiate scope
  • Transparency about resource constraints

Strong answer includes: How you assessed urgency vs importance, how you communicated reprioritisation to stakeholders, and the outcome.

29. Tell me about a time a stakeholder was unhappy with the project.

Approach:

  1. Acknowledge the dissatisfaction without being defensive
  2. Explain how you discovered the issue (early or late)
  3. Describe the steps you took to understand and address their concern
  4. Explain what changed in how you manage stakeholder expectations

Avoid: Blaming the stakeholder for having unrealistic expectations.

30. How do you handle a team member who is underperforming?

Process:

  1. Observe and document — gather specific evidence, not opinions
  2. Private conversation — ask questions to understand root cause (personal issues, skill gap, unclear expectations, disengagement)
  3. Set clear expectations — agree on specific, measurable improvement goals
  4. Provide support — coaching, training, workload adjustment if needed
  5. Follow up — regular check-ins, track improvement
  6. Escalate if no improvement — involve HR or the line manager

What PMs avoid: Public criticism, vague feedback, or ignoring the issue hoping it resolves itself.


Tools & methodologies

31. What project management tools have you used?

Tool Best for
MS Project Traditional project scheduling, WBS, Gantt charts
Jira Software/Agile projects, sprint tracking, bug tracking
Asana Cross-functional teams, task and project tracking
Monday.com Visual project management, dashboards
Smartsheet Spreadsheet-style PM with automations
Trello Simple Kanban boards, small teams
Confluence Documentation, project wikis
Notion Combined docs and project tracking

Strong answer: Mention the tool, why you used it for that context, and a specific example of how it helped.

32. What methodologies do you have experience with?

Methodology Key characteristics Best for
Waterfall Sequential phases, detailed upfront plan Fixed scope, regulated industries
Agile Iterative, adaptive, cross-functional teams Software, product development
Scrum 2-week sprints, defined roles (PO/SM), ceremonies Software delivery
Kanban Continuous flow, WIP limits, visual board Operations, support, maintenance
PRINCE2 Process-based, governance-heavy Government, large organisations
PMI/PMBOK Knowledge-based framework Any industry
Hybrid Waterfall planning + Agile execution Complex projects with fixed scope

33. What is the difference between a project manager and a scrum master?

Dimension Project Manager Scrum Master
Focus Delivering the project Enabling the Scrum team
Authority Direct authority over budget, schedule, scope Servant leader, no formal authority
Planning horizon Full project lifecycle Sprint-by-sprint
Stakeholder interface Primary point of contact Shields team from outside distractions
Scope changes Manages via change control Product Owner controls backlog
Framework PMBOK, PRINCE2, any Scrum framework
Metrics Budget variance, schedule variance, milestones Velocity, sprint goal completion

In many Agile organisations, the PM and Scrum Master roles are split. In traditional companies, one person may do both.


Situational & technical questions

34. How do you prioritise when everything is urgent?

Frameworks:

MoSCoW:

  • Must have / Should have / Could have / Won't have (this time)

Eisenhower Matrix:

  • Urgent + Important → Do now
  • Not urgent + Important → Schedule
  • Urgent + Not important → Delegate
  • Not urgent + Not important → Eliminate

RICE scoring (for product roadmap):

  • Reach × Impact × Confidence ÷ Effort

Strong answer: "I ask: what has the most significant impact on the project objective if delayed? Then I present the prioritisation to the sponsor and get explicit alignment — because 'everything is urgent' usually means priorities haven't been clearly communicated to the team."

35. How do you run an effective project kickoff meeting?

Kickoff meeting agenda:

Agenda item Duration Purpose
Introductions 10 min Build team rapport
Project overview 15 min Why this project matters
Scope & objectives 15 min What success looks like
Roles & responsibilities (RACI) 10 min Who does what
Schedule & milestones 10 min Timeline overview
Risks & constraints 10 min Known challenges
Communication plan 10 min How we'll work together
Q&A 15 min Surface concerns early
Next steps 5 min Immediate actions

What makes a great kickoff: The team leaves aligned on purpose, scope, and working agreements — not just having sat through a presentation.

36. What is a RACI matrix?

A RACI matrix defines roles and responsibilities for project activities:

Role Definition
Responsible Does the work
Accountable Owns the outcome (only one per task)
Consulted Provides input before a decision
Informed Notified after a decision

Common variant — RASCI: adds Supportive (provides resources without ownership).

When to use: Complex projects with multiple teams, to eliminate confusion about ownership and avoid the "I thought someone else was doing it" problem.

37. How do you run a project retrospective (lessons learned)?

Retrospective formats:

Format Questions asked
Start/Stop/Continue What to start doing, stop doing, keep doing
4Ls Liked, Learned, Lacked, Longed for
Mad/Sad/Glad Emotional reflection on the project
Post-mortem Root cause analysis of what went wrong

Process:

  1. Gather data before the meeting (anonymous surveys help)
  2. Facilitate discussion — ensure all voices are heard
  3. Identify top themes and patterns
  4. Agree on action items with owners and due dates
  5. Document in a lessons learned register for future projects
  6. Actually act on the action items (the step most teams skip)

38. What is a project management office (PMO)?

A PMO is a centralised function that standardises project governance and processes across an organisation.

PMO type Influence level Key functions
Supportive Low Templates, training, best practices
Controlling Medium Governance, standards, compliance
Directive High Manages projects directly, assigns PMs

Benefits: Consistent processes, better resource management, portfolio visibility, knowledge sharing across projects.

39. How do you manage project dependencies?

Types of dependencies:

Type Description Example
Finish-to-Start (FS) B can't start until A finishes Design before development
Start-to-Start (SS) B can't start until A starts Testing starts when dev starts
Finish-to-Finish (FF) B can't finish until A finishes Documentation finishes when dev finishes
Start-to-Finish (SF) Rare — B can't finish until A starts

External dependencies (outside PM's control) are highest risk. Manage by:

  • Identifying them early
  • Building buffers into the schedule
  • Escalating blockers quickly
  • Having contingency plans

40. What is configuration management?

The process of tracking and controlling all project artifacts and deliverables — ensuring that changes are documented and the current version is known.

In practice:

  • Version-controlled documents (project plan v1.0, v1.1)
  • Change log for all configuration items
  • Named baselines (scope baseline, schedule baseline, cost baseline)
  • Tools: SharePoint, Confluence, Git (for code), document management systems

Advanced PM questions

41. How do you manage a project across multiple teams or departments?

Key practices:

  • Governance structure — Clear decision rights between teams (who can approve scope changes to each stream)
  • Interface management — Define handoff points, formats, and timescales between teams
  • Integrated schedule — One master schedule with sub-project schedules feeding in
  • Joint risk management — Dependencies across teams are risks by definition
  • Regular cross-team coordination — Weekly leads meeting to surface inter-team blockers
  • Executive alignment — Ensure each department's leadership is aligned on priorities

42. How do you recover a failing project?

Project recovery steps:

  1. Stop the bleeding — Pause non-essential work, stabilise the situation
  2. Root cause analysis — Identify why the project is failing (scope, estimates, team, technology, governance)
  3. Reassess — Can the project be saved? What is the revised realistic scope/schedule/cost?
  4. Restructure — Rebuild the plan, team, and governance if needed
  5. Reset stakeholder expectations — Honest conversation with the sponsor about the true status
  6. Re-baseline — Create a new approved baseline and track against it
  7. Monitor closely — More frequent status updates during recovery

What PMs avoid: Continuing to execute a failing plan hoping it will improve without intervention.

43. What is benefits realisation management?

Benefits realisation ensures the project delivers the expected business value — not just the deliverables.

Stage Activity
Identify benefits Define measurable outcomes in the business case
Plan Set KPIs, ownership, measurement dates
Track Monitor realisation of benefits during and after project
Review Post-implementation review 3–6 months after go-live

Example: A CRM implementation project delivers the software (output), but the benefit is a 15% increase in sales conversion rate (outcome). The PM tracks whether the benefit was realised 6 months after go-live.

44. How do you manage vendor or contractor relationships?

Key practices:

Area Best practice
Contract SoW clearly defines deliverables, quality standards, payment milestones
Onboarding Brief the vendor on project governance and reporting requirements
Performance Track against SLA and SoW; hold regular vendor reviews
Risk Identify single points of failure; have contingency for vendor delays
Relationship Treat vendors as partners, not adversaries — they work better when respected
Escalation Know the escalation path if the relationship breaks down

45. What is the difference between a programme and a project?

Project Programme
Definition A temporary endeavour to create a unique output A group of related projects managed together for strategic benefit
Deliverable A specific product or output Business transformation, strategic change
Duration Fixed end date Often 3–5+ years
Manager Project Manager Programme Manager
Focus Outputs (deliverables) Outcomes (business benefits)
Interdependencies Within the project Across projects and the programme

Portfolio is above programme level — it governs all projects and programmes in the organisation.


Situational scenario questions

46. Your project is behind schedule. How do you communicate this to the sponsor?

Approach:

  1. Quantify the delay — How many days/weeks? Impact on final deadline?
  2. Identify root cause — Can you still fix it, or is the delay locked in?
  3. Develop options — Present 2–3 recovery options with trade-offs
  4. Schedule a meeting — Don't deliver bad news by email
  5. Be direct — State the delay clearly: "We are currently 2 weeks behind the baseline"
  6. End with a recommendation — "I recommend option B — here's why"

What sponsors hate: Learning about delays at the last minute with no options presented.

47. Two key team members resign mid-project. What do you do?

Immediate actions:

  1. Document all knowledge held by the departing members (handover plan)
  2. Assess impact on schedule and deliverables
  3. Identify which tasks are at risk and which are critical
  4. Inform the sponsor and escalate resource needs
  5. Evaluate options: internal reallocation, new hires, contractors, scope reduction
  6. Update risk register (key person dependency)

Prevention: Cross-training, documentation culture, and team retention strategies reduce this risk.

48. A critical dependency from another department is delayed. What do you do?

  1. Escalate early — Contact the other department's PM and manager
  2. Document the dependency — Make the impact formal and visible
  3. Explore workarounds — Can you work on other tasks in parallel?
  4. Add to risk register — External dependency = high risk
  5. Escalate up the chain — If the other department won't act, involve your sponsor to engage their leadership
  6. Update the schedule — If unavoidable, update the baseline with sponsor approval

Key principle: You can't control another department, but you can control how loudly and early you flag the risk.

49. A stakeholder keeps changing requirements after sign-off. What do you do?

  1. Acknowledge the request — Don't dismiss it; understand the business need behind it
  2. Reference the scope baseline — "Here's what was agreed and approved"
  3. Run it through change control — Submit a formal change request, assess impact
  4. Present the options — "We can add this, but it will add 2 weeks and £5k. Do you want to proceed, or remove something else to make room?"
  5. Get written approval — Document all decisions

The message: Changes are welcome, but they have consequences that must be approved.

50. What do you do on your first day as PM on a project in trouble?

Day-one priorities:

  1. Listen first — Don't rush to solutions before you understand the situation
  2. Review documentation — Project charter, plan, risk register, issue log, status reports
  3. Meet key stakeholders — Understand their perspective on what's wrong
  4. Meet the team — What are the blockers? What do they need?
  5. Assess the current state — What's the real status vs what's been reported?
  6. Identify quick wins — Early wins build team confidence
  7. Report to sponsor — Share your initial findings honestly and set realistic expectations

PM anti-patterns

Anti-pattern Description Better approach
Status meeting bloat Weekly meetings with 20 people that could be an email Segment meetings by audience; use async updates
HiPPO-driven priorities Highest Paid Person's Opinion overrides data Use data and criteria to prioritise; present trade-offs to sponsor
Optimism bias Consistently underestimating effort and risk Use three-point estimation, historical data, and team input
Big bang delivery Delivering everything at the end with no earlier feedback Deliver incrementally; get feedback at milestones
Scope gold-plating Team adds unrequested features "as a bonus" Enforce scope discipline; any addition goes through change control
Stakeholder avoidance Only engaging stakeholders when things go wrong Build regular touchpoints; no-surprises stakeholder management
Plan worship Following the plan despite clear signals it's wrong Treat the plan as a guide, not a contract; adapt to reality
Hero culture One person saves the day by working weekends Sustainable pace, cross-training, and early escalation

PM vs related roles

Role Focus Authority Methodology
Project Manager Single project delivery Project scope, schedule, budget PMBOK, PRINCE2, Agile
Programme Manager Strategic change across projects Benefits realisation MSP, SAFe
Portfolio Manager All projects in the organisation Strategic investment decisions MoP, PPM
Scrum Master Scrum team effectiveness None — servant leader Scrum
Product Manager Product vision and roadmap Backlog priority Agile, Lean
Delivery Manager Day-to-day team delivery Team velocity, workflow Kanban, Scrum
PMO Manager PM standards and governance Process standards PMO frameworks

Interview preparation checklist

Area What to prepare
Examples 5–6 STAR stories covering planning, risk, stakeholder conflict, delay, success, failure
Metrics Quantify your past projects — budget size, team size, timeline, % on time
Methodologies Be able to discuss at least one Agile and one traditional project in detail
Tools Know the tools on the job description; be honest about your proficiency
Certifications PMP, PRINCE2, PMI-ACP, CSM — know the one they prefer
Company research What do they deliver? What industry is it? What PM challenges will they face?
Questions to ask "What does success look like in the first 90 days?" "What's the biggest challenge for the PM in this role?"

Common mistakes in PM interviews

Mistake Better approach
Using "we" in behavioural answers Say "I" — describe your specific contribution
Vague examples ("I managed a complex project") Specific numbers — team size, budget, timeline, result
Claiming you've never had a project fail Everyone has failures; show self-awareness and learning
Over-focusing on tools over leadership Tools are secondary; focus on decision-making and communication
Not asking questions Prepare 3–5 thoughtful questions; silence signals disinterest
Badmouthing past employers Stay professional; say "it was a challenging environment that taught me X"
Memorising answers word-for-word Prepare structures, not scripts — interviewers follow up
Not knowing your own CV Be ready to explain every project on your resume

FAQ

Q: Do I need a PMP certification to be a project manager?
Not strictly required, but the PMP is the most recognised credential globally (~1M+ holders). Many senior PM roles prefer or require it. PRINCE2 is preferred in the UK, Australia, and government. For Agile, the PMI-ACP or CSM (Scrum Master) are alternatives. Certification demonstrates commitment and knowledge of standards.

Q: What is the difference between a project manager and a business analyst?
A PM focuses on how the project is delivered — planning, scheduling, risk, and stakeholder management. A BA focuses on what is being delivered — requirements elicitation, process analysis, and bridging business and technology. Both roles often collaborate closely, and many PMs have BA skills in smaller teams.

Q: How do you answer "where do you see yourself in 5 years?" as a PM?
Be specific: "I'd like to progress to a Programme Manager or PMO Lead role, managing a portfolio of strategic initiatives. In the next 2 years, I want to deepen my Agile delivery experience and complete my PMP certification." Show ambition that aligns with the company's career paths.

Q: How many projects can a PM manage at once?
Depends on project size and complexity. A PM might handle 5–10 small Kanban-style projects or just 1 large £50M programme. The key factor is whether each project has adequate attention. Spreading too thin is a common PM mistake — it's better to push back on additional projects than to deliver all of them poorly.

Q: What are the most important skills for a project manager?
Communication (by far #1), stakeholder management, risk thinking, scheduling, adaptability, and leadership. Technical knowledge helps but is secondary. Many PMs succeed in industries they know nothing about by applying strong PM fundamentals and asking good questions.

Q: How do you show ROI as a project manager?
Track metrics: on-time delivery rate, budget variance, stakeholder satisfaction scores, defect rates, benefits realised. Keep a portfolio of your past projects with outcomes (£X budget managed, Y% on time, Z% under budget). Quantified track record is your strongest selling point.

Related tools

Keep reading

All Toolmingotools are free & run in your browser

No sign-up, no upload, no watermark. Your files never leave your device.

Browse all tools