i
Micron Technology
Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.
Aptitude and Logical Reasoning - 15MCQ's in 20min
Programming - 10MCQ's in 15min
Technical - 25MCQ's in 30min
Coding - 2qns in 45min
OOP concepts involve encapsulation, inheritance, and polymorphism in object-oriented programming.
Encapsulation: bundling data and methods that operate on the data into a single unit (class). Example: class Car { private String color; public void setColor(String c) { color = c; } }
Inheritance: creating new classes based on existing classes, inheriting their attributes and methods. Example: class SUV extends Car { privat...
I applied via campus placement at Gandhi Institute of Technology and Management, Visakhapatnam and was interviewed in Jun 2022. There were 3 interview rounds.
Arithmetic Aptitude
Number Series
Profit and Loss
Data Interpretation
Garbage collection in Java is an automatic process of freeing up memory by removing unused objects.
Java uses a mark-and-sweep algorithm for garbage collection
Objects that are no longer referenced by any part of the program are eligible for garbage collection
System.gc() can be used to suggest garbage collection, but it is not guaranteed to run immediately
Garbage collection can cause performance issues if not managed pro
I was interviewed before Sep 2020.
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.
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...
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
.
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...
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.
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.
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.
What people are saying about Micron Technology
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k
Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1
Note : consider array index starts with 1
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
Aptitude, technical MCQs and c/c++ questions of medium type
Technical questions related to programming concepts and memory management.
To find indices of a multi-dimensional array using offset, divide the offset by the size of each element and use the quotient as the index for the first dimension. Repeat this process for each dimension.
Bitwise operations are used to manipulate individual bits in a binary number. Examples include AND, OR, XOR, and bit shifting.
Structure padding i...
posted on 2 Jan 2025
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
General aptitude questions
Problem solving, solved 2 out of 3 questions
General topics were given in gd
Technical plus aptitude based on domain you choose( pre placemt talks)
posted on 29 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Questions on maths and reasoning
Count pairs in an array with a given difference
Sort the array to easily find pairs
Use two pointers approach to find pairs with difference equal to k
Keep track of unique pairs to avoid duplicates
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
129
salaries
| ₹6 L/yr - ₹18.3 L/yr |
Senior Software Engineer
113
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Data Engineer
83
salaries
| ₹7.4 L/yr - ₹28.1 L/yr |
Staff Engineer
69
salaries
| ₹24 L/yr - ₹50 L/yr |
Senior Engineer
64
salaries
| ₹12.5 L/yr - ₹38 L/yr |
Intel
Samsung
Western Digital
Advanced Micro Devices