Upload Button Icon Add office photos

Filter interviews by

Sandvine Interview Questions, Process, and Tips

Updated 13 Sep 2024

Top Sandvine Interview Questions and Answers

View all 8 questions

Sandvine Interview Experiences

Popular Designations

16 interviews found

Software Engineer Interview Questions & Answers

user image Sourabh Kamate

posted on 29 Aug 2024

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

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string

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 (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Psuedo code based test

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding question in any language of choice
Round 3 - One-on-one 

(1 Question)

  • Q1. Multiple questions based on networking, OS, DSA, ML, puzzles and one coding question as well
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager - combination of technical and behavioral
Round 5 - One-on-one 

(1 Question)

  • Q1. Interview with Director - Technical theory questions based on networking
Round 6 - HR 

(1 Question)

  • Q1. No specific questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation in coding and networking concepts

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 (171)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Easy to medium leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. Core fundamentals
  • Q2. Networking, operating System
Round 3 - One-on-one 

(2 Questions)

  • Q1. Networking protocols
  • Q2. Like UDP AND TCP TRAFFIC FLOW
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

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 (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Get the maximum at any point during push and pop operation in stack

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 (39)

Sandvine interview questions for popular designations

 Software Engineer

 (5)

 Software Development Engineer

 (2)

 Intern

 (1)

 Senior Software Engineer

 (1)

 Senior Test Engineer

 (1)

 Software Developer

 (1)

 Software Development Engineer II

 (1)

 Software Engineer II

 (1)

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

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

Round 1 - Coding Test 

Basic coding questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Core subjects like Operating System, Networking
  • Q2. TCP, UDP protocols, working
  • Q3. OSI, TC/IP working model

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 (169)

Intern Interview Questions & Answers

user image Chandan Prajwal

posted on 22 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy to medium -45 mins

Round 2 - Coding Test 

Easy to medium -45 mins

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)

Software Engineer2 Interview Questions & Answers

user image sankait bhatia

posted on 6 Jun 2024

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

(2 Questions)

  • Q1. Trees and string operations
  • Q2. Network questions case study

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

20 - 30 min easy aptitude test with Math questions

Round 2 - Coding Test 

Algorithm question, explain approach

Round 3 - One-on-one 

(2 Questions)

  • Q1. Easy C linked list question
  • Q2. Difference between Python and C++, Neural Networks, etc
  • Ans. 

    Python is a high-level, interpreted language known for its simplicity and readability. C++ is a lower-level, compiled language with more control over memory management.

    • Python is easier to learn and write code quickly compared to C++.

    • C++ allows for more control over memory management and is typically faster than Python.

    • Python is commonly used for neural networks due to its simplicity and readability.

    • C++ is also used for...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Situation question

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa round on hackerrank

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa and technical round
  • Q2. Tree transversal

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple coding on basic knowledge

Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic C questions
  • Q2. Basic c++ questions
  • Q3. DS and algorithms

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Sandvine Interview FAQs

How many rounds are there in Sandvine interview?
Sandvine interview process usually has 2-3 rounds. The most common rounds in the Sandvine interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Sandvine 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 Sandvine. The most common topics and skills that interviewers at Sandvine expect are Python, Kubernetes, C, Docker and AWS.
What are the top questions asked in Sandvine interview?

Some of the top questions asked at the Sandvine interview -

  1. How to list out relevant files from a folder which was updated in a given time ...read more
  2. traversing the web pages which has links to other web pages in specific ord...read more
  3. How to search in a dictiona...read more
How long is the Sandvine interview process?

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

Tell us how to improve this page.

Sandvine Interview Process

based on 14 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Amdocs Interview Questions
3.8
 • 528 Interviews
Ericsson Interview Questions
4.2
 • 406 Interviews
Cisco Interview Questions
4.1
 • 395 Interviews
Nokia Interview Questions
4.1
 • 272 Interviews
ZTE Corporation Interview Questions
4.0
 • 19 Interviews
View all

Fast track your campus placements

View all

Sandvine Reviews and Ratings

based on 62 reviews

3.1/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.4

Salary

2.8

Job security

3.0

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 62 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹11 L/yr - ₹28.5 L/yr

Software Engineer2
52 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Senior Test Engineer
22 salaries
unlock blur

₹13.8 L/yr - ₹23 L/yr

Software Engineer II
15 salaries
unlock blur

₹12.6 L/yr - ₹20 L/yr

Explore more salaries
Compare Sandvine with

Nokia

4.1
Compare

Cisco

4.1
Compare

Huawei Technologies

4.0
Compare

Juniper Networks

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