How To Nail a Job Interview

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ค. 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.iamtimcorey.com/
    Patreon: / iamtimcorey
    Ask Your Question: suggestions.iamtimcorey.com/
    Sign Up to Get More Great Developer Content in Your Inbox: signup.iamtimcorey.com/

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

  • @BlackBeard_Ale
    @BlackBeard_Ale 25 วันที่ผ่านมา +6

    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  24 วันที่ผ่านมา +2

      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 17 วันที่ผ่านมา

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

    • @OBabchenko
      @OBabchenko 17 วันที่ผ่านมา

      Actually, Tim has already recorded such video
      th-cam.com/video/88f9LPmzFLw/w-d-xo.htmlsi=1nPcmJytfwFR125X

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

      @@BlackBeard_Ale th-cam.com/video/88f9LPmzFLw/w-d-xo.htmlsi=1nPcmJytfwFR125X

  • @kcnl2522
    @kcnl2522 25 วันที่ผ่านมา +1

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

    • @IAmTimCorey
      @IAmTimCorey  24 วันที่ผ่านมา +1

      I am glad it was helpful.

  • @OBabchenko
    @OBabchenko 17 วันที่ผ่านมา

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

    • @IAmTimCorey
      @IAmTimCorey  17 วันที่ผ่านมา

      Awesome! Congratulations!

  • @codefoxtrot
    @codefoxtrot 25 วันที่ผ่านมา +2

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

    • @IAmTimCorey
      @IAmTimCorey  25 วันที่ผ่านมา +2

      😂 no, please brag.

  • @andergarcia1115
    @andergarcia1115 10 วันที่ผ่านมา

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

    • @IAmTimCorey
      @IAmTimCorey  10 วันที่ผ่านมา

      You are welcome.

  • @kcmichealx
    @kcmichealx 25 วันที่ผ่านมา +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 16 วันที่ผ่านมา

    Good tips . Thank you Tim

    • @IAmTimCorey
      @IAmTimCorey  14 วันที่ผ่านมา

      You are welcome.

  • @user-jk4zc8lh4m
    @user-jk4zc8lh4m 18 วันที่ผ่านมา

    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.

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

      You are welcome.

  • @chalequin
    @chalequin 25 วันที่ผ่านมา

    Great tips , thanks

    • @IAmTimCorey
      @IAmTimCorey  25 วันที่ผ่านมา

      You are welcome.

  • @jeffsherman9638
    @jeffsherman9638 23 วันที่ผ่านมา

    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  21 วันที่ผ่านมา +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 21 วันที่ผ่านมา

      @@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  21 วันที่ผ่านมา

      Absolutely.

  • @aleksandarstanisic1848
    @aleksandarstanisic1848 25 วันที่ผ่านมา

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

    • @IAmTimCorey
      @IAmTimCorey  25 วันที่ผ่านมา

      Yeah, I get that.

  • @Kraigist
    @Kraigist 25 วันที่ผ่านมา +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.

    • @WyldStallion-bs9oo
      @WyldStallion-bs9oo 25 วันที่ผ่านมา +3

      Yes years of hands on experience and then all of the sudden the candidate is thrust into a situation where he needs to speak like he is back in an academic setting. So you have to give them a break in that regards. Although I am certainly going to study up again as I am going to look for a 2nd part time position here soon potentially.

    • @IAmTimCorey
      @IAmTimCorey  24 วันที่ผ่านมา +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).

  • @mutalibgozalov7208
    @mutalibgozalov7208 25 วันที่ผ่านมา +2

    Hi sensei

    • @IAmTimCorey
      @IAmTimCorey  25 วันที่ผ่านมา

      Thanks for watching.