Filter interviews by
I applied via Job Portal and was interviewed before Sep 2023. There was 1 interview round.
Lists are mutable, tuples are immutable in Python.
Lists are enclosed in square brackets [], tuples are enclosed in parentheses ().
Lists can be modified (add, remove, change elements), tuples cannot be modified once created.
Lists are slower than tuples for iteration and indexing.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Primary key in SQL is a unique identifier for each record in a table.
Primary key ensures each record in a table is unique
It can be a single column or a combination of columns
Primary key values cannot be NULL
Example: 'id' column in a 'users' table can be a primary key
I applied via Campus Placement
Time value distance clock
I was interviewed in Jan 2025.
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
Basic apt, advanced apt - 90 min
Maven is a build automation tool used primarily for Java projects to manage dependencies, build processes, and project documentation.
Maven is used to manage project dependencies by automatically downloading required libraries from repositories.
It simplifies the build process by providing a standard way to build, test, and package projects.
Maven uses a project object model (POM) file to define project structure, depende...
JDBC is a Java API for connecting and executing SQL queries on a database.
JDBC stands for Java Database Connectivity.
It allows Java programs to interact with databases.
We use JDBC by loading the driver, establishing a connection, creating a statement, executing queries, and handling results.
Example: Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/databas
TCS iON interview questions for designations
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Virtual function is a function in a base class that is overridden in a derived class.
Virtual functions allow a derived class to provide a specific implementation of a function that is already defined in a base class.
They are used in polymorphism to achieve runtime binding.
The base class function must be declared as virtual for a function in a derived class to be considered as overriding it.
A friendly function is a function that is not a member of a class but has access to its private and protected members.
Allows a function to access private and protected members of a class
Declared with the 'friend' keyword in the class definition
Not a member of the class itself
Get interview-ready with Top TCS iON Interview Questions
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Basic questions like quant and LR
Reverse the order of elements in a sorted array of strings.
Iterate through the array from both ends and swap elements until reaching the middle.
Use a temporary variable to store the value of the element being swapped.
Example: Input array ['apple', 'banana', 'cherry', 'date'] should be reversed to ['date', 'cherry', 'banana', 'apple'].
Designed and implemented controllers for various projects using MVC architecture
Utilized MVC design pattern to separate concerns and improve code maintainability
Implemented controller logic to handle user input and interact with models and views
Ensured controllers were properly tested and integrated with the rest of the application
Mutithreading related questions and spring
Asked about threading and spring boot
Asked about mutlithreading and spring boot.
Simple aptitude test
Object-oriented programming concepts in Java
OOPs stands for Object-Oriented Programming
Key concepts include classes, objects, inheritance, polymorphism, encapsulation
Java is an OOP language with support for these concepts
Example: Class Car with properties like make, model and methods like drive()
Nqt syllabus coding test reasoning verbal ability
Top trending discussions
The duration of TCS iON Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 43 interviews
3 Interview rounds
based on 65 reviews
Rating in categories
Operations Executive
249
salaries
| ₹1.2 L/yr - ₹4.5 L/yr |
Software Developer
151
salaries
| ₹2.8 L/yr - ₹12 L/yr |
System Engineer
126
salaries
| ₹2 L/yr - ₹9.2 L/yr |
Software Engineer
118
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Manager
57
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Wipro
Amazon
TCS
Infosys