Upload Button Icon Add office photos

Filter interviews by

Qualcomm Associate Technology Interview Questions and Answers

Updated 29 May 2022

Qualcomm Associate Technology Interview Experiences

1 interview found

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It round started at around 8 in the morning.
The environment was good.
The test was online, which has sections
Section 1: Aptitude
Section 2: C Programming MCQs
Section 3: Core ECE
Time is of importance. I suggest you quickly browse through all the questions and pick the easy ones beforehand instead of being stuck on a single difficult question.

  • Q1. Output based Question

    What is the output of following program?

    # include 

    void func(int a){

        a = 30;

    }

     int main(){

      int b = 20;  

    func(b);  

    printf("%d", b); 

     retur...

  • Ans. 

    This was an output-based question asked in the C Programming section.
    This was an easy question but tricky as well. If you are not clear with C basics.
    In this question value of b is pass by value to "func" and hence any local change will not affect the passed value of b in the main function. So the correct answer is Option 1: 20.

  • Answered by CodingNinjas
Round 2 - HR 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

The timing was around 11 in the morning.
The second round for me was the HR round and for some people, the second round was the technical round.

  • Q1. Basic HR Question

    Tell me something about yourself.

  • Ans. 

    Tip 1 : Don't start with your name as they already know that.
    Tip 2 : Always go slow do not be in a hurry.
    Tip 3 : try to include those things as well which are not present in your CV as they already have you CV they have already gone through it.

  • Answered by CodingNinjas
  • Q2. Basic HR Question

    Why do you want to join Qualcomm?

  • Ans. 

    Tip 1 : Try to be honest without giving some hypothetical answers.
    Tip 2 : You can tell them how interested you are in how Qualcomm has maintained its repo in chip manufacturing industries and how it is the first to develop the 5G chips for mobile phones.

  • Answered by CodingNinjas
Round 3 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

The timing was around 2 in the noon.
This was the third round which is a coding round.
They have given 2 questions to code.

  • Q1. Detect and Remove Loop

    Given a singly linked list, you have to detect the loop and remove the loop from the linked list, if present. You have to make changes in the given linked list itself and return the ...

  • Ans. 

    It is realized that Floyd's Cycle recognition calculation ends when quick and slow pointers meet at a typical point. This normal point is otherwise called one of the loop nodes. Store the location of this normal point in a pointer variable, say (ptr). Then, at that point, introduce a counter with 1 and begin from the common point, and continues to visit the following node and increase the counter till the common pointe...

  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAQualcomm interview preparation:Topics to prepare for the interview - Data Structures, C Programming, Aptitude, Signals and System, Embedded Systems, Digital Electronics, Communication and Wireless SystemsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Always check online for programming topics frequently asked in Qualcomm interviews and practice them accordingly (Linked List, Stack, and Queue to be kept on priority).
Tip 2 : Make sure to be very good in at least one programming language (Excluding Python)
Tip 3 : Go through all your projects in depth which you might have done in past.

Application resume tips for other job seekers

Tip 1 : Always keep your resume precise and avoid mentioning everything you know. Always try to add those topics and skills in your resume in which you are very confident (as in an interview they might grill you on those topics).
Tip 2 : Select only 2-3 major projects to add, which will justify your skillset, which you might have added in your resume under the skills section.

Final outcome of the interviewRejected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Intel Interview Questions
4.3
 • 219 Interviews
Tata Electronics Interview Questions
4.0
 • 141 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Synopsys Interview Questions
3.9
 • 87 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Senior Engineer
1.1k salaries
unlock blur

₹15.2 L/yr - ₹50 L/yr

Software Engineer
965 salaries
unlock blur

₹11.6 L/yr - ₹36 L/yr

Engineer
870 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Senior Software Engineer
560 salaries
unlock blur

₹16 L/yr - ₹50 L/yr

Senior Leader Engineer
399 salaries
unlock blur

₹20 L/yr - ₹72 L/yr

Explore more salaries
Compare Qualcomm with

Nvidia

3.7
Compare

Intel

4.3
Compare

Mercedes-Benz Research and Development India

3.9
Compare

Broadcom

3.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview