Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Meta

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Meta reviews | Meta jobs | Meta salaries | Meta benefits | Meta conversations
      Meta interviewsMeta Software Engineer interviewsMeta interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Indeed, Inc.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Software Engineer Interview

      27 Aug 2019
      Anonymous interview candidate
      Redmond, WA
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 3 months. I interviewed at Meta (Redmond, WA) in Aug 2019

      Interview

      Had a recruiter who kept sending me ping emails every month or so. After several months I responded with my canned "don't bother unless you can meet these criteria" message (things like relocation being a non-starter, salary and equity requirements, industries I won't work in, etc). He said he thought they could clear the bar on these issues and I ended doing a quick chat with a hiring manager about 2 weeks later, followed by a tech screen 2 weeks after that, and then another phone conversation about moving forward with an in-person interview a week and a half after that. So at this point it's a month and a half after my first response to the recruiter and I'm waiting on FB to schedule the in-person. At this point it's right before the July 4th holiday, so I figure it's not unreasonable if it takes a bit to get the scheduling together. I spend 3 weeks waiting before I get an email stating that they lost someone on their recruiting team, lost track of ME, and asking if I still want to come in for an in-person in the next couple of weeks. OK then. I said sure. The next day I get an email tentatively scheduling my on-site for another 2 weeks in the future. Along with that I get a flurry of mostly automated emails asking me for all sorts of information needed for travel arrangements. I live in Seattle. The on-site is in Redmond. I point out that I don't need travel accommodations, although I'm kind of sad I didn't just leave it, just to see if they were able to book a flight from SEATAC to SEATAC. One thing I asked about before the on-site was whether I could bring in a laptop to do coding questions on. My handwriting is bad and my hand tends to cramp up after a few hours holding dry-erase markers, and I generally prefer to use an editor while coding. I was told that while I wouldn't be allowed to bring my own device on-site, they had the option for candidates to do problems either on a whiteboard or on a company provided laptop for that purpose. Finally on the day of the interview I go in and do the thing. It's the standard "large tech company" interview cycle, where you spend an hour or so with different people, each one tasked with evaluating some aspect of your abilities. Right off the bat I was told that there was an issue with the interviewee computers and that I wouldn't be able to use one, for coding problems or otherwise. Most of the sessions involved me spending most of my time at the whiteboard, except for one case where I was talking to someone who was in an SF office over a video conference connection. He exclusively asked the soft questions like "Tell me about something you did that you were particularly proud of". The questions were pretty familiar because they're the kind I tend to ask when I've done no prep for an interview. That might seem harsh, but during the back and forth I got several other signals that he really hadn't done *anything* to research me. I'm not exactly famous or anything, but I have written a book specifically related to the work Facebook Reality Labs does. If you google my full name, you are immediately presented with my LinkedIn, GitHub, Twitter and Amazon profiles, all of which contain a fountain of information you could use to personalize an interview session. After the interview I didn't hear back for a full week, at which point they said they wouldn't be moving forward. Unusually, the recruiter did specify that the feedback had been mixed, and that the negatives had come from the two design oriented segments of the interview. Overall it wasn't a horrific experience, but I'm still rating it a negative because * frequent delays * "losing track of me" * trying to setup travel arrangements for a local candidate * setting expectations of interview conditions (being able to code on a computer) and then breaking them on the day * no one, especially the "soft questions" guy, appeared to have any idea who I was or made any reference to my existing history in or contributions to VR

      Interview questions [3]

      Question 1

      Design question: Given an internet server with 12 cores, 60 GB of memory and a big network pipe (he specified, but I can't remember the actual value), how would you implement a caching service with 3 functions that boils down to void set(string key, byte[] data); byte[] get(string key) void delete(string key) where the key is between 1 and 255 characters, and where the data block can be up to 1 MB. Further, how would you design the system to be effective when some key becomes part of something that goes viral, such that there is suddenly a much higher rate of requests for it
      1 Answer

      Question 2

      Imagine a two dimensional NxM grid of boxes. Each box may contain a pipe, which can connect to any of the 4 ordinal directions. Write a function that returns true if the pipe network(s) described by the grid are closed, i.e. there are no pipes connected to edges of the grid, or connected to an adjoining cell that does not have a pipe connecting to the shared side.
      1 Answer

      Question 3

      The last memorable questions were all about vector math (in the sense of geometric vectors, not SIMD optimizations), and most of the time was spent with me trying to implement intersection tests, first sphere/sphere and then sphere/capsule. Note that this interview was at Facebook Reality Labs, so this kind of question wasn't out of left field, and I expected that there would be some level focus on 3D rendering fundamentals.
      1 Answer
      9

      Other Software Engineer interview reviews for Meta

      Software Engineer Interview

      29 Jun 2026
      Anonymous interview candidate
      No offer
      Neutral experience
      Easy interview

      Application

      I interviewed at Meta

      Interview

      The technical round hit me with a classic array manipulation problem: moving zeroes to the end without disrupting the order of non-zero elements. As I tackled it, I felt a wave of familiarity wash over me; I had just practiced a similar challenge on PracHub. The rest of the interview followed a straightforward path, with some easy behavioral questions sprinkled in. Overall, it felt very easy, but I wasn’t quite the right fit for what they needed, so I didn’t receive an offer.

      Interview questions [1]

      Question 1

      Move zeroes in an array to the end while keeping non-zero element order, in place
      Answer question

      Software Engineer Interview

      23 Jun 2026
      Anonymous interview candidate
      No offer
      Negative experience
      Difficult interview

      Application

      I interviewed at Meta

      Interview

      1 leetcode med, 1 leetcode hard. make sure you know your DSA and leetcode questions. I wasn't able to get an offer bc i didnt complete the second question. Got a reply 2 days later saying they would move on

      Interview questions [1]

      Question 1

      Leetcode med. Cant remember the exact question
      Answer question

      Software Engineer Interview

      24 Jun 2026
      Anonymous employee
      Menlo Park, CA
      Accepted offer
      Neutral experience
      Average interview

      Application

      I applied online. I interviewed at Meta (Menlo Park, CA)

      Interview

      It's honestly striaght from leetcode tagged There are no surprises if you do tagged you would be good and do well. System design is much harder. Would recommend using hello interview.

      Interview questions [1]

      Question 1

      Design Twitter and consider if it was suddenly an extremely low latency env
      Answer question