How to not fail a coding interview

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 16

  • @HamCraft
    @HamCraft 3 месяца назад +47

    Bro in thumbnail: 😄
    Bro when he’s looking at the camera: 😐➡️🤖
    Bro in youtube shorts: 🤖🤖

  • @sankeshgurav5666
    @sankeshgurav5666 3 месяца назад +18

    Bro is not a human 🤖🤖👾

  • @rohitd2455
    @rohitd2455 3 месяца назад +23

    The first step is hard tbh..! 😅

  • @triptjotsingh8911
    @triptjotsingh8911 3 месяца назад +13

    Bro speaks python

  • @user-my7eg3dy3f
    @user-my7eg3dy3f 3 месяца назад +11

    When you've a degree from IIT Delhi. You don't tell it but tell all the days reasons and sell dreams to many young people how simple and easy it is to get into Google. Nonsense.

  • @ohmygosh6176
    @ohmygosh6176 3 месяца назад +4

    Don't name your variables x y z, which is very important. If you're using language such as ruby or python, then there is no data type enforcement. So, you have to make the variable name as descriptive as possible without making it too big. No abbreviation allowed.
    On the other hand, if you are using language such as GO or C++, then you have to make the variable name very short. You may even have to use very short variable names in loops such as x, y, or z. The purpose is to make it modular so you don't have too much code in one file. Books such as Learning Go by Jon Bodner encourage you to use very short abbreviathen variable names.

    • @Ahmad-yi6d
      @Ahmad-yi6d 3 месяца назад +2

      For C++ we should give variables a self explanatory names, it would make our code easy to understand if we or any other person have to work with that code again.
      In the case of a loop variable, a single alphabet is a good choice for variable name.

  • @juma2808
    @juma2808 2 месяца назад +1

    I’m really disheartened with coding etc due to AI, how are people managing to keep going and focus with this looming over our heads

  • @arivilaadhavan9867
    @arivilaadhavan9867 3 месяца назад +5

    Could you please elaborate like how the coding interface look like in interviews will it be like leetcode or different...

  • @vedparkashgaba5478
    @vedparkashgaba5478 3 месяца назад +2

    Nice video

  • @3ebosalem819
    @3ebosalem819 3 месяца назад +4

    I don't understand the third one

  • @aryanathreya6129
    @aryanathreya6129 3 месяца назад +1

    ok modular functions

  • @vivekpatil2115
    @vivekpatil2115 27 дней назад

    Step0 : come up with solution