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 85.2k Reviews

Filter interviews by

TCS Sdet Interview Questions and Answers

Updated 30 Dec 2024

TCS Sdet Interview Experiences

3 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2022

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 

(2 Questions)

  • Q1. Basic question on corenjava
  • Q2. Basic question on selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this pathetic organization. People are rude and have slave mentality.

Sdet Interview Questions & Answers

user image Vidya Devi

posted on 30 Dec 2024

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

(1 Question)

  • Q1. About yourself , what is different types of wait in selenium, how to read the data from excel.

Sdet Interview Questions Asked at Other Companies

Q1. Given a M x N 2D array containing random alphabets and a function ... read more
asked in Amazon
Q2. what happen between, when you enter a URL into a browser address ... read more
asked in InMobi
Q3. In a line where words are separated by spaces, , and capitalize f ... read more
Q4. Given a circular linked list containing sorted elements (int valu ... read more
asked in Amazon
Q5. how will you check that each page of amazon.com is having its log ... read more

Sdet Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

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 Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, Selenium, core java

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on core java concepts

Interview questions from similar companies

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

(5 Questions)

  • Q1. Explain framework used for selenium
  • Ans. 

    Selenium is an open-source automation testing framework used for web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It consists of Selenium WebDriver, Selenium IDE, and Selenium Grid.

    • Selenium WebDriver is used for automating web applications by interacting with the web elements.

    • Selenium IDE is a record and playback tool for creating test cases.

    • Selenium Grid is used for parallel...

  • Answered by AI
  • Q2. Checked and unchecked exceptions.
  • Ans. 

    Checked exceptions are checked at compile time, while unchecked exceptions are not.

    • Checked exceptions must be either caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be explicitly handled.

    • Examples of checked exceptions include IOException, ClassNotFoundException.

    • Examples of unchecked exceptions include NullPointerException, ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q3. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.

    • Selenium WebDriver throws exceptions when it encounters errors during test execution.

    • Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.

    • Handling exceptions in Selenium can be done using try-catch blo...

  • Answered by AI
  • Q4. Waits in selenium
  • Ans. 

    Waits in Selenium are used to synchronize tests with the browser's state.

    • Waits help to handle synchronization issues in Selenium tests

    • There are two types of waits in Selenium - Implicit Wait and Explicit Wait

    • Implicit Wait sets a default waiting time for the entire test script

    • Explicit Wait allows the test to wait for a certain condition to be met before proceeding

  • Answered by AI
  • Q5. Frames handling

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse String without using loop
  • Ans. 

    Reverse string without using loop

    • Use recursion to reverse the string

    • Base case: if string length is 0 or 1, return the string

    • Recursive case: return the last character + reverse(rest of the string)

  • Answered by AI
  • Q2. Parenthesis Balancing using stack
  • Ans. 

    Implement a parenthesis balancing algorithm using a stack

    • Use a stack to keep track of opening parentheses

    • When encountering a closing parenthesis, pop from stack and check if it matches the closing parenthesis

    • If stack is empty or mismatched parentheses, return false

    • If all parentheses are balanced, return true

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Spring Boot, Microservices and Java
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Function declaration reverse word in a string copy array without direct assignment equality operator vs strict equal post vs put success code of patch what is 403 status code

Interview Preparation Tips

Interview preparation tips for other job seekers - basic logical understanding of javascript ant apis
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Tell me about your previous job
  • Ans. 

    I worked as a software developer at a tech company, focusing on test automation and quality assurance.

    • Developed automated test scripts using Selenium for web applications

    • Collaborated with developers to identify and fix bugs in the code

    • Participated in daily stand-up meetings to discuss project progress

    • Conducted regression testing to ensure software quality

    • Utilized Jira for tracking and managing testing tasks

  • Answered by AI
  • Q2. What is expected ctc
  • Ans. 

    Expected CTC is the anticipated salary package for the position.

    • Research industry standards for SDET roles

    • Consider your experience, skills, and location when negotiating CTC

    • Be prepared to discuss salary expectations during the interview process

  • Answered by AI
  • Q3. Tell me tools on which you worked on?
  • Ans. 

    I have worked on tools such as Selenium, JUnit, TestNG, Postman, and Jenkins.

    • Selenium

    • JUnit

    • TestNG

    • Postman

    • Jenkins

  • Answered by AI
  • Q4. How many year of experience do you have in total
  • Ans. 

    I have 5 years of experience in total.

    • 5 years of experience in software development and testing

    • 2 years as a QA engineer and 3 years as an SDET

    • Experience with automation testing tools like Selenium and JUnit

  • Answered by AI

Sdet Interview Questions & Answers

Infosys user image Anonymous

posted on 11 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions only and basic question
Round 2 - HR 

(1 Question)

  • Q1. Ctc discussion, expected ctc and doj

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before interview round and be confident

Sdet Interview Questions & Answers

Infosys user image Anonymous

posted on 9 Jul 2021

Interview Questionnaire 

2 Questions

  • Q1. Standard Selenium questions
  • Q2. Pay is less

TCS Interview FAQs

How many rounds are there in TCS Sdet interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical and Resume Shortlist.
How to prepare for TCS Sdet 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 Automation Testing, Java, SDET, Selenium and QA Automation.
What are the top questions asked in TCS Sdet interview?

Some of the top questions asked at the TCS Sdet interview -

  1. Oops concepts, Selenium, core j...read more
  2. Basic question on corenj...read more
  3. Basic question on selen...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TCS interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k 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.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS Sdet Salary
based on 55 salaries
₹3 L/yr - ₹12.2 L/yr
44% less than the average Sdet Salary in India
View more details

TCS Sdet Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.6

Skill development

5.0

Work-Life balance

4.6

Salary & Benefits

4.6

Job Security

4.6

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.9k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.3k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹9 L/yr - ₹32 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