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
3.7

based on 340 Reviews

Filter interviews by

Micron Technology Interview Questions, Process, and Tips

Updated 8 Dec 2024

Top Micron Technology Interview Questions and Answers

View all 48 questions

Micron Technology Interview Experiences

Popular Designations

65 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at LD College of Engineering, Ahmedabad

Round 1 - Aptitude Test 

1 hour
aptitude test
brain teaser type questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is transistor?
  • Q2. What is BJT? where it is used?

Electrical GET Interview Questions asked at other Companies

Q1. Can you explain Ohm's Law and how it relates to electrical circuits? What is the difference between AC (Alternating Current) and DC (Direct Current)? Describe the difference between analog and digital signals. Give an example of each. How w... read more
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

No question I am remembering

Round 2 - Technical 

(5 Questions)

  • Q1. C programming question
  • Q2. VLSI design questions
  • Q3. Setup time analysis
  • Q4. Hold time analysis
  • Q5. Test patter generation

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Nearly 90 questions. 1.30 hr.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain CMOS inverter?
  • Ans. 

    CMOS inverter is a type of digital logic gate that implements logical NOT operation.

    • CMOS inverter consists of a PMOS transistor connected in series with an NMOS transistor.

    • When input is high, PMOS conducts and NMOS is off, output is low.

    • When input is low, NMOS conducts and PMOS is off, output is high.

    • CMOS inverters are widely used in digital circuits for logic operations.

    • Example: Inverter gate in a CMOS technology-base

  • Answered by AI
  • Q2. Coding question based on min distance from top to bottom in a pyramid.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Data Engineer Interview Questions & Answers

user image Nitesh Gupta

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Very Easy sql questions
  • Q2. Very eeasy basic python question
  • Q3. Arey bhai access karne de

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Micron Technology interview questions for popular designations

 Senior Engineer

 (4)

 Associate Software Engineer

 (3)

 Data Engineer

 (3)

 Process Engineer

 (3)

 Software Engineer

 (3)

 Big Data Engineer

 (2)

 Business Analyst

 (2)

 Design Engineer

 (2)

SMAI Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online assesment aptitude, 3 SQL questions, 2 easy DSA coding questions.
2d square grid traversal

Round 2 - Technical 

(1 Question)

  • Q1. SQL only Window functions, case switch statements, remove duplicate from table, aggregate functions If you are good at python plus points If you have basic idea/previous work experience with GCP you can ...
Round 3 - HR 

(1 Question)

  • Q1. Goals, where do see your self in 4 years(say that you will work at micron for a long time, don't say shit like I want to pursue higher studies) What does success mean to you

Get interview-ready with Top Micron Technology Interview Questions

Senior Data Engineer Interview Questions & Answers

user image Priyanka Maganti

posted on 19 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a spark program to find the word with maximum length in a given string
  • Ans. 

    Use Spark program to find word with maximum length in a given string

    • Split the string into words using space as delimiter

    • Map each word to its length

    • Find the word with maximum length using reduce operation

  • Answered by AI
  • Q2. Write an sql query to change rows into columns and vice versa
  • Ans. 

    Use SQL pivot function to change rows into columns and vice versa

    • Use the PIVOT function in SQL to transform rows into columns

    • Use the UNPIVOT function in SQL to transform columns into rows

    • Example: SELECT * FROM table_name PIVOT (SUM(value) FOR column_name IN (value1, value2, value3))

    • Example: SELECT * FROM table_name UNPIVOT (value FOR column_name IN (value1, value2, value3))

  • Answered by AI
  • Q3. Write an sql query to fetch duplicate rows in a table
  • Ans. 

    SQL query to fetch duplicate rows in a table

    • Use GROUP BY and HAVING clause to identify duplicate rows

    • Select columns to check for duplicates

    • Example: SELECT column1, column2, COUNT(*) FROM table_name GROUP BY column1, column2 HAVING COUNT(*) > 1;

  • Answered by AI
  • Q4. Diff between repartition and colaesce, clustering and partitioning in bq
  • Ans. 

    Repartition increases or decreases the number of partitions in a DataFrame, while coalesce only decreases the number of partitions. Clustering is used for organizing data within a partition, while partitioning is dividing data into logical units.

    • Repartition increases or decreases the number of partitions in a DataFrame, which can be useful for parallelism and performance optimization.

    • Coalesce only decreases the number ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Micron Technology Senior Data Engineer interview:
  • Spark
  • SQL
  • Python
  • Google Cloud

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Jobs at Micron Technology

View all

SRE Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic concepts about OOPs and asked to code examples of polymorphism
  • Q2. Asked to write down SQL queries based on scenario
  • Q3. Discussion on docker and frontend.
  • Q4. My interview went nice. I nearly got all answers. But my resume was more OS related and it didn't matched with their requirements

Associate Device Engineer interview

user image Career Contrails

posted on 30 Apr 2022

 · M.Tech
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

Asic Design Verification Engineer Interview Questions asked at other Companies

Q1. Verilog coding A 100hz square wave signal 50 percent duty cycle is given Write verilog code for dividing frequency of signal by 3.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate data redundancy by breaking up tables into smaller, related tables.

    • It helps in reducing data anomalies such as insertion, update, and deletion anomalies.

    • Normalization is achieved through a series of stages called normal forms, with the most common being First Normal Form (1NF)...

  • Answered by AI
  • Q2. Code for armstrong alogrithm
  • Ans. 

    Armstrong algorithm is used to find Armstrong numbers in a given range.

    • Iterate through the numbers in the given range

    • Calculate the sum of cubes of each digit in the number

    • Check if the sum is equal to the original number

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Micron Technology Interview FAQs

How many rounds are there in Micron Technology interview?
Micron Technology interview process usually has 1-2 rounds. The most common rounds in the Micron Technology interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Micron Technology 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 Python, Artificial Intelligence, C++, Perl and SQL.
What are the top questions asked in Micron Technology interview?

Some of the top questions asked at the Micron Technology interview -

  1. Checking whether a fibonacci number is present between a particukar range (100 ...read more
  2. What is docker and why do we use it for containerising applicati...read more
  3. What is database normalisation and how your project benefited from it in the pa...read more
How long is the Micron Technology interview process?

The duration of Micron Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Micron Technology Interview Process

based on 42 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 42 Micron Technology interviews
Campus Placement
Company Website
Job Portal
Referral
Recruitment Consultant
38%
19%
19%
14%
2%
8% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Micron Technology Intelligence Accelerated

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 549 Interviews
Qualcomm Interview Questions
3.8
 • 270 Interviews
Intel Interview Questions
4.3
 • 220 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Western Digital Interview Questions
3.5
 • 49 Interviews
Broadcom Interview Questions
3.3
 • 41 Interviews
View all

Micron Technology Reviews and Ratings

based on 340 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-Life balance

3.5

Salary & Benefits

3.5

Job Security

3.6

Company culture

3.1

Promotions/Appraisal

3.3

Work Satisfaction

Explore 340 Reviews and Ratings
Sr Engineer, Nvmqra CXL, Test

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Staff Solution Architect, SMAI

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Senior Firmware Dev -DC SSD

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
131 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Software Engineer
112 salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Data Engineer
97 salaries
unlock blur

₹7.4 L/yr - ₹25 L/yr

Staff Engineer
65 salaries
unlock blur

₹24 L/yr - ₹50 L/yr

Senior Engineer
60 salaries
unlock blur

₹14 L/yr - ₹40.5 L/yr

Explore more salaries
Compare Micron Technology with

Intel

4.3
Compare

Samsung

4.0
Compare

Western Digital

3.5
Compare

Advanced Micro Devices

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview