Upload Button Icon Add office photos

Filter interviews by

TCS iON Softwaretest Engineer Interview Questions and Answers

Updated 26 Nov 2024

TCS iON Softwaretest Engineer Interview Experiences

8 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics:
Basis mathematics
Reasoning
Verbal

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1hr aptitude and 2 hr coding

Round 2 - Technical 

(2 Questions)

  • Q1. What is hub and router
  • Ans. 

    A hub is a networking device that connects multiple devices in a network, while a router is a networking device that forwards data packets between computer networks.

    • Hub operates at physical layer of OSI model

    • Hub broadcasts data to all devices in the network

    • Router operates at network layer of OSI model

    • Router forwards data packets based on IP addresses

    • Example of hub: Ethernet hub

    • Example of router: Wi-Fi router

  • Answered by AI
  • Q2. Difference between switch and router
  • Ans. 

    Switch is used to connect devices within a network, while a router is used to connect different networks together.

    • Switch operates at layer 2 of the OSI model, while router operates at layer 3.

    • Switch forwards data based on MAC addresses, while router forwards data based on IP addresses.

    • Switch is typically used in LANs, while router is used to connect LANs or WANs.

    • Switches are faster in forwarding data within a network, ...

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

3 rounds of aptitude

Round 2 - Coding Test 

Two coding questions are given

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare previous year
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Medium and logical thinking

Round 2 - Group Discussion 

Easy, have to think for 2 mins and should talk about the topic

Round 3 - HR 

(1 Question)

  • Q1. Generic questions and technical

TCS iON interview questions for designations

 System Engineer

 (25)

 Software Engineer

 (19)

 Network Engineer

 (3)

 Test Engineer

 (2)

 Data Engineer

 (2)

 Security Engineer

 (1)

 QA Engineer

 (1)

 Assistant System Engineer

 (10)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

How to get array value map to table

Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary

I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

I am good knowledge about aptitude like as percentage ,permutations and combination, probability, cards, ratio and proportion, Time, Speed and distance, boats and stream, profit and loss, Time and work, Number system etc.

Round 3 - Coding Test 

Good knowledge about my SQL
Create a table.
Good knowledge ddl, dml, dcl and TCL
Sub-query, joins, concatenation rdms and DBMS etc

Interview Preparation Tips

Topics to prepare for TCS iON Softwaretest Engineer interview:
  • Oracle SQL
  • Manual Testing
  • Java
Interview preparation tips for other job seekers - I am Prince Kumar Singh. I did BE from Electrical and Electronics Engineer 2020 batch. I scored 65.65 percentage
My skills about SQL, JAVA and Manual Testing in Software Testing.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Amrita Institute of Technology & Science, Coimbatore and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 hours exam with topics like probability,permutation,combination,percentage,average,data interpretation,ages,boats and streams, trains etc.,

Round 2 - Coding Test 

1 hour , c++ they asked me program palindrome series and two more programs

Round 3 - One-on-one 

(1 Question)

  • Q1. How to repair your hardrive, puzzle questions like 3 litre can and 5 litre can, how to get output from your coding, do you know coding

Interview Preparation Tips

Topics to prepare for TCS iON Softwaretest Engineer interview:
  • C++
  • C
  • MATLAB
  • puzzle
Interview preparation tips for other job seekers - Study well before interview and be strong in your fundamentals

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

I am fresher i completed my graduation MCA in Visvesvaraya Technological University Kalaburgi

Interview Preparation Tips

Topics to prepare for TCS iON Softwaretest Engineer interview:
  • C++
  • Java
  • SQL
Interview preparation tips for other job seekers - I am fresher i completed my graduation MCA in Visvesvaraya Technological University Kalaburgi

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the design pattern
  • Q2. Coding questions in stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected for round 2
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Whats is Denpendency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. What is middleware
  • Ans. 

    Middleware is software that acts as a bridge between different applications, allowing them to communicate and share data.

    • Middleware facilitates communication between different software applications

    • It can handle tasks such as message queuing, data transformation, and security

    • Examples of middleware include message brokers like RabbitMQ, ESBs like MuleSoft, and API gateways like Kong

  • Answered by AI

Skills evaluated in this interview

TCS iON Interview FAQs

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

Some of the top questions asked at the TCS iON Softwaretest Engineer interview -

  1. what is hub and rou...read more
  2. difference between switch and rou...read more
  3. How to repair your hardrive, puzzle questions like 3 litre can and 5 litre can,...read more

Tell us how to improve this page.

TCS iON Softwaretest Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more
TCS iON Softwaretest Engineer Salary
based on 9 salaries
₹3.4 L/yr - ₹12.4 L/yr
30% more than the average Softwaretest Engineer Salary in India
View more details

TCS iON Softwaretest Engineer Reviews and Ratings

based on 9 reviews

4.5/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

4.2

Salary

4.2

Job security

4.4

Company culture

4.2

Promotions

4.0

Work satisfaction

Explore 9 Reviews and Ratings
Operations Executive
246 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

Software Developer
148 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

System Engineer
122 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Software Engineer
118 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

IT Manager
57 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TCS iON with

Wipro

3.7
Compare

Amazon

4.1
Compare

TCS

3.7
Compare

Infosys

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