Open In App

Qualcomm Interview Experience (On-Campus for Internship)

Improve
Improve
Like Article
Like
Save
Share
Report

Qualcomm visited our campus to hire interns.The process had three rounds.

Round 1:Logical Reasoning and Technical Test

This was the online test conducted by Qualcomm which consists of 60 Multiple Choice Questions which we had to complete in 90 minutes .This test was divided into three sections as follows.

1. Aptitude and Logical Reasoning (20 Questions)

2. General Programming  (20 Questions)

3. CS Core Subjects Concepts  (20 Questions)

We were provided 30 minutes for solving each section.

First section consists of basic mathematical and logical reasoning questions on topics like speed and distance,permutation,Mixtures,etc. This was a quite easy section.

Second section consists of the general programming questions which were mainly from C language and Object Oriented Programming. This section also had some code output and error detection questions.One has to be very thorough with the basic C programming concepts like Pointers,Storage Classes,etc.Some questions were also from Number System Conversion(like convert a given number from binary number to hexadecimal number).

Third section mainly consists of the MCQ questions based on CS Core subjects like Operating Systems,Computer Networks,OOPs .This section also consists of some code output and error detection questions.

Tips :- Solve the questions with calm mind. Don’t stress yourself during test. Don’t spend too much time on any question if you are not able to do it in the first attempt.

Round 2: F2F Interview

In this round , she asked me small questions which include:

1.Tell me about Yourself

Suggestion:Mention the things in the Introduction at which you are good.

2.Describe your project and comparison based  questions related to the technologies i used in my project.(Like why you used MongoDB and its alternatives.)

3.Why do you want to join Our Organisation and what do you know about our company?

Suggestion:Please Read a little bit about the company and its current projects before giving the interview.

4.What are your Strengths?

5.Have you ever used your strength in solving some problem in the past?

6.What is Binary Search Tree?

https://www.geeksforgeeks.org/binary-search-tree-data-structure/

7.Give an Algorithm to determine that whether a Binary Tree is Binary Search Tree or not.

https://www.geeksforgeeks.org/a-program-to-check-if-a-binary-tree-is-bst-or-not/

8.What is Doubly Linked List and where it is used in real world?

https://www.geeksforgeeks.org/doubly-linked-list/

9.What is Stack?

https://www.geeksforgeeks.org/stack-data-structure/

10.What is Hashing?

https://www.geeksforgeeks.org/hashing-data-structure/#:~:text=Hashing%20is%20an%20important%20Data,of%20the%20hash%20function%20used.

11.Which one would be better between Hash Table and Queue.

12.What is Graph?

https://www.geeksforgeeks.org/graph-data-structure-and-algorithms/

13.What is OOPs?

https://www.geeksforgeeks.org/object-oriented-programming-in-cpp/

14.Features of OOPs.

15.Describe two of the features of the OOPs with real life example.

Then some aptitude puzzle were asked.

16.Reverse a given array in-place.

https://www.geeksforgeeks.org/write-a-program-to-reverse-an-array-or-string/

So this was all about my F2F Interview.

Round 3: HR Round

HR simply asked that why i would like to join their organisation and what are my key area of interest.

Then he brief me about my intern role.

Hurray! I got the Internship offer from Qualcomm.

Thanks GFG for helping me to get this Offer.


Last Updated : 23 Sep, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads