Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Qualcomm

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Qualcomm reviews | Qualcomm jobs | Qualcomm salaries | Qualcomm benefits | Qualcomm conversations
      Qualcomm interviewsQualcomm Engineer, Staff-Machine Learning-Embedded and C++ interviewsQualcomm interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Engineer, Staff-Machine Learning-Embedded and C++ Interview

      16 May 2026
      Anonymous interview candidate
      Hyderābād
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. I interviewed at Qualcomm (Hyderābād) in May 2026

      Interview

      In the first round question in C, OS, Data Structures and Algortihms were asked. I didn't clear first round. The interview was difficult and they were expecting C++ knowledge also apart from C

      Interview questions [7]

      Question 1

      1. Int a = 10; Static int b; Fun() { int a; printf("%d", a); } Where do the various variable go in memory segment
      Answer question

      Question 2

      2. Fun() { int *ptr = NULL; load_ptr(&ptr); } Load_ptr(int **ptr) { *ptr = malloc(1024); } This example where double pointer is useful, if don't use double pointer then it would be difficult to assign memory to ptr in load_ptr.
      Answer question

      Question 3

      Find the Kth max value in constant array. The array is very big so if we create a separate array for sorting then it would take lot of memory. This answer we have to min max heaps.
      Answer question

      Question 4

      Using random() in C generate random numbers between a given range say[a,b]: (a + (random()*(b-a))) is the answer
      Answer question

      Question 5

      Find the equlibrium point in array eg: arr[5] = {1,3,8,2,2} if we see index 2 which has 8 is equilibrium point since 4 and 4 on either side, so we need to return index i.e 2 if no equlibrium point then return -1.
      Answer question

      Question 6

      You have created a module and you have fixed all memory leaks using valgrind, but in production this module is generating out of memory error. This answer is we are malloc ing small small values and freeing this is creating memory fragmentation due to which memory allocation to get contiguous memory is failing.
      Answer question

      Question 7

      Explain page fault, virtual memory and who handle page faults.
      Answer question

      Top companies for "Compensation and Benefits" near you

      avatar
      Micron Technology
      3.9★Compensation and benefits