{"id":20271710,"url":"https://github.com/rodneyshag/system_design_interview","last_synced_at":"2026-03-06T19:35:52.123Z","repository":{"id":123421881,"uuid":"188648346","full_name":"RodneyShag/System_Design_Interview","owner":"RodneyShag","description":"Basic knowledge for System Design interviews","archived":false,"fork":false,"pushed_at":"2022-05-09T03:38:35.000Z","size":9,"stargazers_count":26,"open_issues_count":0,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-01T20:38:09.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RodneyShag.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-26T06:31:28.000Z","updated_at":"2025-05-29T13:44:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b983852-dfcf-4bb6-9163-f15218d838ed","html_url":"https://github.com/RodneyShag/System_Design_Interview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RodneyShag/System_Design_Interview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FSystem_Design_Interview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FSystem_Design_Interview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FSystem_Design_Interview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FSystem_Design_Interview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodneyShag","download_url":"https://codeload.github.com/RodneyShag/System_Design_Interview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodneyShag%2FSystem_Design_Interview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30193651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T12:39:09.631Z","updated_at":"2026-03-06T19:35:52.085Z","avatar_url":"https://github.com/RodneyShag.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### Cracking the Coding Interview\n\n|  ﻿Section  |                                                                                            Question                                                                                           |                                                                              Solution                                                                              | Difficulty |\n|:---------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------:|\n| 9 - Intro | [4 Ways to Divide Data](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/4%20Ways%20to%20Divide%20Data.md)                               | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/4%20Ways%20to%20Divide%20Data.md)                 |   Medium   |\n| 9 - Intro | [Find Words in Millions of Documents](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/Find%20Words%20in%20Millions%20of%20Documents.md) | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/Find%20Words%20in%20Millions%20of%20Documents.md) |    Easy    |\n|    9.4    | [Duplicate URLs](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/Duplicate%20URLs.md)                                                   | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/Duplicate%20URLs.md)                              |   Medium   |\n|    9.5    | [Cache](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/Cache.md)                                                                       | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/Cache.md)                                         |   Medium   |\n|    15.1   | [Thread vs. Process](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/Thread%20vs.%20Process.md)                                         | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/Thread%20vs.%20Process.md)                        |   Medium   |\n|    15.4   | [Deadlock-Free Class](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/Deadlock-Free%20Class.md)                                         | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/Deadlock-Free%20Class.md)                         |   Medium   |\n|    15.6   | [Synchronized Methods](https://github.com/RodneyShag/System_Design/blob/master/Questions/Cracking%20the%20Coding%20Interview/Synchronized%20Methods.md)                                       | [Solution](https://github.com/RodneyShag/System_Design/blob/master/Solutions/Cracking%20the%20Coding%20Interview/Synchronized%20Methods.md)                        |    Easy    |\n\n### Recommended Resources\n\n- [System Design Primer](https://github.com/donnemartin/system-design-primer) - Cover the topics then dive into sample problems and their solutions.\n- [Grokking the System Design Interview](https://www.educative.io/collection/5668639101419520/5649050225344512). $79 course that walks you through common system design problems.\n- [Designing Data-Intensive Applications](https://www.amazon.com/Designing-Data-Intensive-Applications-Reliable-Maintainable/dp/1449373321) - look into this to see if it's good.\n\n### More Resources\n\n- [Grokking the Coding Interview: Patterns for Coding Questions](https://www.educative.io/courses/grokking-the-coding-interview)\n- [LeetCode - System Design](https://leetcode.com/discuss/interview-question/system-design?currentPage=1\u0026orderBy=hot\u0026query=)\n- [YouTube - Tech Dummies (System Design Interview Prep)](https://www.youtube.com/channel/UCn1XnDWhsLS5URXTi5wtFTA)\n- [LeetCode Post with Resources](https://leetcode.com/discuss/career/216554/from-0-to-clearing-uberappleamazonlinedingoogle)\n- [Android System Design](https://www.facebook.com/careers/life/preparing-for-your-android-engineering-interview-at-facebook)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodneyshag%2Fsystem_design_interview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodneyshag%2Fsystem_design_interview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodneyshag%2Fsystem_design_interview/lists"}