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 30 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - Coding Test 

2 coding questions on arrays

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview Questions for ninja role at tcs was:
1.Introduce yourself
2.Explain me about your project
3.Did you have any offers
4.Tell me your acheievments
5.Do you know Linkedlist
5.Explain Bubble Sort
6.Reverse a String
7.Find max salary using select statement

Ninja Interview Questions & Answers

user image Abhay Gupta

posted on 12 Sep 2024

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

4 Section of Aptitude

Round 2 - Coding Test 

2 Question of coding DSA

Round 3 - Technical 

(2 Questions)

  • Q1. Details about the projects
  • Q2. Knowledge about new technology
Round 4 - HR 

(2 Questions)

  • Q1. Resume based basic question
  • Q2. Hobby, interest and intro

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 MANIK GREWAL

posted on 30 Aug 2024

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

3 sections are there one is logical reasoning other one is quantative aptitude and last is of english comprehension.

Round 2 - Coding Test 

2 questions are there 1 was of easy level and second one is of medium level.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about youself
  • Ans. 

    I am a highly skilled and experienced Ninja with expertise in stealth, combat, and agility.

    • Trained in various martial arts styles such as karate, judo, and ninjutsu

    • Proficient in using traditional ninja weapons like shuriken and katana

    • Specialize in stealth tactics and infiltration missions

  • Answered by AI
  • Q2. What was your role in project.
  • Ans. 

    I was responsible for leading the development team and overseeing the project timeline and deliverables.

    • Led the development team in implementing project requirements

    • Managed project timeline and ensured deliverables were met

    • Collaborated with stakeholders to gather feedback and make necessary adjustments

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Are you willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a job that aligns with my career goals and offers growth opportunities.

    • I have relocated in the past for work and have found it to be a positive experience.

    • I understand that relocating may come with challenges, but I am prepared to face them for the right opportunity.

  • Answered by AI
  • Q2. Tell me about your family background
  • Ans. 

    I come from a close-knit family with a diverse cultural background.

    • My parents are originally from different countries, which has enriched our family traditions.

    • I have two siblings, one older and one younger, who I am very close to.

    • Family gatherings are always filled with laughter, delicious food, and lively conversations.

    • We prioritize spending quality time together, whether it's traveling or simply enjoying a movie nig

  • Answered by AI

Ninja Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

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

Quantiative,verbal,reasoning,coding

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Python related questions
Round 3 - HR 

(2 Questions)

  • Q1. General questions
  • Q2. Relocation or no

Ninja Interview Questions & Answers

user image Surya Dheeraj

posted on 6 Jul 2024

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

I applied via Campus Placement

Round 1 - Coding Test 

Aptitude and coding test

Round 2 - Technical 

(3 Questions)

  • Q1. Self intro,path in python,generator in python,code for Fibonacci series,code of common elements in two lists, git, project questions, AWS ec2,AWS vpc,cloud formation,ansible,css flex and box properties,htm...
  • Q2. Questions based on resume
  • Q3. Keyword mentioned in resume
Round 3 - HR 

(2 Questions)

  • Q1. Nighta shifts ok or not
  • Q2. Relocation ok or nor

Get interview-ready with Top TCS Interview Questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2024

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

I applied via campus placement at Ramrao Adik Institute of Technology, Navi Mumbai and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

NQT included aptitude and coding questions. Overall experience was good.

Round 2 - HR 

(2 Questions)

  • Q1. Explain your project.
  • Q2. Data science questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything you wrote on your resume.

Ninja Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Three sections
Quants , reasoning and verbal
Questions are easy, time is the issue give a lot of mock test by searching for pyqs

Round 2 - One-on-one 

(4 Questions)

  • Q1. What is the use of static keyword
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class and can be accessed without creating an object of the class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used to group related methods and v

  • 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.

  • Answered by AI
  • Q3. What is your project all about
  • Q4. What is singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created at a time.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They have a private constructor to prevent multiple instances from being created.

    • They provide a global point of access to the instance.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Ninja interview:
  • Java
  • OOPS
  • SQL
  • Puzzles
Interview preparation tips for other job seekers - Prepare oops well , one language well , be thorough with your project.
You must know everything put in your resume .
Be prepared for MR and HR questions as well .

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

No idea of questions

Round 2 - Coding Test 

No idea about questions

Round 3 - HR 

(1 Question)

  • Q1. Tell me about urself
  • Ans. 

    I am a highly skilled and experienced Ninja with expertise in stealth, combat, and agility.

    • Trained in various martial arts styles such as karate, judo, and ninjutsu

    • Proficient in the use of traditional ninja weapons like shuriken and katana

    • Specialize in covert operations and infiltration missions

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. What is ur salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for this position.

    • Consider my years of experience in the industry

    • Take into account my relevant skills and qualifications

    • Research the current market rate for similar positions in this location

    • Open to negotiation based on the overall compensation package offered

  • Answered by AI

Ninja Interview Questions & Answers

user image Darshan Kumar

posted on 26 Sep 2024

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

I applied via Newspaper Ad and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly skilled and experienced Ninja with expertise in stealth, combat, and agility.

    • Trained in various martial arts styles such as karate, judo, and ninjutsu

    • Proficient in using traditional ninja weapons like shuriken and katana

    • Specialize in covert operations and infiltration missions

  • Answered by AI
  • Q2. Technical question related to sql

Ninja Interview Questions & Answers

user image Rakesh N R

posted on 23 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

One thing is that it's actually from our college campus.

Round 2 - Coding Test 

Similarly, the aptitude test included a coding test.

Round 3 - HR 

(2 Questions)

  • Q1. Questions regarding resume
  • Q2. SQL basics, OOP concept in 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

₹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