Back to Project Management Professional PMP questions

Scenario-based practice

Refer to the Exhibit Practice 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.

7
scenario questions
PMP
exam code
PMI
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the 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 →

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 2hardmultiple 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 3hardmultiple 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 4mediummultiple choice
Full question →

Refer to the exhibit. The project team uses Git for version control. The lead developer accidentally committed a bug fix directly to the main branch instead of the feature branch. What is the best course of action to maintain a clean history?

Network Topology
$ git logonelinegraphRefer to the exhibit.```|/* 789abc0 Initial commit
Question 5mediummultiple choice
Full question →

Refer to the exhibit. A project team is using Terraform to provision infrastructure. The apply failed with the shown error. What is the MOST likely cause?

Exhibit

Refer to the exhibit.

```
Error: Terraform apply failed
Error: Error creating EC2 Instance: VPCIdNotSpecified: No default VPC found
	status code: 400, request id: ...
  on main.tf line 10, in resource "aws_instance" "web":
  10: resource "aws_instance" "web" {
```
Question 6hardmultiple choice
Full question →

Based on the exhibit, what is the MOST likely cause of the resource issue?

Exhibit

Refer to the exhibit.

```
Resource Name: John Doe
Role: Senior Developer
Allocation: 100% (40 hrs/week) to Project Alpha
Actual Hours (last 2 weeks): 55 hrs/week
Project Health: On schedule, but developer reports burnout
```
Question 7easymultiple choice
Read the full NAT/PAT explanation →

Refer to the exhibit. What is the critical path duration?

Exhibit

Refer to the exhibit.
```
Task A: 5 days
Task B: 3 days (depends on A)
Task C: 4 days (depends on A)
Task D: 2 days (depends on B and C)
```

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.