Upload Button Icon Add office photos

Filter interviews by

TCS iON Ninja Interview Questions and Answers

Updated 12 Nov 2024

TCS iON Ninja Interview Experiences

6 interviews found

Ninja Interview Questions & Answers

user image Chandu devatha

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

U can search in youtube

Round 2 - One-on-one 

(4 Questions)

  • Q1. Swap 2 numbers without 3rd variable
  • Ans. 

    To swap two numbers without a third variable, use arithmetic operations.

    • Use addition and subtraction to swap the numbers

    • Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)

  • Answered by AI
  • Q2. Give me unique values in a column (sql)
  • Ans. 

    Use the DISTINCT keyword in SQL to retrieve unique values in a column.

    • Use the SELECT DISTINCT statement followed by the column name to retrieve unique values.

    • For example, SELECT DISTINCT column_name FROM table_name;

    • You can also use GROUP BY to get unique values in a column.

  • Answered by AI
  • Q3. Project questions->what u have mentioned in resume
  • Q4. Some simple hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is so important

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 round is very hard u have to prepare well.

Round 2 - Coding Test 

Easy to hard coding questions prepare DSA .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well they ask on point which is mentioned in resume.

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

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mcqs questions based on aptitude like pipe and cistern, man and work

Round 2 - Technical 

(2 Questions)

  • Q1. Dynamic memory allocation
  • Q2. Star pattern coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics.

Ninja Interview Questions & Answers

user image Anonymous

posted on 26 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is linked list?
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Example: 1 -> 2 -> 3 -> null

  • Answered by AI
  • Q2. Tell me about company?
  • Q3. Family background
  • Q4. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technical rounds.

Skills evaluated in this interview

Ninja Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2023

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

I applied via LinkedIn and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Normal coding test by TCS ninja

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to DBMS, CPP programming, Projects
Round 3 - HR 

(1 Question)

  • Q1. Are you willing to relocate? Hobbies?

Ninja Interview Questions & Answers

user image Ronald J

posted on 4 Jun 2022

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude like maths

Round 2 - HR 

(1 Question)

  • Q1. Flexible to work locations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with YouTube or some other videos or lectures for the aptitude you can crack it easily

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic question like as time ditance

Round 2 - Coding Test 

Basic of dsa sql dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - please be carefull and confident while giving interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Salary related questions
  • Q2. Location and position

Interview Preparation Tips

Interview preparation tips for other job seekers - 3i infotech is the best company but salary is so poor

Interview Questionnaire 

4 Questions

  • Q1. What's BGP attributes and their works?
  • Ans. 

    BGP attributes are characteristics used to influence routing decisions in Border Gateway Protocol.

    • BGP attributes are used to determine the best path for routing traffic.

    • Some common BGP attributes include AS Path, Next Hop, Local Preference, and MED.

    • AS Path attribute shows the path of autonomous systems that the route has traversed.

    • Next Hop attribute indicates the IP address to reach the next hop for the route.

    • Local Pre...

  • Answered by AI
  • Q2. What's the RB ?
  • Ans. 

    RB stands for Routing and Bridging. It refers to the process of forwarding data packets between networks.

    • RB is a fundamental concept in networking.

    • It involves the routing of data packets between different networks.

    • Bridging refers to the process of connecting two or more network segments together.

    • RB helps in efficient data transmission and network connectivity.

    • Example: RB is used in routers to determine the best path fo

  • Answered by AI
  • Q3. Difference Between Rip version 1 and 2?
  • Ans. 

    RIP version 1 is a classful routing protocol while RIP version 2 is a classless routing protocol.

    • RIP version 1 does not support VLSM (Variable Length Subnet Masking) while RIP version 2 does.

    • RIP version 1 does not support authentication while RIP version 2 does.

    • RIP version 1 broadcasts routing updates using the destination IP address 255.255.255.255 while RIP version 2 uses multicast address 224.0.0.9.

    • RIP version 1 sen...

  • Answered by AI
  • Q4. What's STP protocol?
  • Ans. 

    STP (Spanning Tree Protocol) is a network protocol that prevents loops in Ethernet networks by creating a loop-free logical topology.

    • STP is used to prevent broadcast storms and network congestion caused by loops.

    • It works by electing a root bridge and calculating the shortest path to the root bridge for each network segment.

    • STP uses Bridge Protocol Data Units (BPDU) to exchange information between switches.

    • It employs a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

English , GK, arithmetic

Round 3 - Technical 

(3 Questions)

  • Q1. Asking interview questions
  • Q2. Company culture and values
  • Q3. Benifits of a device bias
  • Ans. 

    Device bias can lead to improved performance, efficiency, and user experience in network engineering.

    • Device bias can result in optimized network traffic routing, leading to faster data transmission.

    • It can enhance security measures by prioritizing certain devices for access control and monitoring.

    • Device bias can improve overall network stability and reliability by allocating resources more effectively.

    • For example, imple...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work at a startup

TCS iON Interview FAQs

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

Some of the top questions asked at the TCS iON Ninja interview -

  1. Give me unique values in a column (s...read more
  2. Swap 2 numbers without 3rd varia...read more
  3. What is linked li...read more

Tell us how to improve this page.

TCS iON Ninja Interview Process

based on 8 interviews

1 Interview rounds

  • Aptitude Test Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all
TCS iON Ninja Salary
based on 11 salaries
₹3 L/yr - ₹3.7 L/yr
At par with the average Ninja Salary in India
View more details
Operations Executive
249 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

Software Developer
151 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

System Engineer
126 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Software Engineer
118 salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Manager
57 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TCS iON with

Wipro

3.7
Compare

Amazon

4.1
Compare

TCS

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview