CAPM Project Management Fundamentals and Core Concepts • Complete Question Bank
Complete CAPM Project Management Fundamentals and Core Concepts question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. Task A: duration 5 days, predecessor: none Task B: duration 3 days, predecessor: A Task C: duration 4 days, predecessor: A Task D: duration 2 days, predecessor: B, C
Refer to the exhibit. Resource Histogram: Week 1: 10 FTEs Week 2: 15 FTEs Week 3: 12 FTEs Week 4: 8 FTEs Total available FTEs per week: 12 Cost per FTE: $1000/week Project budget: $50,000
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.
Authorizes the project and assigns PM
Comprehensive plan for execution
Hierarchical decomposition of work
List of identified risks and responses
Documents and tracks project issues
Drag a concept onto its matching description — or click a concept then click the description.
Leads project team and manages constraints
Provides resources and champions project
Defines product backlog and priorities
Facilitates Scrum process and removes impediments
Elicits and documents requirements
{
"risks": [
{"id": "R1", "probability": 0.3, "impact": 0.5},
{"id": "R2", "probability": 0.8, "impact": 0.2},
{"id": "R3", "probability": 0.6, "impact": 0.9},
{"id": "R4", "probability": 0.4, "impact": 0.7}
]
}{
"wbs": {
"id": "1.0",
"name": "Project",
"children": [
{"id": "1.1", "name": "Planning", "level": 2},
{"id": "1.2", "name": "Execution", "level": 2, "children": [
{"id": "1.2.1", "name": "Develop", "level": 3},
{"id": "1.2.2", "name": "Test", "level": 3}
]},
{"id": "1.3", "name": "Close", "level": 2}
]
}
}2023-05-10 14:22:33 ERROR: Task T2 - dependency not met: Predecessor task T1 not completed. 2023-05-10 14:25:12 WARN: Task T3 - resource overallocation detected. 2023-05-10 14:30:45 ERROR: Task T4 - schedule variance exceeded threshold.
Exhibit: ``` [2025-04-01 10:15:32] ERROR: Connection timeout to database 'sales_db' during query execution. Retry 1 of 3. [2025-04-01 10:15:35] INFO: Retry successful. ```
Exhibit:
```json
{
"ResourceAssignments": [
{"Resource": "Alice", "Task": "Design", "Hours": 40},
{"Resource": "Bob", "Task": "Development", "Hours": 80},
{"Resource": "Charlie", "Task": "Testing", "Hours": 30},
{"Resource": "Alice", "Task": "Documentation", "Hours": 20}
]
}
```Exhibit: ``` Task dependencies from project scheduling tool: Task A - Start-to-Start with 2 days lag (SS+2d) Task B - Finish-to-Finish with 3 days lead (FF-3d) Task C - Finish-to-Start (FS) Task D - Start-to-Start (SS) ```
{
"EV": 5000,
"AC": 6000,
"PV": 5500
}Activity A: Duration 5 days, Predecessor: None Activity B: Duration 3 days, Predecessor: A Activity C: Duration 4 days, Predecessor: A Activity D: Duration 6 days, Predecessor: B, C
Risk ID: R1, Probability: 0.3, Impact: $40,000 Risk ID: R2, Probability: 0.6, Impact: $50,000 Risk ID: R3, Probability: 0.2, Impact: $100,000
Refer to the exhibit.
{
"policy": {
"resourceTags": {
"project": "alpha",
"costCenter": "12345",
"environment": "production"
},
"autoStop": true,
"maxCost": 5000
}
}Refer to the exhibit. ERROR 2025-03-10 14:32:01 Deployment script failed: Missing config file /etc/app/config.yaml INFO 2025-03-10 14:32:02 Rollback initiated
{ "Statement": [ { "Effect": "Deny", "Action": "s3:*", "Resource": "arn:aws:s3:::example-bucket", "Condition": { "BoolIfExists": { "aws:MultiFactorAuthPresent": "false" } } } ] }Activity | Duration | Predecessors A | 5 | none B | 3 | A (FS) C | 4 | A (FS) D | 6 | B, C (FS) E | 2 | D (FS) F | 3 | C (FS) G | 4 | E, F (FS)