Sony · Primly Community

Sony coding interview and online assessment, format and difficulty for SWE roles in 2026

mobile_mara · 4 replies

Did the Sony SWE loop earlier this year while employed, interviewing on lunch breaks and after hours. Here's the full coding breakdown so someone else doesn't have to piece it together from 4-year-old glassdoor posts.

Online assessment (OA): Two coding problems on HackerRank, 90 minutes. No proctoring (at least for my role). Problems were mid-difficulty. Think: graph traversal and a sliding window array problem. Not hard by competitive-programming standards. If you can comfortably do LeetCode medium you should be fine. I'd say difficulty is similar to the easier end of Amazon OAs.

Phone screen coding: One question, about 40 minutes to solve plus 15 minutes of discussion. I got a problem about tree serialization. They were more interested in my thought process and edge case handling than getting a fully optimized solution. I over-explained and it worked fine.

Onsite coding (two rounds): Each 45 minutes. I had: Round 1: String manipulation + a follow-up about optimizing space complexity Round 2: Graph problem (shortest path variant, nothing exotic)

Neither round was LeetCode hard territory. The interviewers I had were pretty relaxed. One of them said outright that they care more about clarity than speed.

One thing: they do care about test cases. Walking through examples and catching your own edge cases before submitting matters. I saw them note something when I proactively added a null-input check.

For context, I was interviewing for a backend SWE role, mid-to-senior level. Consumer electronics side, not SIE (PlayStation). Different division probably has a slightly different bar.

4 replies

sdr_sky

Do they use HackerRank for new grad roles too or is it a different OA platform? I applied for a university hire position and haven't heard anything yet.

quietquit_quincy

I was mid-level so I can't say for sure. But I've seen others mention HackerRank for new grad at Sony too. The new grad OA is supposedly easier, 2 problems, maybe 60 min.

pivot_pat

How strict were they on language choice? I'm stronger in Python but the JD mentioned Java.

quietquit_quincy

Python was totally fine. The HackerRank assessment let me pick. Nobody cared during the live rounds either. I mentioned my language preference upfront and they just said 'whatever you're comfortable with'.