Meta | Infra E4 | US

meta logo
meta
Infra E4US
April 28, 20252 reads

Summary

My interview experience for an Infra E4 role at Meta included a phone screen with two algorithm questions and an onsite round featuring five technical problems, including both data structures & algorithms and a system design challenge.

Full Experience

Phone screen

  1. 3Sum Closest
  2. Continuous Subarrays, variant (maybe?) with length of subarray must be at least 3 and absolute value of the difference between any pair of numbers is in [0, 1].

Onsite

  1. Diameter of Binary Tree
  2. Binary Tree Vertical Order Traversal
  3. Pow(x, n)
  4. Group Shifted Strings
  5. Design Ad Click Aggregator

Interview Questions (7)

Q1
3Sum Closest
Data Structures & Algorithms

3Sum Closest

Q2
Continuous Subarrays Variant
Data Structures & Algorithms

Continuous Subarrays, variant (maybe?) with length of subarray must be at least 3 and absolute value of the difference between any pair of numbers is in [0, 1].

Q3
Diameter of Binary Tree
Data Structures & Algorithms

Diameter of Binary Tree

Q4
Binary Tree Vertical Order Traversal
Data Structures & Algorithms

Binary Tree Vertical Order Traversal

Q5
Pow(x, n)
Data Structures & Algorithms

Pow(x, n)

Q6
Group Shifted Strings
Data Structures & Algorithms

Group Shifted Strings

Q7
Design Ad Click Aggregator
System Design

Design Ad Click Aggregator

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!