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 Software Engineer - Linux Kernel 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.

      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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Intel Corporation
      3.7★Compensation and benefits
      avatar
      Arm
      4.4★Compensation and benefits
      avatar
      Moody's
      3.7★Compensation and benefits
      avatar
      Unity
      3.6★Compensation and benefits

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Software Engineer - Linux Kernel Interview

      28 May 2011
      Anonymous interview candidate
      No offer
      Positive experience

      Other Software Engineer - Linux Kernel interview reviews for Qualcomm

      Linux Kernel Developer Interview

      19 Jan 2018
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Qualcomm in Oct 2017

      Difficult interview

      Application

      I applied online. The process took 1 day. I interviewed at Qualcomm in May 2011

      Interview

      Technical phone screen. Was asked typical questions relating to my resume, why Qualcomm? If you are currently already doing a similar job why change? Was asked typical OS questions, like: What happens during a context switch? What is a PCB? What are some of the things in the Linux task_struct. Q) Write algorithm to find missing element in array. For example int array[5] = {1, 2, 0, 3, 4}; this array should contain # from 1 to 5. # 5 is missing. Q) How would you write a mem alloc routine that is 32 byte aligned. Q) How would you figure out if the stack grows up or down. A) char *ptr; printf(" 0x%lx \n",ptr); ptr++; printf(" 0x%lx \n", ptr); The guy was a little hard to understand at times.

      Interview questions [2]

      Question 1

      How do you check if 2 buffers overlap?
      1 Answer

      Question 2

      write a 32byte aligned mem alloc
      Answer question
      1

      Interview

      The Interview process consisted of a couple of phone screen interviews. I was asked questions based on the projects that I had done and basic concepts related to low level systems programming and microcontrollers/microprocessors. I was also asked a couple of programming questions which were mainly based on pointers.

      Interview questions [1]

      Question 1

      In a multiprocessor system, how will the L1/L2 caches (non-shared) know about the consistency of the shared data? (I was given a scenario which meant this.)
      1 Answer

      Linux Kernel Developer Interview

      19 Jul 2017
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Qualcomm

      Interview

      I had a technical telephonic interview which lasted for about 45 minutes. I had applied online on their website and got a call in 2 weeks time to schedule for a telephonic interview. I prepared a lot of basic C interview questions and fundamentals of OS. I should have done more preparation regarding some of the projects that I worked on as I was not very confident in the way I explained to him some of the OS fundamentals that was used in some of my relevant projects.

      Interview questions [1]

      Question 1

      Write a shortest string copy function.
      1 Answer