Coca-Cola · Primly Community

Coca-Cola coding interview and online assessment, format and difficulty: what I got in 2026

mobile_mara · 6 replies

Just got through the Coca-Cola online assessment and phone screen for a mid-level SWE role. Posting this because there's almost nothing online about their actual coding interview format and it caused me unnecessary stress trying to guess what to prepare for.

The online assessment (OA): Two coding questions, 90 minutes total. Delivered through HackerRank. No proctoring as far as I could tell.

Question 1: Array manipulation, medium difficulty. Think two-pointer or sliding window territory. I solved it with a clean O(n) approach and got full credit.

Question 2: Graph or tree problem. Mine was specifically about finding connected components in an undirected graph, which if you know your BFS/DFS is a standard medium. I've seen others mention they got a variant with weighted nodes, so it's probably a bank of similar-difficulty problems.

No SQL questions, no system design in the OA. Pure algorithms.

Time pressure was real. 90 minutes for two mediums is fine if you know the patterns cold. If you're still working through the intuition on BFS, I'd practice that before hitting submit.

The phone screen after the OA: One more coding problem, this time done with a recruiter/hiring manager watching live. Similar difficulty. Python or Java both accepted. I did Python. They asked me to talk through my thinking as I went, so this was more of a pair-programming vibe than a pure algorithm test.

They also asked one or two verbal questions about how I'd handle a large codebase you've never seen before. Not technical exactly, more behavioral-adjacent.

One heads up: the OA invite came fast, like 3 days after the recruiter screen. Don't sit on it. I almost wasn't ready.

Overall: if you're comfortable with Leetcode mediums and you've drilled graphs and arrays, you're prepared. Nothing exotic, but no freebies either.

6 replies

newgrad_neil

Thank you for this. The no-proctoring detail is nice to know. I always get way more anxious when I think someone is watching me breathe funny on camera. How did you feel about the 90-minute window, like did you finish with time to spare?

frontend_fran

I finished the first problem in about 35 minutes and the second in about 40. So 15 minutes to spare, which I used to clean up edge cases and add some comments. I wouldn't describe it as easy but it didn't feel like a time trap either. If you're still struggling to solve mediums at all, the clock will hurt you though.

bootcamp_bri

This is genuinely useful. I've been seeing a lot of posts where people say non-tech companies ask "easier" coding questions and I never know what to believe. Sounds like Coke is actually taking the technical bar seriously.

hardware_hugo

Connected components as a phone screen question is interesting. That's usually the entry point to harder graph problems like shortest path or cycle detection. Did they ask any follow-ups to the graph problem or just accept your initial solution?

visa_vik

Does Coca-Cola sponsor H1B for engineering roles? I've been avoiding applying to consumer goods companies assuming they don't do much visa work but I don't actually know if that's true.

tired_recruiter

They do sponsor H1B, at least for their digital/tech org. I'd verify on the specific JD because it varies by team and location. Atlanta HQ has a more established immigration process than some of their satellite tech offices.