Had two technical interviews, back to back. Medium leet code problems. Not that hard. After received an email that they did not proceed with me, but had other manager internally interested in my profile
I applied online. The process took 2 weeks. I interviewed at Visa Inc. in Jul 2025
Interview
3 interviews, 1 hour each. Two coding interviews with senior engineers, 1 system design interview with the hiring manager. The coding interviews consisted of a few Leetcode Easy problems. Besides coding, I was also asked about Git, database design, how a hash map works. Surprisingly, the hiring manager also asked a coding problem, which was also a Leetcode Easy.
Interview questions [1]
Question 1
Behavioral Questions: Tell me about a time you learned something independently.
Tell me about a time you worked on a project that went differently than expected.
System Design: Walk me through the backend design of a peer-to-peer payment system (e.g. Venmo, Zelle).
First round OA
Second round interview in which I was given a dp question and then asked about my projects in detailing then we move to some oops and language based questions
The interview process started with a coding test from Hackerrank with 2 easy and 1 intermediate question. I found the questions to be rather difficult given that you are not allowed to use google or check syntax.
Interview questions [1]
Question 1
The asked me to implement LFU cache with lower complexity than o(n)