DevOps L1 Interview Pitch & Architecture Studio Capgemini L1 Prep

Turn Capgemini interview curriculum into a structured 10-point technical pitch, live AWS/EKS topology, and defense drill.

10-Pillar Technical Profile Builder

Capgemini L1 Criteria

Standard L1 interviews fail when candidates recount resumes chronologically. Customize these 10 core pillars to produce a concise, architecture-first delivery.

Capgemini L1 Defense Questions

4 Standard Scenarios

Real technical follow-ups Capgemini interviewers ask immediately after the introduction.

STAR Answer: In our AWS environment, we configure Terraform remote backend using Amazon S3 for state storage with versioning and encryption enabled, coupled with an Amazon DynamoDB table for state locking via LockID string primary key. When terraform apply runs, Terraform acquires a lock in DynamoDB, rejecting concurrent executions with Error: Error acquiring the state lock until the active mutation is safely committed.
STAR Answer: EKS managed node groups are provisioned across private subnets without public IPv4 addresses to minimize attack surfaces. Internet egress (e.g., pulling container images from public registries or sending CloudWatch metrics) is strictly routed through an AWS NAT Gateway situated in a public subnet with an Elastic IP and Internet Gateway attached.
STAR Answer: Amazon EKS utilizes the amazon-vpc-cni-k8s plugin by default. Unlike overlay networks like Flannel, AWS VPC CNI allocates real secondary private IP addresses directly from the node's host VPC subnet to each Kubernetes Pod. This enables direct, unencapsulated VPC-native latency and native AWS Security Group enforcement at the Pod level.
STAR Answer: We monitor node CPU/Memory utilization and disk pressure via CloudWatch Container Insights and Prometheus node_exporter. On the Kubernetes control plane side, we track API server request latency and Pod restart loops (CrashLoopBackOff). Ingress latency and HTTP 5xx spikes are caught at the AWS ALB Ingress Controller layer.
148
Intro Words
60s
Est. Duration
100%
10-Pillar Score
7
Active Nodes

Generated 60-Second Interview Pitch

00:00

Live AWS / EKS Infrastructure Topology

VPC 10.0.0.0/16
AWS VPC: 10.0.0.0/16 (Managed via Terraform) Backend: S3 + DynamoDB Internet GW Public Subnet (10.0.1.0/24) ALB Ingress NAT Gateway Private Subnet (10.0.10.0/24) - EKS Worker Nodes EKS Node: m5.large [A] Pod: API Pod: Auth VPC CNI: 10.0.10.42 EKS Node: m5.large [B] Pod: Web Pod: Worker VPC CNI: 10.0.10.87 Egress via NAT App Traffic CI/CD Pipeline GitHub Actions & ArgoCD GitOps SYNC: OK Telemetry Stack AWS CloudWatch Prometheus/Grafana Healthy Heartbeat
Public Ingress (ALB/NAT)
Private Subnet (EKS Pods & VPC CNI)
CI/CD & Observability Outpost