← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
I recently completed a screening interview with Meta. The interview began with two questions about my software development experience and challenges encountered while collaborating with other teams.
Code: Q1: Lowest Common Ancestor of a Binary Tree III Q2: A variation of Number of Islands, with an added input 'k'. The task was to count only islands with a size greater than 'k'. Q2+: Follow-up question: Making a Large Island
I successfully wrote code for Q1 and Q2, and also explained my solution for Q2+ without writing code.
I am currently awaiting feedback from the recruiter.