CAPM Predictive Plan-Based Methodologies • Complete Question Bank
Complete CAPM Predictive Plan-Based Methodologies question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` Activity | Predecessor | Duration (days) A | None | 5 B | A | 3 C | A | 4 D | B, C | 2 E | D | 1 ```
Refer to the exhibit. Project Schedule (in days): Activity | Duration | Predecessors | ES | EF | LS | LF | Float A | 5 | None | 0 | 5 | 0 | 5 | 0 B | 3 | A | 5 | 8 | 5 | 8 | 0 C | 2 | A | 5 | 7 | 6 | 8 | 1 D | 4 | B, C | 8 | 12 | 8 | 12 | 0 E | 3 | D | 12 | 15 | 12 | 15 | 0
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.
Sequential phases with little iteration
Iterative and incremental delivery
Time-boxed sprints with daily standups
Visual workflow with WIP limits
Process-based with defined roles
Drag a concept onto its matching description — or click a concept then click the description.
What work is included
Time available for completion
Budget allocated
Standards to be met
People and equipment available
Refer to the exhibit. Exhibit: ``` Task ID | Predecessor | Duration (days) A | None | 3 B | A | 4 C | A | 2 D | B, C | 5 E | D | 2 F | D | 3 G | E, F | 1 ```
Refer to the exhibit. Exhibit: ``` Risk Register Snippet: Risk ID | Description | Probability | Impact | Score | Response R001 | Server outage | High (0.7) | High (0.8) | 0.56 | Mitigate: redundant servers R002 | Staff turnover | Medium (0.5) | Medium (0.5) | 0.25 | Transfer: outsourcing R003 | Regulatory change | Low (0.2) | High (0.8) | 0.16 | Accept: monitor ```
Refer to the exhibit. Exhibit: ``` WBS Dictionary Entry: WBS ID: 1.2.3 Work Package: Install network cabling Description: Run Cat6 cables from server room to all workstations. Responsible: IT Infrastructure Team Duration: 10 days Cost: $15,000 Acceptance Criteria: All cables tested and certified. ```
Refer to the exhibit.
```json
{
"WBS": {
"1.0 Project": {
"1.1 Planning": {
"1.1.1 Requirements",
"1.1.2 Design"
},
"1.2 Execution": {
"1.2.1 Development",
"1.2.2 Testing"
},
"1.3 Closure": {
"1.3.1 Deployment",
"1.3.2 Handover"
}
}
}
}
```Refer to the exhibit. ``` Activity | Duration (days) | Predecessor A | 5 | - B | 3 | A C | 4 | A D | 2 | B, C E | 1 | D ```
Refer to the exhibit.
```json
{
"risk_id": "R001",
"description": "Server hardware failure",
"probability": "0.8",
"impact": "High",
"cost_impact_usd": 50000,
"response": "Mitigate: Redundant servers"
}
```Activity | Duration (days) | Predecessor A | 3 | None B | 5 | A C | 4 | A D | 6 | B, C E | 2 | D
Schedule: Activity A: 5 days Activity B: 4 days (after A) Activity C: 3 days (after B) Activity D: 6 days (after A, parallel to B and C) Project finish: day 12 (no buffers)
access-list 101 permit tcp 192.168.1.0 0.0.0.255 host 10.1.1.1 eq www access-list 101 deny ip any any
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Action": "ec2:TerminateInstances",
"Resource": "arn:aws:ec2:us-east-1:123456789012:instance/*",
"Condition": {
"StringNotEquals": {
"aws:SourceIp": "10.0.0.0/8"
}
}
}
]
}[error] [client 192.168.1.10] client denied by server configuration: /var/www/html/admin/
{
"activities": [
{ "id": "A", "duration": 5, "predecessors": [] },
{ "id": "B", "duration": 3, "predecessors": ["A"] },
{ "id": "C", "duration": 4, "predecessors": ["A"] },
{ "id": "D", "duration": 2, "predecessors": ["C"] },
{ "id": "E", "duration": 6, "predecessors": ["B", "D"] }
]
}