← 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 phone screen interview for a Software Engineer - Machine Learning position at Meta. The interview was successful, and I am now preparing for the final round.
Phone Screen
A standard easy problem.
Word Break II. I used a basic brute force approach for this problem.