CAPM Business Analysis Frameworks • Complete Question Bank
Complete CAPM Business Analysis Frameworks question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` Requirements Traceability Matrix (RTM) ID | Requirement Description | Source | Design | Test Case | Status R001 | User login with SSO | Stakeholder A | D001 | TC001 | Approved R002 | Dashboard with charts | Stakeholder B | D002 | TC002 | In Review R003 | Export to PDF | Stakeholder C | D003 | TC003 | Approved ```
Refer to the exhibit. ``` User Story As a project manager, I want to receive automatic notifications when project milestones are completed, So that I can track progress without manual updates. Acceptance Criteria: - Notification sent within 5 minutes of milestone completion. - Notification includes milestone name and date. - Notification delivered via email and in-app. ```
Refer to the exhibit. ``` Requirement ID: REQ-001 Description: The system shall allow users to reset their password via email. Priority: High Status: Approved Source: Stakeholder meeting on 2023-01-15 Test Case ID: TC-001 ```
Refer to the exhibit. ``` Project: ERP Implementation Current state: Manual invoice processing takes 5 days. Target state: Automated invoice processing takes 1 day. Gap: 4 days improvement needed. Solution: Implement OCR and workflow automation. ```
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 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.
Collect Requirements
Develop Schedule
Estimate Costs
Identify Risks
Plan Communications
Drag a concept onto its matching description — or click a concept then click the description.
Budgeted cost of work scheduled
Budgeted cost of work performed
Actual cost incurred for work done
EV minus AC
EV minus PV
Drag a concept onto its matching description — or click a concept then click the description.
Eliminate the threat entirely
Reduce probability or impact
Shift risk to a third party
Acknowledge and take no action
Seek to make opportunity happen
Drag a concept onto its matching description — or click a concept then click the description.
Information sent to recipients
Recipients access information on demand
Real-time exchange between parties
Contracts and official documents
Conversations and meetings
``` ┌─────────────────────────────────────────────┐ │ CLI Output from a server health check │ │ Server: web01 │ │ Status: UP │ │ CPU Load: 45% │ │ Memory Usage: 78% │ │ Disk Usage: 92% │ │ │ │ Error: Disk space critical on /var/log │ └─────────────────────────────────────────────┘ ```
```
{
"policyName": "DataRetentionPolicy",
"rules": [
{
"dataType": "CustomerRecord",
"retentionDays": 365,
"action": "Archive"
},
{
"dataType": "TransactionLog",
"retentionDays": 90,
"action": "Delete"
},
{
"dataType": "AuditLog",
"retentionDays": 730,
"action": "Archive"
}
]
}
`````` ERROR LOG - Application XYZ Timestamp: 2023-08-15 14:23:45 Severity: ERROR Module: PaymentGateway Error Code: PG-1042 Description: Transaction timeout after 30 seconds. Impact: 15 orders failed. ```
Refer to the exhibit. ``` Business Case Summary - Problem: High operational costs - Proposed Solution: Automate manual processes - Estimated Cost: $2M - Expected Benefits: $3M annual savings - Timeframe: 18 months - Risks: Implementation complexity, staff resistance ```
// Sample JSON policy document for access control
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*",
"Condition": {
"IpAddress": {
"aws:SourceIp": "192.0.2.0/24"
}
}
},
{
"Effect": "Deny",
"Action": "s3:DeleteObject",
"Resource": "arn:aws:s3:::example-bucket/*"
}
]
}# Sample Nginx configuration for a web application
server {
listen 80;
server_name example.com;
location / {
proxy_pass http://localhost:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
location /api/ {
proxy_pass http://localhost:4000;
proxy_set_header Host $host;
}
}# Output from 'kubectl describe pod web-app-5d4f8c7b9d-abcde'
...
Containers:
web-app:
Image: myapp:v2
Port: 8080/TCP
State: Running
Ready: True
Restart Count: 3
Environment:
DB_HOST: db-service
DB_PORT: 5432
Mounts:
/data from data-volume (rw)
...{
"SecurityGroup": {
"GroupName": "web-sg",
"IpPermissions": [
{
"IpProtocol": "tcp",
"FromPort": 80,
"ToPort": 80,
"IpRanges": [{"CidrIp": "0.0.0.0/0"}]
},
{
"IpProtocol": "tcp",
"FromPort": 443,
"ToPort": 443,
"IpRanges": [{"CidrIp": "0.0.0.0/0"}]
},
{
"IpProtocol": "tcp",
"FromPort": 22,
"ToPort": 22,
"IpRanges": [{"CidrIp": "10.0.0.0/8"}]
}
]
}
}R1# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:36 192.168.1.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.1.3 GigabitEthernet0/0 10.1.1.4 1 FULL/BDR 00:00:34 192.168.1.4 GigabitEthernet0/0 10.1.1.5 1 DOWN - 192.168.1.5 GigabitEthernet0/0
http {
upstream backend {
server 10.0.0.1:80 weight=3;
server 10.0.0.2:80 weight=1;
server 10.0.0.3:80 backup;
}
server {
listen 80;
location / {
proxy_pass http://backend;
}
}
}[2024-11-20 10:23:45] ERROR: org.hibernate.TransactionException: JDBC begin failed: Communications link failure [2024-11-20 10:23:45] INFO: org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator - HHH000130: Database connection pool initialized
{
"stakeholders": ["Sales", "IT", "Marketing"],
"requirements": [
{"id": "REQ01", "description": "User login", "status": "Approved"},
{"id": "REQ02", "description": "Auto-save", "status": "Draft"}
]
}Ping 10.0.0.1 (10.0.0.1): 56 data bytes 64 bytes from 10.0.0.1: icmp_seq=0 ttl=64 time=2.3 ms 64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=2.1 ms 64 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=1.9 ms --- 10.0.0.1 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss traceroute to 10.0.0.1 (10.0.0.1), 64 hops max, 40 byte packets 1 192.168.1.1 (192.168.1.1) 1.2 ms 1.1 ms 1.3 ms 2 10.0.0.1 (10.0.0.1) 2.5 ms 2.4 ms 2.6 ms
Refer to the exhibit.
```json
{
"requirements": [
{
"id": "REQ-001",
"description": "The system shall allow users to reset their password via email",
"source": "Stakeholder interview",
"status": "Approved",
"verified": false
},
{
"id": "REQ-002",
"description": "The system shall send a confirmation email after password reset",
"source": "Security policy",
"status": "Draft",
"verified": false
},
{
"id": "REQ-003",
"description": "The system shall require multi-factor authentication for admin accounts",
"source": "Compliance requirement",
"status": "Approved",
"verified": true
}
]
}
```Refer to the exhibit. ``` Stakeholder Analysis Report ID: STK-001 Name: Jane Doe (VP of Sales) Power: High Interest: High Sensitivity: Low ID: STK-002 Name: Bob Smith (IT Director) Power: High Interest: Low Sensitivity: Medium ID: STK-003 Name: Alice Jones (End User) Power: Low Interest: High Sensitivity: High ```
Refer to the exhibit.
[
{
"id": "REQ-001",
"description": "User login",
"priority": "High",
"acceptance_criteria": ["Must support email and password", "Must lock after 3 failed attempts"]
},
{
"id": "REQ-002",
"description": "Password reset",
"priority": "Medium",
"acceptance_criteria": ["Must send reset link to registered email"]
},
{
"id": "REQ-003",
"description": "Dashboard display",
"priority": "High",
"acceptance_criteria": []
},
{
"id": "REQ-004",
"description": "Logout",
"priority": "Low",
"acceptance_criteria": ["Must clear session"]
}
]