CAPM Agile Frameworks and Methodologies • Complete Question Bank
Complete CAPM Agile Frameworks and Methodologies question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` user story: "As a user, I want to reset my password so that I can regain access to my account" Acceptance Criteria: - User enters email and receives a reset link - Link expires after 1 hour - User can set a new password that meets complexity rules - Password is hashed before storage Team capacity: 5 developers, 1 Sprint = 2 weeks Estimated effort: 8 story points ```
Refer to the exhibit. ``` Kanban Board: Backlog | To Do (3) | In Progress (2) | Testing (5) | Done WIP Limits: - To Do: 5 - In Progress: 3 - Testing: 3 ```
Refer to the exhibit. Sprint Backlog: - User Story A (8 points) - In Progress - User Story B (5 points) - To Do - User Story C (3 points) - Done - User Story D (2 points) - To Do - User Story E (5 points) - Done Team velocity from previous Sprints: 13 points per Sprint. Sprint duration: 2 weeks. Time remaining in current Sprint: 3 days.
Refer to the exhibit. ``` Iteration 1 Velocity: 20 story points Iteration 2 Velocity: 22 story points Iteration 3 Velocity: 18 story points Iteration 4 Velocity: 24 story points Planned for Iteration 5: 30 story points ```
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Define a new project or phase
Establish scope and plan actions
Complete work defined in plan
Track progress and manage changes
Finalize activities and close project
Drag a concept onto its matching description — or click a concept then click the description.
Seek a win-win solution
Each party gives up something
One party imposes a solution
Emphasize areas of agreement
Retreat from the conflict
{
"sprint": 5,
"totalStoryPoints": 40,
"completedByDay": {
"day1": 0,
"day2": 0,
"day3": 0,
"day4": 0,
"day5": 0,
"day6": 0,
"day7": 0,
"day8": 0,
"day9": 0,
"day10": 0
},
"remainingWork": [40,40,40,40,40,40,40,40,40,40]
}Build #12345 - Failed Test results: 15 passed, 3 failed - UserStory-101: assertion failed - UserStory-102: timeout - UserStory-103: NullPointerException
Backlog: A, B, C In Progress (WIP 3): D, E, F, G Done: H, I
{
"pipeline": {
"stages": [
{
"name": "Build",
"status": "success"
},
{
"name": "Test",
"status": "failure",
"error": "Unit test failed: AssertionError at test_calculator.py:42"
},
{
"name": "Deploy",
"status": "skipped"
}
]
}
}Sprint Burndown Chart (remaining hours): Day 1: 50 Day 2: 42 Day 3: 38 Day 4: 40 Day 5: 35
Kanban Board: To Do: 3 In Progress: 5 (WIP limit: 3) Done: 2
Exhibit: Sprint Backlog: - User Story A: 5 points - User Story B: 2 points - User Story C: 10 points - User Story D: 5 points Total: 22 points Team velocity: 30 points per sprint.
Exhibit: Kanban Board State: To Do: [PBI-1, PBI-2, PBI-3, PBI-4] (WIP limit: 5) In Progress: [PBI-5, PBI-6, PBI-7] (WIP limit: 3) Done: [PBI-8, PBI-9] (WIP limit: unlimited) The team wants to pull PBI-10 into In Progress.
Exhibit:
Product Backlog (sorted by priority):
1. { id: 101, description: 'User Login', priority: 'High', effort: 5 }
2. { id: 102, description: 'Search', priority: 'Low', effort: 1 }
3. { id: 103, description: 'Dashboard', priority: 'Medium', effort: 8 }
Team capacity for the sprint: 5 story points.{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*"
},
{
"Effect": "Deny",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/confidential/*",
"Condition": {
"StringEquals": {
"aws:RequestTag/project": "alpha"
}
}
}
]
}