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.8k Reviews

Filter interviews by

TCS Software Development Engineer 3 Interview Questions and Answers

Updated 11 Jul 2024

TCS Software Development Engineer 3 Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java Questions JAVA8

Interview questions from similar companies

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 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test with mcq and coding snippet

Round 2 - One-on-one 

(6 Questions)

  • Q1. What are pointers in c?
  • Ans. 

    Pointers are variables that store memory addresses of other variables in C programming language.

    • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

    • They can be used to pass values by reference to functions.

    • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

  • Answered by AI
  • Q2. Write a linked list program.
  • Ans. 

    A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

    • Create a Node class with a value and a next pointer

    • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

    • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

  • Answered by AI
  • Q3. Applications of data structures
  • Ans. 

    Data structures are used to organize and manipulate data efficiently in various applications.

    • Data structures are used in databases to store and retrieve data quickly.

    • In computer graphics, data structures are used to represent geometric objects.

    • Data structures are used in algorithms such as sorting and searching.

    • In networking, data structures are used to represent network packets and routing tables.

    • Data structures are u...

  • Answered by AI
  • Q4. Algorithm for merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q5. Cloud computing application in real world in project
  • Ans. 

    Cloud computing is widely used in various industries for data storage, processing, and analysis.

    • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

    • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

    • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...

  • Answered by AI
  • Q6. Java and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise and confident. Keep learning and solving code on platforms.

Skills evaluated in this interview

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

Interview Questionnaire 

5 Questions

  • Q1. As Tomcat is the default server in Spring Boot, how would you add a new server?
  • Ans. 

    To add a new server in Spring Boot, you need to exclude the default Tomcat dependency and add the desired server dependency.

    • Exclude the Tomcat dependency in the pom.xml file

    • Add the desired server dependency in the pom.xml file

    • Configure the server properties in the application.properties or application.yml file

  • Answered by AI
  • Q2. How can you check if a string is not null without string != null?
  • Ans. 

    Checking if a string is not null without using string != null.

    • Use string.IsNullOrEmpty() method

    • Use string.IsNullOrWhiteSpace() method

    • Use string.Compare() method to compare with an empty string

    • Use string.Length property to check if length is greater than 0

  • Answered by AI
  • Q3. Yoda notation.
  • Ans. 

    Yoda notation is a programming style where the order of a conditional statement is reversed.

    • Used to avoid null pointer exceptions

    • Improves readability for complex conditions

    • Example: if ('red' === color) instead of if (color === 'red')

  • Answered by AI
  • Q4. Convert a List of employees into a Map of Employees with ID as the key.
  • Ans. 

    Convert a List of employees into a Map of Employees with ID as the key.

    • Create an empty Map

    • Iterate through the List of employees

    • For each employee, add a key-value pair to the Map with ID as key and employee object as value

  • Answered by AI
  • Q5. Use Java 8. Collectors.toMap(Employee.getID(), e -> e).

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your skills on Java 8, Spring Boot, Hibernate, JPA, and Collections framework in Java (including Map).

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction, project, programming basics. The interview questions completely asked in what you mentioned in resume, like project based, skills based that programming language s and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, talk attentive and cler, be prepare your self what you mentioned in resume that's it

I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Job timing& job location
  • Q2. Over time allowance
  • Q3. Training period
  • Q4. Salary structure
  • Q5. Express thanks

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice only didn't ask difficult questions

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Medium label coding questions and some MCQ questions related to IT

Round 2 - Technical 

(1 Question)

  • Q1. Mainly focus on DSA, project explanation , OOPs concept, DBMS
Round 3 - Technical 

(1 Question)

  • Q1. Also focus on DSA and some puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design and technical
Round 2 - HR 

(1 Question)

  • Q1. Role and culture fit
Round 1 - Aptitude Test 

Analytical, reasoning, quantitative

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep positive and do well do not get fear

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

Interview Questionnaire 

1 Question

  • Q1. .net Core,Azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Indept knowledge of your resume

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Q2. How many members are there in your family?
  • Q3. What is networking?
  • Ans. 

    Networking is the practice of connecting devices together to share resources and information.

    • Networking involves the use of hardware and software to connect devices together.

    • It allows for the sharing of resources such as printers and files.

    • Networking also enables communication between devices, such as sending emails or accessing websites.

    • Examples of networking technologies include Ethernet, Wi-Fi, and Bluetooth.

  • Answered by AI
  • Q4. Tell briefly about your recent project? what was your task in the Group project?
  • Q5. Technologies used in Group project?
  • Ans. 

    We used a variety of technologies including Java, Spring Boot, React, and MySQL.

    • Java was used for the backend development

    • Spring Boot was used to create RESTful APIs

    • React was used for the frontend development

    • MySQL was used as the database management system

  • Answered by AI
  • Q6. What is server and client ?
  • Ans. 

    Server and client are two entities in a client-server architecture where the server provides services to the client.

    • Server is a computer program or device that provides services to other computer programs or devices, known as clients.

    • Client is a computer program or device that requests services from a server.

    • Examples of servers include web servers, mail servers, and file servers.

    • Examples of clients include web browsers

  • Answered by AI
  • Q7. Last question was any questions for me ?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a Tech + HR in a single interview, the best thing :-)
DXC is company created By Hewlett peckard and computer science corporation(CSC) ,It is in around 70 countries across globe.
Be confident of what you are answering .
Not so much deep technical questions were asked , But be confident and focus on intra-personal skills.

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Software Development Engineer 3 interview?
TCS interview process usually has 1 rounds. The most common rounds in the TCS interview process are Technical.

Tell us how to improve this page.

TCS Software Development Engineer 3 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.5k 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
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