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 for Freshers

Updated 20 Jan 2025

Top TCS Ninja Interview Questions and Answers for Freshers

  • 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 57 questions

TCS Ninja Interview Experiences for Freshers

37 interviews found

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

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 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 Asked at Other Companies for undefined

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. If an application designed by you does not runs on PC, is it your ... read more
asked in TCS
Q5. In the given series: 0,0,2,1,4,2,6,3,8,4,10,5,12,6,14,7,16,8 Writ ... 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 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 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

Get interview-ready with Top TCS Interview Questions

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

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 & Answers

user image Anonymous

posted on 6 Mar 2024

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 3 hour test consisting of both aptitude and 2 coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. In the technical round , the interviewers ask mostly from your resume as well as a couple of questions from your branch.
  • Q2. They asked about my internships as well as my projects that were mentioned in my resume.
Round 3 - HR 

(1 Question)

  • Q1. In the HR round they give you the salary breakup as well as ask your opinion about relocation.

Interview Preparation Tips

Topics to prepare for TCS Ninja interview:
  • resume
  • Coding

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

posted on 27 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - Aptitude Test 

Easy to crack this round

Round 2 - Coding Test 

Two questions were there one was easier.

Round 3 - One-on-one 

(1 Question)

  • Q1. Write code check for palindrome
  • Ans. 

    Code to check if a given array of strings are palindromes

    • Iterate through each string in the array

    • Reverse the string and compare it with the original string to check for palindrome

    • Return true if it is a palindrome, false otherwise

  • Answered by AI

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Ninja interview for freshers?
TCS interview process for freshers usually has 2-3 rounds. The most common rounds in the TCS interview process for freshers are Technical, Aptitude Test and Coding Test.
What are the top questions asked in TCS Ninja interview for freshers?

Some of the top questions asked at the TCS Ninja interview for freshers -

  1. What is Abstraction ? Explain with exam...read more
  2. What is Sdlc? And difference between waterfall and ag...read more
  3. 1. what is open loop and close loop system. 2. Air conditioning system is which...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 for Freshers

based on 16 interviews

4 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • HR Round
  • Technical 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