CTO Cloud Strategy & Architecture 2 — Questions and Answers
Question 1: A CTO is evaluating cloud providers for a latency-sensitive trading platform. Which architecture pattern best addresses sub-millisecond latency requirements?
- Multi-region active-active with global load balancing
- Edge computing with colocation near financial exchanges (Correct answer)
- Single-region deployment with auto-scaling
- Serverless functions with cold-start optimization
Correct answer: Edge computing with colocation near financial exchanges
Edge computing with colocation near financial exchanges minimizes network hops and achieves sub-millisecond latency critical for high-frequency trading.
Question 2: An organization's cloud spend has grown 300% in 18 months without proportional business value. As CTO, which FinOps practice should be prioritized first?
- Implement reserved instance purchasing immediately
- Establish tagging standards and cost allocation by business unit (Correct answer)
- Migrate all workloads to spot instances
- Negotiate enterprise discount agreements with the cloud provider
Correct answer: Establish tagging standards and cost allocation by business unit
Tagging standards and cost allocation by business unit provide visibility and accountability, which is the prerequisite for any effective cost optimization.
Question 3: Which cloud architecture pattern is most appropriate for a retail company that experiences 10x traffic spikes during holiday seasons?
- Warm standby disaster recovery
- Burst-to-cloud hybrid architecture (Correct answer)
- Active-passive failover cluster
- Blue-green deployment pipeline
Correct answer: Burst-to-cloud hybrid architecture
Burst-to-cloud hybrid architecture allows on-premises baseline capacity to overflow into the cloud during peak demand, providing cost-effective elasticity.
Question 4: A CTO must choose between a microservices architecture and a modular monolith for a new SaaS product with a 10-person engineering team. What is the primary consideration?
- Microservices always provide better scalability
- Team cognitive overhead and operational complexity relative to team size (Correct answer)
- Modular monoliths cannot support multi-tenancy
- Cloud providers charge less for microservices workloads
Correct answer: Team cognitive overhead and operational complexity relative to team size
Small teams often lack the operational maturity to manage distributed microservices effectively, making a well-structured modular monolith a more pragmatic starting point.
Question 5: What does the Cloud Adoption Framework (CAF) prescribe as the correct sequence when an enterprise begins cloud adoption?
- Migrate → Strategize → Govern → Operate
- Envision → Align → Launch → Scale (Correct answer)
- Plan → Build → Migrate → Optimize
- Assess → Pilot → Scale → Optimize
Correct answer: Envision → Align → Launch → Scale
AWS CAF prescribes Envision, Align, Launch, and Scale as the four iterative phases guiding enterprise cloud adoption.
Question 6: A CTO wants to prevent vendor lock-in while using managed cloud services. Which strategy best balances lock-in risk against operational efficiency?
- Use only open-source software deployed on IaaS VMs
- Adopt cloud-native services at the application layer with abstraction boundaries at the infrastructure layer (Correct answer)
- Avoid all proprietary managed services entirely
- Maintain identical deployments across three cloud providers simultaneously
Correct answer: Adopt cloud-native services at the application layer with abstraction boundaries at the infrastructure layer
Using managed services with abstraction layers at boundaries preserves portability for critical components while capturing productivity gains from cloud-native services.
Question 7: In a multi-cloud strategy, what is the most significant operational challenge CTOs consistently underestimate?
- Negotiating contracts with multiple vendors
- Unified identity, access management, and security policy enforcement across clouds (Correct answer)
- Differences in pricing models between providers
- Network latency between cloud regions
Correct answer: Unified identity, access management, and security policy enforcement across clouds
Consistent IAM and security policy enforcement across heterogeneous cloud environments is the most complex and frequently underestimated operational challenge in multi-cloud.
A CTO is evaluating cloud providers for a latency-sensitive trading platform.
Which architecture pattern best addresses sub-millisecond latency requirements?