Rounds

Infrastructure & CI/CD Round

DevOps, observability, and deployment strategies assessment

Overview

This round evaluates a candidate's ability to build, deploy, and maintain production systems. Covers CI/CD pipelines, containerization, infrastructure-as-code, monitoring, and incident response.

Scoring Rubric

Dimension1234
CI/CDNo pipeline experienceBasic linear pipelineMulti-stage with quality gatesAdvanced: matrix builds, caching, artifacts
ContainersCannot explain Docker basicsBasic DockerfileMulti-stage builds, security scanningK8s orchestration, service mesh
IaCManual deploymentsBasic scriptsTerraform/CloudFormation modulesGitOps, drift detection, blast radius control
ObservabilityNo monitoringBasic logsLogs + metrics + alertingFull observability: traces, SLOs, dashboards
Incident ResponseNo processAd-hoc debuggingStructured triage, runbooksBlameless postmortems, chaos engineering

Key Topics

  • GitLab CI/CD pipeline design with quality gates
  • Docker multi-stage builds and image optimization
  • Kubernetes deployments, services, ingress
  • Terraform modules and state management
  • Blue-green and canary deployment strategies
  • SonarQube integration and code coverage gates
  • Log aggregation (ELK/Loki) and metric collection (Prometheus)
  • SLA/SLO definition and error budget management