Upload Button Icon Add office photos
Engaged Employer

i

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

_VOIS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

_VOIS Senior Network Engineer Interview Questions and Answers

Updated 8 Nov 2024

_VOIS Senior Network Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are plans, mpls architecture, bgp
  • Ans. 

    MPLS architecture is a network protocol that directs data packets along predetermined paths through a network. BGP is a routing protocol used to exchange routing information between different networks.

    • MPLS (Multiprotocol Label Switching) is a protocol used to speed up and shape traffic flows across high-performance networks.

    • MPLS architecture involves routers using labels to make forwarding decisions, improving network ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is ospf and bgp its attributes
  • Ans. 

    OSPF and BGP are routing protocols used in computer networks to determine the best path for data to travel.

    • OSPF (Open Shortest Path First) is an interior gateway protocol used to route IP packets within a single autonomous system. It uses link-state routing (LSR) and Dijkstra's algorithm to determine the shortest path between two nodes.

    • BGP (Border Gateway Protocol) is an exterior gateway protocol used to route data bet...

  • Answered by AI
  • Q2. How the BGP protocal work
  • Ans. 

    BGP is a routing protocol used to exchange routing information between different autonomous systems (AS) on the internet.

    • BGP uses TCP as its transport protocol

    • BGP routers exchange network reachability information with other BGP routers

    • BGP selects the best path for each destination based on a set of attributes

    • BGP can be used for both IPv4 and IPv6 routing

    • BGP is used by internet service providers (ISPs) to connect their

  • Answered by AI
Round 3 - Technical 

(6 Questions)

  • Q1. Technical scenarios question
  • Q2. How do u tell us about management
  • Ans. 

    Management involves overseeing and coordinating activities to achieve organizational goals.

    • Management involves planning, organizing, and controlling resources.

    • Managers set goals, allocate resources, and make decisions to achieve those goals.

    • They also monitor progress, provide guidance, and evaluate performance.

    • Effective communication and leadership skills are essential for successful management.

    • Examples of management r...

  • Answered by AI
  • Q3. If any issue come how to find root cause of that issue what steps u will do to resolve it
  • Ans. 

    To find the root cause of an issue, I would follow a systematic approach that involves analyzing logs, checking configurations, and performing tests.

    • Review logs and error messages to identify any patterns or anomalies

    • Check configurations and settings to ensure they are correct and up-to-date

    • Perform tests to isolate the issue and verify potential solutions

    • Collaborate with team members and stakeholders to gather addition...

  • Answered by AI
  • Q4. Why do u want to join us
  • Ans. 

    I am excited to join your team because of your reputation for innovation and excellence in networking.

    • I have been following your company's progress and am impressed with the cutting-edge solutions you have developed.

    • I am eager to work with a team of skilled professionals who share my passion for networking.

    • I believe that joining your team will provide me with the opportunity to grow and develop my skills as a Senior Ne...

  • Answered by AI
  • Q5. You are working in ISP and suppose you are in customers place and and your internet was down since more than 3 to 4 hrs what will yo do
  • Q6. Now you are tell if your internet not working and there LAN/WAN connection is working properly also your ip configured properly no any dhcp issue no any DNS regarding issue Vlan also tagged properly what w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Try hard on live working examples nothing is impossible practice makes man perfect

Skills evaluated in this interview

Senior Network Engineer Interview Questions Asked at Other Companies

Q1. What are the different typesof the network cables used in the net ... read more
asked in Movate
Q2. DORA process with same network and different network
Q3. How IPSec works? and what are the different packets which are exc ... read more
asked in _VOIS
Q4. What is ospf and bgp its attributes
Q5. Explain SNMP and how it is used in real world with use cases

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

- basic programming on C

Round 2 - HR 

(1 Question)

  • Q1. - question based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Things are asked only from resume . Make sure you recite every word you mentioned in your resume .
whatever project you are including , you should know enough to explain everything.
Contribute & help others!
anonymous
You can choose to be anonymous

_VOIS Interview FAQs

How many rounds are there in _VOIS Senior Network Engineer interview?
_VOIS interview process usually has 2 rounds. The most common rounds in the _VOIS interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in _VOIS Senior Network Engineer interview?

Some of the top questions asked at the _VOIS Senior Network Engineer interview -

  1. What is ospf and bgp its attribu...read more
  2. How the BGP protocal w...read more
  3. What are plans, mpls architecture, ...read more

Recently Viewed

INTERVIEWS

Star Health & Allied Insurance

No Interviews

INTERVIEWS

_VOIS

No Interviews

INTERVIEWS

Bharat Petroleum Mumbai Refinery

No Interviews

INTERVIEWS

_VOIS

No Interviews

INTERVIEWS

_VOIS

No Interviews

INTERVIEWS

_VOIS

No Interviews

INTERVIEWS

_VOIS

No Interviews

INTERVIEWS

Star Health & Allied Insurance

No Interviews

INTERVIEWS

_VOIS

No Interviews

INTERVIEWS

Star Health & Allied Insurance

30 top interview questions

Tell us how to improve this page.

_VOIS Senior Network Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
_VOIS Senior Network Engineer Salary
based on 5 salaries
₹6 L/yr - ₹11.9 L/yr
29% less than the average Senior Network Engineer Salary in India
View more details

_VOIS Senior Network Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Deputy Manager
624 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
547 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
547 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
294 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare _VOIS with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent