Interview Intel · Workday

Workday coding interview
questions, leaked.

8 problems reported across recent Workday interviews. Top patterns: array, hash table, string. The list below is what most reported candidates actually saw, plus the honest play if you can't grind all of it.

Founder's read

Workday's assessment hits you with 8 problems across a brutal range: one easy, five medium, two hard. The distribution is deceptive. Arrays, hash tables, and strings appear repeatedly, but the hard problems (Reaching Points, Serialize and Deserialize Binary Tree) demand pattern recognition you might not have drilled. Most candidates walk in confident on array manipulation and leave blindsided by graph traversal or design problems like LRU Cache. StealthCoder runs invisible during the assessment, surfacing a working solution the moment you hit a wall on an unfamiliar pattern.

Tracked problems
8
Easy
1/ 13%
Medium
5/ 63%
Hard
2/ 25%

Top problems at Workday

leaked_problems.csv8 rows
#ProblemDiffFrequency
01Group AnagramsMEDIUM
100.0
02Convert Binary Number in a Linked List to IntegerEASY
88.0
03Course Schedule IIMEDIUM
88.0
04LRU CacheMEDIUM
88.0
05Reaching PointsHARD
88.0
06Merge IntervalsMEDIUM
88.0
07Serialize and Deserialize Binary TreeHARD
88.0
08PermutationsMEDIUM
88.0

Frequencies derived from public community-tagged interview reports. Click a row to view on LeetCode.

The hedge

You have a week, maybe less. You can't out-grind the list above. StealthCoder runs invisibly during the actual Workday OA. The proctor cannot see it. Screen share cannot detect it. Made for the engineer who has done the work but might still blank with a webcam pointed at him.

Get StealthCoder
Topic distribution
What this means

The dataset reveals Workday's real filter: not raw coding speed, but structural thinking across multiple domains. Arrays and hash tables dominate the count, but that's a trap. Depth-first search, breadth-first search, and design problems appear with equal weight, and they require synthesis. Group Anagrams pairs hashing and sorting. LRU Cache combines hash tables, linked lists, and system design. The two hard problems test whether you can reverse-engineer mathematical constraints (Reaching Points) or rebuild a tree from a serialized string. Drill hash tables and arrays first for quick wins, then spend real time on graph traversal and design. If you haven't solved LRU Cache or Course Schedule II, StealthCoder is your safety net when the assessment goes live.

Companies with similar patterns

If you prepped for Workday, these companies recycle ~60% of the same topics.

The honest play

You've seen the list. Now make sure you pass Workday.

Memorizing every problem above in a week is a fantasy. StealthCoder is the hedge: an AI overlay that's invisible during screen share. It reads the problem on screen and surfaces a working solution in under 2 seconds. Made for the engineer who has done the work but might still blank with a webcam pointed at him. Works on HackerRank, CodeSignal, CoderPad, and Karat.

Workday interview FAQ

Should I study arrays or hash tables first for Workday?+

Arrays appear in three problems, hash tables in two. Start with arrays for confidence, but don't skip hash tables. Group Anagrams and LRU Cache both require hash-table thinking. You need both solid by assessment day.

How much graph and DFS practice do I need?+

Course Schedule II (medium) and Serialize and Deserialize Binary Tree (hard) both require DFS or BFS. Graph problems appear once explicitly, but tree traversal is buried in other patterns. Spend 3 to 4 hours on DFS/BFS before the assessment.

Is LRU Cache worth the time investment?+

Yes. It's medium difficulty but tests hash tables, linked lists, and design together. Workday includes design problems, and LRU Cache is the classic. It's a single problem that covers three critical topics.

What's the hardest topic Workday tests?+

The two hard problems target math (Reaching Points) and tree serialization (Serialize and Deserialize). If you haven't seen mathematical constraint reversal or tree reconstruction from strings, those are your weak spots. Practice both.

Can I skip sorting if I'm strong on arrays?+

No. Sorting appears in two problems: Group Anagrams and Merge Intervals. Both are medium difficulty and assume you can sort efficiently. Sorting is a prerequisite for this assessment.

Problem frequencies sourced from public community-maintained interview-report repos. Problems, ratings, and trademarks are property of LeetCode and Workday. StealthCoder is not affiliated with Workday.