CodingPill's profile picture. Real Silicon Valley Mock Technical Interviews.

End to end coding and system design practice session simulating the actual Bay Area interviewing process.

CodingPill

@CodingPill

Real Silicon Valley Mock Technical Interviews. End to end coding and system design practice session simulating the actual Bay Area interviewing process.

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

CodingPill's tweet image. 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

CodingPill's tweet image. 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

CodingPill reposted

How to use parallelSort(char[] a, int fromIndex, int toIndex) method of Java.util.Arrays Class. #Java oracl.info/VSnC50yiCiz


CodingPill reposted

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

ubuntu's tweet image. 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

Distributed monitoring infrastructure #system #design

👇 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

NexWebSites's tweet image. 👇
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

CodingPill's tweet image. 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

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

CodingPill's tweet image. 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

CodingPill's tweet image. 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


CodingPill reposted

We wish all our #ICPC2018 participants to give their best and enjoy the competition! Good luck and have a #MotivationMonday! #MondayMotivation

ICPCNews's tweet image. We wish all our #ICPC2018 participants to give their best and enjoy the competition! Good luck and have a #MotivationMonday!
#MondayMotivation

United States Trends

Loading...

Something went wrong.


Something went wrong.