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

TCS Associate Software Developer Interview Questions and Answers

Updated 20 Aug 2024

TCS Associate Software Developer Interview Experiences

7 interviews found

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The Basic Aptitude Quant Reasoning and Verbal Ability

Round 2 - Coding Test 

Basic Programming Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on Advanced Aptitude
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Basic data structures questions you may have to do it again for your time

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Accenture
Q5. What are some basic DBMS concepts, including joins and subqueries ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Very basic coding test

Round 3 - Aptitude Test 

10 questions based on simple logic and reasoning

Round 4 - HR 

(1 Question)

  • Q1. Hr plus technical round. Some very basic questions that you should know anyways.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can find a better company than this, so treat it as your last resort.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic knowledge of coding
Theory of codes

Round 3 - Group Discussion 

Topic was cashless society
Dont be silent
Say good precise points
Listen to other's point carefully

Round 4 - HR 

(1 Question)

  • Q1. More coding questions Why do need this job question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Know your stuff
Be precise
Be polite
Try to engage in casual conversation

TCS interview questions for designations

 Software Associate

 (1)

 Developer Associate

 (1)

 Software Developer

 (498)

 Associate Software Engineer

 (94)

 Associate Software Trainee

 (1)

 Associate Software Programmer

 (1)

 Junior Software Developer

 (20)

 Software Developer fresher

 (14)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Arrays, strings, stacks, oops concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Sliding window problem
  • Ans. 

    Sliding window problem involves finding a subarray of fixed size with maximum/minimum sum/product.

    • Use a sliding window approach to iterate through the array efficiently.

    • Keep track of the current window sum/product and update it as you slide the window.

    • Maintain a variable to store the maximum/minimum sum/product found so far.

    • Examples: Maximum sum subarray of size k, Maximum product subarray of size k.

  • Answered by AI
  • Q2. 2 pointer problem

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
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 - Aptitude Test 

Simple mcq based on basic maths and logical problems

Round 3 - Coding Test 

Question with medium difficulty

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for the basics in coding and aptitude.
coding in a praticular language and get a command in that language .
Round 1 - Coding Test 

1 hour, coding,hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Basics of language, sql, dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - if u are fresher, u must have clear concept about basics

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

TCS Interview FAQs

How many rounds are there in TCS Associate Software Developer interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Coding Test, Resume Shortlist and Aptitude Test.
What are the top questions asked in TCS Associate Software Developer interview?

Some of the top questions asked at the TCS Associate Software Developer interview -

  1. sliding window prob...read more
  2. Hr plus technical round. Some very basic questions that you should know anywa...read more
  3. basics of language, sql, ...read more

Tell us how to improve this page.

TCS Associate Software Developer Interview Process

based on 7 interviews

2 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
View more
TCS Associate Software Developer Salary
based on 85 salaries
₹3.2 L/yr - ₹6 L/yr
31% less than the average Associate Software Developer Salary in India
View more details

TCS Associate Software Developer Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

2.6

Salary

4.9

Job security

4.0

Company culture

2.1

Promotions

2.8

Work satisfaction

Explore 9 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