Cloud & Infrastructure Topics
Cloud platform services, infrastructure architecture, Infrastructure as Code, environment provisioning, and infrastructure operations. Covers cloud service selection, infrastructure provisioning patterns, container orchestration (Kubernetes), multi-cloud and hybrid architectures, infrastructure cost optimization, and cloud platform operations. For CI/CD pipeline and deployment automation, see DevOps & Release Engineering. For cloud security implementation, see Security Engineering & Operations. For data infrastructure design, see Data Engineering & Analytics Infrastructure.
Cost Aware Architecture and Design
Focuses on how architectural decisions and design patterns affect operating cost and total cost of ownership. Interviewees should be able to reason about trade offs such as managed services versus self managed components, always on virtual machines versus event driven or serverless approaches, reserved versus on demand capacity, use of spot or preemptible instances, and multi region or edge placement. Candidates should demonstrate techniques for reducing cost through storage class selection and lifecycle policies, caching and batching, query and workload optimization, data transfer minimization, and workload isolation. The topic also covers modeling and communicating cost trade offs, estimating ongoing operating expense for alternative designs, and choosing architecture that balances budget constraints with reliability, performance, and engineering effort.
Capacity Planning and Resource Optimization
Covers forecasting, provisioning, and operating compute, memory, storage, and network resources efficiently to meet demand and service level objectives. Key skills include monitoring resource utilization metrics such as central processing unit usage, memory consumption, storage input and output and network throughput; analyzing historical trends and workload patterns to predict future demand; and planning capacity additions, safety margins, and buffer sizing. Candidates should understand vertical versus horizontal scaling, autoscaling policy design and cooldowns, right sizing instances or containers, workload placement and isolation, load balancing algorithms, and use of spot or preemptible capacity for interruptible workloads. Practical topics include storage planning and archival strategies, database memory tuning and buffer sizing, batching and off peak processing, model compression and inference optimization for machine learning workloads, alerts and dashboards, stress and validation testing of planned changes, and methods to measure that capacity decisions meet both performance and cost objectives.
Cloud Platform Fundamentals
Comprehensive understanding of core public cloud services and the primary trade offs when selecting among them across major providers such as Amazon Web Services, Microsoft Azure, and Google Cloud Platform. Candidates should know compute options including virtual machines, managed compute, containers and serverless functions; storage types including object, block and file storage and lifecycle and archival strategies; managed database offerings for relational, non relational, and data warehouse workloads; networking fundamentals including virtual private networks, subnets, routing, load balancing, content delivery networks, and private connectivity; messaging and integration services such as message queues and event streaming; identity and access management and secrets management; monitoring, logging, and observability; autoscaling, elasticity, high availability, and basic disaster recovery patterns; and cost and pricing considerations. The topic also covers the trade offs between managed services and self managed infrastructure in terms of consistency, latency, cost, operational overhead, and durability, and the ability to map common workload requirements to the right service categories.
Google Cloud Platform Deep Dive
In depth coverage of Google Cloud Platform services across compute, networking, storage, orchestration, and platform integrations. Areas include Compute Engine instance management and machine type selection, Google Kubernetes Engine concepts for container orchestration, managed databases such as Cloud SQL and Firestore, Cloud Storage features including versioning and lifecycle, networking components including Virtual Private Cloud, VPN and load balancing, content delivery with Cloud CDN, eventing and messaging with Pub/Sub, and analytics with BigQuery. Candidates should demonstrate design decisions, operational practices, scaling strategies, security and identity considerations, and service limits and trade offs for production deployments.
AWS Compute and Networking
Covers design and operational knowledge of Amazon Web Services compute and network components. Candidates should understand Amazon Elastic Compute Cloud instances including instance families, sizing considerations, and pricing models such as on demand, reserved, and spot instances. Knowledge of Amazon Machine Images and launch templates, network interfaces, security groups, route tables, and Virtual Private Cloud architecture including public and private subnets, NAT gateways, and peering is expected. Expect questions on load balancing options including Application Load Balancer and Network Load Balancer, autoscaling groups and policies for availability and cost optimization, and hybrid connectivity patterns such as VPN and Direct Connect. Candidates should also be able to reason about high level multi tier application architectures on AWS, security and networking trade offs, and common infrastructure as code and automation approaches used to provision and manage these resources.
Infrastructure as Code Tools
Practical skills for authoring, deploying, and managing Infrastructure as Code templates and configurations across cloud platforms. Candidates should be able to author, read, and modify templates or configuration files for native platform tools such as AWS CloudFormation, Azure Resource Manager templates or Bicep, and Google Cloud Deployment Manager, as well as for multi cloud tools such as Terraform. Key areas include file formats such as YAML and JSON, declaring resources, passing parameters or variables, and emitting outputs, together with expressing resource dependencies, conditions, and mappings. Candidates should be able to write templates for common infrastructure patterns including networking such as virtual private clouds, subnets, and security groups, compute resources such as virtual machines and instances, and storage resources such as buckets and storage accounts. They should know how to deploy templates to create stacks or equivalent constructs, perform stack updates and change sets or plan and apply workflows, handle rollbacks and deletions, and manage state for tools that require it including remote state and state locking. Additional important skills are modularization through nested stacks or modules, template validation and linting, integration with continuous integration and continuous delivery pipelines, drift detection and remediation, and basic troubleshooting of template errors and deployment failures. Interview tasks may include writing or modifying short templates, explaining the lifecycle of a deployment, and comparing trade offs between native templates and multi cloud tooling.
Server Infrastructure and Resource Allocation
Covers designing and operating server infrastructure to support applications and workloads reliably and cost effectively. Topics include server architecture and configuration choices such as memory optimized, central processing unit optimized, storage optimized, and general purpose servers and when to use each. Includes virtualization concepts and virtual machines, hypervisors, containerization technologies such as Docker, and orchestration basics such as Kubernetes at a conceptual level. Covers infrastructure provisioning and automation practices including infrastructure as code and configuration management, and how to provision physical servers, virtual machines, or cloud instances. Emphasizes resource allocation and utilization optimization through right sizing, capacity planning, monitoring, scaling strategies, load balancing, redundancy, and high availability. Also addresses network connectivity and bandwidth planning, security and access considerations, cost trade offs, and physical constraints such as power, cooling, and space when comparing bare metal, virtualized, and cloud deployments.
Containerization and Virtualization Trade Offs
Examines trade offs between containers and virtual machines and the complexity of orchestrated environments. Topics include hypervisor and virtual machine basics, container isolation and resource models, performance and overhead comparisons, security and attack surface differences, when to prefer virtual machines versus containers, single container versus orchestrated multi container setups, operational complexity versus benefits, and criteria for selecting the appropriate platform at different scales.
Load Balancing and Horizontal Scaling
Covers principles and mechanisms for distributing traffic and scaling services horizontally. Includes load balancing algorithms such as round robin, least connections, and consistent hashing; health checks, connection draining, and sticky sessions; and session management strategies for stateless and stateful services. Explains when to scale horizontally versus vertically, capacity planning, and trade offs of each approach. Also includes infrastructure level autoscaling concepts such as auto scaling groups, launch templates, target tracking and step scaling policies, and how load balancers and autoscaling interact to absorb traffic spikes. Reviews different load balancer types and selection criteria, integration with service discovery, and operational concerns for maintaining availability and performance at scale.