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 2d ago
Q. Write a basic HTML code for the front page of a website.
Ans. 

This HTML code creates a simple front page layout with a header, navigation, main content area, and footer.

  • <!DOCTYPE html> - Declares the document type and version of HTML.

  • <html> - The root element of an HTML page.

  • <head> - Contains meta-information about the document, like title and links to stylesheets.

  • <title> - Sets the title of the webpage, displayed in the browser tab.

  • <body> - Con...

A Ninja was asked 1mo ago
Q. Write a program in your favorite programming language to sum the natural numbers in consecutive order.
Ans. 

This program calculates the sum of natural numbers in consecutive orders using a simple loop or formula.

  • Natural numbers start from 1 and go up to any positive integer.

  • The sum of the first n natural numbers can be calculated using the formula: n * (n + 1) / 2.

  • Alternatively, you can use a loop to iterate through numbers and accumulate the sum.

  • Example: For n = 5, the sum is 1 + 2 + 3 + 4 + 5 = 15.

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 1mo ago
Q. Who is the current CEO of TCS?
Ans. 

The current CEO of Tata Consultancy Services (TCS) is K. Krithivasan, who took over the role in 2022.

  • K. Krithivasan succeeded Rajesh Gopinathan as CEO.

  • He has been with TCS for over 34 years, holding various leadership roles.

  • Under his leadership, TCS aims to enhance digital transformation services.

A Ninja was asked 1mo ago
Q. What are the differences between int, float, long, and double data types?
Ans. 

Integers, floats, longs, and doubles are data types in programming, differing in size and precision for numerical representation.

  • int: Represents whole numbers, e.g., int a = 5;

  • float: Represents single-precision floating-point numbers, e.g., float b = 5.5f;

  • long: Represents larger whole numbers, e.g., long c = 100000L;

  • double: Represents double-precision floating-point numbers, e.g., double d = 5.55;

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.
A Ninja was asked 3mo ago
Q. Write a query to store data in a MongoDB database
Ans. 

MongoDB is a NoSQL database that stores data in flexible, JSON-like documents, making it easy to work with unstructured data.

  • Insert Document: Use the `insertOne()` method to add a single document. Example: `db.collection.insertOne({ name: 'John', age: 30 });`

  • Insert Multiple Documents: Use the `insertMany()` method to add multiple documents at once. Example: `db.collection.insertMany([{ name: 'Jane', age: 25 }, { n...

A Ninja was asked 3mo ago
Q. What makes MongoDB different from Relational DBMS?
Ans. 

MongoDB is a NoSQL database that stores data in flexible, JSON-like documents, unlike the structured tables of relational databases.

  • Data Model: MongoDB uses a document-oriented model, allowing for nested data structures, while relational DBMS use tables with fixed schemas.

  • Scalability: MongoDB is designed for horizontal scaling, making it easier to distribute data across multiple servers compared to relational data...

A Ninja was asked 3mo ago
Q. In which language are you most proficient, and rate yourself on a scale of five?
Ans. 

I am most proficient in Python, rating myself a 4.5 for its versatility in data analysis, web development, and automation tasks.

  • Extensive experience with libraries like Pandas and NumPy for data manipulation.

  • Developed web applications using Flask and Django frameworks.

  • Automated repetitive tasks using Python scripts, improving efficiency.

  • Participated in open-source projects, contributing to community-driven softwar...

Are these interview questions helpful?
🔥 Asked by recruiter 12 times
A Ninja was asked 5mo ago
Q. 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 innovatio...

🔥 Asked by recruiter 6 times
A Ninja was asked 6mo ago
Q. 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.

🔥 Asked by recruiter 2 times
A Ninja was asked 6mo ago
Q. What are the concepts of Object-Oriented Programming (OOP)?
Ans. 

OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

  • Encapsulation: Objects can encapsulate data and behavior within a single unit.

  • Inheritance: Objects can inherit attributes and methods from parent classes.

  • Polymorphism: Objects can take on multiple forms and behave differently based on their specific type.

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