18. Design CHESS GAME, LLD Mock Interview | Low Level Design Coding Interview Question

  Рет қаралды 44,143

Concept && Coding - by Shrayansh

Concept && Coding - by Shrayansh

Күн бұрын

Пікірлер: 65
@AyushSharma-ux4fk
@AyushSharma-ux4fk Жыл бұрын
Hey, this mock interview format to teach a question is amazing. Please do it more. Why? - viewer can solve the question with you. It sort of mimics a real interview situation. - teaches how to work with interviewer and how to react to hints and move in the right direction. - acts as a good way to benchmark current knowledge and it's gaps. - Not only you are teaching how to give an interview, you are teaching how to take interview in a good manner.
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Sure Ayush.
@shivamagrawal7015
@shivamagrawal7015 Күн бұрын
Hi, this mock interview is really amazing. Please do it more. Just bring the candidate who is more prepared because I think if you were giving this design, there would be many more things the candidate couldn't bring.
@piyushmathpal4244
@piyushmathpal4244 2 жыл бұрын
Hello concept and Coding Please upload these mock videos more often as they catch aspirants attention quickly and make them understand the depth of preferable questions for a low level design. Keep this fire on!
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
Sure Piyush, noted
@sachinarora6682
@sachinarora6682 2 жыл бұрын
Yeah, amazing video. Learned a lot from this
@priteshkumar1080
@priteshkumar1080 2 ай бұрын
Bro, you look like Devdutt Patnaik. Also, your videos are extremely helpful. This mock interview setup pushed me to think with the candidate and I thoroughly enjoyed the process. Please continue doing this noble work.
@shameekagarwal4872
@shameekagarwal4872 7 ай бұрын
it did not feel like he had "prepared" this question and the fact that he still managed to do so much just blew my mind the only way to do better is by preparing the exact question before the interview
@gauravganna
@gauravganna Жыл бұрын
Mock interview looks engaging. Please keep more such interviews coming.
@tusharkuwar4
@tusharkuwar4 2 жыл бұрын
This is super possible question to be asked in interview to me. As i play chess and have mentioned it in resume 😅😂
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
:) yes be prepared for it then
@dpynsnyl
@dpynsnyl Жыл бұрын
Hi Shrayansh, could you please cover this as well? I feel this question can easily de-track a candidate..Candidate will always try to focus on unimportant things..tackling this question needs proper preparation I believe. Edit: This was clearly a good interview. Felt very real.
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Noted
@arghyadeepmandal4458
@arghyadeepmandal4458 2 жыл бұрын
I think the candidate knows lld but he got a little nervous seeing chess game since he is not well versed with the game.
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
Possible :)
@sumanthbandaram9801
@sumanthbandaram9801 Жыл бұрын
1. How to handle validation of castle move of king? 2. Where can we write the logic of Check situation? validation aswell?
@saurabhkiet8877
@saurabhkiet8877 2 жыл бұрын
As a watcher didn't get much information after spend 1 hr 30 min ... But appreciating others videos. Thank you
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
can you please provide feedback where i can improve
@saurabhkiet8877
@saurabhkiet8877 Жыл бұрын
@@ConceptandCoding Wanna take my words back. Very good content and explained in very easy language and absorbing in nature. Thank you :)
@homestaysandcafes
@homestaysandcafes 2 жыл бұрын
Sharing my though process about the follow up question how player move will work? Player will select the starting cell then from that cell we can get thhe info about the peice and using move method of that peice we will give options tbhen user will select the best one he wants to move, then we will update our cells matrix.
@AshutoshPandey-se8vt
@AshutoshPandey-se8vt 3 ай бұрын
This Format is really good. Can we have more videos on this format.
@gauravraj2604
@gauravraj2604 Жыл бұрын
Hey Shrayansh, great session. Though I had 1 doubt. How are we supposed to create those block diagrams and demonstrate during interview? Asking as I can see interviewee is using some software here which might not be possible for others.
@gauravagrawal2226
@gauravagrawal2226 Жыл бұрын
Hi @Concept && Coding , Please include database schema part also in the videos
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Noted
@amiyamishra9858
@amiyamishra9858 9 ай бұрын
Hello Shrayansh, Thanks for this nice video . I have one doubt : What if we define move method for each pieceType in enum itself instead of making a abstarct class & let each concrete pieceType class implement it. Is this a good design ?
@manjum0208
@manjum0208 18 сағат бұрын
In a interview do we need to write a working code for questions like design chess!? Because we might not know basic of chess and it would be difficult to implement methods
@ConceptandCoding
@ConceptandCoding 15 сағат бұрын
yes coding is required
@JameS00989
@JameS00989 2 жыл бұрын
Informative Buddy keep going 🎉
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
Thank you
@lakshaneja9075
@lakshaneja9075 16 күн бұрын
Hey @Shrayansh , can you please share the gitlab link for the chess LLD implementation. It would be helpful .
@650jitu
@650jitu Жыл бұрын
Just one point to highlight, instead of creating concrete classes for each piece type. We can also use the strategy pattern, implementing different move strategies. Any concerns about using this pattern?
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Yes we can do that, try it out once
@kashmiradeshpande9651
@kashmiradeshpande9651 2 жыл бұрын
Are we expected to code the move logic as well?
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
Logic implementation is not part of LLD Kashmira.
@kashmiradeshpande9651
@kashmiradeshpande9651 2 жыл бұрын
@@ConceptandCoding So what is expected in the coding part?
@vikashkumarchaurasia1299
@vikashkumarchaurasia1299 2 жыл бұрын
Nice tutorial ! really helpful content
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
thank you
@vikasjain5466
@vikasjain5466 9 ай бұрын
Piece has cell, cell has piece. Seems like a cyclic dependency for me. Is it format good ?
@deepak655655
@deepak655655 8 ай бұрын
I wish I get such helpful interviewers. 😒😒
@shubhampardeshi6137
@shubhampardeshi6137 2 жыл бұрын
Great tutorial
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
thank you
@art4eigen93
@art4eigen93 2 жыл бұрын
You sir should be having 100K subs by now!
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
🙏 thank you
@khushigupta3727
@khushigupta3727 2 ай бұрын
Your member only videos arent accessible even after joining the channel ,there is no way to change to manage membership
@pradnyeshaglawe351
@pradnyeshaglawe351 11 ай бұрын
Hi Shrayansh, We only have to provide a psuedo structure during LLD interviews? We don't have to write code in IDE and run it?
@smirkedShoe
@smirkedShoe 2 жыл бұрын
Are we making the arrows correct ? The has-a relation arrow should be towards the container class right ?
@Live-hh6li
@Live-hh6li 2 жыл бұрын
Is Java a preferred language for LLD? I am doing DSA in C++ so thought of asking C++ won't be a problem in an LLD interview right?
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
Yes No problem at all. All you need is Object oriented language ans C++ os good for that:)
@Live-hh6li
@Live-hh6li 2 жыл бұрын
@@ConceptandCoding Thanks
@soumik76
@soumik76 Жыл бұрын
Isn't it like piece has a slot? Slot can exist independently without a piece, but not the other way around.
@shubhambansal2161
@shubhambansal2161 Жыл бұрын
Hey, I have one doubt here.. why we need to store the position in cell? Because anyhow fron the board row and col ( board[r][c] )we can get the cell position?
@ConceptandCoding
@ConceptandCoding Жыл бұрын
Yes shubham, yes we can do that too.
@abhishekagrawal3629
@abhishekagrawal3629 2 жыл бұрын
I would have pressed the LIKE button if we had complete code of this question in github. 1.5 hours did not turn out to be used effectively for me.
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
Hi Abhishek, I still think after this video, you can code completely without any issues. pls try doing it
@abhishekagrawal3629
@abhishekagrawal3629 2 жыл бұрын
@@ConceptandCoding Completely agree on that. But it would have been really good to have code too. It would help in understanding more.
@vishalbhardwaj8577
@vishalbhardwaj8577 Жыл бұрын
Hey, good interview. Just an advice, next time try to get a candidate having a bit more expertise and knowledge. Here the interviewee wasn't at that level yet. Interview should be in sync with your knowledge so that audience gets to know how they should be in the interview.
@Kushagra_21
@Kushagra_21 2 жыл бұрын
is there any tool which we can use during lld interviews ...like i am not able to write properly/neatly using laptop. BTW Thanks for this playlist . one of the best for system design interviews
@Suraj-tz3oq
@Suraj-tz3oq 11 ай бұрын
What is the software and hardware used to draw the design?
@ConceptandCoding
@ConceptandCoding 10 ай бұрын
Wacom Pad and oneNote
@ventorz5066
@ventorz5066 2 жыл бұрын
Is this the mock interview for SDE 1 position?
@ConceptandCoding
@ConceptandCoding 2 жыл бұрын
For SDE1 and sde2 both
@HimanshuKumar-xz5tk
@HimanshuKumar-xz5tk 4 ай бұрын
Why so many ads? I can't tell you how irritating it is
@Prodcater
@Prodcater 5 ай бұрын
Can you please upload the code for this in gitlab
19. Design File System using Composite Design Pattern | Low Level Design Interview Question | LLD
21:30
Mock Low Level System Design Interview with Qualcomm Sr. Engineer - Design Meeting Scheduler
37:23
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Design Tic Tac Toe: Low Level Design Coding Interview Question
15:35
Design Google Calendar with @gkcs | Low Level Design 🚀🚀🔥🔥
1:16:53
System Design Interview: Design Ticketmaster w/ a Ex-Meta Staff Engineer
58:39
Hello Interview - SWE Interview Preparation
Рет қаралды 194 М.
Amazon System Design Interview: Design Parking Garage
29:59
Exponent
Рет қаралды 1,5 МЛН
Low Level Design of Elevator with @gkcs - Mock System Design Interview
51:21