Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » List of Companies » Qualcomm Technical Questions

Qualcomm Technical Interview Questions List

The interviewer from Qualcomm shared the Google docs with the candidate and expected to write programs on it. It was one our discussion on following questions -

Question 1. There are two types of registers, integer type and floating point type. Both types have an address. Integer registers read and write integer values, while floating point registers read and write floating point values. Write classes that represent those types using OOD concepts.

Question 2. Write C++ code to sort vector without using any library function

Question 3. Write C++ code for Single Link List where all nodes should be in ascending order

Question 4. What data type is used to store memory address in C++

Question 5. Advantages of using Templates in C++