EY
Ernst & Young Global Limited, a multinational professional services partnership.
4 Rounds
~21 Days
Medium
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
DevOps Engineer
•
Coding
•
medium
Write a Python script that parses a large Nginx access log file, counts the occurrences of HTTP 5xx errors, and outputs the top 5 IP addresses generating these errors.
#Python
#Log Parsing
#Data Structures
DevOps Engineer
•
Coding
•
easy
Write a Bash script that finds all files in a specific directory older than 30 days, archives them into a tarball, and deletes the original files.
#Bash
#Linux
#Automation
DevOps Engineer
•
Coding
•
medium
Write a Python script using the 'requests' library to interact with a REST API. The script should authenticate using a Bearer token, fetch a list of users, and filter out users who are inactive.
#Python
#REST API
#JSON Parsing
DevOps Engineer
•
Coding
•
hard
Write a Python script that checks the SSL certificate expiration date for a given list of domains and sends an alert (prints to console) if any certificate expires in less than 30 days.
#Python
#Security
#Networking
DevOps Engineer
•
Coding
•
medium
Write a Bash script to monitor CPU usage. If the usage exceeds 80% for 3 consecutive checks (10 seconds apart), the script should restart a specific systemd service.
#Bash
#Linux
#Monitoring
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.