Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NETSURION TECHNOLOGIES Team. If you also belong to the team, you can get access from here

NETSURION TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 65 Reviews

Filter interviews by

NETSURION TECHNOLOGIES Senior Technical Lead Interview Questions and Answers

Updated 12 Feb 2024

NETSURION TECHNOLOGIES Senior Technical Lead Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Provide your implemented example of open-close principle in your project?
  • Ans. 

    Implemented open-close principle in a project

    • Used interfaces to define abstract behavior

    • Implemented concrete classes that adhere to the interface

    • New functionality added by creating new classes that implement the interface

    • Existing code remains untouched and doesn't need modification

    • Example: Created an interface 'Shape' with methods like 'calculateArea' and 'draw'. Implemented classes like 'Circle' and 'Rectangle' that i...

  • Answered by AI
  • Q2. Why dependency inversion principle is important to implement in project?
  • Ans. 

    The dependency inversion principle is important to implement in a project because it promotes loose coupling, flexibility, and testability.

    • Dependency inversion principle helps in decoupling high-level modules from low-level modules.

    • It allows for easier maintenance and modification of code.

    • By depending on abstractions rather than concrete implementations, it enables flexibility and extensibility.

    • It facilitates unit test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To search job in software development, must be proficient in data structures, design patterns.
- Be solid understanding in fundamentals
- study different algorithms, design patterns
- practice its implementations
- analyze complexity
- collaborate and learn/teach others
- build sample projects where you can apply knowledge to real-world projects

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About the nature of my work, they tried to understand if I am fit for the role.
  • Q2. Python question to code, students database

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, what you have in your resume.

I applied via Referral and was interviewed before Dec 2021. There were 4 interview rounds.

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

(1 Question)

  • Q1. What are the differences between http2 vs http1.1
  • Ans. 

    HTTP2 is faster, more efficient, and supports multiplexing and server push.

    • HTTP2 uses binary instead of text format for better performance.

    • HTTP2 supports multiplexing, allowing multiple requests to be sent and received at the same time.

    • HTTP2 also supports server push, where the server can send resources to the client before they are requested.

    • HTTP2 has header compression, reducing the amount of data that needs to be se...

  • Answered by AI
Round 3 - Others 

(1 Question)

  • Q1. Why did you leave the present company
Round 4 - HR 

(1 Question)

  • Q1. It was mostly about salary negotiations

Interview Preparation Tips

Topics to prepare for Sterlite Technologies Senior Technical Lead interview:
  • Angular
  • reactjs
  • Javascript
  • Html5
  • CSS3
Interview preparation tips for other job seekers - Always keep your options open and have a backup plan. Never take someone's guess and advice until and unless there is a written document or communication about future opportunities, especially during these times of economic instability. Always try to have your own independent offers in hand because things, especially at STL are changing in terms of business priorities.

Skills evaluated in this interview

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

30min, DSA related question

Round 2 - Technical 

(2 Questions)

  • Q1. BGP state machine
  • Q2. Evpn vxlan topology explanation
  • Ans. 

    EVPN VXLAN topology explanation

    • EVPN (Ethernet VPN) is a technology used to extend Layer 2 connectivity across a Layer 3 network

    • VXLAN (Virtual Extensible LAN) is a tunneling protocol used to overlay virtualized Layer 2 networks over Layer 3 networks

    • EVPN VXLAN topology combines the benefits of both technologies to provide scalable and flexible network virtualization

    • It allows for efficient communication between virtual ma...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical round is the first round
Round 2 - Behavioral 

(1 Question)

  • Q1. It covers both technical on high level and scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Related to NP and CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical is main. If you are good in technical then for other rounds you don’t need to worry
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python data types, list comprehension

I applied via Approached by Company and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding technical what are you doing in your current assignment.
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and preferred location.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your current role.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Traffic flow between two computers
  • Ans. 

    Traffic flow between two computers refers to the communication of data packets between the two devices.

    • Traffic flow can be managed using network protocols such as TCP/IP.

    • Routers and switches help direct traffic between computers.

    • Firewalls can be used to monitor and control traffic flow for security purposes.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Questions on basics of Docker and k8s based, scripting and linux only. Mostly they used k8s in all the projects.
  • Q2. This is telecom based if you are from telecom based company so it would be easy to crack interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be simple and reply answers honestly.
This is mid size company and lot of workload no WLB.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How ping/traceroute works
  • Ans. 

    Ping/traceroute are network diagnostic tools used to test connectivity and identify network issues.

    • Ping sends ICMP echo request packets to a specific IP address and waits for a response.

    • Traceroute sends packets with increasing TTL values to trace the route to a destination.

    • Ping is used to check if a host is reachable, while traceroute shows the path packets take to reach a destination.

    • Both tools are commonly used to tr

  • Answered by AI

Skills evaluated in this interview

NETSURION TECHNOLOGIES Interview FAQs

How many rounds are there in NETSURION TECHNOLOGIES Senior Technical Lead interview?
NETSURION TECHNOLOGIES interview process usually has 1 rounds. The most common rounds in the NETSURION TECHNOLOGIES interview process are Technical.
What are the top questions asked in NETSURION TECHNOLOGIES Senior Technical Lead interview?

Some of the top questions asked at the NETSURION TECHNOLOGIES Senior Technical Lead interview -

  1. Why dependency inversion principle is important to implement in proje...read more
  2. Provide your implemented example of open-close principle in your proje...read more

Tell us how to improve this page.

NETSURION TECHNOLOGIES Senior Technical Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 396 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
Vertiv Interview Questions
4.0
 • 49 Interviews
Arista Networks Interview Questions
4.2
 • 43 Interviews
View all
NETSURION TECHNOLOGIES Senior Technical Lead Salary
based on 5 salaries
₹22 L/yr - ₹52.5 L/yr
78% more than the average Senior Technical Lead Salary in India
View more details
Associate Security Analyst
46 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Security Analyst
45 salaries
unlock blur

₹2.8 L/yr - ₹8.8 L/yr

Information Security Analyst
19 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Senior Test Engineer
19 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Senior Security Analyst
19 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Explore more salaries
Compare NETSURION TECHNOLOGIES with

Paladion Networks

4.0
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Trend Micro

4.2
Compare

Symantec Software Solutions

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