No governed timed route exists for this stage yet, so this page gives you an honest untimed stage-end check built from the published bank.
FormatUntimed self-check
Questions18
Best time to use itAfter the stage modules and practice
Question 1
What is the role of data pipelines in a digital operating model?
Data pipelines are only used for reporting
Data pipelines automate the flow of data from sources through transformations to destinations, enabling real-time insights, integration across systems, and consistent data quality
They replace the need for databases
Data pipelines are the same as APIs
Reveal answer
Correct answer: Data pipelines automate the flow of data from sources through transformations to destinations, enabling real-time insights, integration across systems, and consistent data quality
Question 2
What is the difference between a KPI and a vanity metric?
KPIs are always larger numbers than vanity metrics
A KPI directly measures progress toward a business objective and informs decisions, while a vanity metric looks impressive but does not drive meaningful action
Vanity metrics are used by marketing and KPIs by finance
There is no real difference between them
Reveal answer
Correct answer: A KPI directly measures progress toward a business objective and informs decisions, while a vanity metric looks impressive but does not drive meaningful action
Question 3
What is a digital twin?
A backup copy of a website
A virtual replica of a physical asset, process, or system that uses real-time data to simulate, predict, and optimise performance
Two identical servers running in parallel
A type of cloud computing architecture
Reveal answer
Correct answer: A virtual replica of a physical asset, process, or system that uses real-time data to simulate, predict, and optimise performance
Question 4
What is the difference between REST and event-driven integration?
REST is faster and event-driven is slower
REST uses synchronous request-response patterns where the caller waits for a reply, while event-driven integration is asynchronous with producers publishing events that consumers process independently
Event-driven integration cannot use HTTP
They produce identical results and are interchangeable
Reveal answer
Correct answer: REST uses synchronous request-response patterns where the caller waits for a reply, while event-driven integration is asynchronous with producers publishing events that consumers process independently
Question 5
What is an integration pattern and why do organisations need them?
A visual design for user interfaces
Reusable solutions to common data exchange challenges such as message queues, publish-subscribe, and API gateways that reduce complexity and prevent ad-hoc point-to-point connections
A type of network cable configuration
Integration patterns are only relevant for enterprise software
Reveal answer
Correct answer: Reusable solutions to common data exchange challenges such as message queues, publish-subscribe, and API gateways that reduce complexity and prevent ad-hoc point-to-point connections
Question 6
What is a capability map and how does it support digitalisation?
A map showing where data centres are located
A structured view of what an organisation does (not how), enabling leaders to identify gaps, overlaps, and investment priorities for digital change
A technical diagram of network infrastructure
A list of employee skills and certifications
Reveal answer
Correct answer: A structured view of what an organisation does (not how), enabling leaders to identify gaps, overlaps, and investment priorities for digital change
Question 7
What does TOGAF's Architecture Development Method (ADM) provide?
A programming framework for building web applications
A phased approach for developing enterprise architecture that iterates through business, data, application, and technology architectures with governance at each stage
A database schema design tool
A certification programme for software engineers
Reveal answer
Correct answer: A phased approach for developing enterprise architecture that iterates through business, data, application, and technology architectures with governance at each stage
Question 8
What is the difference between monitoring and observability?
They are the same thing
Monitoring checks predefined metrics against thresholds, while observability enables understanding of system behaviour from its outputs (logs, metrics, traces) to diagnose novel problems
Observability is cheaper than monitoring
Monitoring is for hardware and observability is for software
Reveal answer
Correct answer: Monitoring checks predefined metrics against thresholds, while observability enables understanding of system behaviour from its outputs (logs, metrics, traces) to diagnose novel problems
Question 9
What is site reliability engineering (SRE) and how does it relate to digital operations?
SRE is about building websites that never go down
SRE applies software engineering principles to operations, using error budgets, SLOs, and automation to balance reliability with the speed of feature delivery
SRE is the same as traditional IT support
SRE only applies to Google's infrastructure
Reveal answer
Correct answer: SRE applies software engineering principles to operations, using error budgets, SLOs, and automation to balance reliability with the speed of feature delivery
Question 10
What is the medallion architecture (bronze, silver, gold)?
A ranking system for data engineers
A data lake pattern where bronze holds raw ingested data, silver holds cleaned and validated data, and gold holds business-ready aggregated data for reporting and analytics
A security classification system
A method for archiving old data
Reveal answer
Correct answer: A data lake pattern where bronze holds raw ingested data, silver holds cleaned and validated data, and gold holds business-ready aggregated data for reporting and analytics
Question 11
What is an OKR and how does it differ from a KPI?
OKRs and KPIs are identical
Objectives and Key Results (OKRs) set ambitious goals with measurable outcomes for a time period, while KPIs track ongoing operational health. OKRs drive change, KPIs monitor stability
OKRs are only used in technology companies
KPIs are more ambitious than OKRs
Reveal answer
Correct answer: Objectives and Key Results (OKRs) set ambitious goals with measurable outcomes for a time period, while KPIs track ongoing operational health. OKRs drive change, KPIs monitor stability
Question 12
What is a value stream in digitalisation?
A financial model for revenue forecasting
The end-to-end sequence of activities that delivers a product or service to a customer, showing where value is created and where waste occurs
A type of data visualisation
A stream of real-time data
Reveal answer
Correct answer: The end-to-end sequence of activities that delivers a product or service to a customer, showing where value is created and where waste occurs
Question 13
What is an API gateway and what problems does it solve?
A physical server that stores API documentation
A single entry point that handles cross-cutting concerns like authentication, rate limiting, logging, and routing for multiple backend services
A tool for designing user interfaces
An API gateway is the same as a web server
Reveal answer
Correct answer: A single entry point that handles cross-cutting concerns like authentication, rate limiting, logging, and routing for multiple backend services
Question 14
What is data mesh and how does it differ from a centralised data warehouse approach?
Data mesh is a networking technology
Data mesh decentralises data ownership to domain teams who publish data as products, whereas a centralised warehouse collects all data into a single team-managed repository
Data mesh eliminates the need for data governance
A data warehouse and data mesh are the same concept
Reveal answer
Correct answer: Data mesh decentralises data ownership to domain teams who publish data as products, whereas a centralised warehouse collects all data into a single team-managed repository
Question 15
What is 'shift left' in the context of digital delivery?
Moving team desks to the left side of the office
Moving quality checks, security testing, and validation earlier in the delivery lifecycle so issues are caught when they are cheaper to fix
A left-wing political approach to technology policy
Shifting server workloads to a different data centre
Reveal answer
Correct answer: Moving quality checks, security testing, and validation earlier in the delivery lifecycle so issues are caught when they are cheaper to fix
Question 16
What does 'composable architecture' mean in digital design?
Architecture that composes music
Building systems from modular, interchangeable components that can be assembled, replaced, and recombined to adapt to changing business needs quickly
Architecture that only uses a single programming language
A method for reducing the number of servers
Reveal answer
Correct answer: Building systems from modular, interchangeable components that can be assembled, replaced, and recombined to adapt to changing business needs quickly
Question 17
What is the difference between leading and lagging indicators?
Leading indicators are always more accurate
Leading indicators predict future outcomes and allow proactive action, while lagging indicators measure results after the fact and confirm what has already happened
Lagging indicators are used in agile and leading in waterfall
There is no practical difference between them
Reveal answer
Correct answer: Leading indicators predict future outcomes and allow proactive action, while lagging indicators measure results after the fact and confirm what has already happened
Question 18
What is an error budget in SRE?
The financial cost of fixing bugs
The acceptable amount of downtime or errors defined by the gap between 100% and the service level objective (SLO), balancing reliability investment against feature velocity
A budget for buying error-handling software
The number of bugs allowed per sprint
Reveal answer
Correct answer: The acceptable amount of downtime or errors defined by the gap between 100% and the service level objective (SLO), balancing reliability investment against feature velocity