Filter interviews by
I applied via Approached by Company and was interviewed before Aug 2022. There were 3 interview rounds.
Top trending discussions
Virtual functions allow a function to be overridden in a derived class, enabling polymorphic behavior.
Virtual functions are declared in a base class with the 'virtual' keyword.
They are meant to be overridden in derived classes to provide specific implementations.
When a virtual function is called through a base class pointer or reference, the actual function to be executed is determined at runtime based on the object's ...
I appeared for an interview in Jul 2022.
Volatile const is used to indicate that a variable's value may change outside the program's control.
Volatile const is used for hardware registers that can change their value without the program's knowledge.
It is also used for variables that are accessed by multiple threads.
Example: volatile const int* const ptr = (int*)0x1234; // pointer to a hardware register
I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.
References and pointers are both used to refer to memory locations, but references cannot be null and cannot be reseated.
Pointers can be null or uninitialized
Pointers can be reseated to point to a different memory location
References are automatically dereferenced
References cannot be used with arrays
Pointers can be used with arrays
References are necessary when passing large objects to functions or when returning objects from functions.
When passing large objects to functions
When returning objects from functions
When working with complex data structures
When implementing operator overloading
When working with polymorphism
Const pointers should be declared in the same scope as the variable they point to.
Declaring const pointers in the same scope as the variable they point to ensures that the pointer cannot be used to modify the variable.
If the pointer is only used within a function, it should be declared within that function.
If the pointer is used across multiple functions, it should be declared in a header file or at the top of the sour...
Copy constructor with pointers creates a new object by copying the values of the existing object's pointers.
Copy constructor is used to create a new object from an existing object.
Pointers in the new object point to the same memory locations as the original object.
Deep copy should be used to avoid shallow copy issues.
new and malloc are used for dynamic memory allocation in C++ and C respectively.
new is an operator in C++ while malloc is a function in C.
new automatically calls the constructor while malloc does not.
new returns a pointer to the object while malloc returns a void pointer.
new throws an exception if allocation fails while malloc returns NULL.
new can be overloaded while malloc cannot be.
new and delete are used together wh
Identify if a number is positive, negative, or zero
Check if the number is greater than 0 to determine if it is positive
Check if the number is less than 0 to determine if it is negative
If the number is neither greater nor less than 0, it is zero
I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.
Problem would be given to solve
60 mins general aptitude test
C,C++,SQL,Java,Python
Convolution is a mathematical operation that combines two functions to produce a third function.
Convolution is used in signal processing to analyze and filter signals.
It involves multiplying two signals and integrating the product over time.
The resulting signal represents the amount of overlap between the two original signals at each point in time.
Convolution can be performed using a variety of algorithms, including th
Design a URL-shortening service
Generate a unique short code for each URL
Store the mapping of short code to original URL in a database
Redirect users from short URL to original URL
Consider implementing custom short links for users
Track analytics for shortened URLs
based on 1 interview
Interview experience
based on 13 reviews
Rating in categories
Product Design Engineer
91
salaries
| ₹4.5 L/yr - ₹11 L/yr |
Analyst
71
salaries
| ₹3.7 L/yr - ₹8.5 L/yr |
Quality Inspector
71
salaries
| ₹1 L/yr - ₹4 L/yr |
Trainee Operator
59
salaries
| ₹1.6 L/yr - ₹2.9 L/yr |
Design Engineer
56
salaries
| ₹4 L/yr - ₹12.2 L/yr |
Qualcomm
Intel
Applied Materials
Micron Technology