Hello Everyone,
Here I am to share my Meta screening interview experience.
I had my screening interview on March 20th. Today I got the positvie response for next steps.
Unfortunately, I did not get the Problems from the list that I have prepared. But I was able solve the problems and give satisfactory validations.
Problem 1: Similar to LC 129. Output should be array of integers which will be sum of root-to-every leaf. I was able to solve it using DFS.
Problem 2: I could not find the exact one LC. But its related to arrays. Sum of target range elements from num array.
Input: [2,4,5,7,8] target: 3
Output: [11,16,20] => (2+4+5, 4+5+7, 5+7+8)
Preparation: I got 25days to prepare. But due to busy schedules with the existing work already I could not prepare everyday. But I prepared hard for 5 to 7 days and solved good amount of problems.
As a result at the time of interview I was able to solve the problems.
ALL THE BEST!!