Upload Button Icon Add office photos

Qualcomm

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Qualcomm Embedded Engineer Interview Questions and Answers

Updated 27 May 2024

Qualcomm Embedded Engineer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Linked list, optimisation, time complexity

Round 2 - Technical 

(1 Question)

  • Q1. Projects, os concept, c basic questions, embedded systems basics, computer architecture questions
Round 3 - HR 

(1 Question)

  • Q1. General discussion, few behaviour questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. C programing, os concepts
  • Q2. Linux internals and data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice c programming

Embedded Engineer Interview Questions Asked at Other Companies

Q1. What is the difference between sensors and actuators
Q2. how many algorithms that you got familiar with when learning c pr ... read more
Q3. Why are you interested in the field of embedded software developm ... read more
asked in LTIMindtree
Q4. How packet goes from source to destination.
Q5. What are the Protocols in Industry. Like SPI,I2c, CAN
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2022. There were 4 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 Resume tips
Round 2 - screening 

(1 Question)

  • Q1. They will check your basic knowledge that are you good at basics ?
Round 3 - Technical 

(1 Question)

  • Q1. Asked about my current job profile and networking concepts.
Round 4 - Coding Test 

Operating system, C langauge and DSA quastions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with your basics. Technical Skills: C, C++, OS, DSA, Basic Networking

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume was shortlisted depending on hardware projects which i had done and also because i was from electronics background and had a good deal of knowledge regarding linux.
Tips: Keep your resume up-to-date. Your resume should include projects as well as courses relevant to company which you are appearing. Study about the company, what are its current projects and on which fields it is working.

Round: Technical Interview
Experience: It was an easy interview where basics regarding prog languages known and linux was asked. Also he asked me to write c programs or just explain approach of solving simple problems through data structures.
Tips: Keep your basics regarding programming clear. Also ensure that you have hands-on with program writing on c, c++ and you are able to analyze the problem and provide proper approach of solving.

Round: Puzzle Interview
Experience: It was a short interview. Some of the real life problems were given and specific time was given for me to solve.
Tips: Some of the puzzles are available on the net regarding engineering interviews. You should refer those.

Round: Technical Interview
Experience: This was a relatively difficult interview with advanced concepts like multithreading, pattern matching, trees and also linux and qnx based concepts.
Tips: You should be thorough at data structures. Take time to solve a problem and always tell optimized solutions. They will check your approach for problem solving.

Round: Technical + HR Interview
Experience: This was a mix of both technical and hr interview. They asked about my projects in detail including implementation, improvements that can be done. Then asked me some general questions about the company and my expectations from it.
Tips: You should know each and everything, even minute details regarding your project. Explain them in best was as you can. And for hr round have a basic knowledge of company and its ongoing projects. Also be prepared of basic questions as your expectations, your career path and why should the company hire you?

Qualcomm interview questions for designations

 Embedded Systems Engineer

 (1)

 Embedded Software Engineer

 (2)

 Embedded Software Developer

 (1)

 Analog Design Engineer

 (1)

 Design Engineer

 (3)

 Hardware Design Engineer

 (1)

 PCB Design Engineer

 (1)

 Lead Engineer

 (3)

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: questions were mainly asked on C, data structures linked lists, wireless communications. i was asked questions on pointers, linked lists, difference between structures and unions, endien-ness(big or little)
about microprocesors- interrupt scheme: which scheme is better , when?
about assembly programming.
They may ask you to write assembly codes/C program
emphasis is on the logic used and not so much on the syntax.

Tips: do C really well. they ask you about projects. also do communication subjects, microprocessors.
they prefer if you know about data structures and OS but it's okay even if you don't.
be honest. if you don't know something say you don't.
do your final year project well.

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why UDP and not TCP in project
  • Ans. 

    UDP is preferred over TCP in this project due to its low latency and lightweight nature.

    • UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.

    • UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.

    • UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...

  • Answered by AI
  • Q2. How would you clear the 7th bit in a 32 bit register
  • Ans. 

    To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.

    • Create a mask with the 7th bit set to 0 and all other bits set to 1

    • Perform a bitwise AND operation between the register and the mask

    • Store the result back in the register

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output, etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Tips: Practice aptitude, C, data structures (geeksforgeeks.org is a good source).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked about that, details like what fields did you use in that structure, why this implementation and not some related other. Memory management, network communications, operating systems. Then questions on C concepts like memory allocation, function pointers, then data structures like linked lists, then bit manipulation in registers. Questions from electrical coursework. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Be thorough with C (know your Kernighan & Ritchie) and be prepared to go into details about your projects.

Skills: C, Data Structures, Coursework Understanding, Project And Internship
College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image ESHAN SHEKHAR cs15m018

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Given a blackbox with arithmetic circuits , design the logical circuits
  • Ans. 

    Design logical circuits for arithmetic circuits in a blackbox.

    • Understand the functionality of the arithmetic circuits in the blackbox.

    • Identify the inputs and outputs of the blackbox.

    • Design logical circuits using logic gates to replicate the arithmetic operations.

    • Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.

  • Answered by AI
  • Q2. Embedded c-code for recursion
  • Ans. 

    Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.

    • Ensure proper base case to avoid infinite recursion

    • Use stack space efficiently as embedded systems have limited resources

    • Avoid recursive functions with deep call stacks to prevent stack overflow

    • Example: Recursive function to calculate factorial of a number

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: During this round we had some technical questions and some digital logic questions.
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.
Duration: 2 hours
Total Questions: 1

Round: Technical Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

Round: Technical + HR Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output,etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked what fields did you use in that structure, why this implementation and not some related other. Then questions on C concepts, memory allocation, function pointers, data structures, linked lists, then bit manipulation in registers. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Just be thorough with C (Know your Kernighan Ritchie) and be prepared to go into details about your projects.

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Questions on gen data structures and basic electrical questions Regards software - Dsa,computer organization,computer networks

Interview Preparation Tips

Round: Test
Experience: I was gen basic analytics questions
Tips: No needforany serious preperation,just be yourself
Duration: 45 minutes
Total Questions: 25

Round: Technical + HR Interview
Experience: I got trough most of dsa and computer network questions but i was notso strong in digital part so i cupped
Tips: Just know the basics of all the areas you are interested in.

Round: HR Interview
Experience: This is the basic question expected i have gone through my family childhood experiences and hobies
Tips: Every person have a unique style of expressing themselves ,so prepare for these kind of questions,dont rise any interest in higher studies

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C Programming Questions OS Related questions
  • Q2. Write how semaphore works
  • Ans. 

    Semaphore is a synchronization tool used to control access to a shared resource.

    • Semaphore maintains a count of available resources.

    • A process can request access to a resource by decrementing the semaphore count.

    • If the count is zero, the process is blocked until a resource becomes available.

    • When a process is done with a resource, it increments the semaphore count.

    • If there are blocked processes waiting for a resource, one

  • Answered by AI
  • Q3. Question on looping constructs

Interview Preparation Tips

College Name: IIT MADRAS

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Qualcomm Interview FAQs

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

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

  1. They will check your basic knowledge that are you good at basic...read more
  2. Projects, os concept, c basic questions, embedded systems basics, computer arch...read more
  3. General discussion, few behaviour questi...read more

Recently Viewed

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Qualcomm

No Interviews

DESIGNATION

SALARIES

Blue Yonder

INTERVIEWS

Qualcomm

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

40 top interview questions

SALARIES

Brillio

INTERVIEWS

TechnipFMC

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

Tell us how to improve this page.

Qualcomm Embedded Engineer Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

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 Engineer Salary
based on 18 salaries
₹8 L/yr - ₹19 L/yr
220% more than the average Embedded Engineer Salary in India
View more details
Senior Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
959 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
888 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
611 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Leader Engineer
431 salaries
unlock blur

₹0 L/yr - ₹0 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