Skip to content

Commit 8ca9d93

Browse files
authoredNov 1, 2024
+ Targeted use cases to "Designing a URL shortener" (#26)
1 parent eb11cf8 commit 8ca9d93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎en/84-designing-a-url-shortener.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Assumptions: I generally don't include these assumptions in the initial problem
2020
- Remind candidates that those are average numbers - during peak traffic (either driven by time, such as 'as people come home from work' or by outside events, such as 'during the Superbowl') they may be much higher.
2121
- Recent stats (within the current day) should be aggregated and available with a 5 minute lag time
2222
- Long look-back stats can be computed daily
23+
- Targeted use cases: The shortened URLs are to be copied-and-pasted only.
24+
- The URLs won't be typed in via a keyboard. Therefore, don't worry about distinguishing between `0` and `o`, `l` and `1`, etc.
25+
- The URLs won't be spelled out verbally. Therefore, there's no need to make the shortened URLs phonetic.
2326

2427
## Assumptions
2528

0 commit comments

Comments
 (0)
Please sign in to comment.