Meta India E5 Comp

meta logo
meta
e5indiaOffer
August 19, 202519 reads

Summary

I cleared the E5 interview at Meta in India. The interview process was challenging, with a mix of coding and design questions. I received an offer after a successful interview experience.

Full Experience

Hey folks, I just cleared the E5 interview with Meta. The process was intense but rewarding. I was given a series of coding and design challenges that tested my problem-solving skills and system design knowledge. The coding questions were a mix of algorithms and data structures, while the design questions required me to think about scalability and user experience. I felt confident in my answers and was happy to receive the offer.

Interview Questions (6)

Q1
Robot Room Cleaner
Data Structures & AlgorithmsHard

Implement a solution for a robot to clean a room. The robot can move in four directions and clean a cell. The challenge is to ensure the robot covers all cells efficiently.

Q2
Rolling Window Average of Array
Data Structures & AlgorithmsMedium

Calculate the rolling window average of an array. For each window of size k, compute the average and return the result as an array.

Q3
Spiral Printing of Matrix
Data Structures & AlgorithmsMedium

Print the elements of a matrix in spiral order. The challenge is to traverse the matrix in a spiral pattern, starting from the top-left corner and moving clockwise.

Q4
Merge Intervals
Data Structures & AlgorithmsMedium

Given two lists of intervals, merge them into a non-overlapping list of intervals. The intervals are represented as pairs of start and end times.

Q5
Design a Ticket Booking System for a Popular Concert
System DesignHard

Design a system for booking tickets for a very popular concert. The system must handle a large number of users and ensure that tickets are allocated efficiently and without errors.

Q6
Design a Service for Likes on Instagram
System DesignHard

Design a service that handles likes for Instagram posts. The service must efficiently manage a large number of likes and provide real-time updates to users.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!