Filter interviews by
I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.
Top trending discussions
I was interviewed before Mar 2024.
Some question on memory management and some puzzles.
Problems related to pointer like in this scenario what should be the output etc.
Redirection in Java is the process of forwarding a request from one URL to another URL.
Redirection is achieved using the HttpServletResponse.sendRedirect() method.
It is commonly used for handling authentication and authorization.
Redirection can be permanent or temporary, depending on the HTTP status code used.
Examples of HTTP status codes used for redirection are 301, 302, and 307.
Invert the bits of a given number
Use bitwise XOR operator (^) with 1 to flip each bit
Repeat the process for all bits in the number
Return the inverted number
Backward compatibility can be supported by using versioning, deprecation strategies, and maintaining clear communication with users.
Use versioning to clearly distinguish between different versions of the system
Implement deprecation strategies to phase out old features gradually
Maintain clear communication with users about upcoming changes and provide migration paths
Consider using compatibility layers or adapters to bri...
I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.
2 hours Hackerrank test, after qualifying that 2 technical rounds and 1 HR round
I applied via Walk-in and was interviewed before Mar 2022. There were 2 interview rounds.
posted on 26 Nov 2020
I applied via Naukri.com and was interviewed in May 2020. There were 7 interview rounds.
To add a node to the head of a linked list, create a new node, set its next pointer to the current head, and update the head pointer to the new node.
Create a new node with the desired data
Set the new node's next pointer to the current head of the linked list
Update the head pointer to point to the new node
based on 2 reviews
Rating in categories
Design Engineer
30
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
28
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Application Engineer
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer 2
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Intel
Nvidia
Advanced Micro Devices
Analog Devices