I applied online. The process took 2 days. I interviewed at BitGo (Bengaluru) in Jul 2025
Interview
The interview was an online assessment conducted on CoderPad and focused primarily on Data Structures and Algorithms. It included two medium-level LeetCode coding questions that tested logical thinking and problem-solving skills. The test was time-limited.
Interview questions [1]
Question 1
They asked two coding questions with small twists, but overall, they were fairly straightforward:
1. Find the shortest path from source to destination in a non-cyclic graph.
2. Find the number of anagrams in an array of strings.
I applied online. The process took 2 weeks. I interviewed at BitGo (New York, NY) in Dec 2024
Interview
Very efficient interview schedule composed mostly of:
- A coding interview
- A behavioral round
- A system design question
The question are right-sized, the people great to talk to and overall my experience as very positive.
Interview process is spread across weeks. Design round was scheduled before Machine coding, Machine coding round is time bound to 1 hour, which usually is not enough to complete the solution for the problem.
Interview questions [1]
Question 1
MC Design In memory DB including indexes, select query support etc.