Upload Button Icon Add office photos
Premium Employer

i

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

Juniper Networks

Compare button icon Compare button icon Compare

Filter interviews by

Juniper Networks Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top Juniper Networks Interview Questions and Answers

View all 61 questions

Juniper Networks Interview Experiences

Popular Designations

67 interviews found

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 - One-on-one 

(1 Question)

  • Q1. The program which checks String Reverse
  • Ans. 

    The program checks if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Reverse the string and compare it with the original string

    • Return true if they are the same, false otherwise

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Implement merge sort in linked list
  • Ans. 

    Merge sort implemented in a linked list

    • Divide the linked list into two halves using slow and fast pointers

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Finding patterns in a stream of numbers
  • Ans. 

    Finding patterns in a stream of numbers involves analyzing the sequence for recurring trends or relationships.

    • Look for repeating sequences or intervals in the numbers.

    • Check for arithmetic progressions or geometric progressions.

    • Consider using algorithms like sliding window or dynamic programming for efficient pattern detection.

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. VPLS, MPLS, Loop detection
Round 6 - HR 

(1 Question)

  • Q1. How you handled your seniors

Skills evaluated in this interview

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tcp ip model, networking concepts
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating pointers accordingly

    • Set the next pointer of the current node to the previous node

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interviews

Skills evaluated in this interview

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

Network Consultant Interview Questions & Answers

user image subramanyam kailash

posted on 11 Oct 2023

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

(2 Questions)

  • Q1. Asymmetric routing and issues due to asymmetric routing
  • Ans. 

    Asymmetric routing occurs when data packets take different paths to reach their destination, leading to potential issues such as packet loss or out-of-order delivery.

    • Asymmetric routing can occur in networks with multiple paths between source and destination.

    • Issues with asymmetric routing include packet loss, out-of-order delivery, and potential security vulnerabilities.

    • Examples of solutions to mitigate asymmetric routi...

  • Answered by AI
  • Q2. Blackhole issues with firewalls in the middle and slowness issues forward traffic via mpls and return traffic via internet.
  • Ans. 

    Blackhole issues with firewalls can cause slowness in forwarding traffic via MPLS and returning traffic via internet.

    • Check firewall configurations to ensure proper routing of traffic

    • Investigate blackhole issues to identify any dropped packets

    • Consider implementing Quality of Service (QoS) policies to prioritize MPLS traffic

    • Monitor network performance to detect any bottlenecks causing slowness

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are issues caused due to asymmetric routing in a network.
  • Ans. 

    Asymmetric routing in a network can lead to issues such as packet loss, out-of-order delivery, and inefficient use of network resources.

    • Packet loss: When packets take different paths to reach their destination, some packets may get lost or dropped along the way.

    • Out-of-order delivery: Asymmetric routing can cause packets to arrive at the destination out of order, leading to delays in data transmission.

    • Inefficient use of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific when explaining the concepts. Try to talk about the Used cases you have worked on , or heard about .

Skills evaluated in this interview

Network Consultant Interview Questions asked at other Companies

Q1. What are issues caused due to asymmetric routing in a network.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String reverse without using loop
  • Ans. 

    Reverse a string without using a loop.

    • Use the built-in string manipulation functions in your programming language.

    • Convert the string to an array of characters, reverse the array, and then convert it back to a string.

    • Use recursion to reverse the string by swapping the first and last characters.

  • Answered by AI
  • Q2. Finding an equilibrium point in an array
  • Ans. 

    Finding an equilibrium point in an array

    • An equilibrium point is a position in an array where the sum of elements on the left is equal to the sum of elements on the right

    • Iterate through the array and calculate the sum of elements on the left and right of each position

    • If the sums are equal, return the position as the equilibrium point

    • If no equilibrium point is found, return -1

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Juniper Networks interview questions for popular designations

 Software Engineer

 (9)

 Software Developer

 (4)

 Software Engineer IV

 (4)

 Intern

 (3)

 Senior Staff Engineer

 (2)

 Software Engineer II

 (2)

 Software Engineer III

 (2)

 Software Engineer Intern Trainee

 (2)

Accounts Manager Interview Questions & Answers

user image Naveenkumar.N

posted on 28 Jul 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
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 - Technical 

(1 Question)

  • Q1. General concept on basic accounting
Round 3 - Technical 

(1 Question)

  • Q1. In detail accounting concept end to end
Round 4 - Technical 

(1 Question)

  • Q1. Next level account concepts in detail
  • Ans. 

    Next level account concepts involve advanced financial analysis, forecasting, budgeting, and strategic planning.

    • Advanced financial analysis includes ratio analysis, trend analysis, and variance analysis.

    • Forecasting involves predicting future financial performance based on historical data and market trends.

    • Budgeting requires creating detailed financial plans for revenue and expenses.

    • Strategic planning involves aligning ...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Understanding standing to attitude and other general things
  • Q2. Understanding your behaviour

Accounts Manager Interview Questions asked at other Companies

Q1. Tell me an analysis about how to factor customer or prospects for your product segment
View answer (5)

Get interview-ready with Top Juniper Networks Interview Questions

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

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA ques were moderate and aptitude ques were also asked

Round 2 - Technical 

(2 Questions)

  • Q1. DSA ques on array was asked
  • Q2. DSA ques on graph

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (42)

Jobs at Juniper Networks

View all

TAC Engineer Interview Questions & Answers

user image Anonymous

posted on 3 May 2024

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

(1 Question)

  • Q1. Basics of networking to various scenario based questions
Round 2 - HR 

(1 Question)

  • Q1. General discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident

TAC Engineer Interview Questions asked at other Companies

Q1. What are the new flags which RSTP BPDU's introduces?
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They ask you mostly scenario based questions interviewer give you scenario and you have to give the solution go them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core concept, basic of networking

Site Reliability Engineer Interview Questions asked at other Companies

Q1. what is diff cloud formation vs terraform, release management like blue green etc.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SV questions on polymorphism
Round 2 - Technical 

(1 Question)

  • Q1. Uvm questions on monitor sequence
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bfs tree traversal
  • Ans. 

    BFS tree traversal visits nodes level by level starting from the root.

    • Start at the root node and visit its children before moving on to the next level.

    • Use a queue data structure to keep track of nodes to visit next.

    • BFS is often used to find the shortest path in unweighted graphs.

  • Answered by AI
  • Q2. Resume and core

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

Juniper Networks Interview FAQs

How many rounds are there in Juniper Networks interview?
Juniper Networks interview process usually has 2-3 rounds. The most common rounds in the Juniper Networks interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Juniper Networks interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Juniper Networks. The most common topics and skills that interviewers at Juniper Networks expect are Networking, Python, Debugging, MPLS and Linux.
What are the top questions asked in Juniper Networks interview?

Some of the top questions asked at the Juniper Networks interview -

  1. What is the difference between into arr [5] and malloc (5*sizeof (in...read more
  2. Automation framework you worked on. How that help overall business un...read more
  3. how do you swap two particular bits of an integer progr...read more
How long is the Juniper Networks interview process?

The duration of Juniper Networks interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Juniper Networks Interview Process

based on 56 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
 • 412 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Dell Interview Questions
4.0
 • 392 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
Nokia Networks Interview Questions
4.3
 • 111 Interviews
Fortinet Interview Questions
4.2
 • 12 Interviews
View all

Juniper Networks Reviews and Ratings

based on 410 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.9

Salary

3.8

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 410 Reviews and Ratings
Resident Engineer

New Delhi

5-10 Yrs

Not Disclosed

Sr Technical Service Advisor

Bangalore / Bengaluru

8-9 Yrs

₹ 22.7-40 LPA

RPA Developer with OCR experience

Bangalore / Bengaluru

4-7 Yrs

₹ 10-13 LPA

Explore more jobs
Software Engineer
285 salaries
unlock blur

₹12.4 L/yr - ₹42.7 L/yr

Software Engineer III
245 salaries
unlock blur

₹16 L/yr - ₹33 L/yr

Software Engineer2
169 salaries
unlock blur

₹10 L/yr - ₹23 L/yr

Software Engineer IV
161 salaries
unlock blur

₹20 L/yr - ₹56 L/yr

Financial Analyst
58 salaries
unlock blur

₹3.5 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Juniper Networks with

Cisco

4.1
Compare

Huawei Technologies

4.0
Compare

Nokia Networks

4.2
Compare

Ericsson

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