Ik heb via een werknemersdoorverwijzing gesolliciteerd. Ik heb gesolliciteerd bij Meta (Bengaluru) in nov 2017
Sollicitatiegesprek
Telephonic interview first round. they will ask 2 questions in 45 minutes and expectation is to write correct and working code in 45 minutes for both questions. Usually in telephonic interview most of the company will focus on logic, algo and sedo code but here expectation was to write correct code that can be complied in one short. my advice will be to please practice on paper/notepad before interview.
anyone trying for facebook, my advice is to practice on paper and not on any idc.
Ik heb via een werknemersdoorverwijzing gesolliciteerd. Ik heb gesolliciteerd bij Meta
Sollicitatiegesprek
OA, 3 questions, medium
Coding interview
1 round, 45 minutes, with an engineer.
Done in an online collaborative editor CoderPad without auto-complete or test runner enabled. 2 data structures / algorithms problems (LeetCode easy–medium, occasionally touching medium–hard).
system design
behavioral
Sollicitatievragen [1]
Vraag 1
You are given an integer array nums and an integer k.
Return the length of the longest subarray whose elements sum to exactly k.
The subarray must be contiguous.
nums may contain positive, negative, and zero values.
If no such subarray exists, return 0.
Ik heb online gesolliciteerd. De procedure duurde 3 weken. Ik heb gesolliciteerd bij Meta (Redmond, WA) in okt 2024
Sollicitatiegesprek
3 interviews, each with a software engineer asking me to implement functions in python. Like implement a convolutional layer. The questions were not difficult; there were some trick questions in terms of knowing you can find the median in O(n) with quick select, as opposed to O(n*log(n)) with sort and grab the middle element.
Sollicitatievragen [1]
Vraag 1
Implement convolutional layer in python
Find the median of an unsorted array in python
Ik heb via een recruiter gesolliciteerd. Ik heb gesolliciteerd bij Meta
Sollicitatiegesprek
Typical 2-3 leetcode questions to complete in 45 minutes with edge cases and working code. Its based on luck if you get what you already prepared. Just go through top fb questions and hope that they ask you from that list