PwC
PricewaterhouseCoopers, a multinational professional services network.
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
Cloud Engineer
•
Coding
•
easy
Write a bash script to parse an Nginx access log and output the top 5 IP addresses with the most 404 errors.
#Bash
#Linux
#Log Parsing
DevOps Engineer
•
Coding
•
medium
Write a Python script to interact with the AWS EC2 API, find all instances missing a specific mandatory tagging standard, and output their IDs to a CSV.
#Python
#AWS
#Boto3
#Automation
DevOps Engineer
•
Coding
•
easy
Write a Bash script that checks the disk usage of a Linux server and sends an alert to a Slack webhook if usage exceeds 85%.
#Bash
#Linux
#Monitoring
DevOps Engineer
•
Coding
•
medium
Write a Python script that connects to a PostgreSQL database, executes a query to fetch user data, and exports the result to a JSON file.
#Python
#SQL
#JSON
DevOps Engineer
•
Coding
•
medium
Write a Bash script to find and delete all files in a directory older than 30 days, but exclude files with a '.log' extension.
#Bash
#Linux
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.