Upload Button Icon Add office photos

TCS iON

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TCS iON Sdet Automation Test Engineer Interview Questions and Answers

Updated 26 Feb 2025

TCS iON Sdet Automation Test Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Interview Questions 

(2 Questions)

  • Q1. What is java and sql
  • Ans. 

    Java is a popular programming language used for developing applications, while SQL is a language used for managing and querying databases.

    • Java is an object-oriented programming language known for its portability and versatility.

    • SQL stands for Structured Query Language and is used to communicate with databases.

    • Java is used for developing web applications, mobile apps, and enterprise software.

    • SQL is used for creating, up...

  • Answered by AI
  • Q2. What is linked list, write program for it
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Linked list is made up of nodes, each containing data and a reference to the next node.

    • Example: Node 1 -> Node 2 -> Node 3

    • Program to create a linked list in Python: class Node: def __init__(self, data=None): self.data = data self.next = None

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude Topic %,trigonometry, mensuration, avg

Round 3 - Coding Test 

Java,. Net, machine learning ,c++,project during college

Round 4 - Group Discussion 

Decision making, self ambition, loyal to company

Round 5 - HR 

(2 Questions)

  • Q1. About self introduction, achievements in college day, project
  • Q2. Why you choose Tcs ,why you are interested in eng in cs

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill and face interview , face interview with confidence even if you don't know about ur ans

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Dec 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Selenium and testng questions.
  • Q2. Java program to reverse a sentence
  • Ans. 

    Java program to reverse a sentence

    • Split the sentence into words using the split() method

    • Create a new array to store the reversed words

    • Iterate through the words in reverse order and add them to the new array

    • Join the reversed words using the join() method to form the reversed sentence

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Oops and collection questions.
  • Q2. Program to find repeated character in a word.
  • Ans. 

    Program to find repeated character in a word.

    • Iterate through each character in the word

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeated character

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA two sum. question was asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to run your automated test case in jenkins and its configuration, How to automate DB testing, how do you perform localization testing
  • Ans. 

    To run automated test cases in Jenkins, configure DB testing, and perform localization testing

    • To run automated test cases in Jenkins, create a Jenkins job and configure it to trigger the automation test suite

    • For DB testing automation, use tools like Selenium WebDriver to interact with the database and verify data integrity

    • For localization testing, use tools like Selenium WebDriver to test the application with different...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about jenkins
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are the methods of select
  • Ans. 

    Methods of selecting elements in automation testing include using locators, XPath, CSS selectors, and various other strategies.

    • Using locators such as ID, class name, name, tag name, link text, and partial link text

    • Using XPath to navigate through elements in the HTML structure

    • Using CSS selectors to target elements based on their styles

    • Using various strategies like text matching, attribute values, and sibling/child relat...

  • Answered by AI
  • Q2. Background keyword of cucumber
  • Ans. 

    Cucumber is a keyword used in BDD (Behavior Driven Development) testing framework to define test scenarios in a human-readable format.

    • Cucumber is used to write test scenarios in Gherkin language

    • It helps in bridging the communication gap between technical and non-technical team members

    • Cucumber allows for easy collaboration and understanding of test cases

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is overriding
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Inheritance allows a subclass to inherit methods from its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and pa...

  • Answered by AI
  • Q2. Basic java programs
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication abilities.

    • 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 problems and come up with effective solutions.

    • Strong communication abilities - I can effectively communicate with team members and stakeholders to ensure clarity and collabor

  • Answered by AI
  • Q2. Explain agile process and environment
  • Ans. 

    Agile process is a software development methodology that promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Agile process involves breaking down the project into small increments called sprints

    • It emphasizes collaboration between cross-functional teams

    • Feedback is gathered regularly from stakeholders to make necessary adjustments

    • Scrum, Kanban, and XP are common frameworks use

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. What is abstract class
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and non-abstract methods

    • Used for creating a template for other classes to inherit from

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 Basic leetcode problems

Round 2 - One-on-one 

(4 Questions)

  • Q1. Asked questions from my Resume.
  • Q2. Asked questions about my Non-Technical Experiences
  • Q3. Asked me to automate some things from selenium webdriver because I had mentioned projects on resume.
  • Q4. Asked me to write some content explaining about cybersecurity awareness because I had mentioned Content Writing on my resume.

Interview Preparation Tips

Topics to prepare for IBM Sdet Automation Test Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Be Honest and Concise, Dont overshare when a question is asked, just answer the question in its entirety
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java programs, concepts of java selenium
  • Q2. Oops concepts of java
  • Ans. 

    Oops concepts of Java

    • Encapsulation: Bundling data and methods together in a class

    • Inheritance: Acquiring properties and behaviors from a parent class

    • Polymorphism: Ability to take on many forms

    • Abstraction: Hiding complex implementation details

    • Interface: Blueprint of a class that defines methods to be implemented

  • Answered by AI
  • Q3. Constructor concept
  • Q4. Java logical program
  • Q5. Selenium webdriver questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

TCS iON Interview FAQs

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

Some of the top questions asked at the TCS iON Sdet Automation Test Engineer interview -

  1. what is linked list, write program for...read more
  2. what is java and ...read more

Recently Viewed

INTERVIEWS

Apco Infratech

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Publicis Sapient

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

NTT Data

No Interviews

INTERVIEWS

KFintech

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Bosch

No Interviews

INTERVIEWS

TEKsystems

No Interviews

Tell us how to improve this page.

TCS iON Sdet Automation Test Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
TCS iON Sdet Automation Test Engineer Salary
based on 4 salaries
₹3 L/yr - ₹12 L/yr
46% less than the average Sdet Automation Test Engineer Salary in India
View more details

TCS iON Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

2.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Operations Executive
253 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
151 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
118 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Manager
57 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent