Cloud Architecture
Analyze cloud models and design solutions to meet business requirements (23% of exam).
Cloud architecture refers to the conceptual and structural design of cloud computing systems. In the context of CompTIA Cloud+, it involves orchestrating the necessary components—compute, storage, networking, and virtualization—to create a scalable, reliable, and secure environment that meets busin…
Concepts covered: Public cloud model, Private cloud model, Hybrid cloud model, Multi-cloud environments, Cloud service models (IaaS, PaaS, SaaS), Virtualization technologies, Hypervisors and virtual machines, Virtual machine lifecycle, Virtual private networks (VPNs), Virtual networks and subnets, Network peering and connectivity, Load balancing in the cloud, Content delivery networks (CDN), Containerization fundamentals, Docker containers, Container images and registries, Container orchestration with Kubernetes, Kubernetes pods and services, Container scaling and management, Cloud database concepts, Relational databases in the cloud, NoSQL databases, Database as a Service (DBaaS), Cloud resource optimization, Auto-scaling strategies, Performance tuning, Cost optimization strategies, Cloud billing and cost management, Reserved instances and savings plans, Cloud cost monitoring tools
Cloud+ - Cloud Architecture Example Questions
Test your knowledge of Cloud Architecture
Question 1
A regional healthcare provider is assessing public cloud deployment for their appointment scheduling system. The infrastructure team is reviewing the provider's capacity management approach and notices that computing resources can be increased or decreased based on current demand levels. The team wants to understand the technical foundation that enables this flexible resource management. Which underlying technology most fundamentally enables public cloud providers to offer elastic resource allocation to their customers?
Question 2
A software development company is deploying a microservices architecture where some backend services require significantly more processing time than others. The operations team wants to prevent slower services from becoming overwhelmed while faster services remain underutilized. Which load balancing algorithm would be most appropriate for this scenario?
Question 3
A cloud administrator is troubleshooting a load balancer configuration for a high-traffic e-commerce platform. The application uses session-based authentication, and users are complaining that they are being logged out randomly during their shopping experience. Investigation reveals that subsequent requests from the same user are being routed to different backend servers. Which load balancer mechanism would resolve this user session inconsistency issue?