TCS

TCS

Large multinational IT services and consulting enterprise based in India.

3 Rounds ~14 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 medium

Write a program to reverse a string without using inbuilt functions, ensuring that special characters remain in their exact original positions.

#Strings #Two Pointers #Data Structures
Software Engineer Coding medium

Write a program to detect a loop (cycle) in a singly linked list.

#Linked List #Floyd's Cycle-Finding Algorithm #Pointers
Software Engineer Coding easy

Find the first non-repeating character in a given string and return its index. If it doesn't exist, return -1.

#Strings #Hash Map #Arrays
Software Engineer Coding hard

Given two sorted arrays, merge them into a single sorted array without using any extra space (O(1) auxiliary space).

#Arrays #Sorting #Math
Software Engineer Coding easy

Given an array of integers and a target sum, return the indices of the two numbers that add up to the target. (Two Sum problem)

#Arrays #Hash Map
Software Engineer Coding easy

Write a program to print the Fibonacci series up to N terms using recursion.

#Recursion #Math #Basic Programming
Software Engineer Coding easy

Write a function to check if two given strings are anagrams of each other.

#Strings #Sorting #Hash Map
Software Engineer Coding easy

Given an array of size N containing distinct numbers in the range from 1 to N+1, find the single missing number.

#Arrays #Math #Bit Manipulation
Software Engineer Coding medium

Write a program to find the longest palindromic substring in a given string.

#Strings #Dynamic Programming #Expand Around Center

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