Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Qa Automation Testing Engineer Interview Questions and Answers

Updated 8 Feb 2024

TCS Qa Automation Testing Engineer Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. 1. Staleelement exception
  • Q2. 2. Report part, jenkins,

I applied via Walk-in and was interviewed in Aug 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 - Coding Test 

Anything can ask from selenium

Round 3 - Technical 

(2 Questions)

  • Q1. Java , selenium, framework besed questions
  • Q2. Cucumber framework? Testng frame work?

Interview Preparation Tips

Topics to prepare for TCS Qa Automation Testing Engineer interview:
  • Framework
Interview preparation tips for other job seekers - Prepare well before coming for an interview, tcs expectations are very high

Qa Automation Testing Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. selenium: what are selenium components, what are the different lo ... read more
asked in GlobalLogic
Q2. How do you convert json object to string and vice versa?
asked in GlobalLogic
Q3. Robot Framework : what are standard libraries in Robot Framework? ... read more
asked in GlobalLogic
Q4. Write a program to find the elements of a list that have least di ... read more
asked in GlobalLogic
Q5. what are the locators in selenium? what is the difference between ... read more

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Basic General questions .
Round 3 - Technical 

(1 Question)

  • Q1. Basic technical questions
Round 4 - HR 

(1 Question)

  • Q1. Basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask the basic technical questions. And some general questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

I don't remember what they gave

Round 3 - Coding Test 

Java program about selenium web driver previous experience and project

Round 4 - One-on-one 

(1 Question)

  • Q1. It is a manager round asked about current project and scenario based questions about jira bug tracking and sql
Round 5 - HR 

(1 Question)

  • Q1. Just about date of joining and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please speak more and explain more elaborate on all the topics they ask

TCS interview questions for designations

 Automation Testing

 (1)

 QA Automation Engineer

 (1)

 Software Engineer -QA & Testing

 (2)

 Qa Automation Manager

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Software Testing Qa Analyst

 (2)

 Automation Engineer

 (13)

 Software Testing Engineer

 (15)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What’s your salary expectation? We can only offer this much amount! What technology have you used!
Round 3 - Technical 

(1 Question)

  • Q1. Mostly Framework related question! Java based questions which are commonly used in automation framework Selenium waits and basics API testing questions mainly authorisation and headers with method chainin...

Interview questions from similar companies

Round 1 - Technical 

(2 Questions)

  • Q1. Describe Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.

    • Ensures only one instance of a class exists

    • Provides a global point of access to the instance

    • Uses a private constructor to prevent external instantiation

    • Commonly used in logging, database connections, and configuration settings

  • Answered by AI
  • Q2. Explain the framework
  • Ans. 

    A framework is a set of guidelines, rules, and best practices used to develop software applications.

    • A framework provides a structure for organizing code and helps to ensure consistency across the application.

    • It can include libraries, tools, and templates to simplify development.

    • Examples of popular frameworks include React, Angular, and Django.

    • Frameworks can be used for both manual and automated testing.

    • They can also be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was asked almost everything that was on the resume.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Nov 2021. 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 tips
Round 2 - Aptitude Test 

Medium level Aptitude questions,and basic coding knowledge required to clear the First round

Round 3 - Assignment 

Communication skill Assessment

Round 4 - Technical 

(5 Questions)

  • Q1. Core Java Questions,few may ask to write basic program in Java/C/python
  • Q2. Write a program to print Fibonacci series
  • Ans. 

    Program to print Fibonacci series

    • Declare two variables to store the first two numbers of the series

    • Use a loop to generate the next numbers in the series

    • Print each number as it is generated

  • Answered by AI
  • Q3. Program to Print palindrome
  • Ans. 

    Program to print palindrome

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward

    • To check if a string is a palindrome, we can compare the first and last characters, then the second and second-to-last characters, and so on

    • If all pairs match, the string is a palindrome

    • We can use a loop to iterate through the string and compare the characters

  • Answered by AI
  • Q4. Program to print average of number series
  • Ans. 

    Program to print average of number series

    • Create a variable to store the sum of the numbers in the series

    • Create a variable to store the count of numbers in the series

    • Loop through the series and add each number to the sum variable

    • Increment the count variable for each number in the series

    • Calculate the average by dividing the sum by the count

    • Print the average

  • Answered by AI
  • Q5. Program to print sum of 2 numbers
  • Ans. 

    Program to print sum of 2 numbers

    • Declare 2 variables to store the numbers

    • Add the variables and store the result in another variable

    • Print the result

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Self Intro,Fav movie and why is it favourite,Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with aptitude and Java.All the best🙂

I applied via Naukri.com and was interviewed in Jan 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 tips
Round 2 - Aptitude Test 

Math, logical reasoning, verbal communication

Round 3 - Technical 

(1 Question)

  • Q1. Java basic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Must know about testing Manual and Automation tool
Create test plan , write test scenario, Write and execution of test case
Error, Defect,bug tracking, SDLC,STLC Agile methodology, functional testing, Database Testing, GUI testing, Exploratory testing,Black Box testing, white Box testing,V Model,QA,QC, severity, Priority
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python concept related prpgrams
  • Q2. Multithreaded related questions

TCS Interview FAQs

How many rounds are there in TCS Qa Automation Testing Engineer interview?
TCS interview process usually has 3 rounds. The most common rounds in the TCS interview process are Resume Shortlist, Technical and HR.
How to prepare for TCS Qa Automation Testing Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TCS. The most common topics and skills that interviewers at TCS expect are QA Automation, Selenium, API Testing, Automation Testing and JUnit.
What are the top questions asked in TCS Qa Automation Testing Engineer interview?

Some of the top questions asked at the TCS Qa Automation Testing Engineer interview -

  1. Mostly Framework related question! Java based questions which are commonly used...read more
  2. Java , selenium, framework besed questi...read more
  3. Cucumber framework? Testng frame wo...read more

Tell us how to improve this page.

TCS Qa Automation Testing Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
TCS Qa Automation Testing Engineer Salary
based on 256 salaries
₹2.7 L/yr - ₹8.8 L/yr
24% less than the average Qa Automation Testing Engineer Salary in India
View more details

TCS Qa Automation Testing Engineer Reviews and Ratings

based on 22 reviews

3.8/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

2.5

Salary

4.7

Job security

4.0

Company culture

2.4

Promotions

3.5

Work satisfaction

Explore 22 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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