31 problems · 2 Easy, 24 Medium, 5 Hard · Ranked #60 of 458
Difficulty breakdown
2 Easy
6% · avg 23%
24 Medium
77% · avg 59%
5 Hard
16% · avg 18%
Top topics
array
48.4%
hash-table
38.7%1.7x
sorting
29%2x
string
25.8%
design
19.4%3.3x
breadth-first-search
19.4%2.3x
Interview profile
Based on 31 reported problems, Docusign interviews are in line with industry averages - 16% Hard vs 18% overall. The majority (77%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.
Compared to the industry average, Docusign puts unusual emphasis on trie (9.7% of problems, 3.7x the industry average), doubly-linked-list (6.5% of problems, 3.4x the industry average), design (19.4% of problems, 3.3x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (48.4%), hash-table (38.7%), sorting (29%), string (25.8%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 31 problems
Problem
Difficulty
Frequency
Topics
Implement Trie (Prefix Tree)
A trie (pronounced as "try") or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various appl...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
There is an authentication system that works with authentication tokens. For each session, the user will receive a new authentication token that will expire tim...
The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of the two midd...
Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order...
Given four integers sx, sy, tx, and ty, return true if it is possible to convert the point (sx, sy) to the point (tx, ty) through some operations, or false othe...
Reorder Routes to Make All Paths Lead to the City Zero
There are n cities numbered from 0 to n - 1 and n - 1 roads such that there is only one way to travel between two different cities (this network form a tree). L...
Suppose LeetCode will start its IPO soon. In order to sell a good price of its shares to Venture Capital, LeetCode would like to work on some projects to increa...
Given a string s, partition the string into one or more substrings such that the characters in each substring are unique. That is, no letter appears in a single...
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
You are given an array people where people[i] is the weight of the ith person, and an infinite number of boats where each boat can carry a maximum weight of lim...
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in...
A trie (pronounced as "try") or prefix tree is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various appl...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
There is an authentication system that works with authentication tokens. For each session, the user will receive a new authentication token that will expire tim...
The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of the two midd...
Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order...
Given four integers sx, sy, tx, and ty, return true if it is possible to convert the point (sx, sy) to the point (tx, ty) through some operations, or false othe...
HardVery Likely
math
Reorder Routes to Make All Paths Lead to the City Zero
There are n cities numbered from 0 to n - 1 and n - 1 roads such that there is only one way to travel between two different cities (this network form a tree). L...
Suppose LeetCode will start its IPO soon. In order to sell a good price of its shares to Venture Capital, LeetCode would like to work on some projects to increa...
Given a string s, partition the string into one or more substrings such that the characters in each substring are unique. That is, no letter appears in a single...
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
You are given an array people where people[i] is the weight of the ith person, and an infinite number of boats where each boat can carry a maximum weight of lim...
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in...
You are given an n x n binary matrix grid where 1 represents land and 0 represents water.
MediumLikely
arraydepth-first-searchbreadth-first-search
How often are these problems asked?
Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Docusign interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Docusign coding interview
Docusign interviews focus heavily on array, hash-table, sorting problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.
Beyond solving problems, practice explaining your approach. Docusign interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.
What coding problems does Docusign ask in interviews?add
Docusign has been reported to ask 31 distinct coding problems. The most common topics are array, hash-table, sorting. 2 are Easy difficulty, 24 are Medium, and 5 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Docusign coding interviews?add
Based on 31 reported problems, Docusign interviews are in line with industry averages - 16% Hard vs 18% overall. 77% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.
How should I prepare for a Docusign coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, hash-table, sorting. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real Docusign coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.