Tech Mahindra

Tech Mahindra

Multinational IT services and consulting 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

Software Engineer Coding easy

Write a program to reverse a string without using any inbuilt functions like reverse().

#Strings #Loops
Software Engineer Coding medium

Find the second highest number in an integer array in a single pass.

#Arrays #Optimization
Software Engineer Coding medium

Given an array of integers, find the contiguous subarray with the maximum sum (Kadane's Algorithm).

#Arrays #Dynamic Programming
Software Engineer Coding medium

Write a program to detect a loop in a LinkedList.

#LinkedList #Pointers
Software Engineer Coding hard

Merge two sorted arrays without using extra space.

#Arrays #Sorting #Optimization
Software Engineer Coding easy

Write a Java program to check if two strings are anagrams of each other.

#Strings #Hashing #Sorting

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