Filter interviews by
Python is called an interpreted language because it executes code line by line at runtime.
Python code is not compiled into machine code before execution, instead it is translated into intermediate code which is then interpreted by the Python interpreter.
This allows for easier debugging and dynamic typing, as code can be executed and tested immediately without the need for compilation.
Interpreted languages like Python a...
To run a Python file, use the command 'python filename.py' in the terminal.
Open the terminal or command prompt
Navigate to the directory where the Python file is located
Run the command 'python filename.py' to execute the file
I was interviewed in Jan 2025.
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
U can search in youtube
To swap two numbers without a third variable, use arithmetic operations.
Use addition and subtraction to swap the numbers
Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)
Use the DISTINCT keyword in SQL to retrieve unique values in a column.
Use the SELECT DISTINCT statement followed by the column name to retrieve unique values.
For example, SELECT DISTINCT column_name FROM table_name;
You can also use GROUP BY to get unique values in a column.
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 popular designations
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Prime numbers,reverse a string
Get interview-ready with Top TCS iON Interview Questions
posted on 8 Aug 2024
I applied via Job Portal
Good with aptitude if we practisce we can do it easly
Littel tuff but able to crack it.
I am a dedicated and passionate individual with a strong interest in software development.
I have a Bachelor's degree in Computer Science from XYZ University.
I have completed internships at ABC Company and DEF Company, where I gained hands-on experience in developing applications.
I am proficient in programming languages such as Java, Python, and JavaScript.
I enjoy working in a team environment and collaborating with oth...
My resume includes experience in Java programming, web development, and database management.
Proficient in Java programming language
Experience in web development using HTML, CSS, and JavaScript
Skilled in database management with SQL
Worked on projects involving Java, HTML, CSS, and SQL
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.
Use try-catch blocks to handle exceptions
Use finally block to execute code regardless of exception
Use throw keyword to manually throw exceptions
Use throws keyword in method signature to declare exceptions that can be thrown
What is arrays of lightning
C coding questions to
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
I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed in Dec 2024. There were 3 interview rounds.
Train , Percentage, Age , Simple and Compound Interest, Ratio, etc....
2 Programming Questions, 1 Easy, 1 Medium
Top trending discussions
The duration of TCS iON interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 337 interviews
Interview experience
based on 1.2k 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