i
TCS
Filter interviews by
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
Focus on aptitude they will consider more
One easy level and one mid level code
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors of objects.
An object is a specific instance of a class.
Classes can have attributes (variables) and methods (functions).
Objects can interact with each other by calling methods on each other.
Example: Class 'Car' can have attributes like 'color' and 'model', while an object 'myCar' can be an ...
The public static void main is the entry point of a Java program.
public: Access modifier indicating that the method is accessible from outside the class.
static: Indicates that the method belongs to the class itself, not an instance of the class.
void: Indicates that the method does not return any value.
main: The name of the method that serves as the entry point for the program.
String[] args: An array of strings that can...
C++ is a statically typed language with a focus on performance and low-level memory manipulation, while Java is a platform-independent language with automatic memory management.
C++ is a statically typed language, while Java is a dynamically typed language
C++ allows for manual memory management, while Java has automatic memory management through garbage collection
C++ supports multiple inheritance, while Java supports on...
posted on 30 Jul 2024
The given code is related to OOPs concept
Classes and objects are used
Encapsulation, inheritance, and polymorphism are implemented
Code follows the principles of OOPs like abstraction and encapsulation
I see myself growing and advancing in my career as a skilled and experienced Assistant System Engineer.
Continuing to learn and develop new skills in the field of system engineering
Taking on more responsibilities and leadership roles within the team
Working towards becoming a senior system engineer or project manager in the future
What people are saying about TCS
I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.
Java question and python question
TCS interview questions for designations
Tcs nqt coding assessment
I am a recent graduate with a degree in Computer Science, passionate about technology and eager to learn and grow in the field of system engineering.
Recent graduate with a degree in Computer Science
Passionate about technology and eager to learn
Interested in pursuing a career in system engineering
Get interview-ready with Top TCS Interview Questions
I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.
Joins in MySQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column between them
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Implement a Stack using Linked list
Create a Node class with data and next pointer
Implement push() to add elements to the top of the stack
Implement pop() to remove and return the top element
Implement peek() to return the top element without removing it
TCS Ninja exam was held and whoever selected was sent a mail
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
Aptitude plus coding round ,if you are excellent in both round you will get digital interview otherwise ninja
Simple aptitude with less time
Simple coding with ample time
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Compare adjacent elements and swap if necessary
Repeat until no more swaps are needed
Time complexity of O(n^2)
Example: ['apple', 'banana', 'cherry', 'date']
Some of the top questions asked at the TCS Assistant System Engineer Trainee interview -
The duration of TCS Assistant System Engineer Trainee interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 237 interviews
6 Interview rounds
based on 700 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.7k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.5k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Associate Consultant
29.4k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture