"Design LinkedIn" - System design mock with Senior SWE at Amazon

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 20

  • @IGotAnOffer-Engineering
    @IGotAnOffer-Engineering  3 หลายเดือนก่อน +1

    Get system design interview coaching and get the offer: igotanoffer.com/en/interview-coaching/type/system-design-interview

  • @ahooooo7164
    @ahooooo7164 18 วันที่ผ่านมา +1

    This is really helpful! Thanks so much for making this, Mark and Shivali.

  • @draugno7
    @draugno7 หลายเดือนก่อน +1

    This was very useful and insightful. Had a little trouble following some parts because of the way they were worded but it doesn't matter because this is by far the most detailed system description I listened to

  • @DuongNguyenai
    @DuongNguyenai 3 หลายเดือนก่อน +3

    That's really useful. Thank you!

  • @imax21i
    @imax21i 2 หลายเดือนก่อน +2

    As always thank you for these videos!!

  • @ivarec
    @ivarec หลายเดือนก่อน +1

    The description is wrong. It says "Design TH-cam"

  • @mr.mystiks9968
    @mr.mystiks9968 หลายเดือนก่อน +11

    This is going to sound like hate but seriously the candidate in this mock interview is really bad at communication. It’s so hard to follow the logic of having 2 data stores for jobs until the interviewer clarified it. Same for ranking + personalization. Kind of mind blowing that this candidate is both senior and has conducted over 1K interviews because it has no correlation with their communication skills. Chill out and slow down with your talking speed.
    On a side note, GDPR compliance doesn’t only apply to data that’s physically located in certain regions like the EU. GDPR applies to all data coming from users in the EU. GDPR is mainly about inferring traits about the user like race, religions etc. and not really about where that data is physically located.

  • @kuul13
    @kuul13 16 วันที่ผ่านมา

    Hey great channel, can you guys please do a design in payment industry? I would love to see design for some payment gateway, PayPal, Venmo or Zelle etc

  • @GurucharanRaju
    @GurucharanRaju 2 หลายเดือนก่อน

    Thank you for the video! I'm new to system design and have a basic question. What if we keep the cache on the client side that holds around 100 jobs, and update it based on the user's location? Since the job data is relatively small in size, can't it be stored on the client? The user's location changes could be captured using WebSockets. Would this design have any drawbacks?

  • @fabioambrozio7449
    @fabioambrozio7449 2 หลายเดือนก่อน

    Mark, for small/medium companies, do you start designing a system based on the available stack (e.g., Elastic, AWS, Azure, etc.), or is the design always treated as an abstraction layer?

    • @AliaksandrKlimets
      @AliaksandrKlimets 2 หลายเดือนก่อน +2

      Technologies could change over the time, design is more stable. The same way as algorithm is not about the programming language, design is about concepts and approaches, not about tools. Tools are just tools, it’s good when you know what is available right now, but tools should help you implement the design. That’s why design should use some patterns and abstract concepts, and then the proper tools should be found to implement the concepts efficiently.

  • @amittapas2429
    @amittapas2429 หลายเดือนก่อน +1

    Can anyone explain the scale numbers how she got the search JOB numbers ?

    • @ahooooo7164
      @ahooooo7164 18 วันที่ผ่านมา

      The numbers she described about TPS are quite typical - when you have 100million users and you perform a query per day for all those users it’s roughly 1000TPS. And she had half so it’s roughly 500TPS. I think that’s the general number to keep in mind - 1000TPS is quite typical - now you can personalize like if each user now requests twice a day - it will be 2000TPS. If it is 1 billion users, it will be 10,000TPS, so on an so forth. It’s good to have a rough baseline for quick calculations. Hope that helps!

  • @ucminhpham4709
    @ucminhpham4709 2 หลายเดือนก่อน

    For the API design, why only they mention only one endpoint? What about the endpoint for the employers that post the application, etc?

    • @hendraeffendi8607
      @hendraeffendi8607 2 หลายเดือนก่อน

      i think because the discussion is focus on search job / recommendation

    • @mr.mystiks9968
      @mr.mystiks9968 หลายเดือนก่อน

      Honestly it’s abundantly clear that talking about the API endpoint was pointless. It was so superficial, just mentioning a name for 1 endpoint and basic info like status codes and params. This part could’ve been skipped entirely

  • @joekraft1368
    @joekraft1368 3 วันที่ผ่านมา

    Between the communication-challenged candidate and the 'let me throw a curveball in here' interviewer, this is almost incomprehensible. Not good.

  • @DIUMemes
    @DIUMemes 3 หลายเดือนก่อน +6

    Fake accent😂😂😂

  • @GurucharanRaju
    @GurucharanRaju 2 หลายเดือนก่อน

    Thank you for the video! I'm new to system design and have a basic question.
    What if we keep the cache on the client side that holds around 100 jobs, and update it based on the user's location? Since the job data is relatively small in size, can't it be stored on the client? The user's location changes could be captured using WebSockets.
    Would this design have any drawbacks?