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 & 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 Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      Software Engineer Interview

      Mar 5, 2022
      Anonymous Interview Candidate
      Dublin, Dublin
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 6 weeks. I interviewed at Meta (Dublin, Dublin) in Mar 2022

      Interview

      A telephone screening then I had to do 2 technical rounds though I was told it should be only one before onsite interviews. The first round went just fine and everything was clear and I did all what I was asked for. For the second round the first task had such a weird requirement (solve without using division), I have never seen such a constraint anywhere in the 100s of problems I ever solved. I think it was trying to be innovative but it off-tracked the interview from technology-thinking to riddle-solving. For the second task: the interviewer seemed to have no knowledge of C# Dictionary data structure and kept insisting that I should use a set where the dictionary is more efficient in data access. The interviewer English language was so unclear that made it very hard for me to understand him. Most of the characters pronunciation was wrong causing words to be heard as all vowels. I even asked a question at the end of the interview after completing the tasks but I could not understand what he was saying at all however I had to giveup on it since time was already over.

      Interview questions [2]

      Question 1

      Q1: Given an array nums of n integers where n > 1, return an array output such that output[i] is equal to the product of all the elements of nums except nums[i]. Input: [4,3,2,1] Output: [6,8,12,24] Please solve it * without division operator * in O(n).
      1 Answer

      Question 2

      Q2: Given a short string S and a dictionary D, find out all possible ways to split S using words in D Test example: S = 'abcd' D = ['a', 'b', 'ab', 'cd'] -> ['a b cd', 'ab cd'] S = 'aaa' D = ['a'] -> ['a a a'] S = 'abcd' D = ['ab'] -> [] S = 'abcd' D = ['abcd'] -> ['abcd']
      Answer question
      8

      Other Software Engineer Interview Reviews for Meta

      Software Engineer Interview

      Jul 2, 2026
      Anonymous Interview Candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Meta

      Interview

      Spoke with interviewer over video conferencing. He was very communicative . He answered my questions. Asked me BFS question. A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.

      Interview questions [1]

      Question 1

      A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.
      Answer question

      Software Engineer Interview

      Jun 29, 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

      Jun 24, 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