Wipro

Wipro

Global information technology, consulting and business process services company.

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 find all unattached EBS volumes in an AWS account and delete them to save costs.

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

Write a Bash script to parse an Nginx access log file and output the top 5 IP addresses that received HTTP 5xx errors.

#Bash #Linux #Log Parsing #Awk/Grep
Cloud Engineer Coding medium

Write a Python script to copy all objects from one S3 bucket to another bucket in a different region.

#Python #Boto3 #AWS #S3
DevOps Engineer Coding medium

Write a Python script that connects to an AWS S3 bucket, identifies all log files older than 30 days, and deletes them to save on client storage costs.

#Python #Boto3 #AWS S3 #Automation
DevOps Engineer Coding medium

Write a Bash script that monitors CPU usage on a Linux server. If the usage exceeds 85% for 3 consecutive checks, it should send an alert to a Slack webhook.

#Bash #Linux #Monitoring #Automation
DevOps Engineer Coding medium

Write a Python script that makes a GET request to a REST API, parses the JSON response to extract a list of user email addresses, and writes them to a CSV file.

#Python #API #JSON #CSV
DevOps Engineer Coding medium

Write a Bash script to automate the backup of a PostgreSQL database. The script should compress the backup, upload it to an AWS S3 bucket, and append the current date to the filename.

#Bash #PostgreSQL #AWS S3 #Backups

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