Filter interviews by
The median streaming problem involves finding the median of a stream of numbers as they are being inputted.
Maintain two heaps - a max heap for the lower half of the numbers and a min heap for the higher half.
Keep the heaps balanced by ensuring the size difference is at most 1.
If the total number of elements is odd, the median is the root of the max heap. If even, average the roots of both heaps.
posted on 6 Nov 2015
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
Python question was there and it was average level not tough
Simple coding questions which was good to go
Prepare DSA and one language well.
General aptitude and logic questions.
My long term goal in the field of AI/ML is to develop innovative solutions that can positively impact society and improve people's lives.
Continuously learning and staying updated with the latest advancements in AI/ML technologies
Collaborating with experts in the field to work on cutting-edge projects
Applying AI/ML techniques to solve complex real-world problems
Contributing to research and publications in the field of A
I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.
Aptitude is fully based upon technical mcqs, code snippets. Only one or two aptitudes are from general topics.
Negative marking is also there for certain questions.
Coding was Little bit tough. You will be given 3 qns.
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
In apti test,there where 31 que some que carries negative marks , marks will be alloted accoring to that que .
I consist of 3 que if you clear one que you will be shortlisted
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.
C does not support classes and objects, while C++ does.
C is a subset of C++, meaning C++ includes all of C's features and more.
C++ has features like function overloading, templates, and exception handling which are no...
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
Level of difficulty - Hard and very strong understanding in python required to clear this round.
Basically it consists of three questions - easy and 2 medium level questions. DSA concepts is required to clear this round.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
20
salaries
| ₹10 L/yr - ₹32 L/yr |
Senior Software Engineer
12
salaries
| ₹13.9 L/yr - ₹40 L/yr |
Solution Architect
9
salaries
| ₹24 L/yr - ₹32 L/yr |
Principal Software Engineer
7
salaries
| ₹34 L/yr - ₹46 L/yr |
Senior Product Manager
7
salaries
| ₹35 L/yr - ₹38.5 L/yr |
HyScaler
Pitney Bowes
AvenData GmbH
Dataflow Group