Upload Button Icon Add office photos

Filter interviews by

Sandvine Senior Software Engineer Interview Questions and Answers

Updated 13 Sep 2024

Sandvine Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to list out relevant files from a folder which was updated in a given time period
  • Ans. 

    Use a script to list relevant files updated within a given time period in a folder

    • Use a scripting language like Python or Bash to iterate through files in the folder

    • Check the last modified timestamp of each file and compare it to the given time period

    • Create a list of files that meet the criteria and display or output them

  • Answered by AI
  • Q2. How will you monitor if a system went down
  • Ans. 

    I will use monitoring tools to receive alerts and notifications if a system goes down.

    • Set up monitoring tools like Nagios, Zabbix, or Prometheus to track system health

    • Configure alerts to be sent via email, SMS, or Slack when system goes down

    • Implement automated scripts to restart services or systems if they fail

    • Regularly check system logs for any error messages or warnings

  • Answered by AI
Round 2 - Coding Test 

I was asked to design some classes and then extend the functionality to add more requirements while following SOLID principles

Round 3 - HR 

(2 Questions)

  • Q1. Reason for job change
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

    • Want to take on more leadership responsibilities

  • Answered by AI
  • Q2. Do you have any questions for us

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

One take home assignment

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on JS basics
  • Q2. Angular deep dive
Round 3 - HR 

(1 Question)

  • Q1. General discussion with hiring manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus more on JS fundamentals, Angular, NgRx, RxJs you will be good.
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
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A string contains parenthesis, curly brackets and square brackets. Check if the string is valid or not.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics , oops , spring
Round 2 - One-on-one 

(1 Question)

  • Q1. Manger round basics behavior
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Generic dotnet questions mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. .net, c# , sql , async questions
Round 3 - Coding Test 

One problem is given need to make logic and your current project details

Round 4 - Group Discussion 

Managerial round was taken at the end

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very slow. They take really long time to release offer but want candidate to join immediately.
Interview experience
3
Average
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 - Technical 

(1 Question)

  • Q1. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack

I applied via Naukri.com and was interviewed in Jun 2022. There were 9 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 - Work 

(1 Question)

  • Q1. Work related discussion session.
Round 3 - Technical 

(1 Question)

  • Q1. Pick one question from 3 given questions and complete it in 7 days. I opted for creating traingle with opengl using shader.
Round 4 - Coding Test 

Data structures and algorithms
Problem were from leetcode and geek for geeks.

Round 5 - Technical 

(1 Question)

  • Q1. Data structures and algorithms
Round 6 - Technical 

(1 Question)

  • Q1. Design and algorithms
Round 7 - Coding Test 

Coding round , questions from leetcode

Round 8 - Case Study 

Situation based questions and thought process

Round 9 - Behavioral 

(2 Questions)

  • Q1. Managerial round 1, culture fit, behaviour
  • Q2. Managerial round 2, innovative things done previously, how to face criticism, does experience matters in learning from subordinate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. What matters is how you proceed with a blocked situation.

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

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

(3 Questions)

  • Q1. Basically related to SIP Protocol. IMS call flows . CLOUD Knowledge
  • Q2. Deployment Process IMS ARCHITECTURE LTE ARCHITECTURE
  • Q3. DIAMETER PROTOCOL SDP PROTOCOL

Interview Preparation Tips

Topics to prepare for Sterlite Technologies Senior Software Engineer interview:
  • Openstack
  • IMS
  • SIP
  • SDP
  • Diameter
  • Kubernetes
  • Docker
Interview preparation tips for other job seekers - Prepare your basic knowledge of All the Protocol and Call Flows.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Make Kanbon board in react live coding
  • Q2. Write unit testing for the same

Interview Preparation Tips

Interview preparation tips for other job seekers - Front end development

Sandvine Interview FAQs

How many rounds are there in Sandvine Senior Software Engineer interview?
Sandvine interview process usually has 3 rounds. The most common rounds in the Sandvine interview process are Technical, Coding Test and HR.
How to prepare for Sandvine Senior Software Engineer 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 C, Docker, Python, Database and Kubernetes.
What are the top questions asked in Sandvine Senior Software Engineer interview?

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

  1. How to list out relevant files from a folder which was updated in a given time ...read more
  2. How will you monitor if a system went d...read more

Tell us how to improve this page.

Sandvine Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Fast track your campus placements

View all
Sandvine Senior Software Engineer Salary
based on 63 salaries
₹11 L/yr - ₹28.5 L/yr
32% more than the average Senior Software Engineer Salary in India
View more details

Sandvine Senior Software Engineer Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

2.2

Skill development

2.9

Work-life balance

2.3

Salary

3.3

Job security

2.4

Company culture

3.1

Promotions

2.1

Work satisfaction

Explore 5 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