Top 50 Node.js Interview Questions and Answers | Node.js Interview Preparation | Edureka

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 25

  • @edurekaIN
    @edurekaIN  5 років тому +9

    Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Node.js Certification Training curriculum, Visit our Website: bit.ly/2rWHwrL

  • @shubhamkadu9912
    @shubhamkadu9912 5 років тому +28

    This channel is ocean of knowledge in itself......we need more and more channel like this

  • @kazinoman3039
    @kazinoman3039 3 роки тому +10

    A lot of information with fantastic feeling and inspiration. Javascript like a ocean it's soo much endless including Node js is a good invention. We want more content like that.

    • @edurekaIN
      @edurekaIN  3 роки тому +1

      Hi, we have considered your request. Do subscribe to our channel and stay tuned for more exciting content. Cheers :)

  • @MrMohita1986
    @MrMohita1986 2 роки тому +3

    Good platforms to prepare nodejs interview questions

    • @edurekaIN
      @edurekaIN  2 роки тому

      Good To know our videos are helping you learn better :) Stay connected with us and keep learning ! Do subscribe the channel for more updates : )

  • @OstonCodeCypher
    @OstonCodeCypher 5 років тому +4

    Thanks for the tutorial

  • @kettapaiyaninthakumaru007
    @kettapaiyaninthakumaru007 4 роки тому +3

    Crisp and clear👍

    • @edurekaIN
      @edurekaIN  4 роки тому

      Thanks for the compliment!

  • @sagarghare9829
    @sagarghare9829 4 роки тому +4

    Thanks edureka . It was helpful . and happy diwali :) ^^

    • @edurekaIN
      @edurekaIN  4 роки тому

      You're most welcome Happy Diwali to you too.

  • @balavignesh_arts
    @balavignesh_arts 5 років тому +3

    pls upload data scientists Interview questions plssssssssssss

    • @edurekaIN
      @edurekaIN  5 років тому

      Hi, here's a link to our Data scientist interview question tutorial: ua-cam.com/video/tTAieUcNHdY/v-deo.html

  • @mohdnawazishalam3255
    @mohdnawazishalam3255 5 років тому +3

    Sir can you answer Fresher salary of nodejs developer in india??

    • @edurekaIN
      @edurekaIN  5 років тому +5

      Hi Alam, average Salary for Node.js ranges around Rs 612K per annum. Hope this solves your query.

  • @Krimson5pride
    @Krimson5pride 4 роки тому +2

    Great video.

  • @shivangchaturvedi237
    @shivangchaturvedi237 3 роки тому +1

    Wow!!

  • @soniramgaur564
    @soniramgaur564 2 роки тому +2

    Anazing

  • @Hariharan0606
    @Hariharan0606 4 роки тому +3

    How does NodeJS handle 10000 concurrent requests ?

    • @edurekaIN
      @edurekaIN  4 роки тому +6

      The asynchrony is handled by the OS - the node single-threaded application is executing in parallel with the database process. The concurrency is handled by Node - running other code in the event loop and deferring checking the query result until later. Depends on the application and the underlying technology.

  • @ivank.1193
    @ivank.1193 4 роки тому +9

    that indian accent is so.... adorable

  • @andrewleong7613
    @andrewleong7613 5 років тому +3

    Shouldn't node js be better for creating real time apps than angular???

    • @edurekaIN
      @edurekaIN  5 років тому +3

      Node is faster than angular and also it is completely server side. Node is a cross platform runtime library for javascript. Whereas, angular is a framework for dynamic web apps.

  • @nikhilgavali8806
    @nikhilgavali8806 5 років тому +3

    Hey in the first question you said node js is JavaScript framework and in the 6th question you said it is not framework..... Clear it please

    • @edurekaIN
      @edurekaIN  5 років тому +5

      Node is a runtime or environment. It is not a framework. But NestJs is a framework built with Node.js. Hope this solves your query.