I applied online. The process took 1 week. I interviewed at Docusign in Feb 2025
Interview
Initial Recruiter Call about the position and the company. Phone interview - 60 minute Zoom interview with engineer- leetcode style coding challenge- medium difficult question via hacker rank. Tree problem
Interview questions [1]
Question 1
Define a data structure and print the labels.
Consider 2 boxes , one large and one small each have labels.
Large box can another large box or small box nested inside.
Example:
Large Box A has Large Box B inside. Large box B has small box C and D inside. And Large Box A also has Large Box E inside.
write a function in python to Store this data and print the labels
Typical phone screen + 4 rounds. However the coding interviews were not exclusively coding, they also ask about your experience which was refreshing.
The system design interview was very conversational which I also liked.
They had an interview called technical excellence, which was interesting as well.
Interview questions [1]
Question 1
A: tell me about a really difficult bug you solved recently.
Average Leetcode problem, study and you should be fine. I did not study, so it did not go well for me. Neetcode 150 is the best. They asked me a tree problem.