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
3.7

based on 84.5k Reviews

Filter interviews by

TCS Software Engineer -QA & Testing Interview Questions and Answers

Updated 15 Mar 2023

TCS Software Engineer -QA & Testing Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Feb 2023. 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 - Assignment 

Assignment test will take us to improve your knowledge and to gain knowledge it is very helpful to improve your knowledge

Round 3 - Technical 

(5 Questions)

  • Q1. Technical round is very important it is very helpful and it will check your knowledge
  • Q2. HR round will very important because in that round they will ask everything
  • Q3. They will question will rise based on your skills and knowledge
  • Q4. They will ask which ever the questions they need
  • Q5. Which ever they want they will ask the questions
Round 4 - One-on-one 

(1 Question)

  • Q1. HR round is very important

Interview Preparation Tips

Topics to prepare for TCS Software Engineer -QA & Testing interview:
  • Manual Testing
  • SQL
Interview preparation tips for other job seekers - Take face to face interview in online As I am a fresher if you hire me the company career will also grow and my career will also grow

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Selenium and Java Basic

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Regression testing.
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to verify that existing features still work correctly

    • Helps prevent the introduction of new bugs or issues

    • Can be automated to save time and effort

    • Examples: running test cases after a software update, checking for bugs after adding new featur

  • Answered by AI
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q3. Program to check if the no. is prime
  • Ans. 

    A program to check if a number is prime or not

    • Iterate from 2 to square root of the number and check if it divides the number evenly

    • If any number divides the given number, it is not prime

    • If no number divides the given number, it is prime

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Program to find pallindrome.
  • Ans. 

    Program to find palindrome in an array of strings.

    • Iterate through each string in the array

    • Reverse each string and compare with original string

    • If they are equal, it is a palindrome

  • Answered by AI
  • Q2. How to find element using css selector.
  • Ans. 

    To find an element using CSS selector, you can use the document.querySelector() method.

    • Use document.querySelector() method with the CSS selector as the argument.

    • Make sure the CSS selector is unique to the element you want to find.

    • You can also use document.querySelectorAll() to find multiple elements.

  • Answered by AI
Round 3 - Case Study 

Scenario based questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your framework, API fundamentals
  • Q2. Exception handling in selenium, error codes in api testing etc
  • Q3. Synchronization handling in code
  • Q4. Oops concepts used in project
  • Q5. Agile process and terminologies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Stlc question asked manual qa
Round 2 - Technical 

(1 Question)

  • Q1. Coding asked sql query
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • 5 years of experience in QA testing

    • Proficient in testing web and mobile applications

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. What's your expected salary
Round 2 - Coding Test 

Two coding questions 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. How to do when dev think it is bug but you do not agree
  • Ans. 

    Discuss with dev, review requirements and test cases, provide evidence from testing

    • Have a discussion with the developer to understand their perspective and reasoning behind considering it a bug

    • Review the requirements and test cases to ensure that the behavior in question aligns with the expected functionality

    • Provide evidence from testing, such as logs, screenshots, or test results, to support your stance

    • Collaborate wit...

  • Answered by AI
  • Q2. White board coding

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a test automation framework for a web application

    • Designed and implemented test cases using Selenium WebDriver

    • Integrated the framework with Jenkins for continuous integration

    • Performed regression testing and reported bugs using Jira

  • Answered by AI
  • Q2. What are Action modes
  • Ans. 

    Action modes are different modes in which an action can be performed in a software application.

    • Action modes define how a specific action will be executed within the software.

    • Examples of action modes include edit mode, view mode, delete mode, etc.

  • Answered by AI
  • Q3. What is wait on
  • Q4. Data base connection
  • Q5. Recovery scenario

QA Engineer Interview Questions & Answers

Wipro user image Vinay Devendra

posted on 10 Oct 2024

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP to run same test case 100 times
  • Ans. 

    Write a program to run the same test case 100 times

    • Use a loop to iterate 100 times

    • Call the test case function inside the loop

    • Track the results of each iteration if needed

  • Answered by AI
  • Q2. WAP to get duplicate char count
  • Ans. 

    A program to count the number of duplicate characters in an array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and count the occurrences

    • Store the count of each character in a map or dictionary

    • Return the characters with count greater than 1

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

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Bubble sort algo, String manipulation

Round 2 - Technical 

(2 Questions)

  • Q1. API testing using restAssured
  • Ans. 

    restAssured is a Java library for API testing, commonly used for testing RESTful APIs.

    • restAssured is a Java library that simplifies API testing by providing a fluent interface for making HTTP requests and validating responses.

    • It can be used to test RESTful APIs by sending requests (GET, POST, PUT, DELETE) and verifying the responses.

    • Assertions can be made on response status codes, headers, body content, and more.

    • Exampl...

  • Answered by AI
  • Q2. STLC bug life cuycle

Interview Preparation Tips

Interview preparation tips for other job seekers - preapare interview on CV

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Software Engineer -QA & Testing interview?
TCS interview process usually has 4 rounds. The most common rounds in the TCS interview process are Resume Shortlist, Assignment and Technical.
What are the top questions asked in TCS Software Engineer -QA & Testing interview?

Some of the top questions asked at the TCS Software Engineer -QA & Testing interview -

  1. Technical round is very important it is very helpful and it will check your kno...read more
  2. HR round will very important because in that round they will ask everyth...read more
  3. They will question will rise based on your skills and knowle...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 TCS interviews
Company Website
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS Software Engineer -QA & Testing Salary
based on 4 salaries
₹2.9 L/yr - ₹4.2 L/yr
37% less than the average Software Engineer -QA & Testing Salary in India
View more details
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
68.2k salaries
unlock blur

₹5.1 L/yr - ₹15.9 L/yr

AST Consultant
50.9k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.4k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.4k salaries
unlock blur

₹8.9 L/yr - ₹31.5 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview