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
5
Excellent
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 - Coding Test 

C,C++,Linux internals,Networking

Round 3 - Technical 

(1 Question)

  • Q1. Data Structure, Algorithm,
Round 4 - Technical 

(1 Question)

  • Q1. More on DS and Linux internals
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and some normal questions

Top Juniper Networks Software Engineer Interview Questions and Answers

Q1. Reverse a Number Problem Statement Create a program to reverse a given integer N. The output should be the reversed integer. Note: If a number has trailing zeros, their reversed version should not include them. For example, the reverse of 1... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 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 - Aptitude Test 

Aptitude test is the round of i step to enter the compition

Round 3 - Technical 

(4 Questions)

  • Q1. What is method overloading and method overriding
  • Ans. 

    Method overloading is creating multiple methods with the same name but different parameters. Method overriding is creating a new implementation of an existing method in a subclass.

    • Method overloading is used to provide different ways of calling the same method with different parameters.

    • Method overriding is used to change the behavior of an existing method in a subclass.

    • Method overloading is resolved at compile-time base...

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. All these child classes can have their own implementation of the method 'makeSound', but they can be treated as Animals.

    • ...

  • Answered by AI
  • Q3. Can we overload the constructer
  • Ans. 

    Yes, we can overload the constructor in Java.

    • Overloading constructor means creating multiple constructors with different parameters.

    • The constructors can have different number of parameters or different types of parameters.

    • The constructor with the matching parameters will be called during object creation.

  • Answered by AI
  • Q4. What is data type
  • Ans. 

    Data type is a classification of data based on the type of value it holds.

    • Data type determines the type of operations that can be performed on the data.

    • Examples of data types include integer, float, boolean, and string.

    • Data types can be primitive or non-primitive.

    • Primitive data types are predefined by the language and non-primitive data types are created by the programmer.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Juniper Networks Java Developer interview:
  • Java devloper

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Intern Interview Questions & Answers

user image Raja Shekar

posted on 25 Oct 2023

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 - Coding Test 

Questions related to trees, graphs, dynamic programming

Round 3 - Technical 

(2 Questions)

  • Q1. How does python handle multiple object types ??
  • Ans. 

    Python uses dynamic typing to handle multiple object types, allowing variables to change types during runtime.

    • Python uses dynamic typing, meaning variables can hold different types of objects at different times.

    • Python does not require explicit declaration of variable types, allowing for flexibility in handling multiple object types.

    • Python supports polymorphism, allowing objects of different types to be treated as insta...

  • Answered by AI
  • Q2. What happens when I cast a python variable ??
  • Ans. 

    When you cast a Python variable, you are converting its data type to a different type.

    • Casting is the process of changing a variable's data type.

    • For example, casting a string to an integer: x = '10' -> int(x) = 10

    • Casting can result in data loss if the conversion is not possible or accurate.

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays, linked list - 1 hour - C/C++

Round 2 - Technical 

(1 Question)

  • Q1. Networking, system design
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion

Senior Staff Engineer Interview Questions asked at other Companies

Q1. Design Memory allocator for user space programs like malloc.
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)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

Interview experience
1
Bad
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 - Technical 

(1 Question)

  • Q1. Interview most on networking and CCNA And coding
Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA question and string manipulation

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Get interview-ready with Top Juniper Networks Interview Questions

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1.Linux device driver flow 2.Device tree concept 3.Explain spi driver flow and how to consume from user space 4.Link list insert 5.Bit wise questions
Round 3 - Technical 

(1 Question)

  • Q1. C question and codes. Link list, string pattern match. Sorting algorithm.
Round 4 - Technical 

(1 Question)

  • Q1. 1.Detail questions on Linux memory management, isr , exceptions. 2.Linux kernel locks like spin , mutex , read write . 3.Question on platform bus 4.Tasklet , soft Irq question. 5.Device tree configuration ...
Round 5 - Technical 

(1 Question)

  • Q1. Basic linux kernel question, focused on booting, from boot rom code . Simple c coding
Round 6 - One-on-one 

(1 Question)

  • Q1. Discussion with manager. Ask about my project details and questions from same . Explained about job responsibilities and projects.
Round 7 - HR 

(1 Question)

  • Q1. Why Juniper? Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Platform software development interview:
Kernel questions on device drivers and different structures name which we use maximum times
C questions and coding

Software Engineer IV Interview Questions asked at other Companies

Q1. How tcp/ip works and explain about tcp header
View answer (1)

Jobs at Juniper Networks

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

(1 Question)

  • Q1. DSA - One problem on shopping cart
  • Ans. 

    Implement a shopping cart system using data structures and algorithms.

    • Use a data structure like a hash map to store items and their quantities in the cart.

    • Implement functions to add, remove, and update items in the cart.

    • Consider implementing functions to calculate total price, apply discounts, and handle checkout process.

  • Answered by AI

Skills evaluated in this interview

Top Juniper Networks Software Engineer Interview Questions and Answers

Q1. Reverse a Number Problem Statement Create a program to reverse a given integer N. The output should be the reversed integer. Note: If a number has trailing zeros, their reversed version should not include them. For example, the reverse of 1... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays , Linked Lists , Trees

Round 2 - Technical 

(1 Question)

  • Q1. Project related and system design

Senior Software Engineer and Lead Interview Questions asked at other Companies

Q1. Explain importance of microservices and what are the realtime use cases from your experience
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. 4 round of Discussions was around six sigma black belt skill, analytical skills, employee attrition risk, projects and approach for each project etc.
  • Q2. HR round was around work history, culture fit into the company etc

Business Process Manager Interview Questions asked at other Companies

Q1. How do you manage process activities in large project?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Aptitude Test 

Simple and time constraint should be looked out

Round 3 - Coding Test 

(1 Question)

  • Q1. Coding questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you say

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)

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