CTO Cloud Strategy & Architecture 3 — Questions and Answers
Question 1: Which metric is most meaningful for a CTO to track when assessing whether cloud investments are generating business value?
- Total cloud spend per month
- CPU utilization percentage across all instances
- Revenue or product outcomes per dollar of cloud spend (Correct answer)
- Number of services migrated to the cloud
Correct answer: Revenue or product outcomes per dollar of cloud spend
Business value metrics like revenue per cloud dollar directly link infrastructure investment to outcomes, unlike pure efficiency or activity metrics.
Question 2: A CTO is designing a cloud architecture for HIPAA-compliant healthcare data. Which control is a mandatory architectural requirement?
- Data must be stored exclusively in on-premises data centers
- Encryption of PHI at rest and in transit with audit logging of all access (Correct answer)
- Use of only government-designated cloud regions
- Annual manual security audits replacing automated controls
Correct answer: Encryption of PHI at rest and in transit with audit logging of all access
HIPAA requires encryption of Protected Health Information at rest and in transit along with comprehensive audit logging of all access to PHI.
Question 3: What is the primary architectural benefit of a service mesh in a cloud-native microservices environment?
- Reduces the number of microservices required
- Decouples cross-cutting concerns like mTLS, observability, and traffic management from application code (Correct answer)
- Eliminates the need for API gateways
- Increases throughput by caching service responses
Correct answer: Decouples cross-cutting concerns like mTLS, observability, and traffic management from application code
A service mesh handles cross-cutting concerns such as mutual TLS, circuit breaking, retries, and distributed tracing at the infrastructure layer without modifying application code.
Question 4: An organization is migrating to the cloud using the '6 Rs' framework. Which migration strategy offers the fastest path to cloud with the least cloud optimization?
- Re-platform (lift-tinker-and-shift)
- Rehost (lift-and-shift) (Correct answer)
- Refactor (re-architect)
- Repurchase (drop-and-shop)
Correct answer: Rehost (lift-and-shift)
Rehosting (lift-and-shift) moves applications to the cloud with minimal changes, providing the fastest migration timeline but fewest cloud-native optimizations.
Question 5: A CTO must establish a cloud governance model for 15 autonomous product teams. Which organizational pattern best balances team autonomy with enterprise standards?
- Centralized cloud team approves all changes before deployment
- Cloud Center of Excellence (CCoE) that sets guardrails while enabling team autonomy (Correct answer)
- Each team independently manages its own cloud accounts with no central oversight
- Outsource all cloud governance to the cloud provider's professional services
Correct answer: Cloud Center of Excellence (CCoE) that sets guardrails while enabling team autonomy
A Cloud Center of Excellence establishes policies, guardrails, and best practices centrally while enabling product teams to move autonomously within those boundaries.
Question 6: Which cloud design pattern addresses the problem of cascading failures in distributed microservices architectures?
- Saga pattern
- Circuit breaker pattern (Correct answer)
- CQRS pattern
- Strangler fig pattern
Correct answer: Circuit breaker pattern
The circuit breaker pattern detects downstream failures and stops sending requests to a failing service, preventing cascading failures from propagating through the system.
Question 7: When designing a cloud data architecture, what is the key differentiator between a data lake and a data lakehouse?
- Data lakes support structured data while lakehouses support only unstructured data
- Data lakehouses add transactional semantics (ACID) and schema enforcement on top of object storage (Correct answer)
- Data lakes require a proprietary cloud database engine
- Data lakehouses eliminate the need for data warehouses entirely
Correct answer: Data lakehouses add transactional semantics (ACID) and schema enforcement on top of object storage
A data lakehouse combines the low-cost storage of a data lake with ACID transactions, schema enforcement, and BI performance characteristics traditionally found in data warehouses.
Which metric is most meaningful for a CTO to track when assessing whether cloud investments are generating business value?