Upload Button Icon Add office photos

Qualcomm

Compare button icon Compare button icon Compare

Filter interviews by

Qualcomm Embedded Software Developer Interview Questions and Answers

Updated 11 Sep 2020

Qualcomm Embedded Software Developer Interview Experiences

1 interview found

I was interviewed before Sep 2019.

Interview Questionnaire 

3 Questions

  • Q1. Write your own memcpy function. Also, take care of the boundary conditions.
  • Ans. 

    Write a custom memcpy function with boundary condition handling.

    • Use pointers to copy data from source to destination.

    • Check for NULL pointers and zero length cases.

    • Use a loop to copy data byte by byte.

    • Handle overlapping memory regions with caution.

  • Answered by AI
  • Q2. Find intersection point of two linked list. Optimise your solution.
  • Ans. 

    Find intersection point of two linked lists and optimize solution.

    • Traverse both lists and find their lengths

    • Move the head of the longer list to the same distance as the shorter list

    • Traverse both lists in parallel until they meet at the intersection point

    • Use hash table to store visited nodes for faster lookup

    • Use two pointers, one starting from the head of each list, and move them at the same pace until they meet at the

  • Answered by AI
  • Q3. Find the missing number from the given series.
  • Ans. 

    Missing number in a given series

    • Check the pattern of the series

    • Look for any arithmetic or geometric progression

    • Try to find the difference between consecutive numbers

    • Use mathematical formulas to solve the problem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on data structure and probability questions too.

Skills evaluated in this interview

Embedded Software Developer Jobs at Qualcomm

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: It was an objective type test questions related to aptitude, digital, c, data structures, operating system ,computer architecture and  microprocessor. The level of difficulty was high.

Round: Technical Interview
Experience: This was purely technical with questions relating to algorithms(binary search, sorting) ,  networks(layers and different protocols,  subnetting), projects(my final  year project in manets), 
networks  project,compiler  oriented  questions related  to  C runtime  features (Use  of  heap  and 
stack to store variables in a C program ­how they work with procedures).

Round: Technical Interview
Experience: Third round was again more of  technical and  long one to. OOPs was the main focus here. 
OOPs  concepts  were  asked.  
 

Round: HR Interview
Experience:  Basic HR questions were asked. More focus on my grade sheet. They were looking 
for consistency and they were concerned with recruiting high graders. And questions like “You 
are more of a software guy..why do you want to join this post...” Since I was desperate to get a 
job, I answered "I like challenges".


Skills:
College Name: Anna University Chennai
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Toggle the bits of given input
  • Ans. 

    Toggle the bits of given input

    • Create a mask with all bits set to 1

    • XOR the input with the mask to toggle the bits

    • Repeat the process for each bit position

  • Answered by AI
  • Q2. Clear the set bit
Round 2 - Technical 

(2 Questions)

  • Q1. Print the star pattern
  • Ans. 

    Print a star pattern using loops

    • Use nested loops to print the desired pattern

    • Increment the number of stars in each row to create the pattern

    • Example: for a pattern with 5 rows - * , ** , *** , **** , *****

  • Answered by AI
  • Q2. Microprocessor microcontroller topics are asked

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the maximum length of the string without counting the duplicated characters Many questions on os, coa, registers and assembly language.
  • Q2. Project related questions. It was a resume based shortlisting.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on projects and coding.
  • Q2. Simple mathematical coding question. Given constraints: solve in best time complexity
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions on aptitude and english and puzzles.
20 questions on Analog electronics.
20 questions on digital electronics.
Total duration was 90 minutes.

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself. Your college and study background. Project Discussion(Very deep)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, bold, and confident. Prepare everything from Your resume thoroughly and completely. Go through the subjects u have studied in your curriculum. Don't exaggerate in your resume, write only the stuff in which u are comfortable and confident. Be honest, polite, and respectful during your interview.

Interview Preparation Tips

Round: Test
Experience: It was an objective type test questions related to aptitude, digital, c, data structures, operating system ,computer architecture and  microprocessor. The level of difficulty was high.

Round: Technical Interview
Experience: This was purely technical with questions relating to algorithms(binary search, sorting) ,  networks(layers and different protocols,  subnetting), projects(my final  year project in manets), 
networks  project,compiler  oriented  questions related  to  C runtime  features (Use  of  heap  and 
stack to store variables in a C program ­how they work with procedures).

Round: Technical Interview
Experience: Third round was again more of  technical and  long one to. OOPs was the main focus here. 
OOPs  concepts  were  asked.  
 

Round: HR Interview
Experience:  Basic HR questions were asked. More focus on my grade sheet. They were looking 
for consistency and they were concerned with recruiting high graders. And questions like “You 
are more of a software guy..why do you want to join this post...” Since I was desperate to get a 
job, I answered "I like challenges".


Skills:
College Name: Anna University Chennai
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked questions more related to c/c++
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Define steps of booting a system
  • Ans. 

    Booting a system involves several steps including power-on, POST, bootloader loading, kernel initialization, and user space initialization.

    • Power-on: System receives power and starts the boot process.

    • POST (Power-On Self Test): Hardware components are checked for functionality.

    • Bootloader loading: Bootloader is loaded into memory and executed.

    • Kernel initialization: Operating system kernel is loaded and initialized.

    • User sp...

  • Answered by AI
  • Q2. What are the detailed steps and intermediate state in a compilation
  • Ans. 

    Compilation involves multiple steps like preprocessing, compilation, assembly, and linking.

    • Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.

    • Compilation: Translates source code into assembly code specific to the target architecture.

    • Assembly: Converts assembly code into machine code.

    • Linking: Combines object files and libraries to generate an executable file.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. LLD question on designing a cache

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 aptitude qns and some mcqs on basic programming

Round 2 - Technical 

(4 Questions)

  • Q1. I was asked to write two sum, palindrome function and merge sort code in whatever language I'm comfortable in
  • Q2. Two sum- return true or false
  • Ans. 

    Given an array of integers, determine if there are two numbers that add up to a specific target.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the target and the element exists in the hash set.

    • If the difference exists, return true; otherwise, continue iterating.

    • Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.

  • Answered by AI
  • Q3. Merge sort function code
  • Q4. Palindromic string or not

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic programs on c and linux

Round 2 - Technical 

(1 Question)

  • Q1. All basics from c embedded c Linux mpmc

Qualcomm Interview FAQs

How to prepare for Qualcomm Embedded Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Qualcomm. The most common topics and skills that interviewers at Qualcomm expect are Python, C++, Bluetooth, Computer science and Consumer Electronics.
What are the top questions asked in Qualcomm Embedded Software Developer interview?

Some of the top questions asked at the Qualcomm Embedded Software Developer interview -

  1. Write your own memcpy function. Also, take care of the boundary conditio...read more
  2. Find intersection point of two linked list. Optimise your soluti...read more
  3. Find the missing number from the given seri...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Intel Interview Questions
4.2
 • 214 Interviews
Tata Electronics Interview Questions
4.0
 • 146 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Qualcomm Embedded Software Developer Salary
based on 15 salaries
₹8 L/yr - ₹29.1 L/yr
156% more than the average Embedded Software Developer Salary in India
View more details

Qualcomm Embedded Software Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.5

Skill development

3.0

Work-life balance

4.0

Salary

4.5

Job security

4.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Engineer, Senior - Embedded Software Developer

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
1.2k salaries
unlock blur

₹16 L/yr - ₹50 L/yr

Software Engineer
961 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Engineer
884 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
611 salaries
unlock blur

₹14.3 L/yr - ₹49 L/yr

Senior Leader Engineer
433 salaries
unlock blur

₹20 L/yr - ₹72 L/yr

Explore more salaries
Compare Qualcomm with

Nvidia

3.7
Compare

Intel

4.2
Compare

Mercedes-Benz Research and Development India

3.8
Compare

Broadcom

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview