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 Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Micron Technology Interview Questions and Answers

View all 45 questions

Micron Technology Interview Experiences

Popular Designations

67 interviews found

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Questions about citrix

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent, Talking about HR they will be very responsive If they like you they just respond you very fast

Citrix Administrator Interview Questions asked at other Companies

Q1. Difference between mcs nad pvs. Differece about webinterface and storefron. End user troubleshooting.
View answer (1)

Designer Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2021

Interview Questionnaire 

2 Questions

  • Q1. Bit swaping
  • Q2. Swap bits from 1 and 4 position
  • Ans. 

    To swap bits from 1 and 4 position, we need to use bitwise operators.

    • Use bitwise AND operator with 0x0E to get the value of the 4th bit.

    • Use bitwise AND operator with 0x01 to get the value of the 1st bit.

    • Use bitwise XOR operator to swap the values of the 1st and 4th bits.

    • Use bitwise OR operator to combine the swapped bits with the remaining bits.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview. Though i was not selected

Skills evaluated in this interview

Designer Interview Questions asked at other Companies

Q1. In the lengthwise, from which side do you measure with inch tape?
View answer (3)

Software Engineer Interview Questions & Answers

user image Shikha Shekhar

posted on 9 Jul 2021

Interview Questionnaire 

2 Questions

  • Q1. Please go through the basics questions and programs.
  • Q2. C#, SQL, Html, angular, asp.net, asp.net mvc basic questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (183)

I was interviewed before Sep 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The Technical interview was held on Zoom and the interview lasts for 1 hour. All the questions were from the skills mentioned in the resume.
Firstly interviewer asked me to give a self-introduction, later asked for a brief explanation of the projects and way of working.
Later series of questions were related to academics.
 

  • Q1. 

    Add K Nodes Problem Statement

    You are given a singly linked list of integers and an integer 'K'. Your task is to modify the linked list by inserting a new node after every 'K' node in the linked list. The...

  • Ans. Naive approach
    • We will iterate through the linked list and store the sum of the nodes in a variable 'CURR_SUM' (initialized as zero) and keep a check of the number of nodes traversed since the last insertion with a variable 'NODES_TRAVERSED' (also, initialized as zero).
    • As we traverse the list, we add the value to the 'CURR_SUM' and increment the value of 'NODES_TRAVERSED'.
    • When the value of 'NODES_TRAVERSED'becomes equal...
  • Answered Anonymously
  • Q2. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. Recursive Approach
    • In this approach, we use recursion and uses a basic condition that :
      • If ‘N’ is smaller than ‘1’(N<=1) we return ‘N’
      • Else we call the function again as ninjaJasoos(N-1) + ninjaJasoos(N-2).
    • In this way, we reached our answer.
    Space Complexity: O(n)Explanation:

    O(N),  where ‘N’ is the given number.  

    As recursion uses a stack of size ‘N’

    Time Complexity: O(2^n)Explanation:

    O(2^N), where ‘N’ i...

  • Answered Anonymously
Round 2 - HR 

Round duration - 50 minutes
Round difficulty - Easy

The interview was held on Zoom and the interview lasts for 50 minutes. 
 

1.Explain how did you evolve yourself in B Tech (1-1 semester to 4-1 semester).
 

2. What do you know about Micron Technology?
 

Lastly discussed the certifications and extra circular activities I have done.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from B V Raju Institute of Technology. I applied for the job as Associate Software Engineer in HyderabadEligibility criteriaABOVE 7 CGPA(through out from 10th to BTech till now), No Active BacklogsMicron Technology interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, C, Java, Computer Networks, Operating Systems, Python.Time required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Increase problem-solving ability and prepare Data structures and Algorithms well.
Tip 2 : Try to write Optimised code for the given problem statement. If you got stuck in the middle, give it a try. Interviewer will 
look at your approach and try to help you.
Tip 3 : Be Confident enough, don't be nervous.
Tip 4 : Maintain At least 2 projects in your resume.

Application resume tips for other job seekers

Tip 1 : Be honest with the information mentioned in the resume.
Tip 2 : You should be able to answer all the questions related to skills in the resume.
Tip 3 : Have at least 2 projects.
Tip 4 : You should be able to justify your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Micron Technology Associate Software Engineer Interview Questions and Answers

Q1. Add K NodesYou are given a Singly Linked List of integers and an integer 'K'. Your task is to modify the linked list by inserting a new node after every 'K' node in the linked list with the node value being equal to the sum of the previous ... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

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)

I was interviewed before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Its a zoom call interview which lasted for 45 minutes. initially there are two panel members in which one is very targetting at me. They asked me different type of questions like jumping from DSA to project then to python then again java. Its a mixed combo pack type interview. for each and every question they asked me the real time example. The discussion on my project lasted for 15-20 mins.

  • Q1. 

    Count Set Bits Problem Statement

    Given a positive integer N, compute the total number of '1's in the binary representation of all numbers from 1 to N. Return this count modulo 1e9+7 because the result can...

  • Ans. Brute Force

    The key idea is to count the number of set bits in each number from 1 to n and return the sum of all set bits.

     

    The algorithm will be -

     

    • For each i from 1 to N -
      • We find the number of set bits for each i.
      • This can be done using a built-in function (for eg builtin_popcount in c++) or by simply using a loop and left shifting the number and finding if the last place is set or not.
    • Finally we store the coun...
  • Answered Anonymously
Round 2 - Video Call 

Round duration - 30 mins
Round difficulty - Easy

This round was a zoom interview. The interview started with my brief introduction. This time the interview was more interested in my hobbies and passions. He asked me what do you do to keep yourself updated with the latest technology trends?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 8CGPAMicron Technology interview preparation:Topics to prepare for the interview - Apptitude, C, Java, Data Structures and Algorithms, DBMSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do participate in all the coding contests, long challenges held by codechef, codeforces
Tip 2 : Practice all kinds of problems on leetcode, gfg, coding ninjas
Tip 3 : When you are writing a written exam for a particular company, make sure you get to know about the company in detail.

Application resume tips for other job seekers

Tip 1 : Make your resume short and sweet(mostly 1 page, max 2 pages) is preferred.
Tip 2 : Make sure your resume is crisp rather than descriptive
Tip 3 : Do not lie on your resume

Final outcome of the interviewSelected

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)

Get interview-ready with Top Micron Technology Interview Questions

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All of those are knowledge based questions like they probably gave you a case study or they will give you a situation based on your experience in the particular area you have to give the answer. Like, they...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer Confidently. Describe your previous role in a very compact way and also how your previous experience is going to help you to perform the tasks in your new role. Express your interest in different opportunities. Explain the Process Improvement ideas you worked on during yourast role. Ask the relevant questions to the interviewer so that they also get know that you are actually interested in the role. Do not hesitate or fumble, if you do not know something you state it clearly.... That's it.

Senior HR Executive Interview Questions asked at other Companies

Q1. 3. Do you have knowledge about labour laws, PF proceedings and contract laws?
View answer (2)

Jobs at Micron Technology

View all

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Material master overview, Transaction code used for PIR, QIR. BOM overview, SE16 tables for material, team centre application awareness,
  • Q2. How do you handle conflicts in a team, leadership skills, qualities of good manager, personal learning in life contributing positive impact on work.

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round of Interview went around 30 minutes which is of technical. The second round went around 45 minutes contains most of pyschomatric questions.

Master Data Specialist Interview Questions asked at other Companies

Q1. What are the t-codes used in SAP to perform customer or vendor annual review
View answer (1)

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 58 interviews

Interview experience

4.1
  
Good
View more
Join Micron Technology Intelligence Accelerated

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 561 Interviews
Qualcomm Interview Questions
3.8
 • 274 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Western Digital Interview Questions
3.5
 • 49 Interviews
Broadcom Interview Questions
3.4
 • 41 Interviews
View all

Micron Technology Reviews and Ratings

based on 363 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.4

Salary

3.4

Job security

3.6

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 363 Reviews and Ratings
Procurement Compliance Officer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Staff Engineer, Analog Design

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Staff Systems Engineer

Hyderabad / Secunderabad

6-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
128 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Software Engineer
113 salaries
unlock blur

₹11.5 L/yr - ₹26 L/yr

Data Engineer
83 salaries
unlock blur

₹7.4 L/yr - ₹28.1 L/yr

Staff Engineer
70 salaries
unlock blur

₹24 L/yr - ₹50 L/yr

Senior Engineer
57 salaries
unlock blur

₹14 L/yr - ₹40.5 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