Filter interviews by
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
Aptitude and technical questions were asked
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
First round-aptitute and technical questions from C,OS,DBMS
Types of caching mechanisms include browser caching, server-side caching, and content delivery network (CDN) caching.
Browser caching: storing web page resources locally on a user's device to reduce load times on subsequent visits.
Server-side caching: storing data in memory on the server to reduce the need to fetch data from the database repeatedly.
Content Delivery Network (CDN) caching: caching content on servers distr...
Physical memory refers to the actual RAM installed in a computer, while virtual memory is a memory management technique that uses disk space as an extension of RAM.
Physical memory is the actual hardware component where data is stored temporarily for quick access by the CPU.
Virtual memory is a memory management technique that allows the operating system to use disk space as an extension of physical memory.
Physical memor...
What people are saying about Qualcomm
Detect endianness using C program
Use a union to create a variable with a known value
Check the value of the first byte to determine endianness
Big endian systems store the most significant byte first
Little endian systems store the least significant byte first
Example: union { int i; char c; } u; u.i = 1; if (u.c == 1) { /* Little endian */ } else { /* Big endian */ }
Count set bits in a number using C programming language.
Use bitwise AND operation with 1 to check if the rightmost bit is set.
Shift the number to the right by 1 bit each time to check all bits.
Repeat the process until the number becomes 0, counting the set bits each time.
Qualcomm interview questions for designations
I applied via LinkedIn and was interviewed before Jan 2024. There were 4 interview rounds.
Hacker rank medium c coding
Get interview-ready with Top Qualcomm Interview Questions
I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.
Volatile keyword in Java is used to indicate that a variable's value will be modified by multiple threads.
Volatile keyword ensures visibility of changes made by one thread to other threads.
It prevents compiler optimizations that could reorder code and cause unexpected behavior in multi-threaded environments.
Volatile keyword is used for variables accessed by multiple threads without synchronization.
Example: 'volatile in
Union is a data structure that allows storing different data types in the same memory location, while structure is a data structure that allows storing different data types in a single unit.
Union uses the same memory location for all its members, while structure allocates separate memory for each member.
In a union, only one member can be accessed at a time, while in a structure, all members can be accessed simultaneous...
1.5 Hour - 45 que
2 Interview rounds
based on 91 reviews
Rating in categories
Senior Engineer
1.2k
salaries
| ₹15.1 L/yr - ₹50 L/yr |
Software Engineer
932
salaries
| ₹10.5 L/yr - ₹35 L/yr |
Engineer
871
salaries
| ₹11.5 L/yr - ₹36 L/yr |
Senior Software Engineer
566
salaries
| ₹16 L/yr - ₹49.6 L/yr |
Senior Leader Engineer
425
salaries
| ₹20 L/yr - ₹76 L/yr |
Nvidia
Intel
Mercedes-Benz Research and Development India
Broadcom