I applied online. The process took 2 weeks. I interviewed at Vanta in May 2023
Interview
For the live-coding exercise, I was given a lot of materials and even an example video for how to prepare for the interview beforehand. That was nice. Upon joining the coderpad, I was given a straightforward problem and I worked through it. Nothing fancy. Then the interviewer upped the complexity of the problem. Okay, I got nervous but felt confident. However, this is where things got fishy. I talked through a couple solutions, including using reduce and recursion. I decided to go with the reduce approach, but the interviewer stopped me with a question ("reduce??"). I explained my thought process and was met with silence, so I asked what they thought. Their answer was "you mentioned recursion..." and so I sort of decided to go with the recursive approach, hoping the solution would reveal itself. I honestly didn't understand how I might do it with recursion, but tried it anyway. And this cost me the interview. I didn't complete it. After the interview I tried doing the reduce approach and completed it in under 10 minutes. I was kicking myself afterwards for letting the interviewer nudge me in the wrong direction. It was ultimately my fault. However, I felt like the interviewer did not set me up for success. At no point did they suggest 'maybe recursion isn't the way to go.' Having interviewed engineers over 100s of times at previous startups, this is absolutely something I've done in the past to help keep the momentum of the interview. Again, I take blame for perhaps not 'managing up' in this scenario, but did not appreciate the interviewers and felt that it would be appropriate to share with others.
Interview questions [1]
Question 1
Matching patterns and grouping sub-groups; Algorithms
I applied online. I interviewed at Vanta (San Francisco, CA) in Feb 2026
Interview
Really enjoyed the conversations, had a leetcode style phone interview. Onsite was 50% behavioral and 50% technical. System design + backend practical. Backend practical was coding plus understanding of distributed systems.
I applied through an employee referral. I interviewed at Vanta in Feb 2026
Interview
Talked to the recruiter and then scheduled a tech interview. The tech interview was 45 minutes with a senior engineer, but as usual my ADHD stepped up and doomed spiraled my brain into locking up. I didn't even remember that I have half a dozen working examples on my GitHub. "Code testing" so messed up for our career choice.
Interview questions [1]
Question 1
Build a recursive function. I still can't believe this is used as an interview question. In my 25+ years as a software engineer, I can count the number of times I have use one on one hand. Actually on half a hand... There's is always a better choice than recursion.
I applied through an employee referral. I interviewed at Vanta in Jan 2026
Interview
I had a phone call with recruiter after which they scheduled a leetcode style coding problem for 1 hour. I am not certain if they had expectation of solving 2 problems in 1 hour because there was something being said about first we will solve this problem.
In any case, the 1st problem was on topological sorting and I solved it in python completely. At the end, I enevr got sent to next stage even after solving a medium difficulty problem involving topological sort not just some array sorting. I found that very strange and quite disappointing from interviewing standpoint.
Interview questions [1]
Question 1
Leetcode style question that involved topological sorting