Filter interviews by
I applied via Approached by Company and was interviewed in May 2022. There were 5 interview rounds.
Top trending discussions
I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.
Easy questions were there in round 10 . . . . . . .
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.
I was interviewed before Feb 2023.
Practice on hackerrank, they send hackerrank link for screening round.
I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.
The length of the longest common subsequence in given strings is found using dynamic programming.
Use dynamic programming to find the length of the longest common subsequence.
Compare characters of the strings and build a matrix to store the lengths of common subsequences.
Traverse the matrix to find the length of the longest common subsequence.
Write the algorithm for topological sorting.
CAP theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance.
Consistency: All nodes in the system have the same data at the same time.
Availability: Every request gets a response, even if some nodes are down.
Partition Tolerance: The system continues to operate despite network partitions.
In a distributed system, you can only achieve two o...
VLSI design cycle is the process of creating integrated circuits by going through various stages from design to fabrication.
VLSI design cycle involves stages like specification, design, verification, synthesis, and fabrication.
It starts with defining the requirements and specifications of the integrated circuit.
Design phase includes logic design, circuit design, and physical design.
Verification ensures that the design ...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
To detect and remove a loop in a linked list, we can use Floyd's Cycle Detection Algorithm.
Use two pointers, slow and fast, to traverse the linked list
If there is a loop, the fast pointer will eventually meet the slow pointer
Once the loop is detected, reset one of the pointers to the head and move both pointers at the same pace until they meet again to find the start of the loop
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function in a derived class.
Virtual functions allow a derived class to provide a specific implementation of a function that is already defined in a base class.
They enable polymorphism, where a pointer to a base class can be used to call a function in a derived class.
Virtual functions are used in obje...
Android boot up sequence involves several stages including power on, bootloader, kernel initialization, and system initialization.
Power on the device
Bootloader loads the kernel
Kernel initializes the system
System initialization completes the boot up process
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Allows for code reusability by creating a new class based on an existing class
Derived class (subclass) inherits attributes and methods from a base class (superclass)
Can have multiple levels of inheritance (multi-level inheritance)
Example: Animal class can be a base class with properties like name a...
Polymorphism is the ability of a single function or method to operate on different types of data.
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.
Examples include method overloading and method overriding in object-oriented programming.
based on 6 reviews
Rating in categories
Staff Engineer
140
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Staff Engineer
79
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
67
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Specialist
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Texas Instruments
Analog Devices
STMicroelectronics
NXP Semiconductors