Text preview & study summary

ServiceNow CIS-PPM and CIS-SPM - Project Portfolio Strategic Portfolio Management - Planning Governance Resources

A free sample of 5 questions from this quiz, shown in full with answer choices and explanations. No interactivity — everything is visible on this page for study and review.

Want to test your knowledge? Launch the Interactive Exam Simulator

Question 1

A project manager is tracking a construction project with dependencies: Task B cannot start until Task A is complete, and Task C cannot start until both Task A and Task B are complete. If Task A is delayed by 3 days, how should ServiceNow PPM automatically handle this?

Answer choices

  • A. The project manager manually updates all downstream task dates

  • B. ServiceNow PPM automatically recalculates the project schedule — Task B's start date shifts by 3 days (Finish-to-Start dependency), and Task C's start date shifts to accommodate both delayed predecessors; the project end date is updated; the critical path is recalculated to show schedule impact (Correct)

  • C. Dependencies are informational only; dates don't update automatically

  • D. Create separate projects for each task to avoid dependencies

Explanation

ServiceNow PPM schedule dependency management: (1) Dependency Types: Finish-to-Start (B cannot start until A finishes), Start-to-Start, Finish-to-Finish, Start-to-Finish; (2) Automatic Rescheduling: when a task's duration or completion date changes, all dependent tasks are automatically rescheduled; (3) Task A delayed 3 days → Task B start date shifts 3 days → Task C start date shifts to max(A finish + lag, B finish + lag); (4) Critical Path Method: ServiceNow PPM identifies the critical path — the longest sequence of dependent tasks determining the project end date; (5) Float: non-critical tasks show float (slack) — how many days they can slip without affecting the end date; (6) End Date Impact: overall project end date updates to reflect cascading delays; (7) Project Health: if delayed end date exceeds planned end date, health indicator changes to Yellow/Red. Manual date management (option A) in a project with many dependencies is error-prone and time-consuming.

Question 2

A company's SPM governance board wants to implement a formal stage-gate review process for all major IT investments, inspired by Phase-Gate Management (Cooper's Stage-Gate model). Projects must pass through Gates: Gate 1 (Idea Screen), Gate 2 (Second Screen), Gate 3 (Decision to Develop), Gate 4 (Post-Development Review), Gate 5 (Launch/Implement). How does ServiceNow SPM/PPM configure this?

Answer choices

  • A. Create one approval step at the beginning of each project

  • B. Configure Phase Gates in SPM — define 5 gate records with: required deliverables checklist for each gate, designated gate keeper(s) for approval, evaluation criteria (must-meet and should-meet), scoring model; the investment/project can only advance through each gate with gate keeper approval (Correct)

  • C. Allow all projects to proceed without gates to move faster

  • D. Gates are informational checkpoints only; they don't block project progression

Explanation

ServiceNow SPM Phase-Gate Management: (1) Gate Configuration: create Gate records for each review point with: Gate Name, Gate Number, required Deliverables (checklist that must be complete), Evaluation Criteria (scored 1-5 on strategic fit, financial attractiveness, competitive advantage, risk), and designated Gate Keepers (specific individuals or roles); (2) Deliverable Enforcement: project cannot advance to the next gate until all required deliverables are attached and marked complete; (3) Gate Review: Gate Keepers formally evaluate the investment, apply scoring, and record their decision (Go, Kill, Hold, Recycle); (4) Gate Record: all gate decisions, scores, comments, and deliverables preserved for portfolio audit trail; (5) Kill Criteria: if investment scores below the minimum threshold at any gate, it is automatically placed in "Hold" pending review; (6) Portfolio Intelligence: portfolio analytics show how many investments are at each gate stage and average time per gate. Option D is incorrect — gates without blocking authority are meaningless governance theater.

Question 3

A project manager needs to track that a critical project milestone — "System Integration Testing Complete" — has been achieved before the project can move to User Acceptance Testing. If the milestone is missed, the project plan should be flagged and the sponsor notified. How is this configured in ServiceNow PPM?

Answer choices

  • A. Add a work note to the project when the milestone is complete

  • B. Create a Milestone task in the project plan; configure a business rule or Flow Designer trigger that fires when the milestone's planned date passes without completion — auto-generates a Project Status flag (Orange/Red), updates project health, and notifies the project sponsor (Correct)

  • C. Rely on the project manager to remember milestone dates

  • D. Create separate Change Requests for each milestone

Explanation

Milestone tracking in ServiceNow PPM: (1) Milestone Task: create a project task with "Is Milestone" checked — milestones have no duration, representing a specific point in time; (2) Dependencies: tasks after the milestone have "Finish-to-Start" dependency — UAT tasks cannot start until SIT Complete milestone is checked; (3) Milestone Monitoring: a business rule or scheduled flow checks: if milestone planned date < today AND milestone state != Closed, project health = Orange; if milestone date + 5 days AND state != Closed, project health = Red; (4) Automatic Notification: project sponsor and stakeholders notified of milestone breach; (5) Timeline Impact: automatic recalculation of downstream task dates based on milestone delay; (6) Project Health Dashboard: shows all projects with breached milestones. Work notes (option A) don't enforce dependencies or trigger automated notifications.

Question 4

A company wants to implement IT Financial Management alongside PPM — specifically, they want to track the total cost of each project (labor + tools + licenses) and show the actual cost vs. budget on project dashboards. How should this be configured in ServiceNow?

Answer choices

  • A. Finance tracks costs in ERP; project managers manually calculate separately

  • B. Configure IT Financial Management in ServiceNow — resource rates defined per role, actual time logged against projects generates labor cost calculations; direct costs and vendor invoices logged as project expenses; budget vs. actual cost comparison shown on the Project Finance tab (Correct)

  • C. Only track labor hours, not monetary costs

  • D. Use a separate financial system and don't integrate with PPM

Explanation

ServiceNow IT Financial Management + PPM integration: (1) Resource Rates: configure cost rates per role/resource (Senior Developer = $120/hour, Project Manager = $95/hour); (2) Time Tracking: resources log actual hours against project tasks; system calculates labor cost = hours × rate; (3) Direct Costs: project managers log non-labor costs (software licenses, external vendor invoices, training) as expense records on the project; (4) Budget tracking: project budget fields (planned cost) vs. actual cost (calculated from time + direct costs); (5) Budget Variance Report: dashboard shows each project's budget consumed, remaining, and variance; (6) Cost Rollup: program and portfolio levels show total spend across all component projects; (7) Forecasting: project managers can enter ETC (Estimate to Complete) for remaining work to project final cost. Siloed ERP tracking (option A) prevents project managers from seeing real-time cost performance.

Question 5

A company's PMO wants to identify projects that are consistently over budget, behind schedule, or at risk of cancellation across a portfolio of 200 active projects. Instead of reviewing each project individually, they want automated identification of troubled projects. What SPM/PPM capability enables this?

Answer choices

  • A. PMO managers review all 200 projects weekly in meetings

  • B. Portfolio Health Scoring and Exception Reporting — configure health score thresholds (CPI < 0.8 = Red, SPI < 0.8 = Red); projects that cross thresholds are automatically flagged on the PMO Dashboard; the PMO can subscribe to automated alerts when projects change health status (Correct)

  • C. Create a scheduled report emailed on Friday afternoons

  • D. Review only the top 10 largest projects by budget

Explanation

Portfolio-wide exception management: (1) Health Score Thresholds: configure color-coded thresholds: Green (CPI 0.9-1.1, SPI 0.9-1.1), Yellow (CPI 0.8-0.9), Red (CPI < 0.8 or SPI < 0.8 or health manually set); (2) Real-time Dashboard: PMO Dashboard shows all 200 projects as a traffic light grid — Red and Yellow projects visible immediately without reviewing each one; (3) Automated Alerts: when a project's health changes from Green to Yellow/Red, automatic notification to: Project Manager, Project Sponsor, PMO Director; (4) Health Drill-down: clicking a Red project shows EVM metrics, overdue milestones, and top risks; (5) Trend Analysis: performance Analytics shows which projects have been consistently Red for multiple periods (candidates for corrective action or cancellation). Reviewing all 200 projects weekly (option A) requires 10-20 minutes per project × 200 = days of meeting time.