Book My Show || Low Level Design Code || Amazon Interview Question Solved!!

  Рет қаралды 72,976

Soumyajit Bhattacharyay

Soumyajit Bhattacharyay

4 жыл бұрын

Hi,
In todays video I have discussed in detail the entire code for Low level design of movie ticket booking system. I have used SOLID design principal along with several oops concept to come up with a robust design for the system. I have also talked about possible extensions of the problem and how to generalise the solution to solve for any event ticketing system.
This is the code file: drive.google.com/file/d/1sFRp...
As usual, if you would like to be a part of free mock interview series please follow my Instagram handle
To connect with me:
Instagram: / dynamic_coder_18
LinkedIn: / soumyajit-bhattacharya...
Telegram: @sdeinterviewpreperation
Message me here regarding the same.
Please do like and share this video. Subscribe to my channel and hit the notification bell !!!
Thanks everyone!
#amazon #arcesium #deshaw #google #low #level #design #lowleveldesign #soumyajit #bhattacharyay #bhattacharya #system #design #faang #facebook #code
system desgin, facebook, apple, amazon, netflix, google, arcesium, de shaw, low level design, soumyajit bhattacharyay

Пікірлер: 161
@sachin_getsgoin
@sachin_getsgoin 2 жыл бұрын
While booking seat, using locks at the right level (so that the entire application doesn't get locked), timeout for a lock, asynchronous payment processing is the main reason why this question is usually asked. Identifying the entities are good starting point. 👍
@Manikantabomma1
@Manikantabomma1 3 жыл бұрын
Great work Soumyajit.. your LLD videos are the best low level design courses among those I have seen.. Thank you so much..
@ishanshah3309
@ishanshah3309 2 жыл бұрын
Good video! I specially liked the ending part where you explained how it can be extended to any kind of booking system not just movies. That was really good.
@StockArchives
@StockArchives 2 жыл бұрын
Hi, Great Video. Some points which i faced or asked to implement - 1) Use of SOLID principle. 2) Core logic of some important class. 3) Extensibiliity for some extra features in future - in this case - Coupons, Offer, Cancellation/Modification for events. 4) Iteraction between some classes. Explaination if possible, a little slow.
@akshaysachan9592
@akshaysachan9592 2 ай бұрын
Were you able to implement all of the requirements considering limited time ? How does the interview perceive that if we are not able to complete everything
@StockArchives
@StockArchives 2 ай бұрын
​@@akshaysachan9592 Two parts here - Need of overall discussion of these kind of topics from person to the interviewer, side along asking interviewer if he or she want to move in that direction. Second Part - It is not important to wholly focus on to give complete solution. but How strong fundamentals were, Discussion of overall ideas and wether interviewer got idea If a person will able complete it, if more time was given. One bonus point - If interviewer is not giving direction, and just listening. It is your job to navigate the solution.
@praveenkumarr32
@praveenkumarr32 3 жыл бұрын
Overall a great explanation. We shouldn't be spawning out separate classes for each Role (ex:admin) they are going to play, that has to be abstracted out and made as a separate user management module( or access control module). Tight coupling a user with a role is not scalable. often we would like reassign the user a different role so these two should be separate entities and should have a m:n association among them.
@HarshalDev
@HarshalDev 3 ай бұрын
List seats being a part of Show class and not Audi class -> the explanation and the thought process behind it was amazing. Thank you for clarifying the same
@shahkushal1495
@shahkushal1495 3 жыл бұрын
@4:27 A better argument could be, when a ticket is booked, it is booked for a particular show. So, in the show, one can have all the seats instantiated, and used.
@aaaa11268
@aaaa11268 2 жыл бұрын
U r helping lot of people to be well prepared for the interviews.Good job and u will get lot of good will
@mayurkharche9087
@mayurkharche9087 3 жыл бұрын
Thank you for your efforts!!! This is the very first vedio I have seen from you channel, I will surely watch all the vedioes on LLD.
@mwshubham
@mwshubham 3 жыл бұрын
Thanks for adding additional details of using inheritance to extend this architecture for booking events and other
@bostonlights2749
@bostonlights2749 3 жыл бұрын
You have splendid communication skills
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Thanks for the feedback!! Really appreciate it!
@grovervishal591
@grovervishal591 2 жыл бұрын
A very good explanation Soumyajit . I really like the extension part which you explained in the end.
@dhananajaykrishna8259
@dhananajaykrishna8259 3 жыл бұрын
Awesome!!! Please keep making such videos... It would be of great help,if you start by showing the class diagram and then moving on to the code part.
@quirkyquester
@quirkyquester 2 ай бұрын
bro, you make amazing video, can't thank you enough, you have the best OOP interview practice
@adityasinghaswal4923
@adityasinghaswal4923 2 жыл бұрын
Straight to the point..brilliant explanation!
@duedares
@duedares 3 жыл бұрын
You have amazing communication and a grasp of the topic. I have just one piece of advice: Break it. Break the files and classes. That is all we want. Thank You!
@duedares
@duedares 3 жыл бұрын
Okay spammers, I'll never open flixzone or whatever 😂
@skannanji
@skannanji Жыл бұрын
He is definitely a Indian techie monster. Nice tutorial.
@vaibhavtandon7821
@vaibhavtandon7821 2 жыл бұрын
Thanks for the video. The best part is you have coded what you design. Can you also include or talk about the database schema ? That would cover most of the design perspective of the app.
@kamalpreet5481
@kamalpreet5481 3 жыл бұрын
Great Explanation. Keep posting such useful content.
@rishabhgaurav
@rishabhgaurav 4 жыл бұрын
Subtle Explanation! Just curious to know where do you learn this stuff from! Just asking though but waiting for your next video in this series.
@PratikShah123
@PratikShah123 2 жыл бұрын
Thanks for the great video..! However one feedback: cityShowMap shouldn't be a part of Movie, as it doesn't seem to be a scalable approach while preserving into DB.
@adildil4260
@adildil4260 4 ай бұрын
CinamaHall class has getMovies method which only based on date why not city?. As its for particulat cinema hall then we shd know for that cinema hall get me all the movies on that date and city right?
@acousticIndie
@acousticIndie 2 жыл бұрын
Thanks, man! this is so helpful and crisp!
@hariprasadkumbhar840
@hariprasadkumbhar840 3 жыл бұрын
Nice explanation. Keep doing this. And encourage others.
@VinothiniAnabayan
@VinothiniAnabayan 2 жыл бұрын
your low level videos are clear and precise.. Keep making videos..
@tarungarg3036
@tarungarg3036 6 ай бұрын
felt confident after watching this video.
@abhijeetbaranwal
@abhijeetbaranwal 3 жыл бұрын
Excellent video. Great work 👍
@ShivamVerma-gq2sm
@ShivamVerma-gq2sm Жыл бұрын
macha diya dada !!! thankyou so much.
@rahulsharma5030
@rahulsharma5030 3 жыл бұрын
Doing great.I would suggest to increase frequency of LLD.
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Thanks for the suggestion. Yes i will be uploading the parking lot lld video soon!!
@bhalulal5947
@bhalulal5947 2 жыл бұрын
@@SoumyajitBhattacharyay I still cannot find more videos on lld
@rahulsharma5030
@rahulsharma5030 3 жыл бұрын
In booking class,dont you think that Payment paymentObj; and and the parameter passed to makePayment should be of different types?Booking should have PaymentInfo object like txnid,amount etc. and makePayment should accept something like Payment which is credti card/debitcard etc.?
@DecentProgrammer
@DecentProgrammer Жыл бұрын
Great Video. Keep up the good work going brother.
@tusharrawat8768
@tusharrawat8768 2 жыл бұрын
Great video, Soumyajit. One question though, in interviews they don't ask to implement the reponsibilities of each entity/actor class? If they ask for a working prototype solution, we need to implement all these apis correct, using some in-memory Data-structures. Please make a LLD video where your cover the implementation details of the responsibilties/apis.
@sudheerg9182
@sudheerg9182 2 жыл бұрын
You can have repository class and we can use maps as our data stores , and we can refer this repository from service class. This will make implementation easy during interviews and works fine.
@manvityagi6529
@manvityagi6529 3 жыл бұрын
Wow! Worthwhile Content, Neat Presentation.
@unlockyourfinance
@unlockyourfinance Жыл бұрын
I am thinking of switching to a SDE-2 role in a year and wanted to see how LLD looks like. Great video man! I am confident I will be cracking something great in a year! 😇
@HimalayGoyani
@HimalayGoyani Жыл бұрын
Have you bro?
@unlockyourfinance
@unlockyourfinance Жыл бұрын
@@HimalayGoyani No bro, feeling settled here, I am upskilling according to project requirements, getting good hikes year on year, still I will consider switching if I don't get promoted this year, in SAP Labs now
@divyankgupta4178
@divyankgupta4178 11 ай бұрын
@@unlockyourfinance bro don't get too comfortable :)
@mohitojha7514
@mohitojha7514 2 жыл бұрын
Amazing content, well explained
@Rubal98
@Rubal98 3 жыл бұрын
Great work
@NirmalSingh-jo9wk
@NirmalSingh-jo9wk 10 күн бұрын
Most important part of this question is how to avoid long locks while booking payment is going on, or not use lock at all but in that case two users can book same seat, so how to manage that concurrent case.
@YogeshDharya-ji9ch
@YogeshDharya-ji9ch Ай бұрын
Helped me a lot ! thank u so much , gave me the clarity I needed 😇
@rahulshetty1567
@rahulshetty1567 2 жыл бұрын
Great video, thanks! 1. What is the general format one should adapt to answer in LLD interview? 2. Are we expected to make Class Diagram and Use case diagram in the beginning? 3. Are we expected to write internal logic of how booking is done, what if booking is full and so on?
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 2 жыл бұрын
It all depends from one round to another, one interviewer to another. In my interviews I had been asked all three types, making classes, APIs functions and their interdependencies, then in some of them was asked to implement it end to end and in some was asked to just implement a couple of functions
@abhijeetkumar3752
@abhijeetkumar3752 3 жыл бұрын
best tutorial of low level design with great explanation and also with code...
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Thanks so much glad you liked it!
@NehhalKalnadTheGreat41
@NehhalKalnadTheGreat41 3 жыл бұрын
very crisp and perfect vdo 😋
@akashjain4184
@akashjain4184 3 жыл бұрын
@Somyajit , IMHO the parent entity should'nt be storing the references to the child entities (Unless they belong to the same aggregate). For example : ShowService and AudiService might be deployed as two separate microservice altogether , in those scheme of things AudiService should not store the reference to the Show, rather Show as a child entity should store the reference (as a client reference id if you will) to Audi entity. Even in case you STILL want to store the reference of child entity with parent it should be just the primary key and not the object. Let me know your thoughts on this!! :) EDIT: Just to explain better , if we will store reference to Shows in Audi entity , this will introduce hard coupling between the two services , Show service going down would mean , I can't even create an Audi!
@rutachaudhari5774
@rutachaudhari5774 3 жыл бұрын
Hi, thanks for this playlist. Just stumbled on your channel. Great work
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Glad that you liked it! .do subscribe and hit the bell notification so that you remain notified. And don't forget to share with your friends
@smriti13dhanbad
@smriti13dhanbad 2 жыл бұрын
Thanks for the great video. Is concurrency handling a part of LLD?
@Arvindhanarvindinc
@Arvindhanarvindinc 3 жыл бұрын
Great work man 👏
@deeptisharma4241
@deeptisharma4241 2 жыл бұрын
Hi Soumyajit, it very good explanation fro coding front. Can you help to understand the database front also like what all tables , how table hold mappings and more
@ViragJainimhere
@ViragJainimhere Жыл бұрын
Great efforts and crisp and short video
@rajaryan7566
@rajaryan7566 2 жыл бұрын
God level explanation
@PrashantArya-prary2
@PrashantArya-prary2 2 жыл бұрын
Great work
@RajatGautamism
@RajatGautamism 3 жыл бұрын
Booking object should not contain totalAmount since it is already containing Payment object which have amount inside it ,correct?
@shubhamsingh6929
@shubhamsingh6929 2 жыл бұрын
So, when the admin wants to add a new show for a movie from where will he get the seats list? Ideally, seatList should be in the Audi and in the show class we should just have a list/set of seats which were booked for that show.
@sanjaytrasy6705
@sanjaytrasy6705 3 жыл бұрын
Well done 👍
@saitejagatadi9711
@saitejagatadi9711 2 жыл бұрын
Bro, A small doubt Does LLD mandatory for Frontend Developers/Web Developers also ?
@rushikeshkshirsagar1115
@rushikeshkshirsagar1115 Жыл бұрын
great video and explanation loved it.... please do the design of Airline/flight booking system.........
@asashish905
@asashish905 2 жыл бұрын
Loved it... ❤
@believeralways3875
@believeralways3875 2 жыл бұрын
Hi Soumyajit, Thanks for this video, it is very helpful. I have one doubt that whether we should start by creating API class first or Entity classes first like (Person, Movie, Show, Screen, Seat) and then build API class. Any input from others will also help.
@nikhilbalachandran2171
@nikhilbalachandran2171 2 жыл бұрын
You should be knowing both. And you can ask this question with the interviewer for which one to start with.
@munjal55555
@munjal55555 3 жыл бұрын
I am not convinced with using the same design for something other than bookmyshow, it very obvious that both the product might evolve in different ways, and unnecesasry we have to keep an indentifier to track which fields belongs to what product and not foe another product. btw. good explanation
@prakhar.mishra
@prakhar.mishra 3 жыл бұрын
How would you make sure that no two users end up booking the same seat?
@karun4663
@karun4663 4 жыл бұрын
can u share resources u used to learn this stuff and btw LLD videos are dope plz post more videos and can un answer the questions for OS u mentioned
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 4 жыл бұрын
Surr definitely i will do that. Thanks for such encouraging feedback! I have a lot more lld videos in pipeline. Stay tuned to watch them!!
@nitinkhulbe6234
@nitinkhulbe6234 3 жыл бұрын
great content
@sharmilabaskaran7373
@sharmilabaskaran7373 2 жыл бұрын
Do they ask to complete the entire design here with each of the implementation and Main class.
@sayanghosh2270
@sayanghosh2270 3 жыл бұрын
Hey Soumyajit, I would actually like to see one code with the whole implementation and your thought process.Since sometimes which data structures(list, hashmap) to store information varies while implementing.Thanks!
@prafulsinghvit
@prafulsinghvit 3 жыл бұрын
Since you spoke of 'strategy pattern' , how about making a small video on that and linking it here in the description? Thanks!!
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Yes absolutely. Not only that all of them I will be making it in an upcoming video series ♥️♥️ Do stay tuned
@meghadave9363
@meghadave9363 2 жыл бұрын
Hi Soumyajit . This is not to devalue your work . but my observation is that most of the lld on this channel or else where are using same set of design patterns like decorator and strategy. i am not finding the designs very elegant . LLds should be about how well are we choosing our design patterns and data structures. Stiil great work . Thanks
@rohitgubrele8171
@rohitgubrele8171 3 жыл бұрын
Hi Saumyajit, Can we use any Design pattern to improve on the Search part? We have defined 4 types of search in this case. But when we add more EventLocation like a stadium for let's say cricket match, we might need to a Sports wise search and so on. In the Current case, we will need to update and existing class. Can we add somehow add new search functionality just by adding a new class?
@rohitgubrele8171
@rohitgubrele8171 3 жыл бұрын
And Thanks for the Great Work Man !!
@vinayakbhat9015
@vinayakbhat9015 2 жыл бұрын
Is it not necessary to separate service classes and models in LLD interview ?
@whiteboard7641
@whiteboard7641 3 жыл бұрын
hi, Couple of doubts : 1) why cinemaHall inside show? 2) why price for every seat? 3) how will you implement "public List getMovies(Date date, String city);" in BMSService? I understand theres no single right answer, but would like to know the changes needed for 2 and 3. Thanks
@AkshayKumar-fj9hd
@AkshayKumar-fj9hd 3 жыл бұрын
According to my understanding : 1) Even I didn't get any usecase of CinemaHall in show. If you found any let me know. 2) Because seats are of different type defined by SeatType enum. And different type will be having different price. 3) BMSService has List. So in to begin with we can filter out the cinemaHalls on the basis of city in getMovies method. Then on filtered CinemaHalls we can call the CinemaHall's getMovies method. Any different thoughts? I am up for a discussion. :)
@kaushikg1996
@kaushikg1996 2 жыл бұрын
Great content 👌
@samiles171094
@samiles171094 2 жыл бұрын
hey, I have a question, all these questions that you have solvedm you made the solution as stand alone aplication why haven't you provided a solution as web application, ie. having controller layer and apis and all, in most of the methods that you have defined in your actor clasees would have been residing in service class, and the entities will just be model classes.
@Shashwatoctober
@Shashwatoctober 3 ай бұрын
You've created a circular dependency between Show , Cinema & audi. How will toString() work in this case? It will lead to an infinite recursion. Is this correct design or an anti-pattern?
@mayanksingh-ki1gx
@mayanksingh-ki1gx 3 жыл бұрын
First of all thanks for the efforts. :). One correction. If you are adding searchobj in User Abstract class, then for your admin class you will be breaking liskov substitution rule as for admin it doesnt make sense to have searchobj.
@ngneerin
@ngneerin 3 жыл бұрын
Inheritance sucks. Composition is the way to go
@ritugupta3367
@ritugupta3367 3 жыл бұрын
How do we decide which method/behavior belong to which class. eg like getMovies() should be part of Movie class or Audi class? why certain list of maps are present in specific classes.
@zmxncbv95
@zmxncbv95 Жыл бұрын
@Ritu Gupta, I have the exact question, did you got the answer to your question?
@carpediem9407
@carpediem9407 3 жыл бұрын
Today from nowhere youtube suggested me your channel ... was bored .. and just decided to watch for couple of minutes ... but already finished 5 videos 😂😂...Great video bro .. really appreciate your hard work ... I think so ...I will end up watching all your videos by today itself 😂💯💯
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Thats super cool! And good to see that the algorithm is picking up some of my videos 😄. Thanks for watching and really appreciate thr feedback!! 😄
@carpediem9407
@carpediem9407 3 жыл бұрын
@@SoumyajitBhattacharyay Your low level design skills are god level 💯💯💯💯... plus explanation also . 💯💯
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
@@carpediem9407 thanks 😄
@indrakumarreddy6679
@indrakumarreddy6679 3 жыл бұрын
Great Work! Could you make LLD video of Uber/Ola.
@kaushiknandula
@kaushiknandula Жыл бұрын
Excellent
@rajeshkumarjha1536
@rajeshkumarjha1536 2 жыл бұрын
Awesome
@dipikagupta7841
@dipikagupta7841 Жыл бұрын
Very informative. Please design more lld's.
@rishibharadwaj7988
@rishibharadwaj7988 3 жыл бұрын
I would prefer the get methods of different concrete types to be in their own service.
@aakash1763
@aakash1763 2 жыл бұрын
Great video just minor doubt for admin user he can add Show right so when he wants to add Show So he will give us the show object and addShow API will add the Show at the database but this Show will have all the information like at which cinemalhall, of which movie type, timing and on which Audi of the particular cinema this show will be placed.
@aakash1763
@aakash1763 2 жыл бұрын
if I observe carefully there is an API in cinemalhall which gives me the list for particular dates, now when this API will give me list if I get one show object it has all the information of the show at which cinema hall this is available, what is the movie and everything. i am confused like Show has a cinemal hall object and Cinemal Hall has list which internal have list when you try to store show information in the database Show will be a huge object right?
@Ranjeetkumar-do5bx
@Ranjeetkumar-do5bx 3 жыл бұрын
Hi Got some confusion..in CinemaHall class,List audiList one of d field,... then in Audi class,List shows...again in Show class, Cinemahall cinemaHallplayedAt.....its looking like cyclic?..which type of relation it is?............i mean should we define fields in a class as child fields(like for CinemaHall class, List audiList is type of child field)...but in Show class, Cinemahall cinemaHallplayedAt, its looking parent field in a class Show....might my analysis & its looking into cyclic way..
@zmxncbv95
@zmxncbv95 Жыл бұрын
I have the same doubt, it should not be cyclic as you can always derive some fields from the associated fields. Got rejected in 1 company because of these mistakes.
@revanthmadasu244
@revanthmadasu244 2 жыл бұрын
great explanation
@yushdecides
@yushdecides 3 жыл бұрын
Best video
@biswaMastAadmi
@biswaMastAadmi 2 жыл бұрын
loved it
@leetStreakDecode
@leetStreakDecode 4 ай бұрын
too good
@rahulsharma5030
@rahulsharma5030 3 жыл бұрын
CinemaHall getMovie and getShow api ,will probably call database/datastore to fetch details.So isnt it violating SRP here in CinemaHall? I dont see why we need these api, we can have some cinemaManager type of class, that can handle this.That can talk to datastore and fetch results, why would we have this in CinamaHall Class? The way you have movie search class, similarly you should have cinema search.It should do all this stuff. GetMovies in cinema and then filter by data and all apis. These are just data types you defined.Actual interaction is not clear.How would u get List for audi?It has to talk to someone.That thing is missing everywhere
@NitirajSinghRathore
@NitirajSinghRathore 11 ай бұрын
Ofcourse a fresher type of answer. No extensibility in the system, just coded the requirements. Cannot add any new type of booking, like what about if I want to book a theatre show, Virtual meeting, party or what ever. Just thinking about that changes every goddanm thing in this design/class. People please get your design reviewed by any person. Low level design does not mean coding the solution. It means you have to decide the design. Please get your solution reviewed before posting on youtube as a good solution. At the end of the video he himself mentioned clearly that he will be changing almost everything of core code, I am not sure how he did not realise this thing and saying we will just change this and this and this and this .. omg.
@Amritanjali
@Amritanjali 3 жыл бұрын
u r great
@arkapoddar3727
@arkapoddar3727 3 жыл бұрын
For CinemaHall Class, there should be an IsActive Flag, in case the cinema is going through renovation, or it will be closed.
@optimizer_____2420
@optimizer_____2420 2 жыл бұрын
where price thing is done? like showing price of movie
@ashu7pathak
@ashu7pathak 3 жыл бұрын
Awesome !!!
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 3 жыл бұрын
Thanks for the feedback. Really appreciate it!
@aaAaa-rq2cj
@aaAaa-rq2cj 7 ай бұрын
How do u make sure two people wont book same seat
@akhilsharma1778
@akhilsharma1778 2 жыл бұрын
Can someone tell me, In C++ how will we initialize a "Date". I think type "Date" is not available in C++ and I am not able to find a clear solution for this on the internet.
@arpitmodani2964
@arpitmodani2964 3 жыл бұрын
I have a doubt here, as Show class is having CinemaHall so this can be derived that this show is running in which cinema but Audi can't be derived here , like on which Audi the particular show is running.
@AkshayKumar-fj9hd
@AkshayKumar-fj9hd 3 жыл бұрын
According to my understanding : I don't think we even need the CinemaHall in Show. Audi class has list of shows, so from there we can know which Audi is playing what show and, CinemaHall is having list of Audi, from there we can get other information. Any thoughts?
@InfinteMotivation
@InfinteMotivation 9 ай бұрын
best
@sandhyaaa24
@sandhyaaa24 3 жыл бұрын
No uml diagram??
@amanvikram04
@amanvikram04 Ай бұрын
I think it would have been better if you have just gone through a quick look of requirements, anyways it was great video as i am watching it after 3 years of upload👍
@sahildhiman7675
@sahildhiman7675 2 жыл бұрын
@soumyajit great work bro, Amazon Sent me some study material before interview, where your LLD playlist is included for preparation'
@SoumyajitBhattacharyay
@SoumyajitBhattacharyay 2 жыл бұрын
Is that so? That's awesome. 😛
@sahildhiman7675
@sahildhiman7675 2 жыл бұрын
@@SoumyajitBhattacharyay yup bro, yes its awesome your work is being recognised and that's how I landed here 😉 keep grinding
@prabhatkumar624
@prabhatkumar624 2 жыл бұрын
@@sahildhiman7675 can you please share your experience as I am also having interview with amazon
@desilog6463
@desilog6463 2 жыл бұрын
Is it optional to implement the methods, because you haven't
@sushantkumar8903
@sushantkumar8903 2 жыл бұрын
Video streaming system LLD
LOW LEVEL DESIGN CODE || AMAZON SHOPPING WEBSITE || AMAZON INTERVIEW QUESTION SOLVED
17:10
How I Mastered Low Level Design Interviews
8:41
Ashish Pratap Singh
Рет қаралды 50 М.
Looks realistic #tiktok
00:22
Анастасия Тарасова
Рет қаралды 103 МЛН
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 5 МЛН
УГАДАЙ ГДЕ ПРАВИЛЬНЫЙ ЦВЕТ?😱
00:14
МЯТНАЯ ФАНТА
Рет қаралды 1,8 МЛН
Mock Low Level System Design Interview with Qualcomm Sr. Engineer - Design Meeting Scheduler
37:23
Google Coding Interview With A Facebook Software Engineer
49:59
Clément Mihailescu
Рет қаралды 927 М.
10 LLD Interview Tips you should follow!!
13:25
Keerti Purswani
Рет қаралды 29 М.
Amazon System Design Interview: Design Parking Garage
29:59
Exponent
Рет қаралды 1,4 МЛН
Looks realistic #tiktok
00:22
Анастасия Тарасова
Рет қаралды 103 МЛН