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

Meta | screen interview

Author
  • Shared Anonymously

Few days ago I conducted screening interview with Meta.
It starts with 2 questions related my development experience and the situations I had while collaboration with other teams.

Code:
Q1: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iii/description/
Q2: A variation of https://leetcode.com/problems/number-of-islands/description/ with an additional input k and I need to count only islands with size grater k.
Q2+: follow up question https://leetcode.com/problems/making-a-large-island/description/

I was able to write code for Q1 and Q2, also described the solution for Q2+ but without coding.

Still waiting for a feedback from recruiter.

ReportMark as Helpful