Preparing for an interview? Check out Cracking the Coding Interview
Published on

Meta | New York | E6 | Reject

Author
  • Shared Anonymously

Meta Interview Experience -

Coding -

  1. https://leetcode.com/problems/valid-word-abbreviation/description/
  2. https://leetcode.com/problems/basic-calculator-ii/description/ (Screening).
  3. https://leetcode.com/problems/kth-largest-element-in-an-array/description/ (Interviewer was okay with either Quick select or Priority Queue. I did PQ approach and was asked time complexity for all operations on PQ)
  4. Given a binary tree - return true if every node’s value is average of all child node values.(Was not able to find on LC but was told its there.) (From Comments - https://leetcode.com/problems/count-nodes-equal-to-average-of-subtree/)
  5. https://leetcode.com/problems/squares-of-a-sorted-array/description/

System Design -

  1. Ticketmaster (HelloInterview Solution)
  2. Top 10 trending hashtag on twitter. (Count Min Sketch)

**Behavioral **
Tell me about exciting project
Tell me about time when you learned something from junior
Tell me about time when you had conflict
Tell me about a time when you had to work with a difficult person.
Bla bla

Verdict - Reject!

ReportMark as Helpful