Meta AI Coding Round -- How it works
AI Models
The candidate can choose a copilot from Llama 4, GPT or Claude.
Please note that these AI models are mini versions and have limited performance.
It also appears that the context is not fully passed to the AI model during inference, so do not fully rely on it.
Language Support
Currently only a limited set of programming languages is supported. We know Python and Java are officially supported, and interviewers tend to use one of these. Other languages may not be available.
Format
Depending on the question, the round may be structured into multiple levels, each increasing in complexity.
For example:
Level 1: You are given a simple, buggy implementation. Your task is to fix it so that it runs and produces the correct basic output.
Level 2: You need to extend the existing code to support new features. Around LeetCode Medium difficulty.
Level 3: You receive a follow-up requirement and must update the code to support it. This often involves refactoring or more complex code, considered LeetCode Hard.
Additional Levels: Some questions may continue with more levels.
Question List:
(We will keep updating the list)
...
