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, Process, and Tips

Updated 20 Jan 2025

Top TCS Ninja Interview Questions and Answers

  • Q1. You have done a lot of courses in coursera and NPTEL. What is the use of it?
  • Q2. Is it a software project? Which software or language did you use?
  • Q3. You have done a course in Neural Networks right? What are neural networks?
View all 139 questions

TCS Ninja Interview Experiences

187 interviews found

Ninja Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2024

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It went well as I was good at aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. They asked about wheather I'm comfortable with night shifts or not
  • Q2. Are you good at programming
  • Ans. 

    Yes, I am proficient in programming with experience in multiple languages and projects.

    • Proficient in multiple programming languages such as Python, Java, and C++

    • Experience working on various projects including web development, data analysis, and software engineering

    • Strong problem-solving skills and ability to write efficient and clean code

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just concentrate on basics

Ninja Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Through codevita round 1 i was called for interview

Round 2 - Technical 

(1 Question)

  • Q1. Features of Django Explain your final year project What is meta class What is transaction
  • Ans. 

    Django is a high-level Python web framework known for its simplicity and flexibility.

    • Django is known for its built-in features like authentication, URL routing, template engine, and ORM.

    • Final year project likely involved building a web application using Django.

    • Meta class in Django is used to define custom behavior for models, forms, and views.

    • Transactions in Django are used to ensure the atomicity of database operation

  • Answered by AI

Skills evaluated in this interview

Ninja Interview Questions Asked at Other Companies

asked in TCS
Q1. You have done a lot of courses in coursera and NPTEL. What is the ... 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. Why should you shifting to software side? (if you are from NON IT ... read more
asked in TCS
Q5. If an application designed by you does not runs on PC, is it your ... read more

Ninja Interview Questions & Answers

user image Ratnesh Tiwari

posted on 25 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

40 qna in 30min contains mix of numerical and reasoning

Round 2 - Technical 

(1 Question)

  • Q1. All good question about your projects mentioned in resume

Ninja Interview Questions & Answers

user image Harsh Seth

posted on 1 Apr 2024

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

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Plindrome Code
  • Ans. 

    A palindrome code reads the same forwards and backwards.

    • Create a function that compares the original string with its reverse

    • Use built-in functions like reverse() or loop through the string to create the reversed version

    • Handle cases where spaces or punctuation may be present in the string

  • Answered by AI
  • Q2. About data base management system

Interview Preparation Tips

Topics to prepare for TCS Ninja interview:
  • C
  • C++
  • SQL Server
  • Project
Interview preparation tips for other job seekers - Have good knowledge on basic questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

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

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Riddles and basic coding questions

Get interview-ready with Top TCS Interview Questions

Ninja Interview Questions & Answers

user image Pavan Karumuri

posted on 3 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It contains three sections verbal reasoning , all question are choose the option type bits

Round 2 - Coding Test 

Two questions on e is eay and other is moderate

Round 3 - Technical 

(1 Question)

  • Q1. Two persons oiniterviewd , asks basic sql questions , and about project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - easy ut minimum preperatio required, good knowledge on one language and all the basic concepts , so capable of answering the questions

Ninja Interview Questions & Answers

user image ashi gour

posted on 22 Jun 2024

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

Aptitude question, medoum level

Round 2 - Technical 

(1 Question)

  • Q1. Interview resume based
Round 3 - HR 

(1 Question)

  • Q1. Time management and other managerial question

Ninja Interview Questions & Answers

user image Anish Vikram Varma

posted on 9 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

National Qualifier Test

Round 2 - Technical 

(1 Question)

  • Q1. Self Introduction Final year project Basic programming problems based on strings SQL

Ninja Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2024

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

I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is method overloading and method overriding?
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters.

    • Method overriding occurs in a subclass that provides a specific implementation of a method...

  • Answered by AI
  • Q2. What is object oriented programming?
  • Ans. 

    Object oriented programming 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.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: In a banking system, a 'Customer' class can have data fields l...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image SENID

posted on 16 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mcq with timing try to complete before time ends

Round 2 - Coding Test 

Easy and medium two question try to complete

Round 3 - Technical 

(2 Questions)

  • Q1. Tech plus hr question from resume
  • Q2. Oops ds dsa db java

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 Abstraction ? Explain with exam...read more
  3. What is your favorite programming language, and which languages are you comfort...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.

TCS Ninja Interview Process

based on 164 interviews

5 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS Ninja Salary
based on 169 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 30 reviews

4.4/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.2

Salary

4.5

Job security

4.3

Company culture

4.2

Promotions

4.0

Work satisfaction

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