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

Clear (1)

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 addepalli poojith

posted on 20 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Duration is about 30 min think so

Round 2 - Coding Test 

Its 45 min and 2 rounds are there

Round 3 - Technical 

(2 Questions)

  • Q1. What are the projects u have done ?
  • Ans. 

    I have worked on various projects including website development, mobile app development, and data analysis.

    • Developed a responsive e-commerce website using HTML, CSS, and JavaScript

    • Created a mobile app for tracking fitness goals using React Native

    • Conducted data analysis on customer feedback to improve product features

  • Answered by AI
  • Q2. Write programs
  • Ans. 

    Yes, I can write programs in various programming languages.

    • Proficient in languages like Python, Java, C++, etc.

    • Experience with data structures and algorithms

    • Able to develop web applications, mobile apps, and more

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for basic questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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

Very good medium level plenty of time

Round 2 - Coding Test 

Very good medium level plenty of time

Round 3 - Technical 

(2 Questions)

  • Q1. Reverse string in c++
  • Ans. 

    To reverse a string in C++, you can use the reverse function from the algorithm library.

    • Include the algorithm header file: #include

    • Use the reverse function with begin() and end() iterators

    • Example: string str = 'hello'; reverse(str.begin(), str.end());

  • Answered by AI
  • Q2. Reverse array in c++
  • Ans. 

    To reverse an array of strings in C++, use the std::reverse function.

    • Include the header to use the std::reverse function.

    • Call std::reverse with the beginning and ending iterators of the array.

    • Example: std::reverse(arr.begin(), arr.end());

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

posted on 18 Oct 2024

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

DSA questions like array, string and more

Round 2 - HR 

(3 Questions)

  • Q1. Find duplicate in list
  • Ans. 

    Find duplicates in a list of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

  • Answered by AI
  • Q2. String manipulation
  • Q3. String regex ques to sanitise string
  • Ans. 

    Use regular expressions to sanitize strings by removing unwanted characters or patterns.

    • Use regex patterns to match and replace unwanted characters or patterns in the string.

    • For example, to remove all non-alphanumeric characters from a string: str.replace(/[^a-zA-Z0-9]/g, '')

    • Be careful with regex patterns to ensure that only the intended characters are removed.

  • Answered by AI

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Gen AI
  • Ans. 

    Gen AI refers to the next generation of artificial intelligence that is capable of learning, adapting, and evolving on its own.

    • Gen AI utilizes advanced machine learning algorithms to continuously improve its performance

    • It can analyze vast amounts of data to make predictions and decisions

    • Gen AI has the potential to revolutionize industries such as healthcare, finance, and transportation

  • Answered by AI
  • Q2. What is Deep Learning
  • Ans. 

    Deep learning is a subset of machine learning that uses neural networks to learn from large amounts of data.

    • Deep learning is a type of machine learning that uses neural networks with multiple layers to learn patterns from data

    • It is particularly effective for tasks such as image and speech recognition, natural language processing, and autonomous driving

    • Examples of deep learning frameworks include TensorFlow, PyTorch, an

  • Answered by AI
  • Q3. What will be the sorting algorithm for find the gist of Review on e commerce website
  • Ans. 

    The sorting algorithm for finding the gist of reviews on an e-commerce website can be based on sentiment analysis and keyword extraction.

    • Use sentiment analysis to categorize reviews as positive, negative, or neutral.

    • Extract keywords from reviews to identify common themes or topics.

    • Sort reviews based on relevance to the product or service being reviewed.

    • Consider using algorithms like TF-IDF or LDA for topic modeling.

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What is your background of education
  • Q2. Why do you want to join TCS
  • Ans. 

    I want to join TCS because of their reputation for innovation and global impact.

    • TCS is known for its cutting-edge technology solutions

    • I am impressed by TCS's global presence and diverse client base

    • I believe TCS offers great opportunities for career growth and development

  • Answered by AI
  • Q3. Tell me some products of TATA which people use it most frequently
  • Ans. 

    Some popular products of TATA include Tata Salt, Tata Tea, Tata Motors vehicles, Tata Steel, and Tata Consultancy Services.

    • Tata Salt

    • Tata Tea

    • Tata Motors vehicles

    • Tata Steel

    • Tata Consultancy Services

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared according to your resume and special focus on final year project

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

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

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

Round 1 - Coding Test 

It went well they asked me about the complexity and how could you optimize your code ?

Round 2 - Group Discussion 

Social media: influencing youth positivity or negativity ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor your resume according to the profile , focus on skill development

Get interview-ready with Top TCS Interview Questions

Ninja Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2024

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

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

Round 1 - Aptitude Test 

The questions were a mix of verbal, logical, numerical, along with two coding questions based on loops and arrays.

Round 2 - Technical 

(1 Question)

  • Q1. About yourself Code program About CN C language i mean which u r strong at
Round 3 - HR 

(1 Question)

  • Q1. How do you handle stress? What actions do you take when your role is not suitable? How do you collaborate and work within a team?

Ninja Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

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

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

Round 1 - Aptitude Test 

Slightly moderate. Preparation of basic aptitude concept is just enough

Round 2 - Coding Test 

Basic array and string related problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong with your basics and programming skills.

Ninja Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Coding Test 

One easy and one medium level isa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java Basic Questions
  • Q2. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and have good basic knowledge

Ninja Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Good easy to moderate

Round 2 - Coding Test 

2 codes easy and medium

Round 3 - Technical 

(2 Questions)

  • Q1. Question on project
  • Q2. Question on python, c++ and resume
Round 4 - HR 

(2 Questions)

  • Q1. What was your strengths and weakness
  • Ans. 

    My strengths include strong problem-solving skills and excellent communication abilities. My weakness is that I can be overly critical of my own work at times.

    • Strengths: problem-solving skills, communication abilities

    • Weakness: being overly critical of my own work

  • Answered by AI
  • Q2. Will you relocate?

Interview Preparation Tips

Topics to prepare for TCS Ninja interview:
  • Python
  • Resume
  • Coding
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Normal aptitude just like all other companies

Round 2 - Coding Test 

Very easy coding questions two

Round 3 - Technical 

(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. Osi layer in serial order
  • Ans. 

    The OSI layer in serial order refers to the Open Systems Interconnection model which is a conceptual framework used to understand network communication.

    • Physical Layer

    • Data Link Layer

    • Network Layer

    • Transport Layer

    • Session Layer

    • Presentation Layer

    • Application Layer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working but luck also plays major role

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Airtribe

No Jobs

SALARIES

Aspect Ratio

SALARIES

HARMAN

DESIGNATION

LIST OF COMPANIES

Aspect Ratio

Overview

DESIGNATION

INTERVIEWS

HARMAN

No Interviews

SALARIES

Aspect Ratio

INTERVIEWS

LendingKart

No Interviews

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
Lock Unlock
₹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 Lock Unlock

₹0 L/yr - ₹0 L/yr

IT Analyst
66.6k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

AST Consultant
51.5k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.5k salaries
unlock blur Lock Unlock

₹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