Upload Button Icon Add office photos

Filter interviews by

Qualcomm Embedded Software Engineer Interview Questions and Answers

Updated 25 May 2024

Qualcomm Embedded Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays and strings online

Round 2 - Technical 

(2 Questions)

  • Q1. About basic C program
  • Q2. Memory layout ,c and c+=

Interview Questionnaire 

2 Questions

  • Q1. Void pointer,Null pointer differences
  • Q2. Threads,semaphores usage

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions on C

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time

Interview questions from similar companies

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
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. What is stack overflow
  • Ans. 

    Stack overflow occurs when a program uses more memory than the call stack can handle, leading to a crash.

    • Occurs when a program's call stack runs out of memory

    • Can lead to crashes or unexpected behavior

    • Common in recursive functions with no base case

    • Can be caused by infinite loops or excessive memory usage

  • Answered by AI

Skills evaluated in this interview

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 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 - Coding Test 

Basic programs on c and linux

Round 2 - Technical 

(1 Question)

  • Q1. All basics from c embedded c Linux mpmc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. An interview about 40 mins and questions on coding and embeded systems.
  • Q2. Asked on linked lists .
  • Q3. About functioning pf micro contoller.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare embeded c and some core portions in mpmc and embeded sytems.
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
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

Qualcomm Interview FAQs

How many rounds are there in Qualcomm Embedded Software Engineer interview?
Qualcomm interview process usually has 2 rounds. The most common rounds in the Qualcomm interview process are Coding Test and Technical.
How to prepare for Qualcomm Embedded Software Engineer 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 C++, Computer science, Python, Embedded Software and Staffing.
What are the top questions asked in Qualcomm Embedded Software Engineer interview?

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

  1. Void pointer,Null pointer differenc...read more
  2. Threads,semaphores us...read more
  3. Memory layout ,c and ...read more

Tell us how to improve this page.

Qualcomm Embedded Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Intel Interview Questions
4.2
 • 223 Interviews
Tata Electronics Interview Questions
4.0
 • 147 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Qualcomm Embedded Software Engineer Salary
based on 49 salaries
₹7.8 L/yr - ₹25 L/yr
167% more than the average Embedded Software Engineer Salary in India
View more details

Qualcomm Embedded Software Engineer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.8

Skill development

4.1

Work-life balance

5.0

Salary

3.2

Job security

4.1

Company culture

3.0

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer
1.2k salaries
unlock blur

₹16 L/yr - ₹50 L/yr

Software Engineer
981 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Engineer
880 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
575 salaries
unlock blur

₹16.5 L/yr - ₹49.5 L/yr

Senior Leader Engineer
433 salaries
unlock blur

₹20 L/yr - ₹76 L/yr

Explore more salaries
Compare Qualcomm with

Nvidia

3.7
Compare

Intel

4.2
Compare

Mercedes-Benz Research and Development India

3.9
Compare

Broadcom

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