i
TCS
Filter interviews by
I applied via Campus Placement
Medium to hard level, 2 coding questions which was easy level
Supervised learning uses labeled data for training, while unsupervised learning uses unlabeled data.
Supervised learning requires labeled data for training, while unsupervised learning does not.
In supervised learning, the model learns from input-output pairs, while in unsupervised learning, the model finds patterns in the data.
Examples of supervised learning include classification and regression tasks, while examples of...
I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.
Program to reverse a given name
Create a function that takes a string as input
Convert the string into an array of characters
Reverse the array of characters
Join the reversed array back into a string and return
I recently worked on implementing a new network monitoring system for our company.
Identified key requirements for the network monitoring system
Researched and evaluated different monitoring tools available in the market
Faced challenges in integrating the new system with existing infrastructure
Collaborated with cross-functional teams to address compatibility issues
Implemented a phased approach to deployment to minimize d
Seeking new challenges and growth opportunities in a dynamic work environment.
Looking for opportunities to expand my skill set
Seeking a more challenging role
Interested in working with new technologies
Want to explore different industry sectors
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Firstly the question was to find the Relative Velocity of two trains, Second was the permutations and combinations based question and third was the Age Related basic question.
Python program to remove duplicate entries in a given array of strings.
Use a set to store unique elements while iterating through the array.
Convert the set back to a list to maintain the order of elements.
Return the list with duplicate entries removed.
What people are saying about TCS
A program to determine if a number is odd or even.
Use the modulo operator (%) to check if the number divided by 2 leaves a remainder
If the remainder is 0, the number is even. If the remainder is 1, the number is odd
Example: 4 % 2 = 0 (even), 5 % 2 = 1 (odd)
TCS interview questions for designations
I was interviewed in Dec 2024.
Get interview-ready with Top TCS Interview Questions
I applied via Nqt and was interviewed in Nov 2024. There were 4 interview rounds.
,apti include normal math question and Reasoning math
I choose python for code
Simple logic code, like basic code in hacker rank and other platforms
Call by ref passes memory address, call by value passes value itself
Call by ref passes memory address of variable, allowing changes to reflect outside the function
Call by value passes a copy of the variable, changes made inside function do not affect original variable
Example: Call by ref - passing a pointer to a variable, Call by value - passing a primitive data type
A linked list is a data structure where each element points to the next element in the sequence.
Consists of nodes with data and a reference to the next node
Dynamic in size and can grow or shrink during execution
Common operations include insertion, deletion, and traversal
Object-oriented programming concepts that focus on classes, objects, inheritance, encapsulation, and polymorphism.
Classes: Blueprint for creating objects with attributes and methods.
Objects: Instances of classes that encapsulate data and behavior.
Inheritance: Ability for a class to inherit attributes and methods from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Poly...
I am looking for a competitive salary based on my experience and skills.
Research industry standards for System Engineers in the area
Consider your level of experience and expertise
Factor in additional benefits such as healthcare, retirement plans, etc.
Be prepared to negotiate based on the company's offer
Group a string by its length
Create a hashmap to store strings based on their length
Iterate through the input array of strings and add them to the corresponding length key in the hashmap
Return the hashmap values as an array of arrays of strings
Sort a list of numbers using Java8
Use the stream() method to convert the array to a stream
Use the sorted() method to sort the elements
Use the collect() method to convert the stream back to an array
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
A basic code to find prime numbers in a given range
Iterate through numbers in the given range
Check if each number is divisible by any number other than 1 and itself
If not divisible, then it is a prime number
My strength is problem-solving skills and attention to detail. My weakness is sometimes I can be too focused on perfection.
Strength: Strong problem-solving skills - able to analyze complex issues and find effective solutions
Strength: Attention to detail - meticulous in ensuring accuracy and quality of work
Weakness: Perfectionism - may spend too much time on a task to ensure it is perfect, potentially impacting deadline...
Some of the top questions asked at the TCS System Engineer interview -
The duration of TCS System Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1.1k interviews
6 Interview rounds
based on 12.5k 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