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 Developer 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 Developer Interview

      31 Aug 2017
      Anonymous interview candidate
      Hyderābād
      No offer
      Positive experience
      Average interview

      Application

      I applied through university. I interviewed at Meta (Hyderābād) in Aug 2017

      Interview

      This interview is for the role of software developer internship at London. The hiring process is pretty smooth. After shortlisting is done, there are two to three phone interviews. The recruiter is very good.

      Interview questions [2]

      Question 1

      Tell me about yourself.
      Answer question

      Question 2

      Given a mapping of Char to Char array. Given an input string S. Find all possible strings that can be generated. every character in the input string should be replaced by a character in its corresponding mapped array of characters. Ex: '1' => ['a', 'b', 'c'] '2' => ['d', 'e'] . . . Input : "12" output: ["ad", "ae", "bd", "be", "cd", "ce"]
      Answer question
      8

      Other Software Developer 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
      Accepted offer
      Neutral experience
      Easy interview

      Application

      I interviewed at Meta

      Interview

      Overall, the process took a little over two weeks, which felt a bit longer than I anticipated. After a quick screening, I went through two technical rounds focusing on coding and DSA concepts. One of the questions was a classic palindrome check; mid-way through, I realized it was something I had practiced on PracHub just days earlier. The final step was a casual behavioral interview. I was relieved to get an offer shortly after, which I happily accepted.

      Interview questions [1]

      Question 1

      Given a string, determine if it is a valid palindrome considering only alphanumeric characters and ignoring case.
      Answer question