Upload Button Icon Add office photos

Filter interviews by

Qualcomm Vlsi Engineer Interview Questions and Answers

Updated 19 Jul 2021

Qualcomm Vlsi Engineer Interview Experiences

1 interview found

Vlsi Engineer Interview Questions & Answers

user image Shadman Ahmad

posted on 19 Jul 2021

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Computer architecture questions like pipeline, FIFO, synchronisers, cache

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was good and wanted to extract maximum out of you

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Toggle the bits of given input
  • Ans. 

    Toggle the bits of given input

    • Create a mask with all bits set to 1

    • XOR the input with the mask to toggle the bits

    • Repeat the process for each bit position

  • Answered by AI
  • Q2. Clear the set bit
Round 2 - Technical 

(2 Questions)

  • Q1. Print the star pattern
  • Ans. 

    Print a star pattern using loops

    • Use nested loops to print the desired pattern

    • Increment the number of stars in each row to create the pattern

    • Example: for a pattern with 5 rows - * , ** , *** , **** , *****

  • Answered by AI
  • Q2. Microprocessor microcontroller topics are asked

Skills evaluated in this interview

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

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude-10 question,digital moderate -Question,analog moderate -10 question,verilog and system verilog -10 question

Round 2 - One-on-one 

(3 Questions)

  • Q1. Latches and flip flop all characteristics equation and proof of the characteristics equation in flip flop.applications of flip flop
  • Q2. OOPS,INHERITANCE,VERILOG,BLOCKING - NON BLOCKING ASSIGNMENT OPERATOR and all the basic operations of verilog .
  • Q3. Discussion on work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bonafide with your fundamentals core of digital circuits and design .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Master's thesis
  • Q2. CTS strategy, a puzzle question, STA problems
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of sv like swapping no.
  • Q2. Question from projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Assertions and coverage
  • Q2. Umv basic principle
  • Ans. 

    UVM (Universal Verification Methodology) basic principle is to provide a standardized methodology for verifying digital designs.

    • UVM is based on SystemVerilog and provides a framework for creating reusable verification environments

    • It promotes the use of object-oriented programming techniques for creating modular and scalable testbenches

    • UVM encourages the use of constrained-random stimulus generation and coverage-driven ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of analog , digital and vlsi
  • Q2. On face to face interview, they asked me abt my projects , digital, little analog , vlsi ( verilog), microcontrollers and c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 aptitude qns and some mcqs on basic programming

Round 2 - Technical 

(4 Questions)

  • Q1. I was asked to write two sum, palindrome function and merge sort code in whatever language I'm comfortable in
  • Q2. Two sum- return true or false
  • Ans. 

    Given an array of integers, determine if there are two numbers that add up to a specific target.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the target and the element exists in the hash set.

    • If the difference exists, return true; otherwise, continue iterating.

    • Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.

  • Answered by AI
  • Q3. Merge sort function code
  • Q4. Palindromic string or not

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked the working experience and the related skills to the new job
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions in Verilog, Systemverilog, random constraints such as how to write a onehot in different ways
Round 3 - HR 

(1 Question)

  • Q1. Asked the expectation of the base salary and overall compensation

Interview Preparation Tips

Topics to prepare for Micron Technology Verification Engineer interview:
  • SystemVerilog coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sardar Vallabhbhai National Institute of Technology (NIT), Surat and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program for an ATM machine to get minimum no. of notes.
  • Ans. 

    Program to calculate minimum number of notes for ATM withdrawal

    • Create an array of available note denominations

    • Sort the array in descending order

    • Initialize a counter variable to keep track of the number of notes

    • Iterate through the array and divide the withdrawal amount by each note denomination

    • Update the counter variable with the quotient

    • Update the withdrawal amount with the remainder

    • Repeat the above steps until the wit...

  • Answered by AI
  • Q2. Can we pass an array to function.
  • Ans. 

    Yes, an array can be passed to a function in embedded firmware programming.

    • Arrays can be passed to functions by specifying the array name as the argument.

    • The function can then access and manipulate the elements of the array.

    • Example: void printArray(int arr[], int size) { ... }

    • Example: int main() { int myArray[] = {1, 2, 3}; printArray(myArray, 3); }

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations

Skills evaluated in this interview

Tell us how to improve this page.

Qualcomm Vlsi Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Intel Interview Questions
4.2
 • 220 Interviews
Tata Electronics Interview Questions
4.0
 • 146 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Qualcomm Vlsi Engineer Salary
based on 4 salaries
₹16 L/yr - ₹30 L/yr
335% more than the average Vlsi Engineer Salary in India
View more details
Senior Engineer
1.2k salaries
unlock blur

₹15.9 L/yr - ₹50 L/yr

Software Engineer
976 salaries
unlock blur

₹10.5 L/yr - ₹40 L/yr

Engineer
879 salaries
unlock blur

₹11.5 L/yr - ₹37 L/yr

Senior Software Engineer
564 salaries
unlock blur

₹16.2 L/yr - ₹49.6 L/yr

Senior Leader Engineer
425 salaries
unlock blur

₹20 L/yr - ₹72 L/yr

Explore more salaries
Compare Qualcomm with

Nvidia

3.8
Compare

Intel

4.2
Compare

Mercedes-Benz Research and Development India

3.9
Compare

Broadcom

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview