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
3.7

based on 338 Reviews

Filter interviews by

Micron Technology Big Data Engineer Interview Questions and Answers

Updated 17 Sep 2022

Micron Technology Big Data Engineer Interview Experiences

2 interviews found

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 easy coding questions and some MCQs from Python, Data Analysis and Machine learning

Round 2 - Technical 

(1 Question)

  • Q1. Simple array questions. Give an integer array and asked to find a pair with the given total.
Round 3 - HR 

(1 Question)

  • Q1. Asked about myself and the projects I did. Done a through investigation of my resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Python, SQL and DBMS. Read about the company.

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question on SQL joins
  • Q2. Convert a list of dictionaries to CSV in Python
  • Ans. 

    Convert a list of dictionaries to CSV in Python

    • Use the csv module to write to a file or StringIO object

    • Use the keys of the first dictionary as the header row

    • Loop through the list and write each dictionary as a row

  • Answered by AI
  • Q3. What is partitioning in Hive?
  • Ans. 

    Partitioning in Hive is a way of dividing a large table into smaller, more manageable parts based on a specific column.

    • Partitioning improves query performance by reducing the amount of data that needs to be scanned.

    • Partitions can be based on date, region, or any other relevant column.

    • Hive supports both static and dynamic partitioning.

    • Partitioning can be done on external tables as well.

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Questions about previous project, day to day responsibilities.
  • Q2. Some advanced SQL queries
  • Q3. Checking whether a fibonacci number is present between a particukar range (100 - 200)
  • Ans. 

    To check if a Fibonacci number is present between 100-200

    • Generate Fibonacci numbers until 200

    • Check if any number is between 100-200

    • Use dynamic programming to optimize Fibonacci generation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Micron Technology Big Data Engineer interview:
  • Hadoop
  • Hive
  • Spark
Interview preparation tips for other job seekers - You should keep your basics clear, the interviewers are very supportive.

Skills evaluated in this interview

Big Data Engineer Interview Questions Asked at Other Companies

Q1. Difference between partitioning and bucketing. Types of joins in ... read more
asked in TCS
Q2. What optimization techniques have you utilized in your projects? ... read more
Q3. Checking whether a fibonacci number is present between a particuk ... read more
asked in TCS
Q4. What is the difference between lineage and directed acyclic graph ... read more
asked in TCS
Q5. What is the difference between cache and persistence?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about the project
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company

    • Used historical customer data to train the model

    • Implemented various classification algorithms such as logistic regression, random forest, and XGBoost

    • Evaluated model performance using metrics like accuracy, precision, recall, and F1 score

  • Answered by AI
  • Q2. Basic SQLQuestions
Round 2 - Panel interview 

(2 Questions)

  • Q1. Intermediate level SQL questions
  • Q2. Intermediate level python/machine learning questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Few standard dsa questions were asked.

Round 2 - HR 

(2 Questions)

  • Q1. Explain projects
  • Ans. 

    Projects are specific tasks or assignments that require a set of skills and resources to achieve a particular goal or outcome.

    • Projects involve defining objectives and deliverables

    • They require planning, execution, and monitoring

    • Projects often have timelines and budgets

    • Examples: Data analysis project to identify customer trends, Project to implement a new software system

  • Answered by AI
  • Q2. Introduce urself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • I have a Bachelor's degree in Statistics from XYZ University.

    • I have 3 years of experience working as a data analyst at ABC Company.

    • Proficient in using tools like Excel, SQL, and Tableau for data analysis.

    • I have experience in creating reports and dashboards to present data insights to stakeholders.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study dsa
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Dropout in. Deep learning
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic about python

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare for py3
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program complexity.
  • Q2. Code efficiency
Round 2 - HR 

(2 Questions)

  • Q1. What do you like about AMAT?
  • Ans. 

    AMAT is a leading provider of semiconductor manufacturing equipment and services.

    • AMAT is known for its cutting-edge technology and innovation in the semiconductor industry.

    • I appreciate AMAT's commitment to research and development, constantly pushing the boundaries of what is possible.

    • The company has a strong global presence and a track record of delivering high-quality products and services.

    • AMAT's focus on sustainabil...

  • Answered by AI
  • Q2. How do you like working?
  • Ans. 

    I enjoy working in a collaborative environment where I can use my analytical skills to solve complex problems.

    • I thrive in environments where I can work with a team to brainstorm ideas and solutions.

    • I appreciate opportunities to use data analysis techniques to uncover insights and drive decision-making.

    • I value a work culture that encourages continuous learning and professional growth.

    • I find satisfaction in overcoming ch...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How Decision tree works
  • Ans. 

    Decision tree is a predictive modeling tool that uses a tree-like graph of decisions and their possible consequences.

    • Decision tree splits data into subsets based on the value of a certain attribute

    • It recursively divides data into smaller subsets until a stopping criterion is met

    • Each internal node represents a decision based on an attribute, and each leaf node represents the outcome

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How pressure varies wrt temperature
  • Ans. 

    Pressure generally increases with temperature due to the kinetic energy of gas molecules.

    • Pressure is directly proportional to temperature in a closed system (Boyle's Law).

    • As temperature increases, gas molecules move faster and collide with the container walls more frequently, increasing pressure.

    • For example, a balloon inflated indoors may burst when taken outside on a hot day due to increased pressure from higher tempe

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What challenges you faced

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.About projects that you did. I was working on ADAS project. I explained those to them
  • Q2. Convolution neural network basics like variance, loss function hyperparameter tuning, regularization techniques
  • Q3. Logical questions. And, realize them in any programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 3 rounds, 2 technical and 1 HR.
In my case Two technical interviews were smooth. The panel got impressed and they even sent connection requests in LinkedIn. They were happy. And, informed me about final round.

The strange part is the HR never called me. And, after couple of days I dropped a mail but no response. It was quite unprofessional.

Micron Technology Interview FAQs

How many rounds are there in Micron Technology Big Data Engineer interview?
Micron Technology interview process usually has 2-3 rounds. The most common rounds in the Micron Technology interview process are Technical, Coding Test and HR.
How to prepare for Micron Technology Big Data Engineer 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 Java, Python, Big Data, C# and Hadoop.
What are the top questions asked in Micron Technology Big Data Engineer interview?

Some of the top questions asked at the Micron Technology Big Data Engineer interview -

  1. Checking whether a fibonacci number is present between a particukar range (100 ...read more
  2. Convert a list of dictionaries to CSV in Pyt...read more
  3. What is partitioning in Hi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Micron Technology interviews
Job Portal
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Micron Technology Intelligence Accelerated

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 550 Interviews
Qualcomm Interview Questions
3.8
 • 270 Interviews
Intel Interview Questions
4.3
 • 220 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Western Digital Interview Questions
3.5
 • 49 Interviews
View all
Micron Technology Big Data Engineer Salary
based on 14 salaries
₹6.9 L/yr - ₹21.2 L/yr
40% more than the average Big Data Engineer Salary in India
View more details
Software Engineer
131 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Software Engineer
112 salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Data Engineer
97 salaries
unlock blur

₹7.4 L/yr - ₹25 L/yr

Staff Engineer
65 salaries
unlock blur

₹24 L/yr - ₹50 L/yr

Senior Engineer
60 salaries
unlock blur

₹14 L/yr - ₹40.5 L/yr

Explore more salaries
Compare Micron Technology with

Intel

4.3
Compare

Samsung

4.0
Compare

Western Digital

3.5
Compare

Advanced Micro Devices

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview