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 MOHAMED YASIN.

posted on 11 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Sql joins Oops concept Mongodb

Ninja Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

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

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

Round 1 - Aptitude Test 

Tcs nqt was first test for on campus placement at tcs

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • 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. What you learn in your college life
  • Ans. 

    College life teaches time management, critical thinking, communication skills, and independence.

    • Time management: Balancing classes, assignments, and extracurricular activities.

    • Critical thinking: Analyzing information, problem-solving, and making decisions.

    • Communication skills: Presenting ideas, collaborating with peers, and networking.

    • Independence: Living away from home, managing finances, and making personal choices.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Programing lenguage
  • Q2. Power bi or tablue

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident

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 Anonymous

posted on 27 Jun 2024

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

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

Round 1 - Aptitude Test 

It was on centre test of 3 hours

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept polymorphism
  • Q2. Http https difference
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol and is used for transmitting data over the internet.

    • HTTPS stands for Hypertext Transfer Protocol Secure and adds a layer of security using SSL/TLS encryption.

    • HTTPS is used for secure online transactions, login pages, and any other sensitive data.

    • HTTP is vulnerable to attacks like man-in-the-middle, whil...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

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

    • Skilled in various martial arts techniques

    • Proficient in the use of traditional Ninja weapons such as shuriken and katana

    • Trained in stealth and infiltration tactics

  • Answered by AI
  • Q2. What is your take on ai
  • Ans. 

    AI has the potential to revolutionize industries by automating tasks, improving efficiency, and enabling new capabilities.

    • AI can automate repetitive tasks, freeing up time for more complex work.

    • AI can analyze large amounts of data quickly and accurately, leading to better decision-making.

    • AI can enable new capabilities such as natural language processing and image recognition.

    • AI has the potential to transform industries

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Ninja interview:
  • DBMS
  • OOPS
  • Computer Networking
  • DSA

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Artificial intelligence and machine learning
  • Ans. 

    Artificial intelligence is the broader concept of machines being able to carry out tasks in a way that we would consider 'smart', while machine learning is a subset of AI that allows machines to learn from data without being explicitly programmed.

    • AI is the broader concept of machines simulating human intelligence, while machine learning is a subset of AI that focuses on the development of computer programs that can acc...

  • Answered by AI
  • Q2. What will be the output of null==null ?
  • Ans. 

    The output of null==null is true.

    • In Java, comparing two null values using the == operator will return true.

    • This is because null is a special literal that represents a reference with no value.

    • Example: Boolean result = (null == null); // result will be true

  • Answered by AI

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

Take aptitude and give problem solving skills

Round 2 - Coding Test 

Give coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on Oops
  • Q2. Java Fundamental
Round 4 - HR 

(1 Question)

  • 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 and weapons

    • Specialize in covert operations and infiltration

    • Known for quick reflexes and precision strikes

  • Answered by AI

Get interview-ready with Top TCS Interview Questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

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

(2 Questions)

  • Q1. OOPS in JAVA, explain in details
  • Ans. 

    OOPS in JAVA refers to Object-Oriented Programming concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • OOPS stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Java is an object-oriented programming language that follows OOPS principles

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'driv

  • Answered by AI
  • Q2. Write a query IN SQL which prints salary of all employees which have there starting name from A
  • Ans. 

    Query to print the salary of employees whose names start with 'A'.

    • Use the SELECT statement to retrieve the 'salary' column from the 'employees' table.

    • Use the WHERE clause with the LIKE operator to filter employees whose names start with 'A'.

    • The query would look like: SELECT salary FROM employees WHERE name LIKE 'A%';

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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

The duration was 1.5 hours for the aptitude test. The questions were based on the profit & loss, time and speed, blood relation etc.

Round 2 - Coding Test 

The duration for the coding test was 1.5 hours. They asked basic DSA related questions.

Ninja Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Normal aptititude with 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Self introduction
  • Q2. Projects during ug
  • Ans. 

    I worked on various projects during my undergraduate studies.

    • Developed a mobile app for a class project

    • Participated in a research study on environmental sustainability

    • Collaborated with classmates on a group presentation for a business course

  • Answered by AI
  • Q3. Coding question

Ninja Interview Questions & Answers

user image Hello World

posted on 18 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Tcs nqt test is the first round contains aptitude and coding

Round 2 - Technical 

(2 Questions)

  • Q1. This is a 3 in 1 interview that means its an hr,managerial and technical interview
  • Q2. Asks about tcs founders, number of employees

Ninja Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

I applied via campus placement at Sastra University and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti and 2 coding Questions

Round 2 - Group Discussion 

DSA Questions, Resume based questions , answer honestly and simple as much all the best

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