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 Жыл бұрын
Sure Ayush.
@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.
@piyushmathpal42442 жыл бұрын
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!
@ConceptandCoding2 жыл бұрын
Sure Piyush, noted
@sachinarora66822 жыл бұрын
Yeah, amazing video. Learned a lot from this
@priteshkumar10802 ай бұрын
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.
@shameekagarwal48727 ай бұрын
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 Жыл бұрын
Mock interview looks engaging. Please keep more such interviews coming.
@tusharkuwar42 жыл бұрын
This is super possible question to be asked in interview to me. As i play chess and have mentioned it in resume 😅😂
@ConceptandCoding2 жыл бұрын
:) yes be prepared for it then
@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 Жыл бұрын
Noted
@arghyadeepmandal44582 жыл бұрын
I think the candidate knows lld but he got a little nervous seeing chess game since he is not well versed with the game.
@ConceptandCoding2 жыл бұрын
Possible :)
@sumanthbandaram9801 Жыл бұрын
1. How to handle validation of castle move of king? 2. Where can we write the logic of Check situation? validation aswell?
@saurabhkiet88772 жыл бұрын
As a watcher didn't get much information after spend 1 hr 30 min ... But appreciating others videos. Thank you
@ConceptandCoding2 жыл бұрын
can you please provide feedback where i can improve
@saurabhkiet8877 Жыл бұрын
@@ConceptandCoding Wanna take my words back. Very good content and explained in very easy language and absorbing in nature. Thank you :)
@homestaysandcafes2 жыл бұрын
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-se8vt3 ай бұрын
This Format is really good. Can we have more videos on this format.
@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 Жыл бұрын
Hi @Concept && Coding , Please include database schema part also in the videos
@ConceptandCoding Жыл бұрын
Noted
@amiyamishra98589 ай бұрын
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 ?
@manjum020818 сағат бұрын
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
@ConceptandCoding15 сағат бұрын
yes coding is required
@JameS009892 жыл бұрын
Informative Buddy keep going 🎉
@ConceptandCoding2 жыл бұрын
Thank you
@lakshaneja907516 күн бұрын
Hey @Shrayansh , can you please share the gitlab link for the chess LLD implementation. It would be helpful .
@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 Жыл бұрын
Yes we can do that, try it out once
@kashmiradeshpande96512 жыл бұрын
Are we expected to code the move logic as well?
@ConceptandCoding2 жыл бұрын
Logic implementation is not part of LLD Kashmira.
@kashmiradeshpande96512 жыл бұрын
@@ConceptandCoding So what is expected in the coding part?
@vikashkumarchaurasia12992 жыл бұрын
Nice tutorial ! really helpful content
@ConceptandCoding2 жыл бұрын
thank you
@vikasjain54669 ай бұрын
Piece has cell, cell has piece. Seems like a cyclic dependency for me. Is it format good ?
@deepak6556558 ай бұрын
I wish I get such helpful interviewers. 😒😒
@shubhampardeshi61372 жыл бұрын
Great tutorial
@ConceptandCoding2 жыл бұрын
thank you
@art4eigen932 жыл бұрын
You sir should be having 100K subs by now!
@ConceptandCoding2 жыл бұрын
🙏 thank you
@khushigupta37272 ай бұрын
Your member only videos arent accessible even after joining the channel ,there is no way to change to manage membership
@pradnyeshaglawe35111 ай бұрын
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?
@smirkedShoe2 жыл бұрын
Are we making the arrows correct ? The has-a relation arrow should be towards the container class right ?
@Live-hh6li2 жыл бұрын
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?
@ConceptandCoding2 жыл бұрын
Yes No problem at all. All you need is Object oriented language ans C++ os good for that:)
@Live-hh6li2 жыл бұрын
@@ConceptandCoding Thanks
@soumik76 Жыл бұрын
Isn't it like piece has a slot? Slot can exist independently without a piece, but not the other way around.
@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 Жыл бұрын
Yes shubham, yes we can do that too.
@abhishekagrawal36292 жыл бұрын
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.
@ConceptandCoding2 жыл бұрын
Hi Abhishek, I still think after this video, you can code completely without any issues. pls try doing it
@abhishekagrawal36292 жыл бұрын
@@ConceptandCoding Completely agree on that. But it would have been really good to have code too. It would help in understanding more.
@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_212 жыл бұрын
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-tz3oq11 ай бұрын
What is the software and hardware used to draw the design?
@ConceptandCoding10 ай бұрын
Wacom Pad and oneNote
@ventorz50662 жыл бұрын
Is this the mock interview for SDE 1 position?
@ConceptandCoding2 жыл бұрын
For SDE1 and sde2 both
@HimanshuKumar-xz5tk4 ай бұрын
Why so many ads? I can't tell you how irritating it is