i
TCS
Filter interviews by
I was interviewed in Oct 2021.
I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.
What people are saying about TCS
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 interview rounds.
Resoning , general
TCS interview questions for designations
Get interview-ready with Top TCS Interview Questions
I was interviewed in Nov 2020.
Round duration - 120 Minutes
Round difficulty - Medium
A MCQ + CODING TEST WITH FOUR SECTION
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
Check if given strings containing parentheses are balanced or not.
Use a stack to keep track of opening parentheses
Iterate through the string and push opening parentheses onto the stack
When a closing parenthesis is encountered, pop from the stack and check if it matches the corresponding opening parenthesis
If stack is empty at the end and all parentheses are matched, the string is balanced
Create a number pattern as specified by Ninja. The pattern should be constructed based on a given integer value 'N'.
N = 4
4444 3444 2344 1234...
Generate a number pattern based on a given integer value 'N' by incrementing digits from right to left in each line.
Start from the rightmost side and increment digits while moving towards the left in each line
Print 'N' lines for each test case
Handle multiple test cases by reading the number of test cases 'T' first
Round duration - 25 Minutes
Round difficulty - Medium
THERE ARE THREE PANELIST OVER A ZOOM CALL HR,A TR AND A MR IT WAS IN THE MORNING I WAS GETTING READY FOR THE INTERVIEW BUT I RECIVED A CALL FORM HR ASKING ME TO JOIN IMMEDIATELY FOR SOME REASON I STILL HAVE LIKE AN HOUR BUT I JUST GET READY AND INTERVIEW STARTED
Tip 1 : FOCUS ON YOUR RESUME WHAT YOU HAVE IN IT BECAUSE QUESTION ARE COMING STRAIGHT TO YOU FROM RESUME
Tip 2 : PREPARE WELL WITH YOU PROJECT AND GO THROUGH IT ONCE OR TWICE EVERY FUNCATION METHOD CLASS AND EVERYCODE
Tip 3 : TRY TO RELEX
Tip 1 : YOU RESUME MUST CONTAIN THAT MUCH ONLY WHICH YOU KNOW
Tip 2 : DONT WRITE LENTHY
I applied via Tcs and was interviewed before Apr 2022. There were 3 interview rounds.
Coding test would be there for freshers, so be prepare for that
I was interviewed before Nov 2020.
Round duration - 180 minutes
Round difficulty - Medium
written test has 5 sections:
Quantitative- 26 questions - 40 minutes
Logical- 30 questions - 50 minutes
Verbal- 24 questions - 30 minutes
Programming MCQ- 10 questions -15 minutes
Coding test- 2 questions - 45 minutes
The exam was in TCSion portal and it was in the morning. The assessment environment was good except for the coding compiler.
You are given a string STR
which contains alphabets, numbers, and special characters. Your task is to reverse the string.
STR = "abcde"
"e...
Reverse a given string containing alphabets, numbers, and special characters.
Iterate through the string from the end to the beginning and append each character to a new string.
Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.
Handle edge cases like empty string or strings with only one character.
Ensure to consider the constraints provided in the problem state
You are provided with a string STR
of length N
comprising lowercase English alphabet letters. Your task is to determine and return the minimum number of characters that n...
The task is to find the minimum number of characters needed to make a given string a palindrome.
Iterate from both ends of the string and compare characters to find the number of characters needed to make it a palindrome.
Use dynamic programming to optimize the solution by storing previously calculated results.
Handle edge cases like an already palindrome string or an empty string.
Consider using recursion or iteration to ...
Tip 1 : Learn all the basic concepts.
Tip 2 : Practice coding questions.
Tip 3 : Do atleast 1 project.
Tip 4 : Do some certifications.
Tip 5 : Learn about the emerging IT trends.
Tip 1 : Mention the link to your project.
Tip 2 : Mention the link to your LinkedIn, GitHub profile.
Tip 3 : Try to make resume single page.
Tip 4 : Try not to put too much of your personal details.
Tip 5 : Put only professional details.
Tip 6 : Always maintain reverse chronological order.
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
CodeVita: CodeVita is an online coding contest that is conducted by TCS every year across the whole world for coders to showcase their programming skills. There are three rounds in CodeVita:
Pre Qualifier: Conducted Online
Qualifier: Conducted Online
Grand Finale: Conducted in India (offline) in TCS centers
In the Pre Qualifier round, there are 6 questions, and if you are able to solve at least 1 question and clear it’s all the test cases, there is a chance that you will get an interview call from TCS. For the safe side try to solve 2 questions or more completely.
Given a Singly Linked List of integers, remove all the alternate nodes from the list.
The first and the only line of input will contain the elemen...
Remove alternate nodes from a singly linked list of integers.
Traverse the linked list and skip every alternate node while connecting the previous node to the next node.
Update the next pointers accordingly to remove the alternate nodes.
Ensure to handle edge cases like empty list or list with only one node.
Given an array of integers ARR
of length N
and an integer Target
, your task is to return all pairs of elements such that they add up to the Target
.
The first line ...
Given an array of integers and a target, find all pairs of elements that add up to the target.
Iterate through the array and for each element, check if the target minus the element exists in a hash set.
If it exists, add the pair to the result. If not, add the element to the hash set.
Handle cases where the same element is used twice in a pair.
Return (-1, -1) if no pair is found.
Round duration - 60 minutes
Round difficulty - Easy
We were informed by the TCS a day before the interview about the time of our interview and all. As this year the whole process was online so a bunch of instructions was mentioned by TCS like the internet connectivity, important documents to present, and all. I joined the virtual lobby on time and my slot was from 3:30 PM to 6:30 PM, there were a few more candidates in the virtual lobby, and a lady started to speak. I was the first to give the interview and all other candidates were given different slots by that lady for their interviews.
Round duration - 90 minutes
Round difficulty - Easy
This interview directly started with questions.
The COVID-19 pandemic has significantly impacted the IT industry, leading to remote work, increased demand for digital solutions, and delays in projects.
Transition to remote work for many IT companies
Increased demand for digital solutions such as online collaboration tools, e-commerce platforms, and telehealth services
Delays in projects due to disruptions in supply chains and workforce availability
Shift towards cloud c...
TATA group has made significant contributions to the nation through various industries and philanthropic initiatives.
TATA Steel is one of the largest steel producers in India, contributing to infrastructure development.
TATA Motors is a leading automobile manufacturer, driving innovation in the automotive sector.
TATA Consultancy Services (TCS) is a global IT services company, creating job opportunities and boosting the ...
Round duration - 90 minutes
Round difficulty - Easy
First, she introduced herself and then asked me to give my introduction. Then she asked behavorial and general questions.
Tip 1: Practice at least 300 coding questions.
Tip 2: Be confident.
Tip 3: Don't tell lies in interviews.
Tip 1: Mention some good projects.
Tip 2: Don't put any false things.
Some of the top questions asked at the TCS Software Developer interview -
The duration of TCS Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 476 interviews
5 Interview rounds
based on 1.9k reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹0 L/yr - ₹0 L/yr |
IT Analyst
66.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
AST Consultant
51.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Consultant
29.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon
Wipro
Infosys
Accenture