Filter interviews by
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 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
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
2 hours Hackerrank test, after qualifying that 2 technical rounds and 1 HR round
Qualcomm interview questions for designations
I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.
I applied via Walk-in and was interviewed before Mar 2022. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
Major questions were around problem solving, strings
posted on 24 Jun 2024
Some of the top questions asked at the Qualcomm Senior Software Engineer interview -
based on 5 interviews
1 Interview rounds
based on 53 reviews
Rating in categories
Senior Engineer
1.2k
salaries
| ₹16 L/yr - ₹50 L/yr |
Software Engineer
988
salaries
| ₹10 L/yr - ₹35 L/yr |
Engineer
881
salaries
| ₹9 L/yr - ₹30 L/yr |
Senior Software Engineer
572
salaries
| ₹13.5 L/yr - ₹50 L/yr |
Senior Leader Engineer
430
salaries
| ₹20 L/yr - ₹72 L/yr |
Nvidia
Intel
Mercedes-Benz Research and Development India
Broadcom