J'ai postulé via un recruteur. J'ai passé un entretien chez Meta (Los Angeles, CA) en mai 2015
Entretien
2 coding question , on 1st question they asked time and space complexity. second question divide number by a noter without using "/" and "%".
The interviewer was good and provide hints when i am stuck . it was a good experience.the interview lasted for 50 minutes. i advise to practice lots of code on editor like coderpad.io / styli.com. This will help a lot in long run.
I am waiting for there response!!!
Questions d'entretien [1]
Question 1
Q1> reverse a inked list and print the reversed list . Ex: 1->2->3 , result:3->2->1
Q2> divider a number by another number and print result and remainder if any. you are not supposed to use "/" and "%" operation
Recruiter call was pretty standard, first round was 2 Meta tagged LC mediums in 45 minutes. On-site was 2 coding sessions of 2 LC mediums, a system design interview and a behavioral interview with an engineering manager.
Questions d'entretien [1]
Question 1
How do you answer if someone asks how long a deliverable or project will take?
The entire process usually takes 3–8 weeks, depending on scheduling and the specific role. Coding interviews heavily emphasize common DSA topics such as arrays, strings, trees, graphs, BFS/DFS, heaps, hash maps, and dynamic programming. System design becomes increasingly important for E4+ positions.
Questions d'entretien [1]
Question 1
Given an array of integers and a target value, return the indices of two numbers that add up to the target