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 Sep 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions were of moderate difficulty just make sure you have all the bases covered duration 2 hours and 15 minutes

Round 2 - Coding Test 

Make sure you pass your testcases for better offer try those coding questions that have a backstory and you have to navigate your way through it.

Round 3 - Technical 

(2 Questions)

  • Q1. They want candidates that knows their way around IT so make sure you cover your projects along with computer communication well
  • Q2. Basic coding oops and dsa

Ninja Interview Questions & Answers

user image Praveen Kumar Verma

posted on 8 Feb 2024

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal

Round 1 - Coding Test 

Python java based test

Round 2 - Technical 

(5 Questions)

  • Q1. Questions on oops
  • Q2. What is oops. Explain.
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent and manipulate data.

    • Oops is a programming paradigm

    • It focuses on using objects to represent data and perform operations

    • It promotes code reusability, modularity, and flexibility

    • Examples of object-oriented programming languages include Java, C++, and Python

  • Answered by AI
  • Q3. What is inheritance? Explain
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes modularity.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass inherits all the public and protected members of the superclass.

    • In...

  • Answered by AI
  • Q4. Java and polymorphism in it
  • Ans. 

    Java supports polymorphism, allowing objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through method overriding and method overloading.

    • Polymorphism allows for code reusability and flexibility.

    • Example: Animal class with subclasses like Dog and Cat, where they can be treated as objects of the Animal class.

  • Answered by AI
  • Q5. Objects and class concept

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 ronny 03

posted on 3 Oct 2024

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

I applied via campus placement at Pune Vidyarthi Griha's College of Engineering and Technology, Pune and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is oops in c++?
  • Ans. 

    Oops in C++ stands for Object-Oriented Programming System. It is a programming paradigm that uses objects and classes for data organization and manipulation.

    • Oops in C++ allows for encapsulation, inheritance, and polymorphism.

    • Classes in C++ are used to create objects, which can have attributes (data members) and behaviors (member functions).

    • Example: class Car { private: int speed; public: void accelerate() { speed += 10

  • Answered by AI
  • Q2. What is overriding
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Occurs in inheritance when a subclass provides a specific implementation of a method that is already provided by its superclass

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass

    • Allows for polymorphis...

  • Answered by AI
  • Q3. Coding question on finding missing element from an array

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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

I was interviewed in Mar 2024.

Round 1 - Aptitude Test 

Simple aptitude youtube playlist can help clearing.

Round 2 - Coding Test 

Easy-medium difficulty , striver tcs nqt sheet + tcs nqt pyq can help solve the questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain what are OOPs ?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro

  • Answered by AI
  • Q2. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

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

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming languages.

  • Answered by AI
  • Q3. One coding question related to string

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview focus on SQL , OOPs and coding questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

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

I applied via Indeed and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quants, Logical Reasoning

Round 2 - Coding Test 

Fibonacci Series, Simple DP question, Editor was not good.

Interview Preparation Tips

Interview preparation tips for other job seekers - Intermediate codding is sufficient to crack the OA

Get interview-ready with Top TCS Interview Questions

Ninja Interview Questions & Answers

user image Rakhul.M

posted on 16 Jul 2024

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

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

Round 1 - Aptitude Test 

Main focus on train, boat and number systems

Round 2 - Coding Test 

Questions only from arrays and strings.

Round 3 - Technical 

(5 Questions)

  • Q1. What is class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Objects can interact with each other by calling methods defined in their class.

    • Example: Class 'Car' defines properties like 'color' and behaviors like 'drive'....

  • Answered by AI
  • Q2. What is a Constructor
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

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

    • They are used to initialize the object's state

    • They can have parameters to customize the initialization process

  • Answered by AI
  • Q3. Basic SQL Query
  • Q4. Willing to relocate
  • Q5. Hobbies and parents occupation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics very well.

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image being dork

posted on 2 Dec 2024

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

(1 Question)

  • Q1. Explain your projects

Ninja Interview Questions & Answers

user image Akshat Singh

posted on 4 Dec 2024

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

Pollution and its effects on people

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Ninja Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

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

SQL query
String comparison
Swaping numbers without using temp

Round 2 - HR 

(2 Questions)

  • Q1. Open to relocation
  • Q2. Intro

Ninja Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was standard and decent

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about http vs ip
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while IP is a unique address assigned to devices on a network.

    • HTTP stands for Hypertext Transfer Protocol and is used for transmitting web pages, images, videos, etc. between a web server and a client's browser.

    • IP stands for Internet Protocol and is a numerical label assigned to each device connected to a network to identify and locate them.

    • HTTP operates ...

  • Answered by AI
  • Q2. Tell about project

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare from your resume.

Skills evaluated in this interview

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

₹1 L/yr - ₹9 L/yr

IT Analyst
66.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.5k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Associate Consultant
29.4k salaries
unlock blur

₹9 L/yr - ₹32 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