I got email for an coding challenge and, being a sophomore, I could not do it. It seemed very promising and the pay was super high, but only apply if you have taken data structures and algorithms
Questions d'entretien [1]
Question 1
DocuSign has different sized servers that process documents in its data centers. To load balance jobs across the servers, each job is assigned to a random server such that if server X is three times as big as server Y, then server X gets assigned three times as often as server Y. So server X would be assigned approximately 75% of the time and server Y would be assigned 25% of the time. Write a program in any programming language that takes server names and sizes as arguments and outputs the name of a random server based on the algorithm described above. For instance:
bash-‐3.2$
program
X:3
Y:1 X bash-‐3.2$
program
X:3
Y:1 Y bash-‐3.2$
program
X:3
Y:1 X bash-‐3.2$
program
X:3
Y:1 X
There can be any number of servers passed on the command-line:
bash-‐3.2$
program
A:3
B:2
C:4
D:4
E:1 C bash-‐3.2$
program
X:3
Y:1
Z:3 X
We’re going to run your program 100 times to test if the distribution is correct (approximately the right percentages).
J'ai passé un entretien chez Docusign (Seattle, WA)
Entretien
Not bad; started with recruiter screening, and then tech screen, and then a call with the hiring manager. They were very responsive, which was very appreciative. I also really enjoyed the help they provide through the process.
Questions d'entretien [1]
Question 1
They asked, "Why DocuSign and why would you want to work here in the future?"
Chill, had three interviews including phone screen. Usually has a technical round depending on the team you're interviewing for. I would prepare technical stuff and overall behavioral. Last round is with the HM.
J'ai postulé en ligne. Le processus a pris 3 mois. J'ai passé un entretien chez Docusign
Entretien
First round call interview, mostly behavioral asking typical questions. Then final round interview of technical interview. They ask typical questions such as resume, past experience, situational, explain certain concepts, why Docusign and other similar questions.