I applied through university. The process took 2 weeks. I interviewed at Meta (Miami, FL) in Aug 2024
Interview
The Meta interview process was thorough and designed to test both technical skills and cultural fit. Here’s how it went for me:
1. Recruiter Screening: It started with a call from a recruiter who wanted to understand my background and experiences. They also explained the process in detail and shared some resources to help me prepare.
2. Technical Assessments:
• Coding Interviews: I had a couple of 45-minute coding sessions focused on data structures and algorithms. I had to solve problems in real-time, which was a bit challenging but manageable with preparation.
• System Design Interview: In this part, I was asked to design a scalable system. They evaluated how I approached the problem, from defining the components to ensuring scalability and reliability.
3. Behavioral Interviews: These interviews were more about my interpersonal skills and how I handle real-world situations, like resolving conflicts or working with cross-functional teams. They really focused on understanding how I align with Meta’s values.
4. Onsite Interviews: The onsite stage was intense, with multiple sessions. For my role, it included more coding, system design, and behavioral questions. Each interview had a specific focus, but overall, it felt well-structured.
Meta provided plenty of resources, including guides and practice problems, which helped me feel more confident going into each stage. While the process was rigorous, it was clear they were looking for both technical expertise and cultural alignment. It was a great experience, even if a bit nerve-wracking at times.
Interview questions [1]
Question 1
Here’s a list of the questions I was asked during my Meta interview process:
Recruiter Screening
1. “Why are you interested in joining Meta?”
2. “Can you walk me through your background and how your experience aligns with this role?”
3. “What are your long-term career goals, and how does this position fit into those?”
Coding Interviews
1. “Write a function to find the intersection of two arrays.”
2. “How would you implement a binary search algorithm? Can you walk through its time complexity?”
3. “Given a string, write a function to check if it is a permutation of a palindrome.”
4. “You have an n x n matrix. Rotate it 90 degrees clockwise in place.”
System Design Interview
1. “Design a scalable system for storing and retrieving user profile pictures.”
2. “How would you approach designing a news feed system? Think about scalability and data consistency.”
3. “If you were building a messaging app, how would you ensure messages are delivered in the correct order?”
4. “Can you walk through how you’d design a distributed caching system?”
Behavioral Interviews
1. “Tell me about a time you had to resolve a conflict within a team. What did you do?”
2. “Describe a situation where you had to work with cross-functional teams. How did you ensure alignment?”
3. “Have you ever faced a project where the requirements changed mid-way? How did you handle it?”
4. “What’s an example of a risk you’ve taken in your career, and what was the outcome?”
Onsite Interviews
1. “Can you optimize the following code for time complexity?”
2. “Describe a time when you faced a technical challenge you couldn’t solve immediately. How did you approach it?”
3. “How would you handle designing a feature if you received conflicting feedback from stakeholders?”
Each stage felt targeted and focused, testing both my technical skills and how I approach problem-solving and collaboration.
1 leetcode med, 1 leetcode hard. make sure you know your DSA and leetcode questions. I wasn't able to get an offer bc i didnt complete the second question. Got a reply 2 days later saying they would move on
Overall, the process took a little over two weeks, which felt a bit longer than I anticipated. After a quick screening, I went through two technical rounds focusing on coding and DSA concepts. One of the questions was a classic palindrome check; mid-way through, I realized it was something I had practiced on PracHub just days earlier. The final step was a casual behavioral interview. I was relieved to get an offer shortly after, which I happily accepted.
Interview questions [1]
Question 1
Given a string, determine if it is a valid palindrome considering only alphanumeric characters and ignoring case.
I applied online. I interviewed at Meta (Menlo Park, CA)
Interview
It's honestly striaght from leetcode tagged
There are no surprises if you do tagged you would be good and do well.
System design is much harder. Would recommend using hello interview.
Interview questions [1]
Question 1
Design Twitter and consider if it was suddenly an extremely low latency env