InterviewStack.io LogoInterviewStack.io

Cloud Architecture Fundamentals Questions

Fundamental concepts and design patterns for cloud based systems and services. Topics include core service categories such as compute, storage, networking and databases, virtual machines and containers, serverless computing, managed services, and infrastructure as code. Understand deployment and service models including infrastructure as a service, platform as a service, and software as a service. Evaluate architectural patterns including monolithic, microservices, and serverless approaches, and how they influence scalability, availability, reliability, performance, security, and cost. For more senior roles include distributed systems concepts, consistency and partitioning models, trade off analysis, fault isolation, observability and operational practices in cloud native design.

HardTechnical
25 practiced
Design an HTAP (Hybrid Transactional/Analytical Processing) architecture that supports OLTP for customer-facing services and near-real-time OLAP analytics updated within seconds. Consider storage choices, streaming replication (CDC), materialized views, indexing strategies, and trade-offs between latency and cost.
EasySystem Design
21 practiced
Design a VPC/network layout for a single-region three-tier web application: public web tier, private application tier, and private data tier. Specify the number of subnets per AZ, route table separation, NAT usage, security group segmentation, and recommended CIDR sizing to allow future growth and multi-AZ expansion.
MediumSystem Design
21 practiced
Design a GitOps-based Infrastructure-as-Code and CI/CD workflow to manage cloud infrastructure across dev, staging, and prod. Include how you would handle remote state, secrets, plan/apply validations, rollbacks, and promoting changes between environments when using Terraform and Kubernetes.
MediumTechnical
20 practiced
Evaluate managed database options (e.g., Amazon RDS, Google Cloud Spanner, Amazon DynamoDB) for a global leaderboard application that requires low-latency reads and linearizable writes. Discuss consistency guarantees, horizontal scalability, schema flexibility, pricing, and operational complexity for each option.
HardTechnical
27 practiced
Compare leader-based replication and leaderless (gossip-style) replication models for distributed key-value stores. Discuss trade-offs in write/read latency, conflict resolution, availability under partitions, and operational complexity. Provide examples of workloads where each model is appropriate.

Unlock Full Question Bank

Get access to hundreds of Cloud Architecture Fundamentals interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.