Upload Button Icon Add office photos

TCS iON

Compare button icon Compare button icon Compare

Filter interviews by

TCS iON Interview Questions, Process, and Tips for Freshers

Updated 30 Mar 2025

Top TCS iON Interview Questions and Answers for Freshers

  • Q1. Jar of Candies Problem Statement You are given a jar containing candies with a maximum capacity of 'N'. The jar cannot have less than 1 candy at any point. Given 'K', th ...read more
    asked in Software Developer Intern interview
  • Q2. GCD (Greatest Common Divisor) Problem Statement You are given two numbers, X and Y . Your task is to determine the greatest common divisor of these two numbers. The Grea ...read more
    asked in System Engineer interview
  • Q3. Count Sequences With Product X Problem Statement You are provided with an array NUM containing N positive integers. Your objective is to find the total number of possibl ...read more
    asked in Software Developer interview
View all 38 questions

TCS iON Interview Experiences for Freshers

Popular Designations

62 interviews found

C Developer Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

2 questions were asked. Questions were easy - one from graph and one from dp.

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between multi-programming and multi-tasking.
  • Ans. 

    Multi-programming involves running multiple programs on a single processor, while multi-tasking involves running multiple tasks within a single program.

    • Multi-programming allows multiple programs to be loaded into memory and executed concurrently, switching between them to utilize processor time efficiently.

    • Multi-tasking allows a single program to perform multiple tasks simultaneously, such as running multiple threads o...

  • Answered by AI
  • Q2. How to delete the middle element of a linked list?
  • Ans. 

    To delete the middle element of a linked list, find the middle element using slow and fast pointers, then remove it by adjusting the pointers.

    • Use slow and fast pointers to find the middle element

    • Adjust pointers to skip the middle element and connect the surrounding nodes

    • Free the memory of the deleted node

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right job opportunity.

    • I am willing to move to a new location if required for the job.

    • I am flexible and willing to relocate for the right position.

  • Answered by AI
  • Q2. Why do you want to join TCS?
  • Ans. 

    I want to join TCS because of its reputation for providing challenging projects and opportunities for growth.

    • TCS is known for its innovative projects in various industries.

    • I am impressed by TCS's commitment to employee development.

    • I believe TCS will provide me with a platform to enhance my skills and knowledge.

  • Answered by AI

Skills evaluated in this interview

C Developer Interview Questions asked at other Companies

Q1. String Transformation Problem Given a string (STR) of length N, you are tasked to create a new string through the following method: Select the smallest character from the first K characters of STR, remove it from STR, and append it to the n... read more
View answer (1)

Ninja Interview Questions & Answers

user image Chandu devatha

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

U can search in youtube

Round 2 - One-on-one 

(4 Questions)

  • Q1. Swap 2 numbers without 3rd variable
  • Ans. 

    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)

  • Answered by AI
  • Q2. Give me unique values in a column (sql)
  • Ans. 

    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.

  • Answered by AI
  • Q3. Project questions->what u have mentioned in resume
  • Q4. Some simple hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is so important

Skills evaluated in this interview

Ninja Interview Questions asked at other Companies

Q1. You have done a lot of courses in coursera and NPTEL. What is the use of it?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Around 10-20 question on reasoning, logical and few mathematics

Round 2 - Technical 

(2 Questions)

  • Q1. What is data redundency
  • Ans. 

    Data redundancy refers to the unnecessary duplication of data in a database or system.

    • Data redundancy increases storage space and can lead to inconsistencies in data.

    • It can occur when the same data is stored in multiple locations.

    • Examples include storing a customer's address in both a customer table and an order table.

  • Answered by AI
  • Q2. What is difference between delete, trucate and drop
  • Ans. 

    Delete removes specific rows from a table, truncate removes all rows from a table, and drop removes the entire table.

    • Delete is a DML command that removes specific rows from a table based on a condition.

    • Truncate is a DDL command that removes all rows from a table but keeps the table structure.

    • Drop is a DDL command that removes the entire table along with its structure.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well, learn all the topics throughtly and clearly

Skills evaluated in this interview

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Import Executive Interview Questions & Answers

user image Smriti Sharma

posted on 23 Nov 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy. Basic aptitude logical reasoning quants and english the once for MBA entrance and you'll crack it there are videos on youtube so please refer to that.

Round 2 - One-on-one 

(4 Questions)

  • Q1. This was easy round. Tell me about yourself
  • Q2. Why tcs/ would you be ok with night shifts/ Would you be okay with any location
  • Q3. I don't remember the questions asked it was very general. How would you manage things?
  • Q4. Mostly about time and discipline. It totally depends on the HR you get. Search some general interview questions online. And I think that would work wonders. don't say no to anything for the moment.
Round 3 - HR 

(2 Questions)

  • Q1. Write essay on time management
  • Ans. 

    Time management is crucial for productivity and efficiency in both personal and professional life.

    • Set clear goals and prioritize tasks based on importance and deadlines

    • Use tools like calendars, to-do lists, and time tracking apps to stay organized

    • Avoid multitasking and focus on one task at a time to improve concentration and quality of work

    • Delegate tasks when possible to free up time for more important responsibilities

    • ...

  • Answered by AI
  • Q2. Basic questions about myself and few more random questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Probably the easiest interview you will witness. It also depends on the the HR who takes your interview. My both round Hr were really nice and helped me to calm down. But even if you do a strict Hr just be confident there is nothing technical for the interview of tcs bps. Just prepare the basics and be confident. Drop in something that will help you to stand out in the crowd. And don't get nervous. You'll get it. After being selected when I was a part of the initial learning program I have seen students who can't even speak English nicely and were really underconfident being selected. So you'll be fine if you put in some effort and the luck is with you. Have fun.

Import Executive Interview Questions asked at other Companies

Q1. what is your Experience in import
View answer (1)

TCS iON interview questions for popular designations

 Software Developer

 (37)

 System Engineer

 (25)

 Software Engineer

 (19)

 Java Developer

 (12)

 Assistant System Engineer Trainee

 (10)

 Assistant System Engineer

 (10)

 Business Analyst

 (9)

 Softwaretest Engineer

 (8)

Software Developer Interview Questions & Answers

user image ratnesh kumar

posted on 5 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Rybvfhvv gg. F ghnj gjnnb
  • Q2. Dhhct yhbcdu gygbx gujbxf
Round 3 - HR 

(2 Questions)

  • Q1. Why this job for you
  • Q2. Is you confirmed to join

Top TCS iON Software Developer Interview Questions and Answers

Q1. Minimum Sum in Matrix Problem Statement You are given a 2D matrix 'ARR' of size 'N x 3' with integers, where 'N' is the number of rows. Your task is to compute the smallest sum achievable by selecting one element from each row, following ce... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Get interview-ready with Top TCS iON Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Any other topic of aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Interview for iam selecting the job role
  • Q2. Related to my course
  • Q3. Introduction about my self

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam a fresher I have impartent for this position of job because of family situation

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What are Looops in Python
  • Q2. Lambda functions in python

Top TCS iON Software Developer Interview Questions and Answers

Q1. Minimum Sum in Matrix Problem Statement You are given a 2D matrix 'ARR' of size 'N x 3' with integers, where 'N' is the number of rows. Your task is to compute the smallest sum achievable by selecting one element from each row, following ce... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Plsql Function procedure
  • Ans. 

    A PL/SQL function is a named PL/SQL block that returns a value.

    • Functions are used to perform a specific task and return a single value.

    • They can accept input parameters and return a value.

    • Functions can be called from SQL statements or other PL/SQL blocks.

  • Answered by AI
  • Q2. Write program on given topic
  • Ans. 

    Write a program to calculate the factorial of a given number.

    • Create a function to calculate the factorial recursively or iteratively.

    • Handle edge cases like negative numbers or zero.

    • Use a loop to multiply numbers from 1 to the given number to calculate the factorial.

  • Answered by AI

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including servers, storage, databases, networking, software, analytics, and intelligence.

    • Allows users to access and store data and applications on remote servers instead of on their local devices

    • Provides flexibility, scalability, and cost-effectiveness for businesses

    • Examples include Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform

  • Answered by AI
  • Q2. What is react virtual dom
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created and updated by React.

    • React compares the virtual DOM with the actual DOM and only updates the necessary parts for efficiency.

    • This helps in faster rendering and updates in React applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with resume

Skills evaluated in this interview

Top TCS iON System Engineer Interview Questions and Answers

Q1. GCD (Greatest Common Divisor) Problem Statement You are given two numbers, X and Y. Your task is to determine the greatest common divisor of these two numbers. The Greatest Common Divisor (GCD) of two integers is the largest positive intege... read more
View answer (1)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Back Officer Interview Questions & Answers

user image Anjali Sinha

posted on 31 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is your 3 strength?
  • Ans. 

    My three strengths are attention to detail, problem-solving skills, and ability to work well under pressure.

    • Attention to detail: I have a keen eye for spotting errors and ensuring accuracy in my work.

    • Problem-solving skills: I am able to analyze complex situations and come up with effective solutions.

    • Ability to work well under pressure: I can remain calm and focused in high-pressure situations, allowing me to perform at

  • Answered by AI
  • Q2. What is your purpose behind joining this company
  • Ans. 

    I am joining this company to utilize my skills in back office operations and contribute to the growth of the organization.

    • Opportunity to apply my expertise in back office tasks

    • Desire to be part of a dynamic team and contribute to company's success

    • Excited about the company's mission and values

    • Seeking professional growth and development opportunities

  • Answered by AI
  • Q3. What do know about this company?
  • Ans. 

    Back Officer is a financial services company specializing in back office support for investment firms.

    • Back Officer provides services such as trade settlement, reconciliation, and reporting for investment firms.

    • The company focuses on ensuring accurate and timely processing of financial transactions.

    • Back Officer aims to streamline operations and improve efficiency for its clients.

    • They have a team of experienced professio...

  • Answered by AI
  • Q4. Is it okay to work on weekends?
  • Ans. 

    Working on weekends may be required depending on the job responsibilities and workload.

    • Working on weekends is common in many industries, especially in roles that require continuous operations or client support.

    • Some companies offer flexible work schedules or compensatory time off for weekend work.

    • It is important to clarify expectations regarding weekend work during the interview process.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS iON Back Officer interview:
  • Personal information
  • About company
Interview preparation tips for other job seekers - Don't be panic just chill and confidence while giving answers.
Good luck 👍🏻

Back Officer Interview Questions asked at other Companies

Q1. What is short goal and life time goal?
View answer (1)

TCS iON Interview FAQs

How many rounds are there in TCS iON interview for freshers?
TCS iON interview process for freshers usually has 2-3 rounds. The most common rounds in the TCS iON interview process for freshers are Aptitude Test, Resume Shortlist and Technical.
What are the top questions asked in TCS iON interview for freshers?

Some of the top questions asked at the TCS iON interview for freshers -

  1. Manage projects with Repositories Clone a project to work on a local copy Contr...read more
  2. what is difference between delete, trucate and d...read more
  3. What is difference between list and tuples in pyt...read more
How long is the TCS iON interview process?

The duration of TCS iON interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TCS iON Interview Process for Freshers

based on 35 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
NeoSOFT Interview Questions
3.7
 • 264 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all

TCS iON Reviews and Ratings

based on 1.3k reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

4.0

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 1.3k Reviews and Ratings
Operations Executive
209 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

Software Developer
151 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Software Engineer
119 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

System Engineer
101 salaries
unlock blur

₹2.2 L/yr - ₹9.2 L/yr

IT Manager
59 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TCS iON with

Wipro

3.7
Compare

Amazon

4.0
Compare

TCS

3.7
Compare

ITC Infotech

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview