Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Sandvine Software Engineer II Interview Questions and Answers

Updated 4 Apr 2023

Sandvine Software Engineer II Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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

2 DSA questions with easy to medium level questions

Round 3 - Technical 

(3 Questions)

  • Q1. Oops concepts, practical implementation of the concepts.
  • Q2. DSA questions can or cannot be asked
  • Q3. Real time situational based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Your willingness to work and showing interest in the company's work will impress the interviewer.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Oct 2021. There were 4 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 - HR 

(2 Questions)

  • Q1. Reason for a Job change
  • Q2. Requested a Counter Offer
Round 3 - Technical 

(2 Questions)

  • Q1. Explain VoLTE call from Packet core point of view?
  • Ans. 

    VoLTE call from Packet core point of view

    • VoLTE call is initiated by the UE and goes through the RAN to the packet core

    • Packet core performs authentication, authorization, and routing of the call

    • Media is transported over the IP network using RTP/UDP protocol

    • Packet core also handles QoS and policy enforcement for the call

  • Answered by AI
  • Q2. Why was CUPS introduced as part of Release-14?
  • Ans. 

    CUPS was introduced in Release-14 to provide a common printing system for Unix-like operating systems.

    • CUPS stands for Common Unix Printing System.

    • It was introduced to replace the traditional Unix printing system LPD.

    • CUPS provides a modular and extensible printing system that can support a variety of printers and print job formats.

    • It also includes a web-based administration interface for managing printers and print jobs...

  • Answered by AI
Round 4 - Coding Test 

Python script to perform ssh to vms and get some stats

Interview Preparation Tips

Interview preparation tips for other job seekers - Honest answers help you to crack the interview. Be confident with what you say

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical Questions were mainly based on our domain. I am from forwarding domain.So most of the questions were related to packet forwarding in the pipeline.C Programming questions were on Arrays ,Data str...

Interview Preparation Tips

Interview preparation tips for other job seekers - Continuous programming practice will help a lot

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Programing in C on linked list
  • Ans. 

    Programming in C on linked list

    • Understand the concept of linked list and its implementation in C

    • Allocate memory dynamically using malloc()

    • Use pointers to traverse and manipulate the linked list

    • Handle edge cases such as empty list and deleting nodes

    • Avoid memory leaks by freeing allocated memory

  • Answered by AI
  • Q2. OS Concepts
  • Q3. Memory layout in C
  • Ans. 

    Memory layout in C refers to how variables are stored in memory.

    • Variables are allocated memory based on their data type

    • Memory is divided into stack and heap

    • Pointers store memory addresses

    • Structs store data in contiguous memory locations

  • Answered by AI
  • Q4. ARP
  • Q5. L2/L3 networking question

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds where you should be aware of networking and C programing concepts

Skills evaluated in this interview

Round 1 - Aptitude Test 

It was easy

Round 2 - Technical 

(2 Questions)

  • Q1. Nice question based on core java
  • Q2. Opps, new keyword, immutable class, exception
Round 3 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice work, nice one to one, nice to know about company is good

I applied via Naukri.com and was interviewed in Mar 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 

(1 Question)

  • Q1. How to create a dictionary with list as key
  • Ans. 

    To create a dictionary with list as key, use tuple conversion

    • Convert the list to a tuple as lists are not hashable

    • Use the tuple as the key in the dictionary

    • Example: my_dict = {tuple(my_list): value}

    • Example: my_dict[tuple(my_list)] = value

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

(1 Question)

  • Q1. Salary expectations in Organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical knowledge is very important. Merely depending on theoretical knowledge lands you in trouble.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. F2f based interview round with tcs employees and we'll co-ordinated work and do well
  • Q2. Explain your framework? Architecture of selenium
  • Ans. 

    Selenium is an open-source automation testing framework used to test web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It uses a client-server architecture where the client sends commands to the server to control the browser.

    • Selenium provides different drivers for different browsers like Chrome, Firefox, etc.

    • It supports different types of testing like functional, regression, a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and cool company to work with our roles and responsibilities

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Write a C code for printing Febonacci Series upto n elements
  • Ans. 

    C code for printing Fibonacci Series upto n elements

    • Declare three variables to store the current, previous and next numbers in the series

    • Initialize the previous and current variables to 0 and 1 respectively

    • Use a loop to print the next number in the series by adding the previous two numbers

    • Loop should run n times to print n elements in the series

  • Answered by AI
  • Q2. Question related to family background
  • Q3. What are your hobbies?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Round: Test
Experience: Questions were from easy to moderate level. No negative marking, so attempt all.
Tips: Keep your mind open and practice aptitude problems on a daily basis.

Round: Group Discussion
Experience: There were 21 students selected out of which two teams of 10 and 11 students were formed. Both the groups were given a topic and each one of us had to express our views.
Tips: Don't get nervous, just speak whatever you think. Don't yell or speak at loudly, just keep calm and put your points forward.
Duration: 20 minutes

Round: Technical Interview
Experience: Apart from the above questions some puzzles and DBMS questions and a few basic C questions were also asked. We were given enough time to think and answer.
Tips: Do not be in a hurry. Think properly what you are going to say, whether it is right or not and then only answer.

Round: HR Interview
Experience: The HR round was a good one. He tried to test my thinking capabilities and reasoning capabilities
Tips: Answer every question honestly.

General Tips: All the four rounds were elimination rounds and the final result was announced based on cumulative performance. So, be patient and give your best.
Skill Tips: Try to answer every properly
Skills: IQ, Basic Coding Skills, Problem Solving Skills
College Name: NIT ALLAHABAD
Motivation: The company visited our college campus. Also, one of my relatives in in Ericsson at a very high  post and is quite happy working here.

Skills evaluated in this interview

I was interviewed in Mar 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of networking
  • Q2. Data structures
  • Q3. Sql
  • Q4. Introduction
  • Q5. Final year project
  • Q6. Why should I hire you?
  • Ans. 

    I have the technical skills, experience, and passion to deliver high-quality software solutions.

    • I have a strong background in programming languages such as Java, Python, and C++.

    • I have experience working on complex software projects and collaborating with cross-functional teams.

    • I am passionate about staying up-to-date with the latest technologies and trends in software development.

    • I am a quick learner and have a strong...

  • Answered by AI
  • Q7. Why Ericsson?
  • Ans. 

    Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.

    • Global leader in telecommunications technology

    • Strong focus on innovation

    • Opportunities for career development

  • Answered by AI
  • Q8. About relocation

Interview Preparation Tips

Round: Test
Experience: The test which I wrote was based on cocubes. quants was easy, one can easily score 50 percent if they refer rs agarwal and logical was easy but it takes more time and verbal was neither easy nor tough. One thing I want to advice try doing verbal first so that u can save time and then go to quant and logical. After the test we got the results out of 160 students 51 cleared the test. I was one among them.
Duration: 45 minutes
Total Questions: 45

Round: Technical Interview
Experience: Keep ur cool in the technical. people are friendly. Think before you answer twice they may ask u puzzles as well. So be prepared for it. Final year project is a must, they are gonna ask u the details how you implement stuffs in your project. After my technical out of 51 students around 30 cleared this round. I was one among them.

Round: HR Interview
Experience: Don't be scared guys. Hr is just a casual one. finally around 15 were selected from my college including me. I am very happy with the result. best of luck guys. Do well!!!
Tips: Keep your cool. stay confident that's all I can tell. Once you clear technical one can easily clear Hr round.

Skills: Communication, Technical Skill
College Name: JSS Academy of Technical Education - JSSATE

I applied via Approached by Company and was interviewed before Apr 2021. 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 - Aptitude Test 

My resume

Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I like the it companies and technologies
Contribute & help others!
anonymous
You can choose to be anonymous

Sandvine Interview FAQs

How many rounds are there in Sandvine Software Engineer II interview?
Sandvine interview process usually has 3 rounds. The most common rounds in the Sandvine interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Sandvine Software Engineer II interview?

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

  1. Oops concepts, practical implementation of the concep...read more
  2. DSA questions can or cannot be as...read more
  3. Real time situational based questi...read more

Recently Viewed

INTERVIEWS

Sandvine

No Interviews

INTERVIEWS

JSW Energy

No Interviews

INTERVIEWS

OpenBet

No Interviews

INTERVIEWS

Sandvine

No Interviews

INTERVIEWS

Quest Global

No Interviews

INTERVIEWS

Boeing

No Interviews

INTERVIEWS

Sandvine

No Interviews

INTERVIEWS

Elsevier

No Interviews

INTERVIEWS

Boeing

No Interviews

INTERVIEWS

Boeing

No Interviews

Tell us how to improve this page.

Sandvine Software Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Cisco Interview Questions
4.1
 • 371 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
Nvidia Interview Questions
3.7
 • 103 Interviews
View all

Fast track your campus placements

View all
Sandvine Software Engineer II Salary
based on 15 salaries
₹12.6 L/yr - ₹20 L/yr
6% less than the average Software Engineer II Salary in India
View more details

Sandvine Software Engineer II Reviews and Ratings

based on 5 reviews

1.9/5

Rating in categories

2.6

Skill development

2.0

Work-life balance

2.5

Salary

1.8

Job security

2.9

Company culture

1.9

Promotions

2.2

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
15 salaries
unlock blur

₹0 L/yr - ₹0 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