Filter interviews by
Psuedo code based test
I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.
It includes two DSA questions and some aptitude questions
I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.
Easy to medium leetcode
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
Basic coding questions
Sandvine interview questions for designations
I was interviewed before May 2023.
Mcqs + 2 coding questions fairly easy one
Implementing a neural network for image recognition
Research different types of neural networks such as Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs)
Study how to preprocess image data and feed it into the neural network
Learn about popular deep learning frameworks like TensorFlow or PyTorch
Experiment with training a neural network on a dataset like MNIST for digit recognition
Traversing web pages with links in specific orders requires web scraping and following the links recursively.
Use web scraping tools like BeautifulSoup or Scrapy to extract links from web pages.
Implement a recursive function to follow the links in specific orders (e.g. depth-first or breadth-first).
Track visited pages to avoid infinite loops or revisiting the same pages.
Handle errors and exceptions when accessing web pa
Top trending discussions
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.
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.
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
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
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
Design a data structure for LRU cache with get and put operations, evicting least recently used item when capacity is reached.
Implement a doubly linked list to keep track of the order of keys based on their usage
Use a hashmap to store key-value pairs for quick access
Update the order of keys in the linked list when a key is accessed or inserted
Evict the least recently used item when the cache reaches its capacity
Hacker rank, 3 questions with 1 hour duration
Difficult online round
Arrays are a collection of strings in programming used to store multiple values under a single variable name.
Arrays are declared using square brackets []
Each element in an array is accessed by its index, starting from 0
Example: var fruits = ['apple', 'banana', 'orange']
Trees in neet code refer to the implementation of tree data structures in coding challenges on the platform NeetCode.
Trees are a common data structure used in coding challenges to represent hierarchical relationships between data.
Common tree operations include traversal (inorder, preorder, postorder), insertion, deletion, and searching.
Examples of tree-related coding challenges on NeetCode include implementing a binary...
Trees in leetcode are a common topic for coding interviews, involving various tree traversal and manipulation techniques.
Understand different tree traversal methods like inorder, preorder, and postorder.
Learn about common tree algorithms like finding the height, diameter, and lowest common ancestor.
Practice solving tree-related problems on leetcode to improve your skills.
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
Basic coding questions were there related to string operations
TLS handshake is the process of establishing a secure connection between a client and a server.
TLS handshake is initiated by the client and involves a series of steps to negotiate encryption parameters and exchange cryptographic keys.
It ensures the authenticity, integrity, and confidentiality of data transmitted over the network.
The handshake includes the ClientHello, ServerHello, Certificate Exchange, Key Exchange, an...
When you hit a URL in a browser, a request is sent to the server and the server responds with the requested webpage.
Typically, the browser sends an HTTP GET request to the server.
The server processes the request and generates a response.
The response may include HTML, CSS, JavaScript, and other resources needed to render the webpage.
The browser receives the response and renders the webpage for the user to view and inter...
I have worked on various protocols including HTTP, TCP/IP, and MQTT.
HTTP (Hypertext Transfer Protocol) - used for communication between web browsers and servers
TCP/IP (Transmission Control Protocol/Internet Protocol) - the foundation of the internet
MQTT (Message Queuing Telemetry Transport) - a lightweight messaging protocol for IoT devices
Some of the top questions asked at the Sandvine Software Engineer interview -
based on 5 interviews
2 Interview rounds
based on 12 reviews
Rating in categories
Software Engineer
82
salaries
| ₹10.5 L/yr - ₹25 L/yr |
Senior Software Engineer
67
salaries
| ₹11 L/yr - ₹28.5 L/yr |
Software Engineer2
54
salaries
| ₹12 L/yr - ₹20 L/yr |
Senior Test Engineer
21
salaries
| ₹13.8 L/yr - ₹23 L/yr |
Software Engineer II
15
salaries
| ₹12.6 L/yr - ₹20 L/yr |
Nokia
Cisco
Huawei Technologies
Juniper Networks