LTIMindtree
Global technology consulting and digital solutions company.
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
•
hard
Write a Bash script to find and delete all application log files older than 30 days in '/var/log/app', but strictly keep the 5 most recent files regardless of their age.
#Bash
#Linux
#Log Management
DevOps Engineer
•
Coding
•
medium
Write a Python script using the Boto3 library to list all unattached EBS volumes in an AWS account and send a summary report via AWS SNS.
#Python
#AWS
#Boto3
DevOps Engineer
•
Coding
•
easy
Write a Python script to parse a large NGINX access log file, extract all IP addresses that received a 500 HTTP status code, and count the occurrences of each IP.
#Python
#Log Parsing
#Data Structures
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.