Meta OA Questions 2024: What Candidates Actually Saw

Last updated: May 2026

27+ Meta online assessment questions reported by candidates who took the OA in 2024. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.

Meta OA Format in 2024

The Meta online assessment has followed a consistent format across multiple hiring cycles. Based on 2024 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.

Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.

Real Meta OA Questions from 2024

Meta OA

coding leetcode

There a string given with 0, 1 and ! where ! is an error and can be replaced by either 0 or 1 and there is x and y given...

View

Meta OA

coding leetcode

A group of explorers is heading for an expedition into a cave. We know that the cave can be represented as a rectangular map consisting of N rows and M...

View

Meta | E4 | Menlo Park, CA - Rejected

mixed leetcode

Hello Everyone, Hope my interview experience helps you in preparing for your interview. Mock Interview: 1. https://leetcode.com/problems/move-zeroes/description/ - it was move zeros to the left instead of right 2. https://leetcode.com/problems/3sum/description/ Always take a...

View

META E3 Reject

easy mixed leetcode

OA: 2 easy, 1 medium, 1 hard Onsite: Coding 1: 1> https://leetcode.com/problems/valid-palindrome-ii/ (follow up: https://leetcode.com/problems/valid-palindrome-iii/) 2> https://leetcode.com/problems/valid-word-abbreviation/description/ Coding 2: 1> https://leetcode.com/problems/powx-n/description/ (wanted iterative solution) 2>https://leetcode.com/problems/insert-delete-getrandom-o1/description/ (followed up with https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed/description/) Coding 3: 1> https://leetcode.com/problems/merge-sorted-array/description/ ( followed up with k...

View

Meta Production Engineering New Grad Interview Experience

easy coding leetcode

Hey everyone, I recently went through the Meta Production Engineering New Grad interview process, and I wanted to share my experience to help others prepare. Round 1: Online Assessment (Linux and...

View

META SWE E4/E5 Probably fail

easy coding leetcode

Recently just got done for E4/E5 Phone OA, only prepped for about 1.5 months and even then, it was just trying to understand basics and finding patterns. To tell you...

View

Meta New Grad VO Coding. How did I do?

easy interview experience leetcode

Jut got done with my New Grad Role VO. 2 rounds. 45 mins each. I wont reveal the actual questions due to NDA but I think all were from past 30...

View

Is it normal to have a follow-up interview 30 minutes after finishing the previous rounds?

interview experience leetcode

Hi everyone, I just had a strange experience during a recent internship interview, and I\u2019m wondering if anyone else has encountered something similar or has any insights. Here\u2019s how it went: ###...

View

Got the Meta New Grad 2025 Offer!

hard interview experience reddit

Hey guys, I received the offer for the Software Engineer (University Grad) 2025 at Meta yesterday! I mostly followed whatever fellow Redditors recommended and would like to share my experience too. Ro

View

New Grad Meta Interview Experience

hard interview experience reddit

*If you posted reject can you explain why so I can improve* **9/26:** Recuiter reachout **10/3:** Submitted OA; Full test cases on 1,2,4 and half of 3 **10/4:** I received an email that I am moving to

View

Meta onsite E4 | London | SWE

binary tree leetcode

Giving back to community. I had Meta onsite 2 coding round, 1 system design and 1 behavioral round. Round 1 : 1) https://leetcode.com/problems/closest-binary-search-tree-value/description/ 2) similar to this problem https://leetcode.com/problems/merge-sorted-array/description/ but with 3 sorted arrays. Round...

View

Meta | OA | Angry Frogs

coding leetcode

There are N blocks, numbered from 0 to N\u22121, arranged in a row. A couple of frogs were sitting together on one block when they had a terrible quarrel. Now...

View

Production Engineer Intern Experience Menlo Park/ Bellevue

easy mixed leetcode

The production Engineer Intern Role consist of Quiz/OA Round -------------> Coding Round (Screening) ------------> Linux and Operating Systems Onsite (Final Round) -----------> Offer/ Rejection 1. The OA was about operating system...

View

Facebook | Online Screen | MLE

coding leetcode

The online assessment was a 45 minute interview. I was given 2 questions and last 5 minutes were reserved for Q and A. Question 1: https://leetcode.com/problems/binary-tree-right-side-view/description/ Question 2: https://leetcode.com/discuss/interview-question/124616/Merge-two-interval-lists

View

META|Software Engineer New Grad|Full Loop

easy mixed leetcode

Hi Everyone, I recently completed my full loop virtual onsite interview and its time to give back to the community which helped me a lot during preparations. Round 1: OA(4 questions:...

View

META | On Site | L5-7|

easy system design leetcode

Codding Interview 1: Question 1: https://leetcode.com/problems/basic-calculator-ii/description/ Question 2: https://leetcode.com/problems/powx-n/description/ Product Design 1: Design online assesment platform (leetcode, hackerrank etc.) Codding Interview 2: Question 1: https://leetcode.com/problems/merge-intervals/description/ with input as two sorted list Question 2: https://leetcode.com/problems/valid-palindrome/description/ Product...

View

US New Grad | Pass

easy interview experience leetcode

Hello Everyone, I recently got an offer from Meta for new grad role. I wanted to give back to the leetcode community as it has helped me a lot in...

View

Meta | E5 | MLE | Passed | Menlo Park

full loop leetcode

Hey all, I learned a lot during past 2 months from the community, now it is the time to give back. This is my very first coding interview. So I...

View

Meta || Research Scientist Infra || E4 Phone Screen

coding leetcode

Completed phone screen recently, waiting to hear back (most employees are on holiday break so turnarounds seem slower). Locations on the job posting are NYC, Seattle, Menlo Park. Phone screens...

View

META New Grad 2025 Interview Experience - REJECTED

easy interview experience reddit

Hey everyone, I recently completed the final loop for Meta New Grad 2025. I found a lot of posts on here to be very helpful, I'm gonna try to summarize my entire experience, hopefully someone can lear

View

Topic Breakdown (2024 OA)

Topics reported by candidates who took the Meta OA in 2024:

coding (10) full loop (2) system design (1) heap (1) binary tree (1)

Difficulty Breakdown (2024 OA)

13

easy

2

hard

Difficulty labels are reported by candidates or inferred from LeetCode ratings.

How to Prepare for the Meta OA

The Meta OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.

  • Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
  • Focus on the topic clusters that appear most in Meta OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
  • Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
  • Use the LeakCode database to review 2024 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
  • If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.

FAQ

What does the Meta OA look like in 2024?

Based on 2024 candidate reports, the Meta OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.

How long is the Meta OA?

Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.

What platform does Meta use for the OA?

Meta uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.

Are these real Meta OA questions?

Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.

Other Meta OA Years

Related: Meta OA Hub · Meta All Questions · All OA Questions · Data Sources