Open In App

Qualcomm Interview Experience for Fresher | Off-Campus 2021

Last Updated : 10 Sep, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Qualcomm Hyderabad conducted online recruitment on Jan 2021 as an Off-Campus.

Round 1(Online Test): Online test of 1.30 hr. Was conducted which consists of 3 sections as follows.

  1. Aptitude
  2. Programming Question(Input / output related question)
  3. Theory including data structure, operating system, algorithms, etc.

There was a sectional cut off for each section. No coding question. 

Round 2(Interview): The whole Interview process was carried out virtually at Microsoft Team Meeting. It is a one-day process consist of 2 technical Rounds and 1 HR round. Each Round proceeds are dependent on the previous round interview.

In 1st technical round, some basic question was asked and in the second technical round, the in-depth question was asked. Below is the topic wise question asked during all the 3 round

Basic Question:

  1. Introduce yourself and education-related question
  2. About Project in details Mention in the resume
  3. Something exciting Work did not mention in my resume.
  4. Why join Qualcomm instead of Samsung(I already had a Samsung Noida offer on Campus).

Coding:

  1. Program to clear the kth Bit (https://www.geeksforgeeks.org/program-to-clear-k-th-bit-of-a-number-n/)
  2. Implement min () or max () function using bitwise OR (https://www.geeksforgeeks.org/compute-the-minimum-or-maximum-max-of-two-integers-without-branching/)
  3. Write your own size of function (https://www.geeksforgeeks.org/implement-your-own-sizeof/)
  4. Finding Loop in the Linked List. (https://www.geeksforgeeks.org/problems/detect-loop-in-linked-list/1)
  5. Write a function to calculate an average and after that, he provides some constraint and modifies the question… (Did not remember that part).
  6. One and two more coding questions asked did not remember the question.

Puzzle:

  1. Racing Horse puzzle. (https://www.geeksforgeeks.org/puzzle-9-find-the-fastest-3-horses/)
  2. Apple / Orange Basket Puzzle. (https://www.ritambhara.in/3-basket-puzzle-appleorange-puzzle/)
  3. One more puzzle asked but did not remember.

Theory Question on Operating System:

  1. What is re-entrant?
  2. Deadlock Condition and how to avoid it?
  3. Mutex and Semaphores (theory and real-life example too).
  4. Process State, Scheduler etc.
  5. Cache Related Question (Computer Organization).
  6. Fragmentation (Internal and, External Both).
  7. Memory management.
  8. Kernel, thread related question.
  9. More on operating question-related question was asked not to remember exactly.

Theory Question on Programming:

  1. Memory Layout (https://www.geeksforgeeks.org/memory-layout-of-c-program/)
  2. Enum, Micro related question
  3. Storage class in C and C++
  4. Malloc, realloc, calloc related question
  5. Pointer declaration related question like how given pointer declare is read out like int * a[9]; or int (*a[9]);(https://www.geeksforgeeks.org/pointer-array-array-pointer/) and more question related to pointer
  6. Function declaration, calling, recursion, pass by value, pass by reference, etc.
  7. OOPs concept full theory plus real-life example.
  8. Compiler related question like full phases of a written program. Like conversation of c.obj file-> C.exe file etc. The symbol table, loader, linker, etc. (refer Ravula compiler lecture video)(https://www.geeksforgeeks.org/introduction-of-compiler-design/)

My Suggestion for preparation: Gate preparation will make the theory related question easy and in online test generally gate related question was asked. For coding, you must solve company-wise asked questions. One piece of advice to include in your resume for which you have in-depth knowledge(lesson learned from a Microsoft Interview). Further, try to focus on the brute force method first instead of directly giving an efficient solution during the interview.

Forgive me if my English is not good. By the way, I selected QUALCOMM Hyderabad over Samsung Noida.  


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads