i
Micron Technology
Filter interviews by
I applied via campus placement at LD College of Engineering, Ahmedabad
1 hour
aptitude test
brain teaser type questions
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
No question I am remembering
I applied via Campus Placement
Nearly 90 questions. 1.30 hr.
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
Micron Technology interview questions for popular designations
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Aug 2024. There were 3 interview rounds.
Online assesment aptitude, 3 SQL questions, 2 easy DSA coding questions.
2d square grid traversal
Get interview-ready with Top Micron Technology Interview Questions
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
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
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))
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;
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 ...
I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in May 2024. There was 1 interview round.
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.
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.
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)...
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
Top trending discussions
Interview experience
based on 340 reviews
Rating in categories
Software Engineer
131
salaries
| ₹6 L/yr - ₹20 L/yr |
Senior Software Engineer
112
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Data Engineer
97
salaries
| ₹7.4 L/yr - ₹25 L/yr |
Staff Engineer
65
salaries
| ₹24 L/yr - ₹50 L/yr |
Senior Engineer
60
salaries
| ₹14 L/yr - ₹40.5 L/yr |
Intel
Samsung
Western Digital
Advanced Micro Devices