CodingPill
@CodingPill
Real Silicon Valley Mock Technical Interviews. End to end coding and system design practice session simulating the actual Bay Area interviewing process.
You might like
Graph traversal algorithms are common in coding interview problems. In this blog post we'll cover some of the less obvious trade-offs. blog.codingpill.com/2020/05/depth-… #graph #traversal #algorithms #coding #interview #practice
Today we discuss about the Circuit Breaker pattern and how to use it in the System Design interview. blog.codingpill.com/2020/02/the-ci… #SystemDesign #interview #software #engineering #google #microsoft #facebook #airbnb #uber
How to use parallelSort(char[] a, int fromIndex, int toIndex) method of Java.util.Arrays Class. #Java oracl.info/VSnC50yiCiz
This whitepaper provides a technical overview of how Ubuntu Core with full disk encryption and secure boot can be implemented in IoT devices to provide protection in data sensitive scenarios. #IoT #security bit.ly/2TMg6ht #IoT #Security
👇 How to: Data Analytics with @JaegerTracing Jaeger is a distributed tracing platform created by @UberOpenSource & donated to @CloudNativeFdn. It can be used to monitor #microservices-based distributed systems 🔗bit.ly/39phi1s By @ploffay #Golang #Linux
Once the high level design is in place, it's time to think about service availability. The Google interviewer may ask "What happens if the request fails"? blog.codingpill.com/2020/02/the-re… #system #design #engineering #patterns #whiteboard #interview #availability
LinkedIn experimentation framework design #system #design #linkedin #architecture
Observability at scale #system #design and #architecture
Uber’s Observability team built a robust, scalable metrics and alerting pipeline to detect, mitigate, and notify engineers of issues as they occur. ubere.ng/2TuMmWw
This post does not explain how binary search works! We focus on when to use binary search in the coding interview, how to implement it quickly and how to avoid corner cases. blog.codingpill.com/2020/02/binary… #coding #interview #programming #binary #search #oscars
We're happy to announce the launch of our coding and system design blog: blog.codingpill.com 🤩 #coding #systemdesign #interview #blog #SiliconValley
Given a collection of Intervals,merge all the overlapping Intervals. For example: given [1,3], [2,6], [8,10], [15,18] return [1,6], [8,10], [15,18] #Google #interview #questions codingpill.com
Given a binary tree, return all root-to-leaf paths. Input: 1 / \ 2 3 \ 5 Output: ["1->2->5", "1->3"] #Microsoft #software #engineering #coding #interview
Given an array of positive integers, compute the least common multiple. Input: [4, 6, 10] Output: 60 #cracking #coding #interview
Coinbase system design interview: Design a messaging application similar to Slack. It needs to support: - direct messages between two or more participants - channels - notifications - seen message indicators - file sharing #coinbase #engineering #system #design #interview
Implement the following interface Cache { set(key, value, timeout) { // stores the (key, value) pair in the cache // until timeout seconds have passed } get(key) { // returns the value associated with the key // if exists and is not expired. } } #Google #onsite
We wish all our #ICPC2018 participants to give their best and enjoy the competition! Good luck and have a #MotivationMonday! #MondayMotivation
United States Trends
- 1. #Worlds2025 38.7K posts
- 2. #TalusLabs N/A
- 3. Raindotgg 1,979 posts
- 4. Doran 16.1K posts
- 5. #T1WIN 25.9K posts
- 6. Sam Houston 1,530 posts
- 7. Boots 29.2K posts
- 8. Oregon State 4,816 posts
- 9. Lubin 5,665 posts
- 10. Faker 31.3K posts
- 11. #GoAvsGo 1,580 posts
- 12. Louisville 14.4K posts
- 13. Keria 9,707 posts
- 14. #T1fighting 3,324 posts
- 15. Batum N/A
- 16. Miller Moss 1,239 posts
- 17. Emmett Johnson 2,541 posts
- 18. UCLA 7,837 posts
- 19. Oilers 5,205 posts
- 20. Hyan 1,354 posts
Something went wrong.
Something went wrong.