PK0-005 Project Life Cycle Phases • Complete Question Bank
Complete PK0-005 Project Life Cycle Phases question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. === backup.log === 2025-03-15 02:00:01 INFO: Starting daily backup job 2025-03-15 02:00:05 INFO: Mounting backup volume /dev/sdb1 2025-03-15 02:00:07 ERROR: Volume /dev/sdb1 is not a valid backup volume 2025-03-15 02:00:08 ERROR: Backup aborted 2025-03-15 02:00:09 INFO: Unmounting volume === fstab === /dev/sda1 / ext4 defaults 0 1 /dev/sdb1 /backup ext4 defaults 0 2 /dev/sdc1 /var ext4 defaults 0 2 === backup_script.sh === #!/bin/bash mount /dev/sdb1 /backup rsync -av /data /backup umount /backup
Refer to the exhibit.
=== C:\Project\Build\app.config ===
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="DatabaseServer" value="prod-db-01.internal.company.com"/>
<add key="DatabaseName" value="SalesDB"/>
<add key="Environment" value="Production"/>
</appSettings>
<connectionStrings>
<add name="SalesDB" connectionString="Server=prod-db-01;Database=SalesDB;User ID=app_user;Password=Passw0rd!" providerName="System.Data.SqlClient"/>
</connectionStrings>
</configuration>
=== Deployment Instructions ===
1. Copy app.config to C:\App\
2. Update connection string for environment
3. Restart service
=== Error after deployment ===
System.Data.SqlClient.SqlException: Cannot open database "SalesDB" requested by the login. The login failed.
Login failed for user 'app_user'.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.
Define and authorize a new project or phase
Establish scope, objectives, and course of action
Complete work defined in the project management plan
Track, review, and regulate progress and performance
Finalize all activities and formally close the project
Drag a concept onto its matching description — or click a concept then click the description.
Visual timeline of project tasks and dependencies
Hierarchical decomposition of project deliverables
Determines the longest sequence of dependent tasks
Measures project performance against baseline
Assigns roles: Responsible, Accountable, Consulted, Informed
Drag a concept onto its matching description — or click a concept then click the description.
Process-oriented activities to ensure quality standards are met
Product-oriented activities to verify deliverables meet requirements
Keeping errors out of the process
Checking deliverables for defects
Ongoing effort to improve products, services, or processes
Project Risk Register (Excerpt) Risk ID | Risk Description | Probability | Impact | Risk Score | Response R1 | Supplier delay | 0.4 | 0.3 | 0.12 | Transfer R2 | Staff turnover | 0.6 | 0.5 | 0.30 | Mitigate R3 | Scope creep | 0.5 | 0.4 | 0.20 | Accept R4 | Technical failure | 0.3 | 0.7 | 0.21 | Avoid
Project Network Diagram - Path Durations: Path 1: Task A (5d) -> Task C (3d) -> Task E (2d) -> Task G (4d) = 14 days Path 2: Task B (4d) -> Task D (4d) -> Task F (3d) -> Task H (2d) = 13 days No dependencies between paths.
Change Request Log (Excerpt) CR ID | Description | Status | Impact Assessment | Approval Needed CR001 | Add new report | Open | Cost +$5k, Time +1wk | Yes CR002 | Remove feature X | Approved | Cost -$2k, Time -3d | No CR003 | Change color scheme | Rejected | N/A | N/A CR004 | Update user manual | Open | Cost +$1k, Time +2d | No
Refer to the exhibit. Change Request Log ID | Description | Status | Priority | Impact CR-001 | Add new module | Approved | High | Schedule +2 weeks, Cost +$5k CR-002 | Reduce testing | Rejected | Low | N/A CR-003 | Change vendor | Pending | Medium | Schedule -1 week, Cost -$2k CR-004 | UI redesign | Approved | High | Schedule +4 weeks, Cost +$10k
Refer to the exhibit. Project Phase Schedule: Phase A (Initiation): Duration 2 weeks, no predecessor. Phase B (Planning): Duration 4 weeks, depends on Phase A. Phase C (Execution): Duration 3 weeks, depends on Phase A. Phase D (Closure): Duration 1 week, depends on Phase B and Phase C.