i
Micron Technology
Filter interviews by
I applied via campus placement at Sastra University and was interviewed before May 2023. There were 3 interview rounds.
Online coding test and few MCQ question - easy to medium difficulty
What people are saying about Micron Technology
posted on 26 May 2024
I was interviewed in Apr 2024.
To delete a node in a single linked list, update the previous node's next pointer to skip over the node to be deleted.
Traverse the linked list to find the node to be deleted
Update the previous node's next pointer to skip over the node to be deleted
Free the memory allocated to the node to be deleted
Use two pointers to iterate through the list and remove duplicates by updating next pointers
Initialize two pointers, current and next, to iterate through the list
Compare current and next node values, if equal, update next pointer to skip duplicate node
Repeat until end of list is reached
Volatile and extern are keywords in C for memory management. Local and external linkages determine scope. SW and HW interrupts handle events. Different scheduling algorithms manage task priorities.
Volatile keyword is used to indicate that a variable may be changed unexpectedly, typically by hardware. Example: volatile int x;
Extern keyword is used to declare a variable that is defined in another file. Example: extern in...
posted on 21 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
4 questions, duration:-1:30 , platform:-hackerearth
I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.
I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.
I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.
Variance of sum of two iid random variables is the sum of their individual variances.
Variance of sum of two iid random variables is the sum of their individual variances
If X and Y are iid random variables, Var(X+Y) = Var(X) + Var(Y)
For example, if X and Y are both dice rolls, Var(X+Y) = Var(X) + Var(Y) = 35/12
Different types of fading channels in wireless systems include Rayleigh fading, Rician fading, and Nakagami fading.
Rayleigh fading is when there is no line of sight between transmitter and receiver, resulting in random amplitude and phase variations.
Rician fading is a combination of a dominant line of sight signal and scattered signals, leading to a stronger signal with fading effects.
Nakagami fading models the wireles...
General questions on time and work ,ages, pipes and cisterns, average and some simple ones
Asked about c language mcqs and also error checking, finding output for given program
I applied via Company Website and was interviewed before Oct 2022. There were 2 interview rounds.
posted on 11 Apr 2021
I recently built a complex system for automating network infrastructure deployment.
Designed and implemented a custom Python framework for automating network infrastructure deployment
Integrated the framework with Ansible for configuration management
Developed custom modules for interacting with network devices using NETCONF and REST APIs
Implemented a web-based UI for managing network infrastructure
Utilized Git for versio...
posted on 3 Feb 2022
I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.
Check if a number is a power of 2.
A number is a power of 2 if it is greater than 0 and has only one bit set to 1.
Use bitwise operations to check if the number is a power of 2.
For example, 4 (100 in binary) is a power of 2, while 6 (110 in binary) is not.
based on 1 interview
Interview experience
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
70
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