Node.JS Technical Interview | Part 3 | Node.JS Questions | Node.JS Mock Interview

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

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

  • @ChosenVlog1
    @ChosenVlog1 Год назад +15

    # Table of contents
    ## Nodejs Questions
    3:00 - what are the different module systems in nodejs?
    4:58 - what are streams?
    7:20 - regarding the fs module, what is the difference between the sync and async methods?
    9:20 - difference between clusters and worker_threads in node?
    10:55 - what is a blocking code in nodejs?
    12:00 - what is the difference between `require` and `import`?
    14:42 - how would you use nodejs' assertion library? Would you use node's built-in assertion library or jest, mocha, chai?
    16:45 - can nodejs work without the V8 engine?
    18:23 - how would you handle errors in nodejs? And which do you prefer?
    21:22 - difference between process.nextTick and setImmediate?
    22:10 - why do nodejs developers lean towards module requiring vs dependency injection?

  • @okegbemijoshua7145
    @okegbemijoshua7145 2 года назад +2

    Your interviews about Nodejs made a big fan of Node.
    Thank you turing

    • @Turingcom
      @Turingcom  2 года назад

      Thank you for your wonderful feedback!
      Do subscribe to our page so that you get notified of more such videos :)

  • @nilamnaghor620
    @nilamnaghor620 3 месяца назад

    It is almost 8months I have cleared vetting process of Turing and still did not get single call for an interview

  • @whassup91
    @whassup91 2 года назад +1

    I am expecting java, spring with rest api episodes.

    • @Turingcom
      @Turingcom  2 года назад

      Thank you for your feedback!
      We'll make note of this and be sure to include this in our future videos.
      Do subscribe to our page so that you get notified of more such videos :)

  • @alekseymaksimov5620
    @alekseymaksimov5620 9 месяцев назад

    I didn't hear at least one follow-up question. Most of the time interviewer just repeats answers. Interviewee didn't explain difference between "nextTick" and "setImmediate" and interviewer just said "ok". Seems like a lack of experience from interviewer's side.