Codility is the OA of choice for European tech employers hiring in India, and if that is where your test is coming from, this guide is for you. The Codility experience is unusual — it grades you on both correctness and time complexity, and it punishes a working brute force. Below is how the platform actually scores you, what the typical Lesson 1 to 15 problems feel like, and a realistic prep plan for the week you have left.
Start a free mock interview →Every Codility task returns two numbers when you submit: a correctness score (does your code produce the right output) and a performance score (does it stay within the required time and space complexity on very large inputs). Your final task score is the average, weighted by the recruiter’s template.
This is the single most important thing to internalise. A Python solution that is O(n²) can score 100 percent correctness and 0 percent performance, giving you 50 on a task where a friend who wrote O(n log n) got 100. Recruiters see both numbers.
Free OA practice
Sit 5 real questions right now.
Score against the same 20,000-question bank employers use, with instant explanations. No signup for the free set.
Try 5 questions free →Codility’s hidden test cases are grouped by input size. A brute force typically passes the small and medium groups but times out on the large and huge ones. That gives you a partial score that is often good enough to clear a screening cut-off for a services role, but not enough for a competitive product-team role.
Codility publishes free Lessons 1 through 17 with sample tasks in each. Recruiters overwhelmingly pull from this library or lightly reword it, so working through the lessons is the highest-return prep you can do.
Codility does not publish company-level cut-offs, but the industry pattern is consistent. Screening rounds for European software roles usually gate at around 120 out of 300 for junior roles and 180 to 220 for mid-level. A perfect 300 is rare and not required.
Recruiters also look at task-by-task breakdown. Two solid partial scores read better than one perfect solution and two blanks. Always attempt every task, even if you only submit a brute force in the last two minutes.
Unlock the full bank
Practice is the only thing that moves your OA score.
Get the full 20,000-question bank tagged by company and platform, plus scored AI mock interviews. Credit packs from ₹899 / $19.99.
See practice plans →Focus on the platform’s own lessons — nothing else replicates the scoring model.
HackerRank OA questions and practice · CodeSignal OA practice — GCA test explained · CoderPad interview and OA practice · Mercer Mettl OA — sections, timing and practice
Reading about it isn't practice.
Run a real AI mock interview built from your CV and a live job description — scored feedback on your answers, pace and filler words.
Start your free mock interview →