Deloitte

Deloitte

Multinational professional services network with offices in over 150 countries.

4 Rounds ~21 Days Medium
Start Mock Interview

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 Python script using Boto3 to identify and stop all EC2 instances that do not have a 'Project' tag.

#Python #AWS #Boto3 #Automation
Cloud Engineer Coding medium

Write a Bash script to parse an Nginx access log and count the number of 5xx HTTP status codes.

#Bash #Linux #Log Parsing
Cloud Engineer Coding easy

Write a Python script to parse a JSON file containing cloud resource configurations and extract all resource IDs.

#Python #JSON #Data Parsing
DevOps Engineer Coding medium

Write a Python script using Boto3 to find all EC2 instances in an AWS account that do not have a specific mandatory tagging standard (e.g., 'CostCenter') and stop them.

#Python #AWS #Boto3 #Cloud Governance
DevOps Engineer Coding easy

Write a Bash script to parse a large Nginx access log file, extract the top 10 IP addresses with the most HTTP 500 errors, and output them.

#Bash #Linux #Log Analysis
DevOps Engineer Coding easy

Write a Python script to monitor a specific URL. If the URL returns a status code other than 200, the script should send an alert to a Slack webhook.

#Python #Monitoring #API Integration

Difficulty Radar

Based on recent AI-sourced data.

Meet Your Interviewers

The "Standard" Interviewer

Senior Engineer

Focuses on core competencies, system constraints, and clear communication.

Simulate

Unwritten Rules

Think Out Loud

Always explain your thought process before writing code or drawing architecture.

Practice Now