Swiggy
Leading Indian food delivery aggregator with complex real-time logistics.
4 Rounds
~15 Days
Hard
The Interview Loop
Recruiter Screen (30 min)
Standard fit check, behavioral questions, and resume overview.
Technical Loop (3-4 Rounds)
Deep dive into domain knowledge, coding, and system design.
Interview Question Bank
Cloud Engineer
•
Coding
•
medium
Write a Bash or Python script to find all unattached EBS volumes in an AWS region and delete them if they have been unattached for more than 7 days.
#Python
#Boto3
#AWS EBS
#Automation
Cloud Engineer
•
Coding
•
easy
Write a shell command or short script to parse an Nginx access log file and output the top 10 IP addresses that made the most requests.
#Bash
#Linux
#Log Parsing
#Awk
Cloud Engineer
•
Coding
•
medium
Write a Python script using Boto3 to list all AWS IAM users who have access keys older than 90 days and output them to a CSV file.
#Python
#Boto3
#AWS IAM
#Security
Cloud Engineer
•
Coding
•
medium
Write a Bash or Python script that takes a list of 100 Swiggy API endpoints, checks their HTTP status concurrently, and prints only the ones that return a non-200 status.
#Python
#Concurrency
#Bash
#Networking
DevOps Engineer
•
Coding
•
medium
Write a Python script to parse a 50GB Nginx access log file, find the top 10 IP addresses with the most 5xx errors, and output them in JSON format.
#Python
#Log Parsing
#Data Structures
#Memory Management
DevOps Engineer
•
Coding
•
medium
Write a Bash script to find all pods in a specific Kubernetes namespace that have been in a 'CrashLoopBackOff' state for more than 10 minutes and restart them.
#Bash
#kubectl
#Automation
DevOps Engineer
•
Coding
•
medium
Write a Python script using Boto3 to find and delete all unattached EBS volumes older than 30 days across all AWS regions.
#Python
#Boto3
#AWS
#Automation
DevOps Engineer
•
Coding
•
easy
Write a simple Go program that exposes a /health HTTP endpoint and checks the connectivity to a PostgreSQL database, returning 200 OK or 503 Service Unavailable.
#Golang
#API
#Database Connectivity
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.