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

Filter interviews by

TCS Application Development Associate Interview Questions and Answers

Updated 30 Mar 2024

TCS Application Development Associate Interview Experiences

1 interview found

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

I applied via campus placement at Gudlavalleru Engineering College, Gudlavalleru and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They ask about layers in networking.
Few questions related to python.
They ask about recursive functions in c programming
They as about lambda functions in python
Difference between sql and pandas

Round 2 - Aptitude Test 

They ask only one question related to

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Simple Questions. Easy to qualify.

Round 2 - Coding Test 

2 coding questions . One easy one moderate.

Round 3 - HR 

(2 Questions)

  • Q1. What is your unsuccessful moment in your life?
  • Q2. Difficulties faced during project

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack accenture pada role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are constructors?
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object of the class is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q2. What is final keyword?
  • Ans. 

    Final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes.

    • Final variables must be initialized and cannot be reassigned.

    • Final methods cannot be overridden in subclasses.

    • Final classes cannot be subclassed.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test had Verbal, Abstract Reasoning, Critical Reasoning, Pseudo Code, MS Office, Cloud and Networking Security. Try to attempt every qns for sure as U also dont have 'negative marking'. Mostly, for reasoning side linear seating arrangements were asked in many ways (eg, 2 rows, facing this or that direction..), Flow chart based just substituing, following the flow given and making ans correct, reasoning all qns were answerable just dont get tensed, inorder to save time try to solve these kind of qns in a single go., then number sequence, patterns. Main trick: Try to ans all qns. After Apti round, within next 5 to 10 mins eligibility of next round or not will be displayed.

Round 2 - Coding Test 

It was basic qns and solved all test cases in 1st qn and half in 2nd qn., like I had given with an array, and asked to say like if array is {2,3,6,1,9} ans is EvenOddEvenOddOdd. Next qn was max no. of consecutive days temperature decrease count. It was bit time consuming like if given, {0,-4,-6,-7,-10,3,-5,-9,-20} we have consecutive days decrease from 1st (0) to 5th element(-10) and it makes count 5. next u ccan see from 7th(-5) to 9th(-20) its count of consecutive days decrease is 3. now max of these is 5 so ans is 5. Dont panic, try to solve 1 qn fully or both qns as far as u can.

Round 3 - Communication round 

(1 Question)

  • Q1. It was said to be a non-eliminatory round, and mostly it is same as u can see in youtube videos for the 'accenture communication assessment'. And mostly everyone passes this round so I.
Round 4 - Interview 

(1 Question)

  • Q1. I have my interview next week. Kindly try to explore as much as resources we have in youtube and many, that we'll surely get an idea. Best of luck and don't settle for even if u crack this, hustle and keep...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Reasoning, blood relation

Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome number
  • Q2. String based question
Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about your self
  • Ans. 

    I am a passionate and dedicated application developer with a strong background in programming and problem-solving.

    • I have a Bachelor's degree in Computer Science

    • I have experience working with various programming languages such as Java, Python, and JavaScript

    • I have developed several mobile applications for both Android and iOS platforms

    • I enjoy learning new technologies and keeping up-to-date with industry trends

  • Answered by AI
  • Q2. Internship explaination

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in HR round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was simple and basics aptitude

Round 2 - Coding Test 

One simple coding question and one is tough question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell about Accenture
  • Ans. 

    Accenture is a global professional services company providing solutions in strategy, consulting, digital, technology, and operations.

    • Global professional services company

    • Offers solutions in strategy, consulting, digital, technology, and operations

    • Known for its work in various industries such as technology, healthcare, finance, etc.

  • Answered by AI
  • Q2. Tell about your final year project
  • Ans. 

    My final year project was a mobile application for tracking and managing personal fitness goals.

    • Developed using React Native for cross-platform compatibility

    • Integrated with wearable devices like Fitbit for real-time data syncing

    • Included features such as workout tracking, meal planning, and progress visualization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through some basics you will get selected
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What was your final year university project ? Briefly explain and few counter questions on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and concise with your answers.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Accenture aptitude consisted of critical reasoning and problem solving, verbal activity and abstract reasoning

Round 2 - Coding Test 

2 coding questions, easy (finding dividend, maximum permutations)

Round 3 - Communication round 

(1 Question)

  • Q1. Sentence mastery , vocabulary, fluency, pronunciation
Round 4 - HR 

(1 Question)

  • Q1. Basic questions like strengths, weaknesses and talk about your project, a few technical questions were also asked related to ml since my project was related to AI and ML and difference between authenticati...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stay calm and don't panic if you cant answer one question, be fast with the aptitude
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

In this we have 90 questions

Round 2 - Coding Test 

In this we have 2 code and 45 min

Round 3 - HR 

(5 Questions)

  • Q1. Self introduction
  • Q2. About project and challenges
  • Q3. How you select that project
  • Q4. Tell About Accenture
  • Q5. What arethe strengthand weakness
  • Ans. 

    Strengths include strong problem-solving skills and attention to detail. Weaknesses include difficulty with public speaking and tendency to overthink.

    • Strength: Strong problem-solving skills

    • Strength: Attention to detail

    • Weakness: Difficulty with public speaking

    • Weakness: Tendency to overthink

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel tension it was easy
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Standard aptitude combined with coding skills.

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your final year project

TCS Interview FAQs

How many rounds are there in TCS Application Development Associate interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 TCS interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS Application Development Associate Salary
based on 11 salaries
₹3.4 L/yr - ₹9 L/yr
16% more than the average Application Development Associate Salary in India
View more details

TCS Application Development Associate Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

4.0

Work-Life balance

1.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

1.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
68k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.1k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.4k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview