- 24 more key points in Pro version
- 15 more common mistakes in Pro version
- 6 more exam tips in Pro version
- 53 more related questions in Pro version
Summary
Cloud Architecture is about selecting the operating model and technical building blocks that best satisfy workload, security, resiliency, performance, portability, and cost requirements. Public, private, hybrid, and multicloud describe where resources run and how responsibility/control is distributed; none is automatically 'best' or cheapest. Virtual machines provide strong workload isolation by virtualizing hardware and running separate guest operating systems, while containers package application code and user-space dependencies but share the host kernel. Container portability therefore depends on compatible CPU/OS/kernel expectations, not simply on having an image. Virtual networks provide logical isolation through address spaces, subnets, routes, security controls, gateways, load balancers, and private/public connectivity. VPNs provide encrypted tunnels across untrusted networks, but topology and routing behavior depend on the specific VPN design. Orchestration maintains desired state for containerized workloads through scheduling, service discovery/networking, health checks, self-healing, scaling, and rolling updates. Database selection follows data model and access pattern: relational, key-value/document, graph, time-series, cache, and analytical systems solve different problems. Cost optimization is a continuous process involving rightsizing, elasticity, commitment/discount models, storage tiers, data-transfer paths, lifecycle policies, and governance. Budgets and alerts provide visibility and notification; they should not be assumed to impose a hard technical spending stop unless an enforcement mechanism is added.
Key Points
- Public, private, hybrid, and multicloud are operating/deployment choices—not quality rankings.
Common Mistakes
- Choosing a cloud model only from cost.
Exam Tips
- For cloud-model questions, identify control, location, integration, provider count, and business requirement.