Back to Project Management Professional PMP questions

Scenario-based practice

Hard Difficulty Questions

Practise Project Management Professional PMP practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

20
scenario questions
PMP
exam code
PMI
vendor

Scenario guide

How to approach hard difficulty questions

These are the questions most candidates get wrong. They require connecting multiple concepts, reading tricky output, or knowing edge-case behaviour that isn't on most study cards. Practising them trains you to operate under uncertainty — a necessary skill on the real exam.

Quick answer

Hard Difficulty Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related PMP topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Full question →

A project manager is leading a digital transformation initiative. Midway through the project, a new regulation is introduced that affects the product's compliance requirements. The project sponsor is concerned about potential scope creep and delays. What should the project manager do first?

Question 2hardmultiple choice
Full question →

A project manager is using earned value management. At month 6 of a 12-month project, the EV is $50,000, PV is $60,000, and AC is $55,000. What is the cost performance index (CPI)?

Question 3hardmulti select
Full question →

Which THREE are tools and techniques used in the Plan Risk Management process? (Choose three.)

Question 4hardmultiple choice
Full question →

A project manager is reviewing the schedule performance index (SPI) and cost performance index (CPI). The current values are SPI = 0.85 and CPI = 1.10. What is the most likely conclusion about the project?

Question 5hardmultiple choice
Full question →

Refer to the exhibit. The project's S3 bucket policy allows read access only from the internal IP range (10.0.0.0/8) and denies access if not using HTTPS. A developer reports that they can access the bucket from a machine with IP 10.0.0.5 using HTTPS. However, they cannot access it from a machine with IP 10.0.0.6 using HTTP. What is the most likely reason?

Exhibit

Refer to the exhibit.
```
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": ["s3:GetObject"],
      "Resource": "arn:aws:s3:::my-bucket/*",
      "Condition": {
        "IpAddress": {
          "aws:SourceIp": "10.0.0.0/8"
        }
      }
    },
    {
      "Effect": "Deny",
      "Action": "s3:*",
      "Resource": "arn:aws:s3:::my-bucket/*",
      "Condition": {
        "Bool": {
          "aws:SecureTransport": "false"
        }
      }
    }
  ]
}
```
Question 6hardmulti select
Full question →

Which THREE of the following are common causes of project change requests?

Question 7hardmultiple choice
Full question →

During a project, the team identifies a risk that could cause a major delay. The probability is high and the impact is high. The project manager decides to hire an external expert to manage the risk. Which risk response strategy is being used?

Question 8hardmultiple choice
Full question →

A project manager is managing a construction project and notices that the actual cost for concrete work is consistently 15% above budget. The earned value (EV) is $100,000, and the actual cost (AC) is $115,000. The project manager wants to estimate the cost at completion (EAC) if this trend continues. Which formula should the project manager use?

Question 9hardmultiple choice
Read the full NAT/PAT explanation →

A key vendor notifies you that they cannot deliver a critical component on time due to a supplier issue. The component is on the critical path. What should the project manager do first?

Question 10hardmultiple choice
Full question →

During project execution, a key stakeholder requests a feature that is not in the scope. The project manager analyzes the request and determines it would add significant business value but also increase risk. What should the project manager do?

Question 11hardmultiple choice
Full question →

A project manager is leading a project that is aligned with the organization's strategic goal to increase market share. However, during execution, a competitor releases a similar product, reducing the expected benefits. What should the project manager do?

Question 12hardmultiple choice
Full question →

During a sprint retrospective, the team expresses frustration about unclear requirements from the product owner. The project manager wants to improve the situation. Which action aligns with the Agile principle of self-organizing teams?

Question 13hardmulti select
Full question →

During project execution, a project manager discovers that a key stakeholder is dissatisfied with the team's communication. The stakeholder feels left out of decisions and receives information too late. Which THREE actions should the project manager take to address this?

Question 14hardmultiple choice
Full question →

Based on the resource histogram exhibit, what is the most likely impact on the project if no corrective action is taken?

Exhibit

Refer to the exhibit.

```
Resource Histogram (Hours per Week)
Week 1: 120 (actual)
Week 2: 150 (actual)
Week 3: 180 (planned)
Week 4: 200 (planned)
Team Capacity: 160 hours per week
```
Question 15hardmultiple choice
Full question →

Refer to the exhibit. A project manager is reviewing the Git history of a project. Which statement accurately describes the state of the repository?

Network Topology
$ git logonelinegraphRefer to the exhibit.```|/* 4e5f6a7 Initial commit
Question 16hardmultiple choice
Full question →

The project manager reviews the benefits realization report for a cloud migration project. The project sponsor asks why the benefits are not being realized as planned. What is the MOST likely cause?

Exhibit

Refer to the exhibit.

Exhibit:
```
Benefits Realization Report
Project: Cloud Migration
Date: 2024-03-15

Metric: Server Utilization Rate
Target: 75%
Actual: 68%
Variance: -7%

Metric: Operational Cost Reduction
Target: 20%
Actual: 18%
Variance: -2%

Metric: Deployment Frequency
Target: 10/week
Actual: 8/week
Variance: -2/week
```
Question 17hardmulti select
Full question →

Which THREE of the following are key considerations when evaluating the strategic value of a proposed project during portfolio selection? (Choose three.)

Question 18hardmultiple choice
Full question →

A project manager is leading a software development project using agile methodology. The team has completed 3 sprints, but the product owner is dissatisfied because the delivered features do not meet the expected business value. The team claims they followed the prioritized backlog. What should the project manager do?

Question 19hardmulti select
Full question →

Which THREE are common techniques used for quantitative risk analysis? (Choose three.)

Question 20hardmultiple choice
Full question →

A project manager is leading a global team with members in different time zones. The team is experiencing delays because some members are not responding to emails promptly. What is the best course of action to improve communication?

These PMP practice questions are part of Courseiva's free PMI certification practice question bank. Courseiva provides original exam-style PMP questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.