Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
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 Work with us arrow

Compare button icon Compare button icon Compare
3.6

based on 401 Reviews

  • Why join us
  • Reviews
    401
  • Salaries
    3.4k
  • Interviews
    72
  • Jobs
    5
  • Benefits
    39
  • Photos
    15
  • Posts
    1

Filter interviews by

Micron Technology Interview Questions and Answers

Updated 21 Apr 2025
Popular Designations

33 Interview questions

A Business Analyst was asked 4w ago
Q. Write an SQL query to fetch the 3rd highest salary in an organization.
Ans. 

To fetch the 3rd highest salary, SQL queries can utilize ranking functions or subqueries for effective retrieval.

  • Using Subquery: A common method is to use a subquery to select distinct salaries and then limit the results. Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Using DENSE_RANK: SQL's DENSE_RANK function can rank salaries and allow for easy retrieval of the 3rd highest....

View all Business Analyst interview questions
A Staff Engineer was asked 1mo ago
Q. Design a software timer library that handles multiple clients, where the hardware supports 1 microsecond granularity.
Ans. 

Design a software timer library for multiple clients with 1us granularity support.

  • Use a priority queue to manage timers based on expiration time.

  • Implement a callback mechanism for clients to receive notifications.

  • Support multiple timer types: one-shot, periodic, and delayed timers.

  • Ensure thread safety for concurrent access from multiple clients.

  • Provide an API for clients to create, cancel, and query timers.

View all Staff Engineer interview questions
An Automation Test Engineer was asked 6mo ago
Q. Explain the CMOS inverter.
Ans. 

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...

View all Automation Test Engineer interview questions
A Data Scientist was asked 7mo ago
Q. What is AdaBoost?
Ans. 

Adaboost is a machine learning algorithm that combines multiple weak learners to create a strong learner.

  • Adaboost stands for Adaptive Boosting.

  • It works by adjusting the weights of incorrectly classified instances so that subsequent weak learners focus more on them.

  • The final prediction is made by combining the predictions of all the weak learners, weighted by their accuracy.

  • Example: Adaboost is commonly used in fac...

View all Data Scientist interview questions
A Data Scientist was asked 7mo ago
Q. How do you print a binary tree in different orders?
Ans. 

Printing a binary tree in different orders

  • Use inorder traversal to print the binary tree in ascending order

  • Use preorder traversal to print the binary tree in root-left-right order

  • Use postorder traversal to print the binary tree in left-right-root order

View all Data Scientist interview questions
A Software Developer was asked 8mo ago
Q. Write code to determine if a number is an Armstrong number.
Ans. 

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

View all Software Developer interview questions
A Staff Software Engineer was asked 9mo ago
Q. How do you set up passwordless SSH between machines?
Ans. 

Passwordless SSH allows for secure and convenient access between machines.

  • Generate SSH key pair on local machine using ssh-keygen command

  • Copy public key to remote machine's authorized_keys file

  • Ensure correct permissions on .ssh directory and authorized_keys file

  • Test SSH connection without password prompt

View all Staff Software Engineer interview questions
Are these interview questions helpful?
A Data Engineer was asked 9mo ago
Q. What is the difference between repartition and coalesce?
Ans. 

Repartition increases or decreases the number of partitions in a DataFrame, while coalesce only decreases the number of partitions.

  • Repartition involves shuffling data across the network, while coalesce tries to minimize shuffling by only creating new partitions if necessary.

  • Repartition is typically used when increasing the number of partitions for parallelism, while coalesce is used when decreasing partitions to o...

View all Data Engineer interview questions
A Senior Data Engineer was asked 11mo ago
Q. Write a Spark program to find the word with the maximum length in a given string.
Ans. 

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

View all Senior Data Engineer interview questions
A Business Analyst was asked 03 Apr 2024
Q. What is a confusion matrix?
Ans. 

A confusion matrix is a table that is often used to describe the performance of a classification model.

  • It is a matrix with rows representing the actual class and columns representing the predicted class.

  • It helps in evaluating the performance of a classification model by showing the number of correct and incorrect predictions.

  • It consists of four quadrants: True Positive, False Positive, True Negative, and False Neg...

View all Business Analyst interview questions
1 2 3 4

Micron Technology Interview Experiences

72 interviews found

Electrical GET Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

1 hour
aptitude test
brain teaser type questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is transistor?
  • Add your answer
  • Q2. What is BJT? where it is used?
  • Add your answer

Electrical GET Interview Questions asked at other Companies

Q1. Can you explain Ohm's Law and how it relates to electrical circuits? What is the difference between AC (Alternating Current) and DC (Direct Current)? Describe the difference between analog and digital signals. Give an example of each. How w... read more
View answer (1)
Anonymous

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

No question I am remembering

Round 2 - Technical 

(5 Questions)

  • Q1. C programming question
  • Add your answer
  • Q2. VLSI design questions
  • Add your answer
  • Q3. Setup time analysis
  • Add your answer
  • Q4. Hold time analysis
  • Add your answer
  • Q5. Test patter generation
  • Add your answer

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Nearly 90 questions. 1.30 hr.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain CMOS inverter?
  • Ans. 

    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...

  • Answered by AI
    Add your answer
  • Q2. Coding question based on min distance from top to bottom in a pyramid.
  • Add your answer

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Anonymous

Data Engineer Interview Questions & Answers

user image Nitesh Gupta

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Very Easy sql questions
  • Add your answer
  • Q2. Very eeasy basic python question
  • Add your answer
  • Q3. Arey bhai access karne de
  • Add your answer

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online assesment aptitude, 3 SQL questions, 2 easy DSA coding questions.
2d square grid traversal

Round 2 - Technical 

(1 Question)

  • Q1. SQL only Window functions, case switch statements, remove duplicate from table, aggregate functions If you are good at python plus points If you have basic idea/previous work experience with GCP you can ...
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Goals, where do see your self in 4 years(say that you will work at micron for a long time, don't say shit like I want to pursue higher studies) What does success mean to you
  • Add your answer
Anonymous

Senior Data Engineer Interview Questions & Answers

user image Priyanka Maganti

posted on 19 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a spark program to find the word with maximum length in a given string
  • Ans. 

    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

  • Answered by AI
    Add your answer
  • Q2. Write an sql query to change rows into columns and vice versa
  • Ans. 

    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))

  • Answered by AI
    Add your answer
  • Q3. Write an sql query to fetch duplicate rows in a table
  • Ans. 

    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;

  • Answered by AI
    Add your answer
  • Q4. Diff between repartition and colaesce, clustering and partitioning in bq
  • Ans. 

    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 ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Micron Technology Senior Data Engineer interview:
  • Spark
  • SQL
  • Python
  • Google Cloud

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year and month. Order and Customer tables are separate, with Order_ID and Customer_ID as primary keys. The Customer table's Oid is a foreign key referencing the O... read more
View answer (2)
Anonymous

Staff Engineer Interview Questions & Answers

user image Ajay Rao

posted on 10 Apr 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Design SW timer library that handles multiple clients and HW supports 1us granularity.
  • Ans. 

    Design a software timer library for multiple clients with 1us granularity support.

    • Use a priority queue to manage timers based on expiration time.

    • Implement a callback mechanism for clients to receive notifications.

    • Support multiple timer types: one-shot, periodic, and delayed timers.

    • Ensure thread safety for concurrent access from multiple clients.

    • Provide an API for clients to create, cancel, and query timers.

  • Answered by AI
    Add your answer
  • Q2. Sliding window pattern questions.
  • Add your answer

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic concepts about OOPs and asked to code examples of polymorphism
  • Add your answer
  • Q2. Asked to write down SQL queries based on scenario
  • Add your answer
  • Q3. Discussion on docker and frontend.
  • Add your answer
  • Q4. My interview went nice. I nearly got all answers. But my resume was more OS related and it didn't matched with their requirements
  • Add your answer
Anonymous

Asic Design Verification Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to predict if a 32 bit number is divisible by 8, draw a circuit using gates
  • Ans. 

    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.

  • Answered by AI
    Add your answer
  • Q2. Various verilog scripting questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Do verilog coding

Skills evaluated in this interview

Asic Design Verification Engineer Interview Questions asked at other Companies

Q1. Write Verilog code to divide the frequency of a 100Hz square wave signal with a 50 percent duty cycle by 3.
View answer (2)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    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)...

  • Answered by AI
    Add your answer
  • Q2. Code for armstrong alogrithm
  • Ans. 

    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

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about Micron Technology?
Ask anonymously on communities.
More about working at Micron Technology
  • HQ - Boise,Idaho, United States
  • Semiconductors
  • 1k-5k Employees (India)
  • Electronics Manufacturing

Micron Technology Interview FAQs

How many rounds are there in Micron Technology interview?
Micron Technology interview process usually has 1-2 rounds. The most common rounds in the Micron Technology interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Micron Technology 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 Python, Artificial Intelligence, C++, Perl and SQL.
What are the top questions asked in Micron Technology interview?

Some of the top questions asked at the Micron Technology interview -

  1. Checking whether a fibonacci number is present between a particukar range (100 ...read more
  2. What is docker and why do we use it for containerising applicati...read more
  3. What is database normalisation and how your project benefited from it in the pa...read more
What are the most common questions asked in Micron Technology HR round?

The most common HR questions asked in Micron Technology interview are -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more
How long is the Micron Technology interview process?

The duration of Micron Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Micron Technology Interviews By Designations

  • Micron Technology Senior Engineer Interview Questions
  • Micron Technology Software Engineer Interview Questions
  • Micron Technology Staff Engineer Interview Questions
  • Micron Technology Process Engineer Interview Questions
  • Micron Technology Business Analyst Interview Questions
  • Micron Technology Data Engineer Interview Questions
  • Micron Technology Associate Software Engineer Interview Questions
  • Micron Technology Software Developer Interview Questions
  • Show more
  • Micron Technology Test Engineer Interview Questions
  • Micron Technology Design Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Engineer Interview Questions
  • Executive Interview Questions
  • Associate Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Sales Executive Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Accountant Interview Questions
  • Show more
  • Assistant Manager Interview Questions
  • Sales Officer Interview Questions

Overall Interview Experience Rating

4.1/5

based on 62 interview experiences

Difficulty level

Easy 24%
Moderate 65%
Hard 12%

Duration

Less than 2 weeks 55%
2-4 weeks 23%
4-6 weeks 13%
More than 8 weeks 10%
View more
logo
Join Micron Technology Intelligence Accelerated

Interview Questions from Similar Companies

Qualcomm
Qualcomm Interview Questions
3.8
 • 266 Interviews
Intel
Intel Interview Questions
4.2
 • 221 Interviews
Texas Instruments
Texas Instruments Interview Questions
4.0
 • 124 Interviews
Synopsys
Synopsys Interview Questions
3.9
 • 93 Interviews
Applied Materials
Applied Materials Interview Questions
3.9
 • 79 Interviews
Cadence Design Systems
Cadence Design Systems Interview Questions
4.0
 • 66 Interviews
Molex
Molex Interview Questions
3.8
 • 56 Interviews
Advanced Micro Devices
Advanced Micro Devices Interview Questions
3.6
 • 48 Interviews
Lam Research
Lam Research Interview Questions
3.8
 • 46 Interviews
NXP Semiconductors
NXP Semiconductors Interview Questions
3.7
 • 45 Interviews
View all

Micron Technology Reviews and Ratings

based on 401 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.4

Salary

3.4

Job security

3.5

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 401 Reviews and Ratings
Jobs at Micron Technology
Micron Technology
Sr.Manager - Procurement Project Management

Hyderabad / Secunderabad

15-18 Yrs

Not Disclosed

Micron Technology
Engineer - Machine Vision System

Mumbai,

Hyderabad / Secunderabad

+6

2-5 Yrs

₹ 13.9-34 LPA

Micron Technology
Application Engineers - Industrial Automation

Mumbai,

Hyderabad / Secunderabad

+5

2-6 Yrs

Not Disclosed

Explore more jobs
Micron Technology Salaries in India
Software Engineer
141 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Software Engineer
122 salaries
unlock blur

₹11.5 L/yr - ₹26 L/yr

Senior Engineer
102 salaries
unlock blur

₹11 L/yr - ₹40.5 L/yr

Staff Engineer
99 salaries
unlock blur

₹22 L/yr - ₹54 L/yr

Data Engineer
93 salaries
unlock blur

₹7.4 L/yr - ₹24 L/yr

Explore more salaries
Compare Micron Technology with
Qualcomm

Qualcomm

3.8
Compare
Intel

Intel

4.2
Compare
Apar Industries

Apar Industries

4.1
Compare
TDK India Private Limited

TDK India Private Limited

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Micron Technology Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter