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 interviewsQualcomm Hardware Engineer 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.

      Hardware Engineer Interview

      25 Sept 2024
      Anonymous employee
      Accepted offer
      Positive experience
      Easy interview

      Application

      I interviewed at Qualcomm

      Interview

      The company visited our campus for 3 hardware roles, physical design role, SOC verification role and FPGA design role. I was interviewed by the SOC verification team. Round 0 - Online Assessment(with negative marking) > Section A -> Aptitude - 30 mins, 20 Questions -> easy to moderate level > Section B -> C programming - 30 mins, 20 Questions -> moderate level > Section C -> Digital - 30 mins, 20 Questions -> moderate to hard level. Round 1 - 20 mins approx > Asked to introduce myself > Discussion on my projects > Told about the role they came for and asked me if I am okay with that role. > Why Qualcomm and where do I see myself or what are my career plans for the next 5 years. > Asked array based C programming questions like, merge sort algo, finding second largest element in a array, time complexity. Round 2 - 40 mins approx > Discussed about the role > Ring oscillator > Setup time and hold time > What is STA > Binary search algo, pseudo code and time complexity > Negative feedback opamp > Summing circuit using opamp and what happens if we interchange the inverting and non inverting terminals > Suppose there are 2 FFs having same clock, then will clock reach exactly at the same time. If not why and how it can be reduced. > clock skew, clock uncertainty and clock jitter. > 2-FF synchroniser > What are cache lines > What are dirty lines and dirty bit > What is a watch dog timer > what is Cache memory, what is its need and importance. > difference b/w SRAM and DRAM. > Why SRAM is used in Cache > Verilog code for AND gate using MUX > Is Stack LIFO or FIFO > Is SRAM volatile or non-volatile, why ? > Aptitude question 1: There are 100 gates and 100 people, all the gates are initially closed, the 1st person will flip the 1st, 2nd, 3rd, ... till 100th gate. 2nd person will flip the 2nd, 4th, 6th, .. 100th gate, 3rd person will flip 3rd, 6th, 9th, ... 99th gate, and so on till 100th person. After all 100 people do this, how many gates will be open ? (flip -> close if open and open if close) Answer: floor(sqrt(N)), where N = total no. of people. The logic is that the rth gate will be open at the end if r is a perfect square. > Aptitude question 2: In a cube shaped room with side 'a', there is an ant at one of the corner, it can't fly obviously and it can move on the floor, the walls, etc. So what is the minimum distance it has to travel so as to reach the diagonally opposite corner of the cube. Answer: sqrt(5)*a Hint given: open up the cube into a 2D plane, then you can see the shortest path HR round - 5-10 mins > Asked about myself, my skills, hobbies, family, strengths. > Preferred job location.

      Interview questions [1]

      Question 1

      What is setup time and hold time
      Answer question
      5

      Other Hardware Engineer interview reviews for Qualcomm

      Hardware Engineer Interview

      16 Apr 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at Qualcomm

      Interview

      It was on campus hiring. It consists of an online assessment and resume screening, followed by 3 rounds of interviews, out of which 2 were technical and 1 was HR.

      Hardware Engineer Interview

      16 Jan 2026
      Anonymous employee
      Hsinchu
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through a recruiter. I interviewed at Qualcomm (Hsinchu)

      Interview

      The interview process spanned 4 days with one 1–2 hour session per day. Each round began with a 30-minute discussion on my college projects, followed by deep dives into Computer Architecture (CPU Design, Cache DDesign, etc.). One of the sessions also included a simple whiteboard coding question.

      Interview questions [1]

      Question 1

      Cache Design (calculating cache bits involves breaking down the CPU address into Tag, Index, and Offset field)
      Answer question
      1

      Hardware Engineer Interview

      19 Aug 2025
      Anonymous employee
      Bengaluru
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at Qualcomm (Bengaluru)

      Interview

      The interviewer was friendly and created a supportive atmosphere. They offered constructive hints when I got stuck, showing they were focused on my thought process, which made for a positive experience.

      Interview questions [1]

      Question 1

      They asked questions on STA,my projects, Verilog case statements
      Answer question