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 Ninja Interview Questions and Answers

Updated 9 Jul 2025

154 Interview questions

A Ninja was asked 6mo ago
Q. What are some fundamental questions to assess your communication skills?
Ans. 

Some fundamental questions to assess communication skills include asking about past experiences, conflict resolution, active listening, and clarity in conveying information.

  • Can you provide an example of a time when you effectively communicated with a team to achieve a common goal?

  • How do you handle conflicts or disagreements in a professional setting?

  • Describe a situation where you had to actively listen to someone'...

🔥 Asked by recruiter 3 times
A Ninja was asked 6mo ago
Q. Reverse a String Problem Statement Given a string, write a function that reverses the string and returns it.
Ans. 

A function that reverses a given string and returns it.

  • Create an empty string to store the reversed string

  • Iterate through the input string from the end to the beginning and append each character to the new string

  • Return the reversed string

Ninja Interview Questions Asked at Other Companies

asked in TCS
Q1. You have completed many courses on Coursera and NPTEL. How do you ... read more
asked in TCS
Q2. Is it a software project? Which software or language did you use?
asked in TCS
Q3. You have done a course in Neural Networks right? What are neural ... read more
asked in TCS
Q4. Given the series: 0, 0, 2, 1, 4, 2, 6, 3, 8, 4, 10, 5, 12, 6, 14, ... read more
asked in TCS
Q5. Why are you shifting to the software side, especially coming from ... read more
A Ninja was asked 6mo ago
Q. Explain your project.
Ans. 

Developed a web application for managing personal finances, enabling users to track expenses and set budgets effectively.

  • User-friendly interface for easy navigation and data entry.

  • Features include expense categorization, budget setting, and financial goal tracking.

  • Utilized React for front-end development and Node.js for back-end services.

  • Implemented data visualization tools to help users understand spending patter...

A Ninja was asked 7mo ago
Q. What is an optimized program to generate prime numbers?
Ans. 

The Sieve of Eratosthenes is an optimized algorithm to generate prime numbers.

  • Use the Sieve of Eratosthenes algorithm to efficiently generate prime numbers.

  • Start by creating a list of numbers from 2 to n, where n is the maximum number you want to check for primes.

  • Iterate through the list and mark multiples of each number as non-prime.

  • The remaining unmarked numbers are prime.

  • Example: For n=10, the prime numbers gen...

What people are saying about TCS

View All
a digital marketer
3d
Do you think they're gonna work on employees' work-life balance, OR for just publicity?
Infosys, Infosys, TCS, Genpact Revise Workplace Policies Infosys is sending a warning mail, if an employee overshoots the daily limit while working remotely, the system triggers a notification Genpact introduced a new policy to log in before 11 am But will these companies really change, or is it just a show to mask their issues?
FeedCard Image
Got a question about TCS?
Ask anonymously on communities.
🔥 Asked by recruiter 2 times
A Ninja was asked 7mo ago
Q. Do you know coding?
Ans. 

Yes, I have experience in coding, including various programming languages and problem-solving techniques.

  • Proficient in languages like Python, Java, and JavaScript.

  • Experience with web development using HTML, CSS, and frameworks like React.

  • Familiar with data structures and algorithms, solving problems on platforms like LeetCode.

  • Worked on projects involving APIs, databases, and cloud services.

🔥 Asked by recruiter 3 times
A Ninja was asked 7mo ago
Q. Explain your projects.
Ans. 

I worked on several projects involving web development, data analysis, and machine learning applications.

  • Developed a responsive e-commerce website using React and Node.js, improving user engagement by 30%.

  • Created a data visualization dashboard with Python and Tableau to analyze sales trends, leading to a 15% increase in revenue.

  • Implemented a machine learning model for predicting customer churn, achieving an accura...

🔥 Asked by recruiter 2 times
A Ninja was asked 7mo ago
Q. Given an integer x, return true if x is a palindrome, and false otherwise.
Ans. 

A palindrome number is the same when read forwards and backwards.

  • Convert the number to a string to easily check for palindrome

  • Reverse the string and compare it with the original string to check for palindrome

  • If the reversed string is equal to the original string, then the number is a palindrome

Are these interview questions helpful?
A Ninja was asked 7mo ago
Q. Given an array, find and print the repeating elements.
Ans. 

Print repeating elements in an array of strings

  • Iterate through the array and use a hashmap to store the frequency of each element

  • Print elements with frequency greater than 1

A Ninja was asked 7mo ago
Q. Explain the use of 'this' and 'super' keywords.
Ans. 

The 'this' keyword refers to the current object, while 'super' accesses parent class members in Java.

  • 'this' is used to refer to the current instance of a class.

  • 'super' is used to call methods or constructors from the parent class.

  • Example of 'this': 'this.name = name;' assigns the parameter to the instance variable.

  • Example of 'super': 'super();' calls the parent class constructor.

A Ninja was asked 7mo ago
Q. What are the differences between abstraction and interface?
Ans. 

Abstraction focuses on hiding implementation details, while interfaces define a contract for classes to implement.

  • Abstraction allows for defining common behavior without specifying implementation details

  • Interfaces define a set of methods that a class must implement, providing a contract for how the class should behave

  • Abstraction can be achieved through abstract classes in languages like Java

  • Interfaces are used to ...

TCS Ninja Interview Experiences

198 interviews found

Ninja Interview Questions & Answers

user image Praveen Sunkara

posted on 16 Jan 2025

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What do you know about TCS?
  • Ans. 

    TCS (Tata Consultancy Services) is an Indian multinational IT services and consulting company.

    • TCS is one of the largest IT services companies in the world.

    • It is a part of the Tata Group, a conglomerate in India.

    • TCS offers services in areas such as IT consulting, software development, and business process outsourcing.

    • The company has a global presence with offices in multiple countries.

    • TCS is known for its innovation and...

  • Answered by AI
  • Q2. Problem on strings.
Round 2 - Technical 

(2 Questions)

  • Q1. AWS Certifications course based questions from resume.
  • Q2. Project based questions from resume
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about something that you haven't mentioned in resume
  • Ans. 

    I have experience in organizing and leading team-building activities.

    • Organized a company retreat focused on team bonding and communication

    • Led a team-building workshop on problem-solving and collaboration

    • Planned a volunteer day for the team to give back to the community

  • Answered by AI
  • Q2. About TCS and its slalary compared to other companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well what you have mentioned in your resume.

Ninja Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

An aptitude test that needs to be completed at the TCS iON center.

Round 2 - Technical 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, and SQL...

  • Answered by AI
  • Q2. What is your district famous for?
  • Q3. What is an optimized program to generate prime numbers?
  • Ans. 

    The Sieve of Eratosthenes is an optimized algorithm to generate prime numbers.

    • Use the Sieve of Eratosthenes algorithm to efficiently generate prime numbers.

    • Start by creating a list of numbers from 2 to n, where n is the maximum number you want to check for primes.

    • Iterate through the list and mark multiples of each number as non-prime.

    • The remaining unmarked numbers are prime.

    • Example: For n=10, the prime numbers generate...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Are you comfortable with working night shifts?
  • Q3. Are you willing to relocate?
  • Ans. 

    I am open to relocating for the right opportunity, as it can enhance my career growth and provide new experiences.

    • Career Advancement: Relocating can open doors to new job opportunities and professional growth, such as moving to a tech hub like Silicon Valley.

    • Cultural Experience: Living in a new city allows me to immerse myself in different cultures and broaden my perspective, enhancing my adaptability.

    • Networking Opport...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be confident during the interview process and possess comprehensive knowledge about the project.

Ninja Interview Questions & Answers

user image Anonymous

posted on 1 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - HR 

(6 Questions)

  • Q1. Asked about the company and what they do
  • Q2. Asked about my research experience and how that will help their company
  • Q3. Who is the CEO of TCS
  • Ans. 

    Rajesh Gopinathan is the CEO of TCS.

    • Rajesh Gopinathan took over as CEO of TCS in 2017.

    • He has been with TCS since 2001 and has held various leadership roles.

    • Under his leadership, TCS has continued to grow and expand globally.

  • Answered by AI
  • Q4. If i am comfortable working night shifts
  • Ans. 

    Yes, I am comfortable working night shifts as I am able to maintain focus and productivity during those hours.

    • I have previous experience working night shifts and have adapted well to the schedule

    • I am a night owl and naturally more alert and productive during nighttime hours

    • I understand the importance of maintaining a healthy work-life balance and am willing to adjust my schedule accordingly

  • Answered by AI
  • Q5. If i am okay with moving to any other part of the country
  • Ans. 

    I am open to relocating anywhere in the country for the right opportunity.

    • I am flexible and willing to consider opportunities in different locations.

    • I believe in exploring new places and experiencing different cultures.

    • I am excited about the possibility of starting fresh in a new city or state.

  • Answered by AI
  • Q6. Asked to write a code from my project (they asked only the first 5 lines basically just import statements)
Round 2 - Aptitude Test 

Just gave a three hour test which had aptitude questions and two coding questions and if u get one of the coding questions they will select you for sure

Interview Preparation Tips

Interview preparation tips for other job seekers - DW they take everryone try for better companies or try TCS prime or TCS digital

Ninja Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

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

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

Round 1 - Aptitude Test 

Basic aptitude prepare from indiabix. keep up with the time you will easily clear the round.

Round 2 - Coding Test 

1-easy questions of array/string
2-medium level question of linear DSA(stack,queue,LL,Array, string)

Round 3 - One-on-one 

(4 Questions)

  • Q1. SQL queries were asked, and DDL DML DCL TCL
  • Q2. OOPS: constructor, polymorphism with real life example
  • Q3. 5 things about why should we hire you
  • Q4. Describe your college life
  • Ans. 

    My college life was a whirlwind of new experiences, friendships, and academic challenges.

    • Joined various clubs and organizations to meet new people and explore interests

    • Balanced studying with social activities to maintain a healthy lifestyle

    • Participated in internships and research projects to gain practical experience

    • Attended lectures and seminars to expand knowledge and skills

    • Enjoyed campus events and traditions to cre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare basics questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Gebaral aptitude round

Round 2 - Coding Test 

General coding round

Round 3 - Technical 

(2 Questions)

  • Q1. What are my favourite subjects
  • Ans. 

    My favorite subjects are mathematics, computer science, and history.

    • Mathematics - I enjoy solving complex problems and equations.

    • Computer Science - I love coding and creating new programs.

    • History - I find learning about the past fascinating and important.

  • Answered by AI
  • Q2. What qualities do i have to be in an IT field
  • Ans. 

    Qualities needed in the IT field include technical skills, problem-solving abilities, adaptability, and communication skills.

    • Strong technical skills in areas such as programming, networking, and cybersecurity

    • Ability to problem-solve and troubleshoot issues efficiently

    • Adaptability to quickly learn new technologies and adapt to changes in the industry

    • Effective communication skills to work with team members and clients

    • Att...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy interview with basics

Ninja Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions were asked

Round 2 - Coding Test 

2 coding questions which were of easy level

Round 3 - Technical 

(2 Questions)

  • Q1. Questions were about my projects and what inspired me to take up those projects
  • Q2. Questions based on deep learning and ML

Ninja Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response
Round 1 - Aptitude Test 

Numerical,verbal,reasoning

Round 2 - Coding Test 

Coding with our choice of programming language

Round 3 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Q2. Do you know coding
  • Ans. 

    Yes, I have experience in coding, including various programming languages and problem-solving techniques.

    • Proficient in languages like Python, Java, and JavaScript.

    • Experience with web development using HTML, CSS, and frameworks like React.

    • Familiar with data structures and algorithms, solving problems on platforms like LeetCode.

    • Worked on projects involving APIs, databases, and cloud services.

  • Answered by AI

Ninja Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2024

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

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

Round 1 - Coding Test 

Basics coding and aptitude qns were asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me abt urself
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a keen interest in innovative technologies.

    • Education: Graduated with a degree in Computer Science from XYZ University.

    • Experience: Worked at ABC Corp as a software engineer, where I developed a web application that improved user engagement by 30%.

    • Skills: Proficient in JavaScript, Python, and React; completed a project using these...

  • Answered by AI
  • Q2. What are your current projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop more skills based on ur interest

Ninja Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Tough apptitude questions

Round 2 - Coding Test 

Simple coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Simple basic interviews
  • Q2. Self introduction, DML in SQL query

Ninja Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good knowledge of basic apti only

Round 2 - Coding Test 

Good knowledge of array and string

Round 3 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    A function that reverses a given string and returns it.

    • Create an empty string to store the reversed string

    • Iterate through the input string from the end to the beginning and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Who is ceo of tata consultancy
  • Ans. 

    Rajesh Gopinathan is the CEO of Tata Consultancy Services (TCS).

    • Rajesh Gopinathan became the CEO of TCS in 2017.

    • He has been with TCS since 2001 and has held various leadership roles within the company.

    • Under his leadership, TCS has continued to be a global leader in IT services and consulting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep going for your dream company

TCS Interview FAQs

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

Some of the top questions asked at the TCS Ninja interview -

  1. Why should you shifting to software side? (if you are from NON IT backgroun...read more
  2. What is your favorite programming language, and which languages are you comfort...read more
  3. What is Abstraction ? Explain with exam...read more
What are the most common questions asked in TCS Ninja HR round?

The most common HR questions asked in TCS Ninja interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What is your family backgrou...read more
How long is the TCS Ninja interview process?

The duration of TCS Ninja interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 176 interview experiences

Difficulty level

Easy 34%
Moderate 63%
Hard 3%

Duration

Less than 2 weeks 42%
2-4 weeks 27%
4-6 weeks 11%
6-8 weeks 7%
More than 8 weeks 13%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all
TCS Ninja Salary
based on 261 salaries
₹3 L/yr - ₹4.3 L/yr
At par with the average Ninja Salary in India
View more details

TCS Ninja Reviews and Ratings

based on 29 reviews

4.4/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.2

Salary

4.4

Job security

4.3

Company culture

4.2

Promotions

4.0

Work satisfaction

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

₹3.9 L/yr - ₹8.3 L/yr

IT Analyst
65.5k salaries
unlock blur

₹7.7 L/yr - ₹12.7 L/yr

AST Consultant
53.6k salaries
unlock blur

₹12 L/yr - ₹20.6 L/yr

Assistant System Engineer
33.2k salaries
unlock blur

₹2.5 L/yr - ₹6.4 L/yr

Associate Consultant
33k salaries
unlock blur

₹16.2 L/yr - ₹28 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.7
Compare
write
Share an Interview