The process includes an HR interview followed by a technical assessment consisting of a Python and SQL test, with questions designed in a LeetCode-style format to evaluate problem-solving and coding skills.
I applied online. The process took 2 months. I interviewed at Meta (Puchong Batu Dua Belas) in Jan 2022
Interview
The hiring team reviews your resume, cover letter, and portfolio to ensure you meet the minimum qualification for the role. A recruiter or HR representative asks basic questions about your background, interest in the role, and availability.
Interview questions [1]
Question 1
Explain the difference between var, let, and const in JavaScript.
I applied online. The process took 3 weeks. I interviewed at Meta in Aug 2024
Interview
30 minutes tech interview. Common LC questions, just work on DCA do grind 75 and you should be good. Questions like flipping binary tree, sort questions, finding missing link in doubly linked list etc.
Interview questions [1]
Question 1
Given a doubly linked list, a hacker came and removed one link, either forward or backward. In O(N) time write an algorithm that with with certainty make sure the missing link is fixed.