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

Filter interviews by

TCS Fullstack Java Developer Interview Questions and Answers

Updated 26 Jul 2024

TCS Fullstack Java Developer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. •I'm Akashdeep Prasad. • I'm in my early twenties. • I'm born and brought up in Mumbai, Andheri but currently I'm reside in Thane. - Now, coming to my highest qualification :- • I have completed my graduation in Bachelor of Science in Information Technology from University of Mumbai. - I like to share my certification with you :- • I'm certified Java Full Stack Developer. - Sir, I like to share my hobbies with you :...
  • Answered Anonymously
  • Q2. Why should I hire you ?
  • Q3. What is your salary expectation?
Round 2 - Technical 

(1 Question)

  • Q1. I forgot question
Round 3 - Technical 

(1 Question)

  • Q1. I can't remember what questions asked

Interview Preparation Tips

Topics to prepare for TCS Fullstack Java Developer interview:
  • Java
Interview preparation tips for other job seekers - The job seekers is good and friendly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Remove duplicate value in arraylist
  • Ans. 

    Use a HashSet to remove duplicates from an ArrayList of strings.

    • Create a HashSet and add all elements from the ArrayList to it.

    • Clear the ArrayList and then add all elements back from the HashSet.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Fullstack Java Developer Interview Questions Asked at Other Companies

Q1. If needed, will you work on the older technology stack?
asked in LTIMindtree
Q2. is it necessary for classes implementing an interface to implemen ... read more
asked in RealPage
Q3. How can two components who are not parent-child can communicate w ... read more
asked in RealPage
Q4. What are different annotations in Spring Boot and what are their ... read more
asked in RealPage
Q5. What are various ways in which two microservices can interact wit ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. 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 - HR 

(5 Questions)

  • Q1. Tell you about me self
  • Q2. Coding test for me
  • Q3. Servlet question
  • Q4. Jdbc question and mysql database
  • Q5. What is cookie ? why use to create web application
  • Ans. 

    A cookie is a small piece of data stored on the user's computer by the web browser, used to track user activity and personalize user experience.

    • Cookies are used to store user preferences, login information, and shopping cart items.

    • They help websites remember users and their preferences, making the browsing experience more personalized.

    • Cookies can also be used for tracking user behavior, such as analyzing website traffi...

  • Answered by AI
Round 3 - Coding Test 

Core java, servlet ,jdbc

Interview Preparation Tips

Interview preparation tips for other job seekers - i am very good programmer

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Hash map implementation
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hash map uses hashing to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI

Skills evaluated in this interview

TCS interview questions for designations

 Fullstack Java Application Developer

 (1)

 Java Developer

 (184)

 Dot Net Fullstack Developer

 (2)

 Senior Java Developer

 (20)

 Java Software Developer

 (7)

 Core Java Developer

 (3)

 Backend Java Developer

 (2)

 Java Application Developer

 (2)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Find the second largest element from array
  • Ans. 

    Find the second largest element from array of strings

    • Sort the array in descending order

    • Access the element at index 1 to get the second largest element

  • Answered by AI
  • Q2. Java basics and advanced programming
  • Q3. Failsafe vs fail fast integrators
  • Ans. 

    Failsafe integrators prioritize system stability by handling errors gracefully, while fail fast integrators prioritize quick detection and resolution of errors.

    • Failsafe integrators focus on ensuring the system continues to function even in the presence of errors.

    • Fail fast integrators aim to quickly identify and address errors to prevent further issues.

    • Failsafe integrators often use techniques like retries, circuit brea...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Saga design patterns
  • Q2. Micro services architecture

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about internal working of JVM
  • Q2. Tell me about SAGA pattern in Microservices
  • Ans. 

    SAGA pattern is a design pattern used in microservices architecture to manage distributed transactions.

    • SAGA pattern breaks down a long-running transaction into a series of smaller, independent transactions.

    • Each step in the SAGA pattern is a separate service that communicates with other services through events.

    • If a step fails, compensating transactions are executed to rollback the changes made by previous steps.

    • Example:...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your current project structure
  • Q2. What is an API , how would you secure an API
  • Ans. 

    API stands for Application Programming Interface. It defines the methods and data formats that applications can use to communicate with each other.

    • API is a set of rules and protocols that allows different software applications to communicate with each other.

    • To secure an API, you can use authentication methods like OAuth, API keys, or JWT tokens.

    • Implementing encryption (HTTPS) and rate limiting can also enhance API secu...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to relocate to Bangalore
  • Q2. Tell me about one instance where you faced pressure and how did you overcome ?

Interview Preparation Tips

Interview preparation tips for other job seekers - You can assume easy to medium level questions.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic js question on hoisting, closure, promises
Round 2 - Behavioral 

(1 Question)

  • Q1. Basic resume based
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion -- HR never responded
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Java Basic questions
  • Q2. SpringBoot Basic questions
  • Q3. Simple DSA problem: "introduction" find duplicate characters
  • Ans. 

    Find duplicate characters in a given array of strings

    • Iterate through each string in the array

    • For each string, iterate through each character and store the count in a hashmap

    • If the count of any character is greater than 1, it is a duplicate

  • Answered by AI
  • Q4. Write code for REST API using spring boot, include all annotation
  • Ans. 

    Code for REST API using Spring Boot with annotations

    • Use @RestController annotation to define the class as a REST controller

    • Use @RequestMapping annotation to map HTTP requests to handler methods

    • Use @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations for specific HTTP methods

    • Use @PathVariable annotation to extract values from the URI

    • Use @RequestBody annotation to bind HTTP request body to a method paramete

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. It asked basics of Java related to OOPs pillar and DSA questions
  • Q2. DSA linkedlist coding summary etc
Round 2 - HR 

(2 Questions)

  • Q1. How are you now??
  • Q2. Are you good now anymore??

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and smart
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
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. Tech panel did not show up

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Bad Process. They kept rescheduling the interview call.
First they scheduled the Technical interview. Sent the invites & then when I joined at the particular time - HR came on the call instead of tech panel & told that interviewer is busy ,got some other interview going on. So, cant have it right now.
This kind of thing happened 3 times where none of tech panel show up.
Very bad. Not expecting from such a big company like Wipro.

Afterwards, they dont even pick call. They just call randomly & setup an interview. And then cancel it. Very unprofessional.

TCS Interview FAQs

How many rounds are there in TCS Fullstack Java Developer interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in TCS Fullstack Java Developer interview?

Some of the top questions asked at the TCS Fullstack Java Developer interview -

  1. what is cookie ? why use to create web applicat...read more
  2. Remove duplicate value in arrayl...read more
  3. Hash map implementat...read more

Tell us how to improve this page.

TCS Fullstack Java Developer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
TCS Fullstack Java Developer Salary
based on 94 salaries
₹3.5 L/yr - ₹9.3 L/yr
35% less than the average Fullstack Java Developer Salary in India
View more details

TCS Fullstack Java Developer Reviews and Ratings

based on 11 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.4

Salary

4.3

Job security

3.7

Company culture

3.0

Promotions

3.8

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.6k 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.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.9k 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
Did you find this page helpful?
Yes No
write
Share an Interview