Upload Button Icon Add office photos

Filter interviews by

TCS iON Network Engineer Interview Questions and Answers

Updated 6 Jul 2024

TCS iON Network Engineer Interview Experiences

3 interviews found

Network Engineer Interview Questions & Answers

user image Jayant Yadav

posted on 6 Jul 2024

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good, just basic questions

Round 2 - Coding Test 

3 questions were there based on chosen programming language, moderate level

I applied via Campus Placement and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Arthematic reasoning

Round 2 - Coding Test 

Java c

Interview Preparation Tips

Interview preparation tips for other job seekers - It is very good to move next level easy to growth

Network Engineer Interview Questions Asked at Other Companies

asked in Movate
Q1. TCP/IP layers, why is transport needed for communication? What is ... read more
Q2. Study MPLS deeply: 1. What is MPLS ? 2. Purpose of MPLS ? 3. What ... read more
asked in Wipro
Q3. What is Stp and how it is work? What is root bridge
Q4. What is BGP? What is spilit horizon rule? How you configure BGP r ... read more
asked in BT Group
Q5. What is tenant and types? What will happen if we use same subnet ... read more

I applied via campus placement at Jawaharlal Nehru National College of Engineering, Shimoga and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of networking including OSI model, STP,VTP, DHCP, DNS,

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in basics of networking and and should have atleast CCNA certification.

Interview questions from similar companies

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. About yourself and what you have done all these things
  • Q2. Why you are willing to join this company
Round 3 - Coding Test 

They test your coding skills how much you can code

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the job and speak with confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - 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

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Explain OSI model
  • Ans. 

    The OSI model is a conceptual framework used to describe the communication functions of a network.

    • The model has 7 layers, each with a specific function.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer communicates with the layer above and below it.

    • The model helps ensure interoperability between different network devices and software.

    • Example: When you visit a web...

  • Answered by AI
  • Q2. What is ssl offloading in f5
  • Ans. 

    SSL offloading is a process of removing SSL encryption from incoming traffic and decrypting it before sending it to the backend servers.

    • SSL offloading is performed by a load balancer like F5 to reduce the processing load on backend servers.

    • It improves server performance and reduces latency by offloading SSL processing to a dedicated hardware or software.

    • F5 SSL offloading can be configured to support multiple SSL certif...

  • Answered by AI
  • Q3. What is SNAT in f5
  • Ans. 

    SNAT stands for Secure Network Address Translation and is a feature in F5 that allows for the translation of IP addresses.

    • SNAT is used to translate the source IP address of outgoing traffic to a different IP address.

    • This can be useful in scenarios where multiple devices are sharing a single public IP address.

    • SNAT can also be used to improve security by hiding the actual IP address of a device from the public internet.

    • F...

  • Answered by AI
  • Q4. What is STP, HSRP,FRRP, what is the difference between hsrp and vrrp and why hsrp is better than vrrf
  • Ans. 

    STP, HSRP, and FRRP are network protocols used for redundancy and failover. HSRP and VRRP are similar but HSRP is preferred.

    • STP (Spanning Tree Protocol) prevents loops in a network by disabling redundant links

    • HSRP (Hot Standby Router Protocol) and VRRP (Virtual Router Redundancy Protocol) provide redundancy by allowing multiple routers to share a virtual IP address

    • FRRP (Fast Router Redundancy Protocol) is a Cisco propr...

  • Answered by AI
  • Q5. What is xlate table in ASA and ipsec tunnel trouble shooting
  • Ans. 

    The xlate table in ASA is used to keep track of translations between internal and external IP addresses. It is important for IPsec tunnel troubleshooting.

    • The xlate table is used to map internal IP addresses to external IP addresses

    • It is important for troubleshooting IPsec tunnels because it allows you to see if traffic is being translated correctly

    • You can view the xlate table using the 'show xlate' command in the ASA C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the JD carefully

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. About yourself and what you have done all these things
  • Q2. Why you are willing to join this company
Round 3 - Coding Test 

They test your coding skills how much you can code

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the job and speak with confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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 

1 Question

  • Q1. What will you become in future
  • Ans. I wanna become rich as simple as that but as well as wanna be most knowledgeable person in the room where there i m.
  • Answered by Janmejay Bhosale

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cleared with your self . And dont hesitate to ans whatever it is. But make sure without knowing something do not apply for that. Knowledge is power so use it as your weapon.

TCS iON Interview FAQs

How many rounds are there in TCS iON Network Engineer interview?
TCS iON interview process usually has 2 rounds. The most common rounds in the TCS iON interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

TCS iON Network Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Operations Executive
318 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Software Developer
145 salaries
unlock blur

₹2.1 L/yr - ₹11.9 L/yr

Software Engineer
118 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

System Engineer
111 salaries
unlock blur

₹2 L/yr - ₹9.2 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.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview