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

Clear (1)

TCS Sdet Lead Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top TCS Sdet Lead Interview Questions and Answers

TCS Sdet Lead Interview Experiences

8 interviews found

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

Asked about, DP, GRAPHS AND LINKEDLIST

Round 2 - Group Discussion 

Give panic situations

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is java and linked list
  • Ans. 

    Java is a programming language commonly used for developing applications. A linked list is a data structure used to store a collection of elements.

    • Java is a high-level, object-oriented programming language known for its portability and versatility.

    • A linked list is a linear data structure where elements are stored in nodes, each containing a reference to the next node in the sequence.

    • Linked lists are commonly used for i...

  • Answered by AI
  • Q2. Implementaion of testng in maven in selenium java
  • Ans. 

    TestNG can be easily integrated with Maven in Selenium Java for efficient test execution.

    • Add TestNG dependency in pom.xml

    • Create test classes with @Test annotations

    • Run tests using Maven commands like 'mvn test'

  • Answered by AI

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Maths related questions

Round 2 - Coding Test 

DSA stack graph tree

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good for that

Sdet Lead Interview Questions Asked at Other Companies

asked in Ascendion
Q1. write a palindrome program without using any in-build method. if ... read more
asked in Ascendion
Q2. (1) FluentWait Syntax (2) How to scroll to the bottom of the page ... read more
asked in Netomi
Q3. Reverse the whole string with spaces remaining in the same place
asked in News Nation
Q4. What is oops, css, html, comment on the batch processing
asked in MasterCard
Q5. What is the difference between web service and REST API?

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

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

Write a program to sort the numbers

Sdet Lead Interview Questions & Answers

user image Amar Gupta

posted on 13 May 2024

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

(1 Question)

  • Q1. Questions were on Java, exception handling, data structure questions.

TCS interview questions for designations

 Sdet

 (4)

 Sdet Engineer

 (3)

 Sdet Manager

 (1)

 Senior Sdet Engineer

 (4)

 Sdet Automation Test Engineer

 (10)

 Lead

 (1)

 Lead Consultant Team Lead

 (1)

 Team Lead

 (36)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 2 Apr 2024

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was pretty logic to find answers

Round 2 - Coding Test 

It waa bit difficult to achive the logic

Round 3 - HR 

(1 Question)

  • Q1. It was easy than 2
Round 4 - Technical 

(4 Questions)

  • Q1. It was fine and beautiful
  • Q2. Explain oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit attributes and methods from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorp...

  • Answered by AI
  • Q3. Explain recursion concepts
  • Ans. 

    Recursion is a programming concept where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Examples include factorial calculation, Fibonacci sequence, and tree traversal.

  • Answered by AI
  • Q4. What is methodoverrising
  • Ans. 

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

    • In method overriding, the method in the subclass has the same name, return type, and parameters as the method in the superclass.

    • The method in the subclass must have the same or wider access modifier than the method in the superclass.

    • Method overriding al...

  • Answered by AI

Skills evaluated in this interview

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy question , duration 1 hour

Round 2 - Coding Test 

Easy leetcode questions were asked in the round

Sdet Lead Interview Questions & Answers

user image Sanjay Kumar

posted on 11 Jun 2024

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

I applied via Newspaper Ad and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About previous job
  • Q2. About Previos projets

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2024

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Genral aptitude, quick recalling needed

Round 2 - Coding Test 

Regular college level coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Salesforce Basics. One can learn all great features in Salesforce.com but we must know the basic admin functionalities and features in Saleforce.
Round 2 - Behavioral 

(1 Question)

  • Q1. The questions will be on your career, Resume. They will look for story telling skills, can you be a team player and individual player, etc. Can be technical as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - First know the basics of Saleforce.com for functional role then you dive into all great features in Salesforce.
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS Sdet Lead interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Coding Test, Aptitude Test and HR.
What are the top questions asked in TCS Sdet Lead interview?

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

  1. implementaion of testng in maven in selenium j...read more
  2. what is java and linked l...read more
  3. What is methodoverris...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

BrenStone International

No Salaries

INTERVIEWS

Echoboom

No Interviews

REVIEWS

TransOrg Analytics

No Reviews

REVIEWS

Via.com

No Reviews

REVIEWS

Accenture Federal Services

No Reviews

Tell us how to improve this page.

TCS Sdet Lead Interview Process

based on 14 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

Sdet Lead Interview Questions from Similar Companies

IBM Sdet Lead Interview Questions
4.0
 • 2 Interviews
View all
TCS Sdet Lead Salary
based on 27 salaries
₹6.2 L/yr - ₹22.5 L/yr
50% less than the average Sdet Lead Salary in India
View more details

TCS Sdet Lead Reviews and Ratings

based on 16 reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.7

Job security

3.6

Company culture

3.6

Promotions

3.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

IT Analyst
66.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.5k 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.5k 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent