Premium Employer

i

This company page is being actively managed by Micron Technology Team. If you also belong to the team, you can get access from here

Micron Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Micron Technology Asic Design Verification Engineer Interview Questions and Answers

Updated 12 Aug 2024

Micron Technology Asic Design Verification Engineer Interview Experiences

1 interview found

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

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to predict if a 32 bit number is divisible by 8, draw a circuit using gates
  • Ans. 

    To predict if a 32 bit number is divisible by 8, design a circuit using gates.

    • Use a circuit with AND, OR, and NOT gates to check if the last three bits of the number are all zeros.

    • If the last three bits are zeros, then the number is divisible by 8.

    • For example, if the 32 bit number is 11010000, the last three bits are zeros, so it is divisible by 8.

  • Answered by AI
  • Q2. Various verilog scripting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do verilog coding

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work at Synopsys?
  • Ans. 

    I want to work at Synopsys because of their reputation for innovation and cutting-edge technology in the field of ASIC design verification.

    • Synopsys is a leader in the EDA industry, known for their advanced tools and solutions for semiconductor design.

    • I am impressed by Synopsys' commitment to research and development, which aligns with my passion for pushing the boundaries of technology.

    • I believe working at Synopsys wil...

  • Answered by AI
  • Q2. Talk us a little bit about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy, just study basic electronics like flip flops and minor circuits.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Design of mux and ff
  • Ans. 

    A multiplexer (mux) is a digital circuit that selects one of several input signals and forwards it to a single output. A flip-flop (ff) is a type of latch circuit that stores a single bit of data.

    • Mux design involves selecting one of multiple input signals based on a control signal

    • FF design involves storing a single bit of data using a clock signal

    • Mux can be implemented using logic gates like AND, OR, and NOT gates

    • FF ca...

  • Answered by AI
  • Q2. Basics of sv n verilog
  • Q3. Sta question about timing violation
  • Q4. Thesis related question
  • Q5. Some basic design question

Interview Preparation Tips

Interview preparation tips for other job seekers - good at basics of sta, sv and uvm
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cross talk
  • Ans. 

    Cross talk is the unwanted transfer of signals between different components or traces on a circuit board.

    • Occurs when signals from one trace interfere with signals on another trace

    • Can lead to signal distortion or errors in data transmission

    • Prevented by proper spacing and shielding between traces

    • Example: Cross talk between data lines on a PCB causing errors in communication

  • Answered by AI
  • Q2. How to define generated clocks through edges
  • Ans. 

    Generated clocks through edges are defined by specifying the source clock and the edge on which the generated clock is based.

    • Specify the source clock for the generated clock

    • Define the edge (rising/falling) on which the generated clock is based

    • Use tools like Synopsys Design Compiler to define generated clocks

  • Answered by AI
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Is setup and hold uncertainty values are different
  • Ans. 

    Yes, setup and hold uncertainty values are different in physical design engineering.

    • Setup uncertainty is related to the arrival time of the data signal at the input of the flip-flop, while hold uncertainty is related to the removal time of the data signal.

    • Setup time is the minimum amount of time the data input must be stable before the clock edge, while hold time is the minimum amount of time the data input must be sta...

  • Answered by AI

I applied via Campus Placement and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 sections in exam
Aptitude,digital and verilog
Gate previous year will do for digital

Round 2 - Technical 

(1 Question)

  • Q1. Basic digital like difference between latch and flipflop,Moore vs mealey which one is better
Round 3 - Technical 

(1 Question)

  • Q1. Verilog coding A 100hz square wave signal 50 percent duty cycle is given Write verilog code for dividing frequency of signal by 3.
  • Ans. 

    Verilog code to divide frequency of a 100hz square wave signal with 50% duty cycle by 3.

    • Create a counter that counts up to 3 and resets back to 0

    • Use the counter to toggle an output signal every 3 cycles of the input signal

    • The output signal will have a frequency of 100/3 = 33.33hz with 50% duty cycle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in verilog and be little thorough with what you did in internship

Skills evaluated in this interview

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

Micron Technology Interview FAQs

How many rounds are there in Micron Technology Asic Design Verification Engineer interview?
Micron Technology interview process usually has 1 rounds. The most common rounds in the Micron Technology interview process are Technical.
How to prepare for Micron Technology Asic Design Verification 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 Micron Technology. The most common topics and skills that interviewers at Micron Technology expect are PCIE, SOC Verification, System Verilog, UVM and Debugging.
What are the top questions asked in Micron Technology Asic Design Verification Engineer interview?

Some of the top questions asked at the Micron Technology Asic Design Verification Engineer interview -

  1. how to predict if a 32 bit number is divisible by 8, draw a circuit using ga...read more
  2. various verilog scripting questi...read more

Tell us how to improve this page.

Micron Technology Asic Design Verification Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Micron Technology Intelligence Accelerated

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 560 Interviews
Qualcomm Interview Questions
3.8
 • 274 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Western Digital Interview Questions
3.5
 • 49 Interviews
View all
Micron Technology Asic Design Verification Engineer Salary
based on 7 salaries
₹10 L/yr - ₹23 L/yr
80% more than the average Asic Design Verification Engineer Salary in India
View more details
Software Engineer
129 salaries
unlock blur

₹6 L/yr - ₹18.3 L/yr

Senior Software Engineer
113 salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Data Engineer
83 salaries
unlock blur

₹7.4 L/yr - ₹28.1 L/yr

Staff Engineer
69 salaries
unlock blur

₹24 L/yr - ₹50 L/yr

Senior Engineer
64 salaries
unlock blur

₹12.5 L/yr - ₹38 L/yr

Explore more salaries
Compare Micron Technology with

Intel

4.2
Compare

Samsung

3.9
Compare

Western Digital

3.5
Compare

Advanced Micro Devices

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