Interview Experience Analysis for Meta

180 Records Found
TOTAL EXPERIENCES
180
COMPANIES COVERED
1
ROLES COVERED
55
LOCATIONS COVERED
26

Curious About Salaries?

View Meta Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Meta Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Meta Online Assessment CodeSignal

Meta

Summary

I recently went through an online assessment for Meta on CodeSignal. The assessment involved implementing a task management system with multiple levels of functionality. The first level focused on bas...

Interview Experience

I participated in the Meta online assessment on CodeSignal. The assessment was divided into multiple levels, each adding more complexity to the task management system. Level 1 involved basic operations like adding, updating, and retrieving tasks. Level 2 introduced search and list functionalities wi...

Interview Questions (1)

Task Management System Implementation

HardSystem Design
Loading content...
Read on LeetCode

Meta Onsite E5 Infra

Meta

Summary

Loading content...

Interview Experience

Started with a coding round where I was asked to merge three sorted arrays and then solve the Binary Tree Right Side View problem. The interviewer was very supportive, asking me to explain my code and how I would test it.In the AI round, I was given a problem where I had to find a subset of words th...

Interview Questions (4)

Merge 3 Sorted Arrays

Data Structures & Algorithms
Loading content...

Binary Tree Right Side View

Data Structures & Algorithms
Loading content...

Subset of Words with Maximum Characters

AI & Algorithms
Loading content...

Design Instagram Feed Service

System Design
Loading content...
Read on LeetCode

Meta E6 ML-SWE / Downlevel

MetaE6 ML-SWE

Summary

I interviewed for an E6 ML-SWE role at Meta, encompassing multiple coding, system design, and behavioral rounds. Although I received a downleveled offer for E5, I ultimately declined it due to other c...

Interview Experience

Coding Round 1This round focused on algorithmic problem-solving. I was asked:The "K Closest Points to Origin" problem. I had to find the K points closest to the origin (0,0) from a given set of points.A variant of the "Subarray Sum Equals K" problem. Beyond just finding if a sum exists, I also had t...

Interview Questions (6)

K Closest Points to Origin

MediumData Structures & Algorithms
Loading content...
View Problem

Subarray Sum Equals K Variants

MediumData Structures & Algorithms
Loading content...
View Problem

Kth Largest Element in an Array (Index Variant)

MediumData Structures & Algorithms
Loading content...
View Problem

Token Issuance System

Data Structures & Algorithms
Loading content...

Design Instagram Video Feed

HardSystem Design
Loading content...

Design Facebook Feed Ranking (Second Stage)

HardSystem Design
Loading content...
Read on LeetCode

Meta E4 Interview Experince Bangalore

MetaE4 Software Engineer📍 Bangalore

Summary

I interviewed for an E4 Software Engineer role at Meta in Bangalore, which involved multiple coding, AI-assisted coding, behavioral, and product design rounds. Despite a mixed performance across round...

Interview Experience

Recruiter reached out via linkedin. Currently working as a SDE-2 in MAANG company. **Screening** One online OA where we were asked to solve a problem and its uts with every solve some condition was added to the problem , total there were 4-5 stages i was able to solve all except last. Problem it...

Interview Questions (14)

Design a Cache for a DB (LRU)

Data Structures & Algorithms
Loading content...

Diagonal Traverse II

Data Structures & Algorithms
Loading content...
View Problem

Next Permutation

Data Structures & Algorithms
Loading content...
View Problem

Sum Root to Leaf Numbers

Data Structures & Algorithms
Loading content...
View Problem

Stream Processing with Last K Elements (Median)

Data Structures & Algorithms
Loading content...
View Problem

Card Game: Pick 3 Cards Summing to 15

Data Structures & Algorithms
Loading content...

Resolve Conflict with Manager

Behavioral
Loading content...

Convince Team for Task Completion

Behavioral
Loading content...

Project You Are Proud Of

Behavioral
Loading content...

Deal with Difficult Co-worker

Behavioral
Loading content...

Change Direction Mid-Execution

Behavioral
Loading content...

Biggest Weakness

Behavioral
Loading content...

Pushed Bug to Production / Something Went Wrong

Behavioral
Loading content...

Design a Food Delivery Website

System Design
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

My Full Meta Interview Experience (Sept–Oct 2025) — Rejected

Meta

Summary

I recently completed my Meta full interview loop (Sept–Oct 2025) for a full-stack role, unfortunately resulting in a rejection, despite feeling I performed well in most of the coding, system design, a...

Interview Experience

Hey everyone,I recently finished my full interview loop with Meta and unfortunately got rejected at the end. Still, I wanted to share my full experience since posts like these really helped me during preparation.📍 Recruiter Reach-out (25th Sept)A recruiter contacted me via LinkedIn and asked to sch...

Interview Questions (11)

Ocean View Buildings

Data Structures & Algorithms
Loading content...

Pattern–Target Matching

Data Structures & Algorithms
Loading content...

Project I’m Proud Of

Behavioral
Loading content...

Conflict with a Teammate

Behavioral
Loading content...

Disagreement

Behavioral
Loading content...

Following Someone Else's Opinion

Behavioral
Loading content...

Ownership and Failures

Behavioral
Loading content...

Design an Online Food Delivery App

System Design
Loading content...

AI-Enabled Game Scenario Coding Challenge

Data Structures & Algorithms
Loading content...

LRU Cache

Data Structures & Algorithms
Loading content...

Palindrome After Deleting Characters

Data Structures & Algorithms
Loading content...
Read on LeetCode

Meta E4 Interview Experience

MetaProduct role

Summary

I recently interviewed with Meta for a Product role, which included a phone screen, coding assessments, and multiple onsite rounds covering coding, system design, and behavioral questions. I performed...

Interview Experience

I recently interviewed with Meta for their Product role and wanted to share my experience across the phone screen and onsite rounds. ⸻ Before the phone interview, I completed two assessments: • A coding assessment with 4 stages • A work-style assessment ⸻ Phone Screen 1. Count number of 1s in...

Interview Questions (8)

Count 1s in Subarray

Data Structures & Algorithms
Loading content...

Lowest Common Ancestor of a Binary Tree

Data Structures & Algorithms
Loading content...

Find first 1 in a sorted binary matrix

Data Structures & Algorithms
Loading content...

Trapping Rain Water

Data Structures & Algorithms
Loading content...

Design a concert ticket booking service

System Design
Loading content...

Valid Palindrome II

Data Structures & Algorithms
Loading content...

Valid Word Abbreviation

Data Structures & Algorithms
Loading content...

Behavioral Questions

Behavioral
Loading content...
Read on LeetCode

[USA] Meta Onsite Non-AI Coding

MetaSWE Product📍 USA

Summary

I had an onsite coding interview at Meta for a SWE Product role. I was asked two specific coding questions: one on binary tree column traversal and another involving complex friend request logic for m...

Interview Experience

## Non-AI Onsite Coding ### Question 1: Column Traversal Given a binary tree (NOT BST), print the column traversal from leftmost column to rightmost column. If two nodes are in the "same column", the top most node in that column should appear before the bottom most node. Pretty straightforward tr...

Interview Questions (2)

Binary Tree Column Traversal

Data Structures & Algorithms
Loading content...

Centaur Friend Request Logic

Data Structures & Algorithms
Loading content...
Read on LeetCode

[USA] Meta AI Coding Round

MetaSWE Product📍 USA

Summary

I describe my Meta AI Coding Round experience, which involved fixing unit tests and implementing a function for an NP-Complete problem using AI Assist. The round was practical, but I struggled with op...

Interview Experience

The onsite process1 AI coding round1 non-AI coding round (more leetcodey)1 sys design1 behavioralThe AI Coding RoundThe real thingI was given a codebase which consisted of a main.py, test.py, solve.py, utils.py and a data/ directory consisting of txt files with bunch of words and needed to find some...

Interview Questions (2)

Fix Failing Unit Tests in `utils.py`

Data Structures & Algorithms
Loading content...

Identify Subset of Words with Specific Property (NP-Complete)

HardData Structures & Algorithms
Loading content...

Preparation Tips

How to PrepThrow everything you know about leetcode out the window for this round. Grinding leetcode won't help you pass this roundYou will be given a coderpad with "AI Assist" mode, but you can only choose from the lightweight foundation models (eg: o4 mini, claude haiku, llama 4 maverick) in the A...

Read on LeetCode

Meta Phone Screen for Mid level Engineer

MetaMid level Engineer

Summary

Loading content...

Interview Experience

Just got done with my first Technical screen in Meta. I was asked two questions: 1. Find the minimum element in each level of a Binary Tree. Similar to LC102. Binary Tree Level Order Traversal, but just need to keep track of the minimum element in each level. Follow-up: What if we have to do this i...

Interview Questions (2)

Minimum Element in Each Level of Binary Tree

Data Structures & Algorithms
Loading content...
View Problem

Sorted List Iterator (Merge K Sorted Lists variant)

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Meta screening

MetaSenior Security Engineer📍 London

Summary

Loading content...

Interview Experience

Loading content...

Interview Questions (2)

IAM - RBAC and ABAC Concepts

Other
Loading content...

Strobogrammatic Number Check

Data Structures & Algorithms
Loading content...
Read on LeetCode
Showing 10 of 180
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App