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 Programmer Analyst Interview Questions, Process, and Tips for Experienced

Updated 11 Jan 2025

Top TCS Programmer Analyst Interview Questions and Answers for Experienced

TCS Programmer Analyst Interview Experiences for Experienced

3 interviews found

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

(1 Question)

  • Q1. What is a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node contains a data field and a reference to the next node.

    • Consists of nodes connected by pointers/references

    • Does not have a fixed size like an array

    • Can easily insert or delete elements without shifting other elements

    • Example: Singly linked list, Doubly linked list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a Bubble Sort program
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Initialize an array of strings to be sorted

    • Repeat until no swaps are needed: Compare adjacent elements and swap if necessary

    • Continue until the array is sorted in ascending order

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI

Programmer Analyst Interview Questions Asked at Other Companies for Experienced

asked in Cognizant
Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 W ... read more
asked in Cognizant
Q2. Q1. Write a program to check whether the given String is pallindr ... read more
asked in Cognizant
Q3. Explain me about OOPS Concepts. Write a program in C++ to calcula ... read more
asked in Boeing
Q4. difference b/w ref and out , array program to shift the position ... read more
asked in Cognizant
Q5. What if a wheel of a car suddenly screws off while driving will u ... read more

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 hours of test which consists of Aptitude,verbal, reasoning questions and coding of 2 questions.

Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. What project have you done ?
  • Q3. What does i indicates in array ?
  • Ans. 

    i indicates the index of an element in an array.

    • i is a variable used to access elements in an array.

    • It starts at 0 for the first element and increments by 1 for each subsequent element.

    • For example, in the array ['apple', 'banana', 'orange'], i=0 would refer to 'apple', i=1 to 'banana', and i=2 to 'orange'.

  • Answered by AI
  • Q4. What are genetically modified organisms
  • Ans. 

    Genetically modified organisms (GMOs) are organisms whose genetic material has been altered in a way that does not occur naturally.

    • GMOs are created by inserting genes from one organism into another to give it a desired trait.

    • They are commonly used in agriculture to create crops that are resistant to pests or herbicides.

    • GMOs have been a controversial topic due to concerns about their safety and potential impact on the e...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Please share your national ID as a proof
  • Q2. Wheather you can relocate or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ........ Along with that body language also plays a key role in interview

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

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

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. In 1st round they asked aptitude questions And 2nd round was an technical hr interview in this they asked oops concepts and basic C programming

I applied via Naukri.com and was interviewed before Jul 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: HackerRank test

General Tips: First round was scheduled for 10:30 but i got late and reached 11:45 at location.
That was not a problem for them because first round was system interview so after waitinf for 10 minutes only i got my turn and i went for sytem test.
2 hacker rank questions were there so if you are going for Mindtree practice hackerrank question.
Skills: Problem Solving, Time Management
Duration: <1 week

TCS Interview FAQs

How many rounds are there in TCS Programmer Analyst interview for experienced candidates?
TCS interview process for experienced candidates usually has 2 rounds. The most common rounds in the TCS interview process for experienced candidates are Technical, Aptitude Test and HR.
What are the top questions asked in TCS Programmer Analyst interview for experienced candidates?

Some of the top questions asked at the TCS Programmer Analyst interview for experienced candidates -

  1. What does i indicates in arra...read more
  2. What are genetically modified organi...read more
  3. What is a linked l...read more

Tell us how to improve this page.

TCS Programmer Analyst Interview Process for Experienced

based on 2 interviews

Interview experience

3.5
  
Good
View more
TCS Programmer Analyst Salary
based on 158 salaries
₹2 L/yr - ₹9 L/yr
12% less than the average Programmer Analyst Salary in India
View more details

TCS Programmer Analyst Reviews and Ratings

based on 25 reviews

4.0/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.3

Salary

3.8

Job security

3.7

Company culture

3.2

Promotions

3.6

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
66.3k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

AST Consultant
52k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Associate Consultant
30.5k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
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