Node.js - Top 30 Interview Questions and Answers for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

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

  • @bhargavparekh2560
    @bhargavparekh2560 8 หลายเดือนก่อน +27

    The way you said interview is the best way to learn because you cannot cheat or assume the concept but only option is to face the reality. really great

  • @Prokids5316
    @Prokids5316 9 หลายเดือนก่อน +4

    Best video till now on node.js interview questions. Thank You Sir...

  • @SunilKumar-yx6db
    @SunilKumar-yx6db 9 หลายเดือนก่อน +10

    Your explanation is awesome.
    Please upload notes.

  • @neo_know_nothing
    @neo_know_nothing 9 หลายเดือนก่อน +21

    Could you please upload the PDF Book + Excel? Maybe many people need them too like me.

  • @SoniKale-wu2tc
    @SoniKale-wu2tc 6 หลายเดือนก่อน +5

    "Thank you Sir 🙂. Great Video! I got selected by 2 companies after referring to this video. Thank you so much!"

    • @interviewhappy
      @interviewhappy  6 หลายเดือนก่อน +3

      Congratulations on the amazing news!
      Celebrate the moment my friend.

    • @prembikram1652
      @prembikram1652 3 หลายเดือนก่อน

      😂😂😂😂😂😂 nice try paid bot.

  • @801-Sunil
    @801-Sunil 9 หลายเดือนก่อน +6

    Thank you so much for this. I mailed , commented on ur TH-cam videos.
    So for next please make videos on mongo db, express js. Then i can face interviews very confidently. Thank you in advance

  • @charanbanka4871
    @charanbanka4871 8 หลายเดือนก่อน +3

    This is fucking awesome video I have ever seen how important nodejs in techie industry. Your explanation was also too good. Thanks ❤.

  • @prathameshkapoor8053
    @prathameshkapoor8053 3 หลายเดือนก่อน

    40 seconds advice from 13:00 was much needed !!

  • @vasus3763
    @vasus3763 3 หลายเดือนก่อน +2

    I learned deeply with your video. thanks buddy

  • @danieltkach2330
    @danieltkach2330 4 หลายเดือนก่อน

    I bought your course yesterday sir, halfway through it. Very good stuff, I appreciate the way you talk, so calmly.

  • @ahmaat19
    @ahmaat19 6 หลายเดือนก่อน +3

    Great video! I really appreciate the way you explained everything so clearly.

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

    00:05 Node.js is popular for backend with many job opportunities
    02:57 Framework simplifies creation of large applications by providing inbuilt and reusable libraries, classes, and functions.
    08:49 Express.js simplifies building web applications and APIs
    11:55 Node.js server side handles data storage, access, authentication, and authorization.
    17:51 Synchronous programming is single-threaded and has performance disadvantages
    20:27 Single threaded asynchronous approach is preferred for JavaScript and Node applications
    25:39 Understanding event-driven architecture in Node.js
    28:04 Event-driven architecture in Node.js
    33:03 Node.js is ideal for realtime applications and building lightweight REST APIs.
    35:33 Setting up the Node.js environment
    40:34 Modules in Node.js can contain multiple functions and variables.
    42:57 Importing functions in Node.js
    47:51 Importance of learning key skills for career growth
    50:20 Functionality and main methods of the fs module in Node.js
    55:25 Node.js is cross-platform, allowing applications to run on any operating system.
    57:58 Events implementation in Node.js
    1:02:55 Hosting your API on a URL address with a port number using the HTTP module
    1:05:30 Creating a server and enabling it to listen for HTTP requests

  • @imerence6290
    @imerence6290 2 หลายเดือนก่อน +6

    Your async explanation is slightly off. Code will still run in a single threaded manner all the time. The only difference is, when Task 1 has to wait to do something, task 2 can start. When the task 1 is done waiting, it can pause executing task 2 and continue task 1. Here, the waiting scenario could be anything like disk read write, database read write, or hitting a URL.
    Asynchronous mean concurrent and Multi Threading/Multi Processing means parallel.

  • @rodion_dev
    @rodion_dev 9 หลายเดือนก่อน +3

    SO BIG RESPECT!!! This is the best video about Node.js. Thank you very much

  • @kria2029
    @kria2029 3 หลายเดือนก่อน

    it was a quick revison if we know concepts alerady .. and very short and efficient way to answer

  • @PatelBhaveshgo4glory
    @PatelBhaveshgo4glory 8 หลายเดือนก่อน +1

    Your explanation style is too simple. easily understandable. I'm your new subscriber Thank you.

  • @jmareeswari
    @jmareeswari 2 หลายเดือนก่อน

    Superb video . your teaching style is so clear and easily to learn

  • @sandeep_begudem
    @sandeep_begudem 5 หลายเดือนก่อน

    The concepts from the scratch are designed well, I appreciate all your efforts. It was helpful for me!. Thank you!

  • @AathisuryaSolaimurugan
    @AathisuryaSolaimurugan 8 หลายเดือนก่อน +3

    When will you upload 200 Nodejs interview questions? Kindly upload quickly.

  • @ashvineekumar1042
    @ashvineekumar1042 8 หลายเดือนก่อน

    Great video for nodejs. Please share your knowledge like this.

  • @ashokb3648
    @ashokb3648 3 หลายเดือนก่อน

    thanks a lot happy sir ji ,,, your explanation really making every techie happy .. :)

  • @HariBhushanMothukuri-u2q
    @HariBhushanMothukuri-u2q 8 หลายเดือนก่อน +1

    super explanation and voice and pitch clarity is awesome

    • @interviewhappy
      @interviewhappy  8 หลายเดือนก่อน

      Thank you so much 🙂

  • @abhinavtomar8518
    @abhinavtomar8518 8 หลายเดือนก่อน

    Amazing video for node.js interview preparation

  • @Bee-s7n
    @Bee-s7n 9 หลายเดือนก่อน +2

    Thank You so much sir for this video.. sir please make express js and mongo db also

  • @ucs5494
    @ucs5494 8 หลายเดือนก่อน

    Hi.. all of your videos very useful ... Could you plz make videos on recent AI tools like chatgpt, and other tools... And
    1. AI's effect in IT industry,
    2. who are all need to learn these new tools?
    3. How to learn these tools?
    4. How to apply these tools in our work?
    5. Is there any reduction in time really happens in the areas of data analysis, reporting, excel work or ppt making?

  • @AdityaSipani
    @AdityaSipani 2 หลายเดือนก่อน

    loved your videos,helped me so much

  • @kuldeepdawar7496
    @kuldeepdawar7496 9 หลายเดือนก่อน +2

    Great content Sir, thank you so much

  • @vijrah3600
    @vijrah3600 9 หลายเดือนก่อน +1

    Long wait is gone thank you sir

  • @shobhajagtap7770
    @shobhajagtap7770 9 หลายเดือนก่อน

    Hi , Just FYI, minor change is required in the question difference between synchronous and asynchronous point 1 of asynchronous column.instead of synchronous their must be asynchronous .

  • @fayzullouz
    @fayzullouz 8 วันที่ผ่านมา

    Thank you Sir for the content)

  • @trellingfood
    @trellingfood 4 หลายเดือนก่อน

    THANK YOU FOR INSPIRING US.😍

  • @abc-ym4zs
    @abc-ym4zs 9 หลายเดือนก่อน +1

    Expecting similar videos for dxpressjs and mongodb sir

  • @mohammedshaheer6336
    @mohammedshaheer6336 3 หลายเดือนก่อน

    Thank you💖

  • @alexstepanchhuk683
    @alexstepanchhuk683 9 หลายเดือนก่อน

    Thanks a lot for this video . This is awesome lesson to revise knowledge fast!

  • @kirtimandlik4771
    @kirtimandlik4771 หลายเดือนก่อน

    Nice explanation ❤ thankuh sir

  • @BIT-SanjaiKannanG
    @BIT-SanjaiKannanG 9 หลายเดือนก่อน

    the video is very much useful. kindly make top 100 MongoDB interview question Video !!

  • @vishnub5974
    @vishnub5974 5 หลายเดือนก่อน

    Very interactive and nicely done. Thanks

    • @interviewhappy
      @interviewhappy  3 หลายเดือนก่อน

      Glad you enjoyed it!

  • @ajinsam
    @ajinsam 4 หลายเดือนก่อน

    great useful man

  • @Faizydezeshorts
    @Faizydezeshorts 9 หลายเดือนก่อน

    Great video sir and very easily explained everything

  • @ayushsahu7447
    @ayushsahu7447 2 หลายเดือนก่อน

    sir make video on Flutter too

  • @User-083-3
    @User-083-3 2 หลายเดือนก่อน

    Sir do on django and python questions also please fast

  • @abc-ym4zs
    @abc-ym4zs 9 หลายเดือนก่อน

    do video on basics of networking and operating system sir please

  • @pradeepKumar-rf9qb
    @pradeepKumar-rf9qb 9 หลายเดือนก่อน

    I was just waiting for this..

  • @kulveer.travel
    @kulveer.travel 9 หลายเดือนก่อน

    please make 100 ques nodejs questions also, like reactjs and javascript.

  • @suryanshsoni3420
    @suryanshsoni3420 9 หลายเดือนก่อน

    Great video sir with superb explanation. Can you provide the pdf?

  • @ayushsahu7447
    @ayushsahu7447 2 หลายเดือนก่อน

    make video of cpp too

  • @shynishibulal8448
    @shynishibulal8448 9 หลายเดือนก่อน

    very useful video.Thank you so much😍

    • @interviewhappy
      @interviewhappy  9 หลายเดือนก่อน

      Glad it was helpful!

  • @relaxingmusic8781
    @relaxingmusic8781 9 หลายเดือนก่อน

    Thanks a lot for nodejs interview questions and answers

  • @seek2learn98
    @seek2learn98 6 หลายเดือนก่อน

    hi can you please launch interview questions for mern combined

  • @princess-qf9xz
    @princess-qf9xz 9 หลายเดือนก่อน +1

    Sir plz make video for express. Js and mongodb interview questions and answer... I am waiting for long months

    • @princess-qf9xz
      @princess-qf9xz 9 หลายเดือนก่อน

      And really I needs pdf notes for MEAN fullstack developer

  • @gemini9775
    @gemini9775 7 หลายเดือนก่อน

    very interesting thanks ^^

  • @musicpodu8380
    @musicpodu8380 8 หลายเดือนก่อน

    It's really helpful 🎉🎉🎉🎉

  • @gowtham2626
    @gowtham2626 9 หลายเดือนก่อน

    Please do a video on java fresher important questions

  • @badhonbiswas3751
    @badhonbiswas3751 9 หลายเดือนก่อน +6

    About next js

  • @jenik6210
    @jenik6210 9 หลายเดือนก่อน +1

    Thank you

  • @supriyaangalwar-ck2nd
    @supriyaangalwar-ck2nd 7 หลายเดือนก่อน

    are interview qustions defferent for freshers and experienced?

  • @Rahulmohan-mv6nq
    @Rahulmohan-mv6nq 5 หลายเดือนก่อน

    good

  • @NintendoExpert100
    @NintendoExpert100 2 หลายเดือนก่อน

    13:10 Really appreciate your wise words sir, going through this difficult journey myself and if anything your words have instilled that extra bit of confidence in me. 🥳

  • @KishorKumar-cw6wt
    @KishorKumar-cw6wt 9 หลายเดือนก่อน

    Hi
    Can you explain the real-time example for this interview question
    " what are the challenges faced in your angular project" ?

  • @siva15rocks
    @siva15rocks 9 หลายเดือนก่อน

    Very good video sir. Can you share the material in pdf

  • @dev-suresh
    @dev-suresh 7 หลายเดือนก่อน

    Thank you bhai. Aap pahadi ho na?

  • @gulabchandgupta5486
    @gulabchandgupta5486 9 หลายเดือนก่อน

    Thanks 🤩 sir ❤

  • @adilkevin6220
    @adilkevin6220 9 หลายเดือนก่อน

    Can you create similar series for system design round?

  • @hawkeye2463
    @hawkeye2463 9 หลายเดือนก่อน

    next make express and mongodb interview question

  • @sonasreedhar5867
    @sonasreedhar5867 9 หลายเดือนก่อน

    Thank you so much sir

  • @rohitkolekar0108
    @rohitkolekar0108 9 หลายเดือนก่อน +2

    SQL interview questions

  • @anilmaurya8346
    @anilmaurya8346 9 หลายเดือนก่อน

    Sir please make a video for Next js interview

  • @lofireverbz-wy7go
    @lofireverbz-wy7go 18 วันที่ผ่านมา

    asynchronous, async

  • @adilkevin6220
    @adilkevin6220 9 หลายเดือนก่อน

    Next topic should be mongodb interview question

  • @World_information5568
    @World_information5568 9 หลายเดือนก่อน

    Thank you very much Sir❤❤❤❤❤

  • @stock0019
    @stock0019 9 หลายเดือนก่อน

    waiting for 200 questions list.post it immediately

  • @LiveWithAdarsh
    @LiveWithAdarsh 6 หลายเดือนก่อน

    You missed one of the most common question .
    Difference between package.json and package.lock.json? Cover this too next time.

  • @abc-ym4zs
    @abc-ym4zs 9 หลายเดือนก่อน

    sir do some cs fundamentals video sir

  • @ChanduTech9557
    @ChanduTech9557 9 หลายเดือนก่อน

    full backend ki (nodejs,express,and mongodb)

  • @AnkitKumar-wv2wi
    @AnkitKumar-wv2wi 9 หลายเดือนก่อน

    waiting for notes sir ,please upload asap

  • @harshalshelar2420
    @harshalshelar2420 9 หลายเดือนก่อน

    Explains very well but too many adds ....😅😅

    • @danieltkach2330
      @danieltkach2330 4 หลายเดือนก่อน

      Don't be a rat, get youtube premium, it's really low price.

  • @Itsmepuneeths
    @Itsmepuneeths 9 หลายเดือนก่อน

    Sir can you explain what is the role and responsibilities of Engineering Services Practitioners role in Accenture company where a c# is a primary skill and there was 2 round Skill Interview and Final interview.
    I passed Skill Interview and i got mail for Final Interview. Is Final interview is HR Interview..!?

  • @levielekes7319
    @levielekes7319 8 หลายเดือนก่อน

    Thx

  • @thekishancloudvlog4297
    @thekishancloudvlog4297 9 หลายเดือนก่อน

    SQL and MySQL MONGODB AND EXPRESS I NEED THIS QUESTION AND SOLUTION

  • @lakshmiamujuru1039
    @lakshmiamujuru1039 8 หลายเดือนก่อน

    could you please upload the PDF Book + Excel?

  • @sjshdhehbesjks
    @sjshdhehbesjks 9 หลายเดือนก่อน +1

    sir hindi me bhi dal do

  • @AkhrieKera
    @AkhrieKera 9 หลายเดือนก่อน

    Sir coding round interview too

  • @lakshmiamujuru1039
    @lakshmiamujuru1039 8 หลายเดือนก่อน

    waiting for pdf document please upload this document ASAP

  • @vidhushijains5844
    @vidhushijains5844 9 หลายเดือนก่อน

    Please provider the nest.js interview question

  • @ChanduTech9557
    @ChanduTech9557 9 หลายเดือนก่อน

    sir notes kb tk complete h jyegi

  • @jatinsing2277
    @jatinsing2277 9 หลายเดือนก่อน

    There is no pdf in description

  • @umanaiknur7457
    @umanaiknur7457 8 หลายเดือนก่อน

    when we can get 200 question pdf link

  • @sanjaykymardas941
    @sanjaykymardas941 9 หลายเดือนก่อน

    Sir there is no link to download the PDF

  • @hardeep8587
    @hardeep8587 9 หลายเดือนก่อน

    Hi sir where is pdf?

  • @adktherookieguitarist442
    @adktherookieguitarist442 6 วันที่ผ่านมา

    I got 2 offer letters sir as a React developer , thanks a lot 🫡

  • @bhavya2267
    @bhavya2267 8 หลายเดือนก่อน

    please upload the pdf

  • @abhishekraj7997
    @abhishekraj7997 9 หลายเดือนก่อน

    where is pdf ?

  • @saranrajmeee60
    @saranrajmeee60 8 หลายเดือนก่อน

    Please prepare pdf for nodejs sir I am waiting

  • @muhammadwaqar5185
    @muhammadwaqar5185 9 หลายเดือนก่อน

    Please add pdf

  • @CartoonStories77713
    @CartoonStories77713 9 หลายเดือนก่อน

    Sir node js ka course nhi hai

  • @ankitnarwariya6690
    @ankitnarwariya6690 9 หลายเดือนก่อน

    Sir inn 30 questions se km ho jaiga. ..

    • @interviewhappy
      @interviewhappy  9 หลายเดือนก่อน

      Haan bhai tum shuru to karo interview dena..

  • @evolspell7638
    @evolspell7638 9 หลายเดือนก่อน

    Bheji, kak chei?

    • @interviewhappy
      @interviewhappy  9 หลายเดือนก่อน

      Bas bhula, gaun jaan k tayari hunich...

  • @MadMoment
    @MadMoment 8 หลายเดือนก่อน

    Where is questions list and timecodes? Dislike at start, and skipping this video.

  • @RajYadav-yh7vv
    @RajYadav-yh7vv 7 หลายเดือนก่อน

    bhai itna basic nodejs, nobody ask these much basic, where is the child process concept? polling concept etc

  • @thekishancloudvlog4297
    @thekishancloudvlog4297 9 หลายเดือนก่อน

    Thank you sir