Make sure you're interview-ready with Exponent's system design interview prep course: bit.ly/3Q5kwiZ
@bewky Жыл бұрын
I think a good series that would add to these videos is something like a "Hiring Managers React to Mock Interviews" I think there is probably a lot more to be said about how the interviewee is handling the interview at any point. So the format would be a hiring manager watching one of these mock interviews and maybe pausing the video throughout to mention things that could be improved at that moment. For example maybe in the beginning the interviewee didnt ask enough questions, or they failed to thoroughly explain a tradeoff. I think this would be super helpful. Anyway overall the videos are very helpful!
@tryexponent Жыл бұрын
Looking into it! Thanks for the awesome recommendation!
@kandarpkakkad9028 Жыл бұрын
In requirement gathering, you have to gather from interviewer; not assume.
@Charles-rn3ke11 ай бұрын
Bro role playing an interviewee, interviewer and a bootcamp tutor at the same time in a mock interview.
@kumaraakash25 Жыл бұрын
Its a good one, but it is missing on the requirement gathering phase. The first rule of System design is to ask clarifying questions which is totally missing. Looks like the candidate jumped straight into solving the problem
@anantdahiya1409 Жыл бұрын
Very far away from a real interview
@dattannguyen409311 ай бұрын
This design is remarkably similar (99%) to the design of a video uploaded 4 years ago: kzbin.info/www/bejne/n6bUi6mXn7mCr6M. I suspect this might be more than just coincidence! Additionally, looks like everything has been already scripted, the interviewer & interviewee in the video just be there, and read the script. My intention is not to offend, but rather to encourage transparency and collaboration. If you actually copied from or were inspired by the original video, please add credits to them. Collaboration and acknowledging sources are always appreciated, and I apologize if I have misunderstood the situation.
@tryexponent11 ай бұрын
Thanks for sharing the note! We'll check with the guest to see if they used external resources to prep for this mock interview session. We'll mention anything they used in the description! Overwhelmingly, Exponent users say they want accurate and reliable answers in our mock interviews. As such, most guests know which question they'll answer before the call begins. And because most guests are also interview coaches, they want to make a good impression. Unsurprisingly, guests refresh their knowledge before an interview to ensure they deliver a great response. That said, we want to be transparent about which resources guests use (if any). I will share your note with the team and see if we can collect this info from guests when they're on our channel. Thanks for taking the time to reply.
@FaizanPinjari7 ай бұрын
It's important to take design system interview of candidates when we get new projects.
@encrypted505 Жыл бұрын
If this is guy not already caching expert, than we are doomed.
@TheAjitpattar Жыл бұрын
Head points to the first inserted element right? In that case, A should be removed rather than B? Right?
@jatinkumar4410 Жыл бұрын
Great explanation. Thanks for the content
@sumibits Жыл бұрын
Thanks for sharing. I have one question. For Product Management aspirant, are we also suppose to know System Design ? How System Design is different compared to product sense or product design ? Could you shed some light on this please ? Thank you
@tryexponent Жыл бұрын
Hey sumibits! While technical knowledge (including system design) can be helpful for product managers, it's not mandatory. Their primary focus lies in strategic product development and user experience.
@theunknown2090 Жыл бұрын
Thanks for the video.
@himanshuranjan6232 ай бұрын
Should "functionality to set Cache Policies" not be one of the crucial Functional Requirements. I guess its always on service-owners to decide when & how eviction of data should happen from a cache service they leverage. The cache service can just list its maximum supported specification. As a cache service, it must be offering options for setting eviction policies from set of all common algos. It must also have features like to set TTL for records etc. Also in the explanation of Consistent Hashing for allotment of key ranges between n nodes, the load is always equally distributed on all the nodes - NOT like C impacted mainly & no/less impact on A/B with addition/removal of D. It is achieved through n level hash functions & virtual servers in ring distributing load equally between all effective nodes through re-adjustment. From his explanation of Consistent Hashing, suppose D kills off. It will overload C suddenly through major set of its data moved to C & it will kill C from memory load - which in turn will kill B & then A - hence BOOM on the entire cache service.
@tarekradi35963 ай бұрын
so 2 different services are sharing a Cache? Doesn't that break some best practices?
@kapilrules Жыл бұрын
Lot of stuff getting hide behind candidates video
@vineetjain-se4xr6 ай бұрын
I guess , Source of inspiration for Praveen is kzbin.info/www/bejne/n6bUi6mXn7mCr6M.
@branmuller2 ай бұрын
This seems super far from a real interviewer. The interviewee in this case makes a lot of assumptions and hardly asks any clarifying questions. Design scope is never established