I went through the Cohere new grad / entry level interview process this spring as a 2025 grad and I want to write down everything I had to piece together from scattered sources.
First: Cohere doesn't post a ton of dedicated new grad roles but they do have junior SWE and junior research positions that are realistically entry-level. The recruiter was upfront that the bar is the same as senior-adjacent roles in terms of coding quality, just scaled in complexity. That was a bit alarming to hear as a new grad but honestly it was true.
What the loop looked like for me: Online assessment. Two LeetCode-style problems, 75 minutes. I got a medium graph problem and a medium-hard dynamic programming problem. This was the hardest filter and where I think most new grads get cut. Technical phone screen with a senior engineer. More coding, plus conceptual questions about ML fundamentals. They asked me to explain transformers at a high level and how attention works. Not expecting a PhD answer, just want to know you're not allergic to the domain. Final virtual onsite: three rounds. Coding (similar difficulty, one system design lite), a research discussion where you walk through a project or paper you know well, and a behavioral round.
How I prepped:
Algorithms: Neetcode 150, leaning hard on graphs, DP, and sliding window. The online assessment is the real gate so treat it like the most important round.
ML fundamentals: read the original Attention is All You Need paper at a surface level, watched some 3Blue1Brown videos, made sure I could explain embedding spaces, tokenization, and inference at a conceptual level. Didn't need to implement anything from scratch.
Behavioral: they asked about a time I had to communicate a complex technical concept to a non-technical audience. classic but I wasn't ready for it in round 3.
One thing nobody told me: having a concrete project on your resume that touches NLP, even something small, makes the technical discussion round way easier. They want to see you've thought about language models in a real context, not just read about them.
If you're a new grad targeting Cohere in 2026, start prepping the OA early. That's the real bottleneck.