Meta logo

Meta Medium Interview Questions

7 medium-level practice questions for Meta technical interviews

6
Coding
1
Technical
coding Medium Verified Question #1

1. Friend Requests Sent


Category: Algorithm coding problem
# Question Given a list of ages representing users in a social network, calculate the total number of friend requests each user will send based on...
Input: List
Output: Computed result
coding Medium Verified Question #2

2. Shortest Substring with Alphabet


Category: Sliding window coding problem
*This is a popular twist Meta interviewers often put on the classic leetcode problem to find a minimum window substring.* Given an input string and...
Input: String
Output: Integer
coding Medium Verified Question #3

3. Shortest Substring with N Unique Characters


Category: String coding problem
# Shortest Substring with N Unique Characters *This is a variation of the leetcode problem* Given a string s and an integer n, find the length of...
Input: String
Output: Computed result
technical Medium Verified Question #4

4. How to pass AI Enabled Coding Rounds From FAANG Interviewer


Category: Algorithm coding problem
# Tips For AI Coding Rounds AI coding rounds are not as different from regular coding rounds as you might think. The interviewer still needs to get...
Input: Given input
Output: Computed result
coding Medium Verified Question #5

5. [CodeSignal] Warehouse Robot Commands


Category: Matrix coding problem
# Question In a highly automated warehouse, a robot organizes packages stored in a rectangular grid. The grid is represented as a 2D list of integers...
Input: Matrix (2D array)
Output: Computed result
coding Medium Verified Question #6

6. Distribution Center Placement


Category: Array coding problem
A logistics company is expanding its distribution network along a single highway. You are given an array of integers locations representing the...
Input: Array of integers
Output: Computed result
coding Medium Verified Question #7

7. Minimum Sum Tree Path


Category: Binary tree coding problem
# Minimum Sum Tree Path
Input: Binary tree
Output: Computed result

No AI generated questions yet for Meta.

Start practicing Meta questions

Sign up for free to access walkthroughs, AI-generated questions, and more.

Get Started Free