Upload Button Icon Add office photos

Qualcomm

Compare button icon Compare button icon Compare

Filter interviews by

Qualcomm Associate Software Engineer Interview Questions and Answers

Updated 7 Aug 2022

Qualcomm Associate Software Engineer Interview Experiences

2 interviews found

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, technical MCQs and c/c++ questions of medium type

Round 2 - Technical 

(1 Question)

  • Q1. 1. Given offset, find the indices of multi dimensional array 2. Bitwise operations coding 3. Structure padding 4. Code memory storage
  • Ans. 

    Technical questions related to programming concepts and memory management.

    • To find indices of a multi-dimensional array using offset, divide the offset by the size of each element and use the quotient as the index for the first dimension. Repeat this process for each dimension.

    • Bitwise operations are used to manipulate individual bits in a binary number. Examples include AND, OR, XOR, and bit shifting.

    • Structure padding i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of c, os, data structures and knowledge of how memory works

Skills evaluated in this interview

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions about RRC filters, matched filtering, IIR and FIR filters, basics of probability and questions regarding past projects

Interview Preparation Tips

Round: Test
Experience: The questions on aptitude were based on quantitative and logical reasoning. Questions were simple but you should have a good speed. In the programming section there were find the outout kind of questions and some theory questions based on virtual functions and abstract classes.
In technical questions we had to choose from hardware software or communication. I wrote the test for communications. Questions were based on different modulation techniques like qpsk, msk and also based on dsp. Some questions were about coding techniques as well.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: The overall experience was really good. The interviewers were frirndly and were helping out in case you get stuck. They want to see how clearly you know your basics.

College Name: IIT Madras

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k

Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1

Note : consider array index starts with 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the problem statement clearly, prepare well for problem solving & DSA
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why do we want to hire you?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 tips
Round 2 - Aptitude Test 

Aptitude and Logical Reasoning - 15MCQ's in 20min
Programming - 10MCQ's in 15min
Technical - 25MCQ's in 30min
Coding - 2qns in 45min

Round 3 - One-on-one 

(3 Questions)

  • Q1. SQL queries - Joins, specific data retrieval
  • Q2. OOP concepts with example code
  • Ans. 

    OOP concepts involve encapsulation, inheritance, and polymorphism in object-oriented programming.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class). Example: class Car { private String color; public void setColor(String c) { color = c; } }

    • Inheritance: creating new classes based on existing classes, inheriting their attributes and methods. Example: class SUV extends Car { privat...

  • Answered by AI
  • Q3. String questions, swapping two numbers
Round 4 - HR 

(1 Question)

  • Q1. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and showcase your strengths effectively.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java theory questions and system questions with 2 DSA question

Round 2 - Assignment 

System design question with api designs

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium xpath and dynamic loading of elements
  • Ans. 

    Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.

    • Use xpath to locate elements based on their attributes or position on the page

    • For dynamic loading, use explicit waits to ensure elements are present before interacting with them

    • Consider using relative xpath expressions to make your tests more robust and maintainable

  • Answered by AI
  • Q2. Java programs on strings
  • Q3. Test Ng architecture explain
  • Ans. 

    TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.

    • TestNG uses annotations to define test methods and test configurations.

    • It supports parameterized tests, test dependencies, and test groups.

    • TestNG allows parallel execution of tests, making it faster than other testing frameworks.

    • It provides detailed test reports and supports data-driven testing.

    • TestNG can be integ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and go for interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 5-10 Questions on Javascript concepts
  • Q2. 2-3 medium level array coding questions
  • Q3. 2 logical questions
Round 2 - HR 

(1 Question)

  • Q1. Friendly Communication
Round 3 - Technical 

(2 Questions)

  • Q1. One Leetcode medium level coding question
  • Q2. Questions from your skills and the projects you have done so far

Interview Preparation Tips

Topics to prepare for TDK India Private Limited Software Developer interview:
  • DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Spring boot core java
  • Q2. Different annotations
  • Ans. 

    Annotations are used in Java to provide metadata about a program.

    • Annotations start with the @ symbol

    • Annotations can be used to provide information to the compiler or runtime environment

    • Examples of annotations in Java include @Override, @Deprecated, and @SuppressWarnings

  • Answered by AI
  • Q3. Activate profile

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code which should check whether the given string is palindrome or not in java
  • Ans. 

    A code to check whether a given string is a palindrome or not in Java.

    • Convert the string to lowercase to ignore case sensitivity.

    • Use two pointers, one starting from the beginning and the other from the end of the string.

    • Compare the characters at the two pointers and move them towards the center until they meet or cross each other.

    • If at any point the characters don't match, return false.

    • If the pointers meet or cross eac...

  • Answered by AI
  • Q2. 2 logical question the first one was if you have given a cake how can you cut down in 8 pieces in 3 cuts Second question im not remembering

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge about java

Skills evaluated in this interview

Qualcomm Interview FAQs

How many rounds are there in Qualcomm Associate Software Engineer interview?
Qualcomm interview process usually has 2 rounds. The most common rounds in the Qualcomm interview process are Aptitude Test and Technical.
How to prepare for Qualcomm Associate Software 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 Application software, Automotive, C++, DSA and Design development.
What are the top questions asked in Qualcomm Associate Software Engineer interview?

Some of the top questions asked at the Qualcomm Associate Software Engineer interview -

  1. 1. Given offset, find the indices of multi dimensional array 2. Bitwise operati...read more
  2. Basic questions about RRC filters, matched filtering, IIR and FIR filters, basi...read more

Tell us how to improve this page.

Qualcomm Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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 Associate Software Engineer Salary
based on 59 salaries
₹10.5 L/yr - ₹30 L/yr
251% more than the average Associate Software Engineer Salary in India
View more details

Qualcomm Associate Software Engineer Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

3.5

Skill development

2.1

Work-life balance

2.7

Salary

3.2

Job security

2.7

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 5 Reviews and Ratings
Senior Engineer
1.2k salaries
unlock blur

₹16 L/yr - ₹50 L/yr

Software Engineer
961 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Engineer
884 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
611 salaries
unlock blur

₹14.3 L/yr - ₹49 L/yr

Senior Leader Engineer
433 salaries
unlock blur

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