mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
Update README.md files across various system design solutions to clarify to ask about expected amount, style, and purpose of code to be written during interviews.
This commit is contained in:
@@ -104,7 +104,7 @@ An alternative to a relational database acting as a large hash table, we could u
|
||||
* Saves the paste data to the **Object Store**
|
||||
* Returns the url
|
||||
|
||||
**Clarify with your interviewer how much code you are expected to write**.
|
||||
**Clarify with your interviewer the expected amount, style, and purpose of the code you should write**.
|
||||
|
||||
The `pastes` table could have the following structure:
|
||||
|
||||
@@ -192,7 +192,7 @@ Response:
|
||||
|
||||
Since realtime analytics are not a requirement, we could simply **MapReduce** the **Web Server** logs to generate hit counts.
|
||||
|
||||
**Clarify with your interviewer how much code you are expected to write**.
|
||||
**Clarify with your interviewer the expected amount, style, and purpose of the code you should write**.
|
||||
|
||||
```python
|
||||
class HitCounts(MRJob):
|
||||
|
||||
Reference in New Issue
Block a user