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 interviewsMeta Software Engineering New Grad 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. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      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 Engineering New Grad Interview

      19 Feb 2015
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 1 week. I interviewed at Meta in Feb 2015

      Interview

      I applied online and was approached by the HR to initiate the interview process. My next interview was a technical one and I had hoped to clear it, but failed. The interviewer was helpful, but failed to see my perspective. I initially approached to solve the problem in O(N) time using an algorithm that I thought I knew. But I got confused and 15 mins in the interview, I asked whether I could use another approach. This is when I got shaky. I proposed a solution in O(N^2) time. He asked to make it faster and using Hash Tables, I improved the time to O(N) and space to O(N). And with a hint from the interviewer, I ended up solving in O(N) time with constant space (and then started writing the code). During the whole interview session, I accidentally kept confusing things (for instance calling a node,a root node because I was thinking in terms of sub-trees and recursively). This generally doesn't happen even when working under stress. I felt the interviewer grossly underestimated me, but I blame myself for that. If there is anything I would different then it would be to use the easiest approach to solution the question first. A positive start boosts up the confidence. Make sure to explain CLEARLY (using the correct terminology) how to tackle the problem. One more thing: embrace the fact that there is always a possibility of getting rejected. So, blurt out whatever you solution you think should work. There is not enough time to derive your approach. And be confident. Sometimes you can trick the interviewer into believing that you know exactly what to do, even when you don't (if you are close enough).

      Interview questions [1]

      Question 1

      A modification of the lowest common ancestor problem (bonus points if you answer using RMQs)
      Answer question

      Other Software Engineering New Grad interview reviews for Meta

      New Grad Software Engineering Interview

      26 Jul 2024
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Meta

      Interview

      1 code signal online assessment into 2 interviews with 2 leet code medium style questions around a 40 minute time frame as well as 1 behavioural interview with SWEs to gauge culture fit.

      Interview questions [1]

      Question 1

      Typically leet code medium questions
      Answer question

      Software Engineering - New Grad Interview

      22 Sept 2021
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Meta

      Interview

      really friendly recruiter and interviewer, screening interview 2 coding questions 45 minutes long. After that is one day of 3-4 interviews that are technical and one behavioral. It was a smooth experience

      Interview questions [1]

      Question 1

      traversing a binary tree and finding length
      Answer question

      Software Engineering New Grad Interview

      1 Feb 2017
      Anonymous interview candidate
      San Francisco, CA
      No offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. The process took 5 days. I interviewed at Meta (San Francisco, CA) in Nov 2016

      Interview

      I applies online and got a reference. Soon after received an email to schedule a phone conversation for a technical screen. Did coding on coderpad on a question which was: Find the minimum distance to a leaf node in a binary tree Had a short conversation on resume and projects and what Im looking for as well.

      Interview questions [1]

      Question 1

      Find the minimum distance to a leaf node in a binary tree
      1 Answer
      4