Это видео недоступно.
Сожалеем об этом.

How To Nail a Job Interview

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • How do I interview well? What things should I say or do in an interview to impress an interviewer? What pitfalls should I avoid when interviewing for a job? These are the questions we will answer in today's episode of Dev Questions.
    Website: www.iamtimcore...
    Patreon: / iamtimcorey
    Ask Your Question: suggestions.ia...
    Sign Up to Get More Great Developer Content in Your Inbox: signup.iamtimc...

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

  • @BlackBeard_Ale
    @BlackBeard_Ale Месяц назад +8

    Please, we need also the video on the other way around: "how to interview people", i find this more stressing than to be interviewed!

    • @IAmTimCorey
      @IAmTimCorey  Месяц назад +4

      Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/

    • @JacobDuenke
      @JacobDuenke Месяц назад

      Would be good, but Tim’s channel is usually geared toward beginners.

    • @OBabchenko
      @OBabchenko Месяц назад

      Actually, Tim has already recorded such video
      ruclips.net/video/88f9LPmzFLw/видео.htmlsi=1nPcmJytfwFR125X

    • @OBabchenko
      @OBabchenko Месяц назад

      @@BlackBeard_Ale ruclips.net/video/88f9LPmzFLw/видео.htmlsi=1nPcmJytfwFR125X

  • @OBabchenko
    @OBabchenko Месяц назад +1

    I did everything that you explained here during my interviews. It works. I have a great job now.

  • @kcnl2522
    @kcnl2522 Месяц назад +1

    Your videos are always on point and come through at the perfect time in my professional life. Much respect!

  • @codefoxtrot
    @codefoxtrot Месяц назад +3

    I hate to brag, but I know how to do loops in C#. Thanks for sharing!

  • @user-jk4zc8lh4m
    @user-jk4zc8lh4m Месяц назад

    Thank you so much, Tim. Perfect timing. I am going to apply for a new job as a web developer after five years of working in windows applications environment. I am excited to go to the interview. Your valuable advices are very helpful for me.

  • @andergarcia1115
    @andergarcia1115 Месяц назад

    Thank you Master. As always, your guidance is invaluable in our development journey

  • @kcmichealx
    @kcmichealx Месяц назад +2

    Thanks so much Tim.. I’m now ready to be interviewed by you haha😅 cos clearly the others can’t interview properly

  • @ashash852
    @ashash852 Месяц назад

    Good tips . Thank you Tim

  • @Kraigist
    @Kraigist Месяц назад +1

    I've been interviewing candidates pretty regularly for a while now. It's always amazing to me how many people have years of experience in a technology according to their resume but can't answer even simple questions about that technology. If you've got years of SQL experience, you should be able to tell me something about about the various join types.

    • @IAmTimCorey
      @IAmTimCorey  Месяц назад +1

      That's why the interview is so critical. Identifying what those years of experience actually mean is important. Is it 10 years of experience or is it 1 year of experience 10 times? The key is to remember that the interview process is stressful, which leads to people looking less capable than they are sometimes. A good evaluation should be as close to how the actual job works (not just a keyword test or trick question session).

  • @chalequin
    @chalequin Месяц назад

    Great tips , thanks

  • @aleksandarstanisic1848
    @aleksandarstanisic1848 Месяц назад

    I use modified dates sometimes because of gap...😢

  • @jeffsherman9638
    @jeffsherman9638 Месяц назад

    Don’t a lot of companies expect you to go through a white board test? Many developers may have years of experience but are not able to succeed in a white board test.

    • @IAmTimCorey
      @IAmTimCorey  Месяц назад +1

      I'm not sure if I would quantify it as "a lot", but there are companies that use whiteboards in their interviews for sure. From what I have seen, their numbers have been dwindling, but that doesn't mean they aren't still out there (and possibly in great numbers still).
      If you are faced with a whiteboard test, there are a few things to consider. First, that's probably a red flag. If this is the company's interview process, that seems to indicate a poor culture. So you need to ask yourself if you even want to proceed.
      In some cases, you probably do since sometimes you just need a job. Understandable. So then, I recommend you have a conversation while you do it. For example, I would say "this is where I would look up how to implement the observer pattern. I know that since I need distributed event-handling and since I want to make sure to maintain state across clients, I need to use that pattern. However, I always forget the exact syntax to do it." That allows you to talk about your code rather than writing the exact right syntax on the board. Or I would say something like "oh, it looks like I forgot the semicolon here. Fortunately, Visual Studio picks those up for me if I miss them." Basically, telling them that this is a stupid test without telling them that this is a stupid test.

    • @jeffsherman9638
      @jeffsherman9638 Месяц назад

      @@IAmTimCorey thanks Tim, just getting your personal take on this. I also heard a great way is every time a interviewer asks a question, refer to how that question is applied in one of the personal projects that was built, then the interviewee will take control of the interview (more time talking about your project because interviewers only have a certain time slot to fill) plus it shows the experience you have since you built it yourself and it’s not a “textbook” answer.

    • @IAmTimCorey
      @IAmTimCorey  Месяц назад

      Absolutely.

  • @mutalibgozalov7208
    @mutalibgozalov7208 Месяц назад +2

    Hi sensei