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

Filter interviews by

TCS Java Developer Interview Questions, Process, and Tips for Experienced

Updated 21 Aug 2024

Top TCS Java Developer Interview Questions and Answers for Experienced

View all 49 questions

TCS Java Developer Interview Experiences for Experienced

44 interviews found

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

(2 Questions)

  • Q1. Design patterns
  • Q2. Java oops, debugging

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many ways to create a thread in Java
  • Ans. 

    There are multiple ways to create a thread in Java, including extending the Thread class, implementing the Runnable interface, and using Java 8's lambda expressions.

    • Extending the Thread class

    • Implementing the Runnable interface

    • Using Java 8's lambda expressions

  • Answered by AI
  • Q2. What is the difference b/w spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.

    • Spring is a comprehensive framework that provides various modules for building Java applications, such as Spring MVC, Spring Security, and Spring Data.

    • Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing default...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies for Experienced

asked in Cognizant
Q1. What array list and linkedlist difference,how hashmap internally ... read more
asked in TCS
Q2. what are the difference between abstract class and interface, and ... read more
asked in Infosys
Q3. write a code to filter out loans with incomplete status using jav ... read more
asked in Cognizant
Q4. write program fibonacci series, write program using boolean, writ ... read more
asked in Capgemini
Q5. Is Java platform-independent, if yes why?

Java Developer Interview Questions & Answers

user image Durgesh Yashwant Jadhav

posted on 31 Jan 2024

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

(6 Questions)

  • Q1. What is bean scope in spring?
  • Ans. 

    Bean scope in Spring determines the lifecycle and visibility of a bean in the Spring container.

    • Bean scope defines how long a bean lives and how many instances are created

    • Common scopes include singleton, prototype, request, session, and application

    • Singleton scope creates a single instance per Spring container, prototype creates a new instance each time it is requested

  • Answered by AI
  • Q2. What is difference between servlet and jsp
  • Ans. 

    Servlet is a Java class that handles requests and responses, while JSP is a technology that simplifies the creation of dynamic web pages.

    • Servlet is a Java class that extends the capabilities of servers to respond to requests. It is used to create dynamic web content.

    • JSP is a technology that simplifies the creation of dynamic web pages by allowing Java code to be embedded in HTML pages.

    • Servlets are used to handle busine...

  • Answered by AI
  • Q3. What is spring boot validation ?
  • Ans. 

    Spring Boot validation is a feature that allows developers to validate input data in a Spring Boot application.

    • Spring Boot validation is used to ensure that the data entered by the user meets certain criteria.

    • It can be applied to request parameters, request bodies, and path variables.

    • Annotations like @NotNull, @Size, @Email, etc., are commonly used for validation.

    • Custom validation logic can also be implemented using cu

  • Answered by AI
  • Q4. What is Garbage collection?
  • Ans. 

    Garbage collection is the process of automatically reclaiming memory occupied by objects that are no longer in use by the program.

    • Garbage collection is a feature in Java that automatically manages memory by deallocating memory for objects that are no longer needed.

    • It helps in preventing memory leaks and ensures efficient memory usage.

    • Garbage collection runs in the background and identifies objects that are no longer re...

  • Answered by AI
  • Q5. What is method overloading?
  • Ans. 

    Method overloading is when multiple methods in the same class have the same name but different parameters.

    • Allows multiple methods with the same name but different parameters to be defined in a class.

    • Parameters can differ in number, type, or order.

    • Example: void print(int a) and void print(String s) are overloaded methods in the same class.

  • Answered by AI
  • Q6. Difference between stack and heap memory?
  • Ans. 

    Stack memory is used for static memory allocation and execution of thread-specific variables, while heap memory is used for dynamic memory allocation.

    • Stack memory is used for static memory allocation, such as local variables and function call stack.

    • Heap memory is used for dynamic memory allocation, such as objects created using 'new' keyword.

    • Stack memory is limited in size and typically faster to access, while heap mem...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Patch and put difference
  • Ans. 

    Patch and put are HTTP methods used for updating resources on a server.

    • PATCH is used to partially update a resource, while PUT is used to completely replace a resource.

    • PATCH requests only include the changes that need to be made, while PUT requests require sending the entire updated resource.

    • PATCH is often used for incremental updates, while PUT is used for full updates.

    • Example: PATCH request to update the 'name' field...

  • Answered by AI
  • Q2. Try With resource
  • Q3. Volatile keyword
  • Q4. Runnable and callable difference
  • Ans. 

    Runnable and Callable are interfaces in Java for creating threads. Runnable is used for tasks that don't return a result, while Callable is used for tasks that return a result.

    • Runnable is a functional interface with a single run() method, while Callable is a generic interface with a single call() method.

    • Runnable tasks are executed using the void run() method, while Callable tasks are executed using the Future call() me...

  • Answered by AI
  • Q5. Serialization, Deserialization

Skills evaluated in this interview

TCS interview questions for designations

 Senior Java Developer

 (20)

 Java Software Developer

 (7)

 Core Java Developer

 (3)

 Java Application Developer

 (2)

 Junior Java Developer

 (1)

 Fullstack Java Developer

 (4)

 Backend Java Developer

 (2)

 Java Microservice Developer

 (1)

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

We’re looking for java back end developer

Round 2 - Coding Test 

Test was not that difficult just the basic programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Java programming, object mapping

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident

Get interview-ready with Top TCS Interview Questions

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

(1 Question)

  • Q1. Basic Java Interview questions. Multi-threading. Springboot. JPA
Round 2 - Client Interview 

(1 Question)

  • Q1. Non Technical questions

Java Developer Jobs at TCS

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

(2 Questions)

  • Q1. Spring framework
  • Q2. Mvc? Java basics
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Java Developer interview

user image Java Techies

posted on 16 Nov 2021

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

(2 Questions)

  • Q1. Preparing all the basics of the core java concepts
  • Q2. Explain OOP, Exception handling in Java. Basics of springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics

Java Developer Interview Questions & Answers

user image Jaisai Sarkate

posted on 26 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops multhreading exception handling
Round 2 - Coding Test 

Move all zeros to right side of an array

TCS Interview FAQs

How many rounds are there in TCS Java Developer interview for experienced candidates?
TCS interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the TCS interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for TCS Java Developer interview for experienced candidates?
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 Java, Spring Boot, Microservices, Hibernate and Spring.
What are the top questions asked in TCS Java Developer interview for experienced candidates?

Some of the top questions asked at the TCS Java Developer interview for experienced candidates -

  1. what are the difference between abstract class and interface, and throw and thr...read more
  2. 1. What is JDK, JVM, J...read more
  3. how to use synchronization in jav...read more
How long is the TCS Java Developer interview process?

The duration of TCS Java Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TCS Java Developer Interview Process for Experienced

based on 31 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
TCS Java Developer Salary
based on 7.2k salaries
₹1.9 L/yr - ₹9 L/yr
At par with the average Java Developer Salary in India
View more details

TCS Java Developer Reviews and Ratings

based on 545 reviews

3.9/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.0

Salary

4.6

Job security

3.9

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 545 Reviews and Ratings
Tcs Hiring Java Developer For Hyderabad on 8th Feb'25

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Tcs Hiring Java Developer For Bangalore on 8th Feb '25

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Java Developer

Kolkata,

Hyderabad / Secunderabad

+1

4-8 Yrs

Not Disclosed

Explore more jobs
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.2k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Associate Consultant
29k 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.6
Compare

Accenture

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