Micron Technology interview experience Real time questions & tips from candidates to crack your interview

Associate Software Engineer

Micron Technology
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 months
Topics: Data Structures and Algorithms, DBMS, C, Java, Computer Networks, Operating Systems, Python.
Tip
Tip

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 process
Where: Campus
Eligibility: ABOVE 7 CGPA(through out from 10th to BTech till now), No Active Backlogs
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date10 Aug 2020
Coding problem0

Written test was a simple computer-based test. The test consists of 3 sections.
 

1. The aptitude and logical reasoning section. (20 MCQs)
 

2. Computer section includes computer engineering and computer programming questions. These questions were related to output, pseudocode, strings, operating systems, computer networks, software engineering, SQL, data structure, web development, and Information security. (30 MCQs)
 

3. Essay writing (general issue): 10 minutes for the essay.
 

Section 1 and 2 collectively contain 50 MCQs and the time allotted is 50 minutes.
 

NOTE: There is no navigation in between the sections.

02
Round
Easy
Video Call
Duration60 minutes
Interview date16 Aug 2020
Coding problem3

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.
 

1. Technical Questions

1. In detail about the OOPS concepts.
2. Inheritance types.
3. Explain static and dynamic memory allocation?
4. How to identify the head node in the Circular linked list?
5. What is join? Explain the types of joins?
6. What are primary key, unique key, and foreign key constraints?
7. Sorting techniques time complexity.
8. Explain about server-side mechanism?

2. Add K Nodes

Moderate
37m average time
60% success
0/80
Asked in companies
AdobeGoldman SachsJosh Technology Group

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 with the node value being equal to the sum of the previous 'K' nodes.

Note :
If you reach a situation when the number of nodes remaining in the linked list is less than 'K' but greater than zero, just insert a node with the value equal to the sum of the remaining nodes.
Try solving now

3. Nth Fibonacci Number

Easy
0/40
Asked in companies
HCL TechnologiesAccentureIBM

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now
03
Round
Easy
HR Round
Duration50 minutes
Interview date16 Aug 2020
Coding problem1

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.

1. Technical Questions

1. Explain how to find the distance between the points on the map in general terms?
2. Explain how a stack works?
3. What is normalisation? Briefly explain the normalisation types.
4. List OSI model layers and explain with a real-time example.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which operator is used for exponentiation in Python?

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 3 problems
Interviewed by Micron Technology
2655 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
1502 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
988 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
769 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
4504 views
1 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Tata Consultancy Services (TCS)
2802 views
2 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 5 problems
Interviewed by Accenture
3429 views
0 comments
0 upvotes