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 Data 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. 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.

      Data Engineer Interview

      13 Jul 2024
      Anonymous interview candidate
      No offer
      Negative experience
      Difficult interview

      Application

      I applied in-person. The process took 4 days. I interviewed at Meta in Jul 2024

      Interview

      There were 3 SQL questions, followed by 3 Python questions. You coded on a screen and were allowed to run the code as many times as needed. Both sets of questions were very easy. I could have done them 15 years ago. I have 8 years of experience as a data engineer, so am not even sure why I am being asked to take a basic test? I say the interview process is hard, because all coding tests are. You have to answer questions in a short time frame. If you knew the data and the problems naturally, as at work, you could do these questions easily. But as with all these tests, you are trying to understand the problem and the data. In the SQL, you had to use a CTE and then a final query to filter out items. I did this correctly, but then I had a Cartesian join, and I couldn't start debugging in such a short time frame. The fix was to use WHERE x in (select x from cte1) Trivial, again, but it burns time, and it makes you feel stupid when the problem is super easy. In my case, I had to dynamically format a SQL string. This is extremely trivial, and I got the method right, but it didn't register correct because there was a space at the end of my SQL string. Then, I didn't get it right because I formatted the strings with double quotes rather than single quotes. The parameter passed to the function was "", when it should have followed Python standards of None. So that tripped me up. I ended up burning a lot of time when on this small stuff.

      Interview questions [1]

      Question 1

      SQL: count the number of items in a certain range (use SUM(CASE WHEN x < 100 then 1 else 0 end) as under_100, etc Python: join 2 lists and sort (This just involves one line of code, so I was surprised) Python: remove items with a certain key Python: dynamically format SQL depending on the parameters passed
      1 Answer
      7

      Other Data Engineer interview reviews for Meta

      Data Engineer Interview

      4 Jun 2026
      Anonymous interview candidate
      New York, NY
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Meta (New York, NY)

      Interview

      Prepare technical concepts, and practice previously asked questions as much as you can find online. 4 rounds in the total process. It's easy as long as you just practice a LOT.

      Interview questions [1]

      Question 1

      Medium SQL, and Medium Python
      Answer question

      Data Engineer Interview

      28 May 2026
      Anonymous interview candidate
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through a recruiter. I interviewed at Meta

      Interview

      the first round is tech round there are 5sql+5python to do in 1hour. at lest 3 + 3 to pass the interveiw; will run the code to check the test cases

      Interview questions [1]

      Question 1

      medium level leetcode question for sql and python
      Answer question

      Data Engineer Interview

      26 May 2026
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. I interviewed at Meta

      Interview

      I had Python and SQL round for 30 minutes each. The interview was for 1 hour 30 minutes for SQL and 30 mins for python coding. Completed 5 questions each but still got rejection email the next day.

      Interview questions [1]

      Question 1

      SQL and Python leet code questions
      Answer question