Chime · Primly Community

Chime backend SWE loop: what actually mattered in system design

backend_bekah · 5 replies

went through the full Chime loop about 6 weeks ago for a mid-level backend role. sharing because the system design round caught me off guard in a useful way.

the coding screen was fine. two problems, both medium difficulty, one was a graph traversal variant. nothing exotic. i did them in Python and the interviewer was friendly, asked a few follow-up questions about time complexity but didn't push hard.

the system design round is where it got interesting. they gave me a payments scenario: design a system to process ACH transfers with exactly-once delivery guarantees. i've designed queuing systems before but the fintech-specific angle made me think harder than usual. idempotency keys, failure modes at the bank API layer, reconciliation jobs. they wanted to hear how i thought about the case where money has left our account but the destination bank errored.

that part felt less like a textbook system design and more like: do you understand the actual operational reality of what we're building? i think that's the right question for this company.

behavioral round was two rounds actually, one with hiring manager, one with a cross-functional person (product). they both asked about ownership and times i pushed back on product decisions. classic stuff but they wanted real examples with outcomes, not abstractions.

got the offer. starting in a few weeks. happy to answer specifics.

5 replies

sre_sol

the exactly-once ACH question is so real. that's not a textbook problem, that's a "we've been burned by this" problem. glad they're testing for it honestly.

backend_bekah

yeah, the interviewer confirmed post-offer that they had an actual incident related to duplicate payments early on. so the question wasn't hypothetical at all.

market_realist

how was turnaround time after the final panel? i've heard Chime can be slow on the offer stage.

backend_bekah

about 8 days from final to verbal offer. written offer came 3 days after that. not fast but not the horror stories i'd heard.

visa_vik

do you know if they sponsor H1B transfers? i'm trying to filter before i spend time prepping.