Upload Button Icon Add office photos

Filter interviews by

Sandvine Software Development Engineer Interview Questions and Answers

Updated 17 Jul 2024

Sandvine Software Development Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How to search in a dictionary?
  • Ans. 

    To search in a dictionary, use the key-value pairs and access the value using the desired key.

    • Access the dictionary using the key to retrieve the corresponding value.

    • If the key is not present, handle the error or return a default value.

    • Example: dictionary['key'] returns the value associated with 'key'.

  • Answered by AI
  • Q2. Postfix to infix
  • Q3. Some puzzles
  • Q4. Intersection of two linked list
  • Ans. 

    Intersection of two linked lists

    • Traverse both lists and compare each node

    • Use a hash table to store nodes of one list and check for intersection in the other list

    • Find the length of both lists, move the pointer of the longer list to the same distance from the end as the shorter list, and then compare nodes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear and tell approach clearly. Revise some puzzles.

Skills evaluated in this interview

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at Meghnad Saha Institute of Technology, Kolkata and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

More specifically Aptitude + Output based

Round 2 - Hackathon 

(1 Question)

  • Q1. We're given to build a Web based application or an Android application after making groups consisting of 8-10 members.
Round 3 - Technical 

(1 Question)

  • Q1. 1. Introduction 2. Questions related to my personal projects 3. Difference between HashMap and HashTable 4. Difference between Java and Python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data structure algorithm questions related to various scenarios
  • Q2. DS Algo related questions which revolved around different scenarios
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Total 60 question 30 from C/C++ output and 30 from profit-loss, find age and related to ratio

Round 2 - Technical 

(5 Questions)

  • Q1. Dsa coding question, aptitude, oops, rdbms(joins and normalization)
  • Q2. Rotate materix(nxn) 90 degree
  • Ans. 

    To rotate a matrix 90 degrees, transpose the matrix and then reverse each row.

    • Transpose the matrix by swapping matrix[i][j] with matrix[j][i]

    • Reverse each row of the transposed matrix to get the final rotated matrix

  • Answered by AI
  • Q3. A pattern printing question
  • Q4. Reverse doubli-linkedlist
  • Q5. Preorder traversal without using recursion
  • Ans. 

    Iterative solution to perform preorder traversal without using recursion

    • Use a stack to keep track of nodes

    • Start by pushing the root node onto the stack

    • While the stack is not empty, pop a node, visit it, then push its right child followed by its left child onto the stack

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Why you chose b.tech
  • Q3. Why you chose cse

Skills evaluated in this interview

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

Coding test was comprising of mcq based questions on db, oops, c++ and java

Round 3 - Technical 

(1 Question)

  • Q1. It was a high intense interview. Interview starts with introduction and some resume based questions. Then, followed by deep networking and os based questions. Then, dsa questions were asked specifically on...
Round 4 - Behavioral 

(1 Question)

  • Q1. It was also a tough one. Questions were specifically on project based of the resume and other questions were on btech curriculum, subjects, and experience.
Round 5 - HR 

(1 Question)

  • Q1. HR was easy. Questions were only about relocation and package breakup. But remember that they can put you in waiting and when needed they can call for another interview. So mark this and all the best.

Interview Preparation Tips

Interview preparation tips for other job seekers - Catch your resume by heart. This is the most important thing and be confident and just go for it. All the best👍
Interview experience
3
Average
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 

(1 Question)

  • Q1. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack
Round 1 - Technical 

(3 Questions)

  • Q1. What is incremental load and how it works?
  • Ans. 

    Incremental load is a process of updating a data warehouse or database by adding only the new or modified data.

    • Incremental load is used to minimize the amount of data that needs to be processed and loaded.

    • It involves identifying the changes in the source data and applying those changes to the target system.

    • Common techniques for incremental load include using timestamps, change data capture, or comparing checksums.

    • For e...

  • Answered by AI
  • Q2. What is the differences between keep and join ?
  • Ans. 

    Keep and join are both used in programming, but they have different meanings and purposes.

    • Keep is a method used to filter elements from a collection based on a condition.

    • Join is used to combine elements from two or more collections based on a common attribute.

    • Keep returns a new collection with only the elements that satisfy the condition.

    • Join combines elements from multiple collections into a single collection.

    • Keep is ...

  • Answered by AI
  • Q3. What is synthetic Key and how to remove them ?
  • Ans. 

    A synthetic key is a composite key created when two or more tables have multiple common fields.

    • Synthetic keys occur when there is a many-to-many relationship between tables.

    • They can be removed by resolving the underlying data model issues.

    • One way to remove synthetic keys is by creating a bridge table to represent the many-to-many relationship.

    • Another approach is to concatenate the common fields to create a unique key.

    • S...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Analytical thinking and innovation , active learning and keep on updating is my advice for job seekers

Skills evaluated in this interview

Interview experience
5
Excellent
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 before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test on hackerrank

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on Tree
  • Q2. Asked to solve a few puzzles

Sandvine Interview FAQs

How many rounds are there in Sandvine Software Development Engineer interview?
Sandvine interview process usually has 2 rounds. The most common rounds in the Sandvine interview process are Coding Test and One-on-one Round.
What are the top questions asked in Sandvine Software Development Engineer interview?

Some of the top questions asked at the Sandvine Software Development Engineer interview -

  1. How to search in a dictiona...read more
  2. Intersection of two linked l...read more
  3. Postfix to in...read more

Tell us how to improve this page.

Sandvine Software Development Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
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