Meta phone screen 45 mins

meta logo
meta
May 31, 20252 reads

Summary

I had a 45-minute phone screen with Meta, where I was asked two specific data structures and algorithms problems.

Full Experience

Meta Phone Screen Questions (2025)

Question 1: Insert a value into a sorted circular linked list and return the newly inserted node. ➤ Similar LeetCode: 708. Insert into a Sorted Circular Linked List

Question 2: Given a binary tree node, return True if every node’s value is equal to the floor of the average of its descendants (excluding itself). ➤ Similar LeetCode: 2265. Count Nodes Equal to Average of Subtree (Note: The original LC question counts such nodes; this variation checks that all nodes satisfy the condition.)

Interview Questions (2)

Q1
Insert into Sorted Circular Linked List
Data Structures & Algorithms

Insert a value into a sorted circular linked list and return the newly inserted node.

Q2
Check Nodes Equal to Average of Descendants
Data Structures & Algorithms

Given a binary tree node, return True if every node’s value is equal to the floor of the average of its descendants (excluding itself). (Note: The original LC question counts such nodes; this variation checks that all nodes satisfy the condition.)

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!