Google Maps System Design Interview Question

  Рет қаралды 146,689

codeKarle

codeKarle

4 жыл бұрын

This is a solution for System Design Interview Question where you need to design a Map + Navigation application like Google Maps.
This problem has been asked by a lot of companies like Google, Amazon, Flipkart, Walmart Labs to name a few.
Prerequisites:
How to select the right Database for a Large Scale System: • Database Design Tips |...
Summary of this video: www.codekarle.com/system-desi...
Architecture diagram: github.com/codekarle/system-d...
Author: / sandeep1904
If you like this video, please help us grow by sharing this video with your friends on Facebook, connections on LinkedIn and anyone who can benefit from this.
PS: This is not the real architecture of Google Maps or any other similar service. This is my take on how I would answer that problem.
#codekarle #systemdesign #googlemaps #googlemapssystemdesign #system #design #interview #faang #maps

Пікірлер: 145
@getsiva33
@getsiva33 4 жыл бұрын
I reckon this will become the best system design channel in youtube. Keep up the good work !
@codeKarle
@codeKarle 4 жыл бұрын
Thanks for the motivation! Do share it with your friends to help us get there 🙂
@baurks
@baurks 4 жыл бұрын
I second this. This is by far the best system design video I watched on youtube.
@rohanagarwal5512
@rohanagarwal5512 3 жыл бұрын
true
@satyajeetkumarjha1482
@satyajeetkumarjha1482 3 жыл бұрын
Exactly.
@imkx13
@imkx13 2 жыл бұрын
No doubt about that.
@prateekchs
@prateekchs 3 жыл бұрын
While preparing for interviews for experienced level, one can agree that system design level is the deciding round many times. I also used to struggle in these rounds and hence searched hell lot of resources to understand the concept but nowhere found satisfying result. This is the only channel where I started seeing patterns in designs, role of different components, out of the box solutions and no-fancy/complex components/logic. Designs explained are so simple that after going through few designs, any one can start creating boxes and understand flows between them while approaching to a new problem.
@codeKarle
@codeKarle 3 жыл бұрын
Thanks Prateek! The whole idea of this channel is to propose simple solutions to complex real world problems :) Do spread the word about the channel among your connections! It helps :)
@humeyratopcu3274
@humeyratopcu3274 4 жыл бұрын
It was an awesome video. Thank you very much! Some friendly suggestions: 1. Data models could be added (KV stores, data size, replication and sharding) 2. Instead of specific technology names, generic names could be used. "Queue" instead of Kafka, "NoSQL database" instead of Cassandra 3. Geospatial index could be mentioned
@codeKarle
@codeKarle 3 жыл бұрын
Yeah, true, that could be done :)
@KidsGaming-yo8ve
@KidsGaming-yo8ve 8 ай бұрын
@@codeKarle why Cassandra is chosen in this scenario. It is column based databases? why not document db kind of db is used?
@pkr619
@pkr619 3 жыл бұрын
I have watched quite a lot of system design videos from different sources, and this by far, exceeds most of them in technical depth and breadth. It's not too academic and neither too complex, well done! I am recommending this channel to my peers.
@sanjana8358
@sanjana8358 2 жыл бұрын
This was on its way to become the best sys design channel on KZfaq but why did you stop making videos? All other channels just have scattered information and no clarity of thought. Can you start making videos again and cover more systems asked in interviews? It will be of great help to budding software engineers!
@Kevin-jt4oz
@Kevin-jt4oz 3 жыл бұрын
This is brilliant but Im kinda surprised you didnt mention quad trees. They are the standard way to solve problems like this.
@rjarora
@rjarora 13 күн бұрын
I don't think quadtrees are used to handle Google Maps use case. They are supposed to return the nearest neighbours, which is a different use case. Although the idea to divide the globe into different segments can be borrowed from quad trees here.
@HusainDalal
@HusainDalal 2 жыл бұрын
This is the level of details that helps in real interviews. Thanks!
@topgamerprosh75
@topgamerprosh75 Жыл бұрын
I banged the first AWS interview and Meta interview in one go. Thanks for the detailed explanation! Not sure if you are active anymore, but you deserve lot more followers than what you have.
@illyam689
@illyam689 3 ай бұрын
how is it going now?
@astrostudent2302
@astrostudent2302 3 жыл бұрын
Discussion around - Disputed areas, last bit of inferences like pub goers are social etc..was icing on the cake!!!
@aryanrahman3212
@aryanrahman3212 Жыл бұрын
After 2 years, still an amazing video!
@meganfoxyish
@meganfoxyish 2 жыл бұрын
Great Effort to put all the complex pieces together. As we all agree google maps is one of the complex designs in the world and you have done justice to explain this is best possible way. Great Effort.
@atintandon9624
@atintandon9624 2 жыл бұрын
Very smart to include discussion of disputed areas in this video
@metallaser4409
@metallaser4409 3 жыл бұрын
Thanks for the video. Could you comment a little bit on the schema of the Cassandra tables storing segments/distances between exit points of segments? Also, how come you didn't consider using a graph database such as Neo4j? (I don't know much about it at all, but I would think it is designed specifically for a usecase like this?)
@knpatel86
@knpatel86 3 жыл бұрын
Thanks for the amazing series. I would just recommend going with simple design problems to start with and increment the complexity for beginners. Thanks
@twarzo
@twarzo 2 жыл бұрын
This is an awesome system design video given the scope and difficulty of the problem. One suggestion I had was to also add link of slides or screenshots of the diagram drawn at different stages of the video :)
@sreenivasulusanduri3453
@sreenivasulusanduri3453 3 жыл бұрын
Awesome. Very well explained. I have a question on the design: Shouldn't we use some kind of graph database (say, Neo4j for example) to store the graph instead of Cassandra?
@pallavibansal84
@pallavibansal84 3 жыл бұрын
Loved your approach about calculating distances ..
@anmolbhatia2305
@anmolbhatia2305 3 жыл бұрын
Great video. My question would be regarding what does the data look like which we are storing in Cassandra. For almost all of the storage data you have chosen Cassandra but other factors like data access pattern and what sort of queries will be used on that data should also be considered. It would be great if you can elaborate more on that as well.
@ravbhaj
@ravbhaj Жыл бұрын
Very comprehensive!! Liked the "Summary of this video" too.
@ShahbazKhan275817
@ShahbazKhan275817 2 жыл бұрын
you channel name should be DesignKarle instead 😛
@antonkot6250
@antonkot6250 3 жыл бұрын
The best video on this topic I found so far
@ankitjain8724
@ankitjain8724 3 жыл бұрын
Excellent content! One of the best explanation of Google map design ever. But there are too many adds, it would be great if that can be reduced.
@anupampandey3758
@anupampandey3758 2 жыл бұрын
Thanks for an informative video, Sandeep. Could you also please include the reasoning behind going with specific db choices, external services like hadoop etc instead of a different competitive service?
@puneetagrawal9956
@puneetagrawal9956 2 жыл бұрын
This was a really awesome video. The first 40 min. were gem
@RaoVenu
@RaoVenu 2 жыл бұрын
Questions about the algorithms being chosen: a) In the initial few minutes the presenter mentions Bellman-Ford. Isnt that quite inefficient unless you are trying to look for negative cycles? b) Later he mentions Djistkra'a algorithm. Isn't the A* algorithm better as you don't need to evaluate all paths. Additionally, the heuristic could be dynamic based on traffic patterns. My thoughts were you could use A* for finding cost to go to different entry / exit points from inside for lowest level of granularity and then use the same A* algorithm to evaluate cost between different entry / exit points (like intra city travel)
@gunchoi
@gunchoi 4 жыл бұрын
You are pretty smart! Thank you for your videos. I am learning it out of curiosity
@codeKarle
@codeKarle 4 жыл бұрын
Thanks!! Happy that the videos are helping you
@alanwsx
@alanwsx 3 жыл бұрын
This is a very solid 1-hr content!
@shettyanvita
@shettyanvita 4 жыл бұрын
Thank you for the detailed explanation of the overview architecture. Can you go in-depth for the upcoming vides of the bottlenecks faced while designing DB/ CAP principles tradeoffs i.e. C/A depending on the requirements/product
@codeKarle
@codeKarle 4 жыл бұрын
Sure, well try to do that
@ektabhalwara7531
@ektabhalwara7531 3 жыл бұрын
This was an amazing explanation!!! I request you to please post a video about LinkedIn System Design as well. Good Work!!!
@codeKarle
@codeKarle 3 жыл бұрын
Thanks!! That would be almost the same design as Facebook, since both have the same feature set like posts, likes, comments, share, etc. Only the Jobs thing is different, but if we can skip that, I would recommend to watch the Facebook System Design video here: kzfaq.info/get/bejne/b5OYnaV43dvNdac.html
@seeva92
@seeva92 3 жыл бұрын
This can be further extended to series of parts. Especially, I am little more interested in the creation of segment, underlying data model of it, persistence logic, and updating the segments. When to increase the current segment range? When to break the current segment range to smaller segments?
@abhishekaggarwal9774
@abhishekaggarwal9774 4 жыл бұрын
Awesome work you are doing. I would like if you can do small videos covering topics like SQL/ NoSQL, Micrososervices, Kafka Messaging Queue etc.
@codeKarle
@codeKarle 4 жыл бұрын
Great suggestion! We'll do that too
@rahulchudasama9363
@rahulchudasama9363 3 жыл бұрын
Awesome explaination ... This channel will become a boom ...
@TheMayankrungta
@TheMayankrungta 3 жыл бұрын
Your all videos are awesome.
@rahulkushwahafarzirahu
@rahulkushwahafarzirahu 3 жыл бұрын
Thanks for this awesome video. Next would like some LLD videos too.
@andriidanylov9453
@andriidanylov9453 Жыл бұрын
Very strong presentation. Actually the best what I have seen about this topic. Appreciate.
@benli657
@benli657 10 ай бұрын
🎯 Key Takeaways for quick navigation: 00:02 🗺️ Navigation app design like Google Maps requires route, distance, and time info. 00:57 🔌 System design should be pluggable for easy addition of features like traffic, weather, etc. 02:22 🌐 The system needs to handle high availability, good accuracy, and reasonable speed. 03:50 📈 Massive scale: Billions of user requests, millions of companies using the platform. 04:18 🛣️ Building a navigation app is challenging due to vast road data and unpredictable attributes affecting ETA. 22:14 🗺️ Mega-Segment approach: Dividing the map into Mega-Segments containing exit points, simplifying navigation across large areas. 24:32 ⏲️ Weight calculation: Factors like distance, ETA, and average speed influence weights; traffic and weather are attributes, not weights. 27:19 🚗 Traffic data: Utilizing real-time user data for traffic; data is normally distributed, allowing prediction within confidence intervals. 30:05 🔄 Dynamic updates: Changing ETA due to traffic/weather; cascading updates through segments and Mega-Segments when weights change significantly. 39:33 📊 System architecture: Overview of user location tracking, data processing, and updates to enhance map service. 45:32 📍 Hotspot Identifier: Identifying areas with increased activity using location data, enabling better traffic prediction and navigation. 46:32 🚗 Vehicle Identifier: Analyzing location pings to determine the type of vehicle (e.g., car, bus, two-wheeler) and enhance navigation insights. 49:20 🗺️ Area Search Service: Converts location search into lat/long, aiding navigation and route calculation. 50:44 🛤️ Map Service & Navigation Tracking: Handling user navigation, course correction, and analyzing user journeys to improve recommendations. 57:22 ⏰ ETA Accuracy & Analytics: Monitoring accuracy of estimated travel times, analyzing route preferences, and inferring user profiles based on location data. Made with HARPA AI
@JohnWick-to6nr
@JohnWick-to6nr 2 жыл бұрын
How does this approach (considering exits) help in reducing time complexity on the whole, as we are internally applying floyd-warshall for each segment to get the minimum distance between exits of every segment in between and then using this information to build a graph?
@samarthgupta7845
@samarthgupta7845 3 жыл бұрын
Very nice explanation. Content is really good. This kind of content is not there anywhere on the internet. Can you please make a video on how distributed message queue works?
@princetoncross-culturaledu1315
@princetoncross-culturaledu1315 2 жыл бұрын
I love the content! Could you please make video about databases and streaming systems?
@amrtahlawi
@amrtahlawi 2 жыл бұрын
Thank you for the helpful tutorial. qq: why are you using Cassandra for the Graph Processing service? shouldn't you be using a graph DB like Neo4j? As far as I know, Cassandra is a wide-column DB, not a graph DB.
@andybhat5988
@andybhat5988 2 жыл бұрын
Super explanation of a very complex system. Thank you
@rohitvishwakarma9261
@rohitvishwakarma9261 Ай бұрын
Thanks for keeping the explanations simple. I have seen some videos where people just bombard with jargons reducing interest.
@coding8696
@coding8696 Ай бұрын
Can i start this series with basic information about System Design?
@rajatahuja4720
@rajatahuja4720 3 жыл бұрын
Websocket handler/manager is primarly required in the navigation flow not while collecting the lat/lon of users. what do you think ?
@MrGaurabpaul
@MrGaurabpaul 3 жыл бұрын
Good video. One suggestion : you could add a section on how search works in google maps. Chinese restaurants near me or best 5 star hotels near bus stop?
@elachichai
@elachichai 3 жыл бұрын
Nice Sandeep. Hope to see more content from you, but scoped to 35 min. But this one was informative to every minute and a nice write up! Mega Segments: Are you meaning to say that in creating a route from Bengaluru to Mumbai, the constituencies or taluks along the way don't matter in that " outer layer" of computation because those have been reduced to a point (Sholapur or Kolhapur) in that layer where we apply the algorithm? This means something like min of a sum ~= generally a sum of minimums, which avoids end-to-end (massive, over) computation for little to no gain (in fact losing computation time, storage). O(nlogn) is >> O(mlogm) + O(klogk) + .. where m,k are < n (may add up to n). I didn't mean to get into maths, but that is what we are looking at in breaking a continuous spectrum of points to discrete points for each outer layer. Is this about accurate? I don't see you use spatial database like quadtree. What is your opinion? So long the Djikstra's algorithm is applied between cities, it picks up the best cached routes for the exit points of the cities of Sholapur or Kolhapur.
@rajuy18
@rajuy18 3 жыл бұрын
Amazing bro, I like it, keep it up 👍
@SamirPatel-dv8xm
@SamirPatel-dv8xm 3 жыл бұрын
Good Explanation.. Good Job !.. Que: How Zoom Aggragate video streaming in One UI (on Zoom Client)?
@avikbagh8391
@avikbagh8391 2 жыл бұрын
Quality content as always. But plz do something about your audio.
@kipkip6712
@kipkip6712 3 жыл бұрын
Amazing work!.. Thank you! So this idea of Exit points on Segments and cutting through exit points to reach destination from source is your own? or is there some reference?
@codeKarle
@codeKarle 3 жыл бұрын
While I did come up with this approach myself, I can't claim that I am the only one who has designed it using this idea, but till the time of recording, I haven't come across anyone else using the same approach. I believe Google would be doing something more optimal than this.
@hqdevelopers3697
@hqdevelopers3697 4 жыл бұрын
It would be interesting to tackle not so common system design interview questions also. For example, about TinyURL there are a lot of system design videos already. It would be challenging to see a system design video about Google Photos for example and how do they manage to provide "unlimited" storage space for Pixel users (at least).
@codeKarle
@codeKarle 4 жыл бұрын
Those are coming soon
@sushilrawat502
@sushilrawat502 7 ай бұрын
@@codeKarle will you be producing more content ?
@ir0nt0ad
@ir0nt0ad 3 жыл бұрын
Thanks a lot for your work! I believe the word you're looking for is "cell" (5:56)
@anandt8362
@anandt8362 3 жыл бұрын
Thanks for the video.. 1. If the user changes from the route suggested how the re-route will be calculated and made visible ? Which particular service will be responsible for it?
@lavkushtiwari2799
@lavkushtiwari2799 2 жыл бұрын
Firstly thanks for this lovely channel. The explanations are so good. I have a doubt: Can Map Service have a Cache so that if multiple people are asking for same location it doesnt need to ask for route to Graph Processing service?
@nikitasinghchauhan6239
@nikitasinghchauhan6239 4 жыл бұрын
Thank you for google map . Didn't find any other video on this topic. u did a wonderful job.🙂
@codeKarle
@codeKarle 4 жыл бұрын
Thanks you :) Let us know what other videos you'd like to see
@nikitasinghchauhan6239
@nikitasinghchauhan6239 4 жыл бұрын
@@codeKarle google search 🙂
@codeKarle
@codeKarle 4 жыл бұрын
@@nikitasinghchauhan6239 that would be live soon!!
@shubhamgarg4227
@shubhamgarg4227 4 жыл бұрын
woah!!! awesome work, keep doing that
@codeKarle
@codeKarle 4 жыл бұрын
Thanks for the kind words!! Do share it with your friends :)
@thakurnitesh27
@thakurnitesh27 Жыл бұрын
Awesome Video. One question though - shouldn't each segment have separate exit and entry point though? There can be scenarios where exit is allowed(one-way) but not entry. In that case, we would have to maintain exit and entry points for each segment and mega-segment.
@amollopes7960
@amollopes7960 3 жыл бұрын
Really good video, all parameters considered 👍
@harendrapratapsingh8210
@harendrapratapsingh8210 2 жыл бұрын
can you please explain why you are using Cassandra as a persistent storage for the graph service? Can we use any graph db for the purpose like neo4J?
@vivekkushwaha2851
@vivekkushwaha2851 2 ай бұрын
Sorry if this sounds basic, but I'm new to system design and still learning. Can you explain why you didn't save which user is linked to which WebSocket handler at 41:35 in the video? You mentioned polling for this info, but where does it come from exactly? Is it from the WebSocket handler itself? By the way, great video! 🙌 I really learned a lot from it and appreciate your work!
@kamaljosan4376
@kamaljosan4376 2 жыл бұрын
Hi, thanks for this awesome video. I have a question around the the design. So at around @31:45 you talk about is the weight of any edge changes, we need to update the cache, and recursively bubble up the results. I want to confirm, if you are a) re-running the shortest path algo again in that segment to evaluate distance between all nodes, or b) just updating the current shortest path with increased value. I think option a) is the correct one. You take the example - if the time take for an edge increases from 10s to 15s, we increase the time taken for route by 5s and then bubble it up. (Which sounds like option b).
@toppratyush007
@toppratyush007 2 жыл бұрын
I could be wrong here but I see two variations : 1. Increase in travel time on one of the roads : We can recompute only the paths which used this road since only these would be affected. 2. Decrease in travel time on one of the roads : We can recompute the matrix of all entry and exit points. Doing so on each update would be too expensive, so probably we can wait for a batch of updates.
@wenhoujx
@wenhoujx 8 ай бұрын
very good content, but the audio is a torture.
@ajayk9929
@ajayk9929 2 жыл бұрын
Sandeep Kaul Sir ,all your videos are extremely useful for design preparation. if possible please speak little slow or pause for some seconds. Thanks in advance.
@navjan13
@navjan13 3 жыл бұрын
So spark streaming is consuming as well as writing back to kafka? or are we going to create a different kafka for that?
@justsaysharu
@justsaysharu 4 жыл бұрын
Very informative and abstract; given its very challenging design question. Could have broken into 2-3 videos on realtime route algorithm, pre-processing routes, analytics just to justify each of them individually. Also, some points on choosing right datastore and rationale behind each. Wonderful job though :)
@codeKarle
@codeKarle 3 жыл бұрын
yes, trying this 2-3 videos thing in the next one, hopefully we'll be able to make it easy for people to correlate things across videos :) For Datastores, you can look at this: kzfaq.info/get/bejne/mbV0dtOJ2baskoU.html
@nidhinmahesh4923
@nidhinmahesh4923 3 жыл бұрын
I am watching your tutorials one by one on daily basis, wishing all good for you with upcoming videos. I request you to do a video on Slack
@mukeshknit3494
@mukeshknit3494 2 жыл бұрын
Awesome and details content. Can you make a video about distributed scheduler ?
@deMErolME
@deMErolME 3 жыл бұрын
Great job! Thank you
@zuowang5185
@zuowang5185 6 ай бұрын
do you keep a ETA heap for each segment? Not sure how you can efficiently bubble up when a road condition is changed.
@jkl89966
@jkl89966 Жыл бұрын
Hi, can anyone help with this question: System design question to design a heatmap. user can input any range of times (in minutes) and I want to be able to see the density of drivers on the map color coded You don't have to worry about the actual color coding part (assume you have some UI that will take in the count input and do the coloring for you).
@RK-xl2uq
@RK-xl2uq 4 жыл бұрын
great video, i think a little more details on the database schema would have helped more to some readers. At least now i know how google works/worked hypothetically :)
@nikita12351
@nikita12351 3 жыл бұрын
Superb explanation!
@ritubhandarimusic
@ritubhandarimusic 7 ай бұрын
But how do you identify what all segments you should consider to calculate distance between two points? You traverse through entire graph or say max 10 segments from each direction?
@Downicon3
@Downicon3 9 ай бұрын
Thank you, quite insightful
@DeepakSaini-di7fc
@DeepakSaini-di7fc 4 жыл бұрын
Great work. It will be great if you can put some content about Google Doc and git design.
@codeKarle
@codeKarle 4 жыл бұрын
Sure, but that might take a while to be live :)
@MaggieMa2138G
@MaggieMa2138G 2 жыл бұрын
What is the data schema for the Cassandra that is attached to the Graph Processing Service?
@princetoncross-culturaledu1315
@princetoncross-culturaledu1315 2 жыл бұрын
I wonder if a video about stock trading systems can be made?
@nirajpandey3856
@nirajpandey3856 5 ай бұрын
Very well explained !!
@greuser
@greuser 3 жыл бұрын
I didn't understand the difference between theoretically calculated road and cached or real roads? Could you explain?
@jesselee8475
@jesselee8475 4 жыл бұрын
Really amazing work! Can you please explain: when an user makes Get call to the API and google returns response. Return response is that GET or POST. What format does that data/response flow? Is it binary?
@codeKarle
@codeKarle 4 жыл бұрын
Thanks!! Ideally that would be a Get request, with start and end point details like Lat Long, and a preference if they want to minimize the distance or the time. In the response the server would send back ETA, Distance and then the lat longs of some points in the best route. The response format could be anything. to keep it simple I would keep a simple json there.
@alikarooni9713
@alikarooni9713 Жыл бұрын
Thanks you. Nice explanation
@anilkatakam2738
@anilkatakam2738 2 жыл бұрын
On the Disputed Areas- what if user see the map from some other country? how do google decide boundaries?
@user-es5rh4ew9m
@user-es5rh4ew9m 3 жыл бұрын
super。learning new knowledge,ilove it
@saritakumari-oh8fs
@saritakumari-oh8fs 3 жыл бұрын
Thank you for Sharing
@elachichai
@elachichai 3 жыл бұрын
Can you please make a video of how payment systems work? Say Design Square or Design Visa.
@Mustaq15
@Mustaq15 2 күн бұрын
Can you plz...... teach system design from basics. Playlist
@MithunKumar-xy9pp
@MithunKumar-xy9pp 3 жыл бұрын
Can you please explain how did u come up with this design? What resources did you follow?
@rishikeshkmr
@rishikeshkmr 2 жыл бұрын
Perfect!
@jayeshudhani99
@jayeshudhani99 3 жыл бұрын
Can you make a video on spark streaming ?
@trendingbuzz9974
@trendingbuzz9974 2 жыл бұрын
Could we use zookeeper instead of web socket manager?
@user-dn6el9mp2e
@user-dn6el9mp2e 4 ай бұрын
Amazing content
@2010aishwary
@2010aishwary 3 жыл бұрын
wah mza aagya subbed
@akshaymonga
@akshaymonga 2 жыл бұрын
I wish you had gone through the design from component by component, as the meat of this video was about "segments", usually system design interviews dont happen that way.
@techatnyc7320
@techatnyc7320 10 ай бұрын
Thank You
@SaiPavanPothuri
@SaiPavanPothuri Жыл бұрын
When to use Cassandra ? and when to use hadoop ? any differences ?
@mohdkamran5012
@mohdkamran5012 Жыл бұрын
Thanks!
@everytwocc
@everytwocc 3 жыл бұрын
quite good content
@nanjarajeurs3616
@nanjarajeurs3616 2 жыл бұрын
excellent one
@dipanshuasri
@dipanshuasri Жыл бұрын
How to calculate the exit point of segment ? ( e.g. s1e1 )
@bowang1825
@bowang1825 4 жыл бұрын
can i recommend to talk the 2nd half before the 1st half. I realized the 2nd half is much more valuable. Also can you add some concrete examples during the explanation?
@codeKarle
@codeKarle 4 жыл бұрын
Sure, I can add the examples in the future ones. Editing now if really hard, so we'll try to keep the important parts before in the next ones :)
@piyushshekdar4270
@piyushshekdar4270 Жыл бұрын
How is a user location mapped to some point on a road ?
Who has won ?? 😀 #shortvideo #lizzyisaeva
00:24
Lizzy Isaeva
Рет қаралды 63 МЛН
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 11 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 36 МЛН
13: Google Maps | Systems Design Interview Questions With Ex-Google SWE
35:25
Designing a location database: QuadTrees and Hilbert Curves
22:22
Google India Engineers in a Mock System Design Interview
20:54
Life at Google
Рет қаралды 121 М.
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 1 МЛН
Twitter System Design | System Design Interview Question
47:54
codeKarle
Рет қаралды 112 М.
Google Systems Design Interview With An Ex-Googler
59:59
Clément Mihailescu
Рет қаралды 760 М.
Who has won ?? 😀 #shortvideo #lizzyisaeva
00:24
Lizzy Isaeva
Рет қаралды 63 МЛН