Filter interviews by
I applied via Referral
2 DSA questions with easy to medium level questions
Top trending discussions
I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.
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
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
I applied via Approached by Company and was interviewed before Oct 2021. There were 4 interview rounds.
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
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...
Python script to perform ssh to vms and get some stats
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
posted on 25 Sep 2024
To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.
Traverse the linked list to find the middle node
Reverse the second half of the linked list
Compare the first half with the reversed second half to check for palindrome
posted on 8 Oct 2024
posted on 24 Apr 2024
Total 60 question 30 from C/C++ output and 30 from profit-loss, find age and related to ratio
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
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
posted on 26 Jul 2024
posted on 1 Feb 2024
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Data structure implementation in Python
Use built-in data structures like lists, dictionaries, sets, etc.
Implement custom data structures like linked lists, stacks, queues, trees, etc.
Utilize libraries like NumPy for efficient array operations
Practice implementing algorithms using data structures
based on 1 interview
Interview experience
based on 5 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
58
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