AWS Engineer Gets STUMPED In Interview! | Software Engineering Mock Interviews (

Поділитися
Вставка
  • Опубліковано 14 лип 2024
  • Visit Our Website: interviewpen.com/?...
    Join Our Discord: / discord
    Join Our Newsletter - The Blueprint: theblueprint.dev/subscribe
    Like & Subscribe: / @interviewpen
    Table of Contents:
    0:00 - Introduction
    0:18 - Problem Introduction
    2:09 - Visit interviewpen.com
    2:28 - Clarifying Assumptions
    12:07 - Beginning Code
    15:33 - hasAccess() Helper
    21:12 - Thinking Through the Recursion
    22:26 - Re-Looking At Inputs
    23:00 - Seeing an Easier Approach
    24:10 - Pivoting to Bottom-Up Climb
    26:28 - Building the Folder Dictionary
    28:33 - Climbing the Folder Tree
    31:56 - Running the Code
    32:47 - Time Analysis
    34:43 - Balanced Folder Tree
    36:02 - Space Analysis
    37:03 - Reflection
    39:30 - Other Tips
    41:42 - Visit interviewpen.com
    Erratum:
    (let us know of any errors & they will be added here)
    Socials:
    Twitter: / interviewpen
    Twitter (The Blueprint): / theblueprintdev
    LinkedIn: / interviewpen
    Website: interviewpen.com/?...

КОМЕНТАРІ • 17

  • @interviewpen
    @interviewpen  Рік тому

    We'd recommend you play these at 1.5x-2x! Thanks for watching & we thank Samrat for joining us (he did great 💫)! Visit interviewpen.com/? for more great Data Structures & Algorithms + System Design content 🧎

  • @nace.plesko
    @nace.plesko 9 місяців тому +1

    Awesome video! I like how he makes sure that he is building the right thing and not just building something. Although I also got thrown of by child being on the left and parent on the right - at the beginning I understood that the parent is on the left. Anyway, it's cool to see what things he has in mind at the very beginning, like caching, the size of inputs, validation of inputs, etc. Very cool and insightful to watch!

  • @sunitachaudhary9538
    @sunitachaudhary9538 Рік тому +4

    Well done👍👏👏

  • @rashmithakur9270
    @rashmithakur9270 Рік тому +1

    Very nice!

  • @vineetathakur4106
    @vineetathakur4106 Рік тому +3

    Love the confidence of the young boy... Samrat

  • @kumarashutosh229
    @kumarashutosh229 Рік тому +2

    It's more or less like "Check if Acess & Folder have got the same parent". If yes, we have access, false otherwise.

    • @interviewpen
      @interviewpen  Рік тому +1

      basically - find the lowest access-granted ancestor for a given node.

    • @kumarashutosh229
      @kumarashutosh229 Рік тому

      You guys are doing great. Just make it raw, unlike others. Give it a touch of realism so that we could see ourselves connected. 🤘🤘

  • @abhis3kh
    @abhis3kh Рік тому +3

    would love to see System design from Current Industry developers

    • @interviewpen
      @interviewpen  Рік тому +1

      We’ll do some system design mock interviews soon

  • @DmitryPolovka
    @DmitryPolovka 11 місяців тому

    Do you sit across each other? :D

  • @dev233
    @dev233 Рік тому +1

    First comment :D