Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.
Previous work clarity is essential for successful collaboration and understanding of project requirements.
Clearly explain the projects you have worked on in the past, including your role and responsibilities
Provide examples of how you communicated with team members to ensure clarity in project goals
Discuss any challenges you faced in previous projects and how you overcame them
Bit manipulation, memory layout, interrupts, semaphore mutex, implement memcpy, sorting, algo to share resource equally
atoi function converts a string to an integer in C language
Use a loop to iterate through each character of the input string
Check if the character is a digit (0-9) using 'isdigit' function
Calculate the integer value by multiplying the current value by 10 and adding the digit value
Top trending discussions
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.
posted on 21 Feb 2025
posted on 4 Jun 2024
I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.
Day to day tasks involve coding, debugging, testing, and collaborating with team members.
Writing code for new features or fixing bugs
Debugging and troubleshooting issues
Testing code to ensure quality and functionality
Collaborating with team members on projects
Participating in code reviews and providing feedback
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
Move rotating cubes to different positions on screen and stop rotation once reached.
Create 4 animations to move each cube to left, right, bottom, and top of the screen
Add rotation animation to each cube
Stop rotation animation once cube reaches the desired position
Integrating Unity application into Android involves exporting the Unity project as an Android project and then integrating it with Android Studio.
Export the Unity project as an Android project
Import the project into Android Studio
Modify the Android manifest file to include necessary permissions and settings
Integrate UnityPlayerActivity into the Android application
Build and run the Android application on a device or emu
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...
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
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.
based on 2 interviews
Interview experience
based on 5 reviews
Rating in categories
Senior Software Engineer
28
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Test and Development Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Design & Verification Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Analog Devices
Broadcom
Intel
NXP Semiconductors