i
TCS
Filter interviews by
I applied via Campus Placement
Aptitude and coding test
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
NQT included aptitude and coding questions. Overall experience was good.
DSA questions like array, string and more
Find duplicates in a list of strings
Iterate through the array and store each element in a hash set
If an element is already in the hash set, it is a duplicate
Use regular expressions to sanitize strings by removing unwanted characters or patterns.
Use regex patterns to match and replace unwanted characters or patterns in the string.
For example, to remove all non-alphanumeric characters from a string: str.replace(/[^a-zA-Z0-9]/g, '')
Be careful with regex patterns to ensure that only the intended characters are removed.
What people are saying about TCS
I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.
One easy and one medium level isa question
I applied via Campus Placement
Normal aptititude with 2 coding questions.
I worked on various projects during my undergraduate studies.
Developed a mobile app for a class project
Participated in a research study on environmental sustainability
Collaborated with classmates on a group presentation for a business course
Get interview-ready with Top TCS Interview Questions
I applied via Campus Placement
Python java based test
Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent and manipulate data.
Oops is a programming paradigm
It focuses on using objects to represent data and perform operations
It promotes code reusability, modularity, and flexibility
Examples of object-oriented programming languages include Java, C++, and Python
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reuse and promotes modularity.
The class that is being inherited from is called the superclass or base class.
The class that inherits from the superclass is called the subclass or derived class.
The subclass inherits all the public and protected members of the superclass.
In...
Java supports polymorphism, allowing objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through method overriding and method overloading.
Polymorphism allows for code reusability and flexibility.
Example: Animal class with subclasses like Dog and Cat, where they can be treated as objects of the Animal class.
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
It was a 3 hour test consisting of both aptitude and 2 coding questions.
I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.
A palindrome code reads the same forwards and backwards.
Create a function that compares the original string with its reverse
Use built-in functions like reverse() or loop through the string to create the reversed version
Handle cases where spaces or punctuation may be present in the string
I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.
It contains three sections verbal reasoning , all question are choose the option type bits
Two questions on e is eay and other is moderate
I was interviewed in Sep 2023.
Easy to crack this round
Two questions were there one was easier.
Code to check if a given array of strings are palindromes
Iterate through each string in the array
Reverse the string and compare it with the original string to check for palindrome
Return true if it is a palindrome, false otherwise
The duration of TCS Ninja interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 16 interviews
4 Interview rounds
based on 30 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