Live

  Рет қаралды 87,874

Technophile Firdous

Technophile Firdous

Күн бұрын

Live Nodejs Interview.
what are the question asked in Nodejs Interview for senior developer/team leads?
#CreatingForIndia #NodejsInterviewQuestionAnswer #NodejsInterview
nodejs Interview question?.
node.js Interview question?.
nodejs interview questions and answers for experience software developer?
Top 50 Node.js Interview Questions and Answers.?
Node.js Interview Questions and Answers | Node.js Interview Questions |
Web Developer Mock Interview Session
Question and answer for experience Nodejs tech leads during live interview.
Most asked tricky javascript / front-end interview question
What a REAL FullStack Developer Interview be like - BIG TECH GIANT??
MongoDB in NodeJS - Find one and Update
Async JavaScript Callback Functions, Error Handling and Callback Hell
Crack your Node.js Interview | Each One Teach One
Nodejs And Javascript Interview | Zoom Conference Call Interview
please comment how is the interview and how much i need to improve for nodejs.
NodeJS Interview Questions l Live Discussion with Firdous Alam | JavaScript Interview | System Design.
How to Make API Requests with Request-Promise in Node.js
Most asked tricky javascript / front-end interview
Tricky JavaScript Interview Questions and Answers
Tricky Node Js Interview Questions and Answers
from first 25 minutes of interview.
node js Interview tutorial for beginners and experience
angular interview questions and answers
JS Interview questions and answers
node js interview questions
nodejs interview questions for experience
node.js interview questions for experience
nodejs interview questions for software developer
If anyone wants questions asked in the interview.
How node process model works and
is different compared to other technologies like .net or
python PHP java etc
1) what are basic things which is different in node that makes
node faster to other tech
2.runs on single thread
3.internally uses lib UV library
4.explains event loop
5.Company names which uses Node and why do they use it
6) since node is a sync how to execute code synchronously
7.callback
8.async await
9. promises
10. async await vs promises
11.module named a sync
12) what is a sync.series and a sync.parallel
13) difference between promise.all and promise.settled promise.any
14) what are global s provided by node
15.example: window, process, etc
16) how to check if all the N.P.m packages we are using are safe to use or not
17) how do you debug
18) express look back sequel
19) how routing mechanism works in express
20) Middle wares in express
21) can we use middle-ware in response? scenarios?
22) Event driven development for ex: event emitter etc
23) How do you deal with exceptions
not try catch but unhanded exceptions etc
we log those exception to log file ( this are catch-able exceptions)
24) API development using other method except get and post
25) difference between N.P.M vs yarn
26) what is package.JSON file and all the sections under it
27) How node process will detect whether this is DEV
environment or prod environment and it should use DEV dependency or not
28) while selecting node version there is L.T.S what does L.T.S stand for
( it is most stable version )
29) How you deal with localization in node ? localization with different language
30) Sub processes in node
eg: You need to run binary from the server get o/p of that binary and
31. use it in my node process
32) how do you authenticate and authorize the request
33 when it is made from front end to backed ?
34 (J.W.T token)
33) different token mechanisms
34) what type of info does J.W.T token contain
35. what encryption algorithm it is using to encrypt data
front end
36) what features did you find in angular/react that attracted you to the technology
37) difference between prod build and Dev build
38) if there is error in prod environment build ( front end ) where errors are displayed
39) Life cycles in angular / react
DB
39) Table storage engines in MySQL
40) Indexing
41) Stored procedures in MySQL
NO SQL
42) Join two tables in MongoDB
43) what is mongoose and benefits of mongoose
44) difference between mongoose and MongoDB
45) aggregate functions in MongoDB
46) 2D indexes and partial indexes in MongoDB
47) what is docker and Kubernetes
benefits / how it works etc.
48) what is SVN and git and in git why we use branches
49) undo code pushed in branch which is initiated from master branch
it should be initiated from development branch
50) what is cherry picking, re-base, stashing etc in git
51) what is Agile methodology
#nodejs
#experiencedeveloper
#Interview
#node
#node.js
#software
#engineer
#question
#git
#nodejs
#angularjs
#javascript
#TCS
#CTS
#IBM
#WIPRO
#INFOSYS
#GATEWAY GROUP
#MICROSOFT
#NAGARRO
#ORACLE
#DELL
#CISCO
#MPHASIS
#TREDENCE
#ZEBRA
#REDISYS
#DKATALIS
#HAUSEN
#angularjs
#angular

Пікірлер: 251
@shivamsingh-uz7zp
@shivamsingh-uz7zp 3 ай бұрын
I watched your video when i was unemployed and watching now when i have 2.5 year of experience
@TechFirdous
@TechFirdous 3 ай бұрын
thanks
@subhasis_on_wheels
@subhasis_on_wheels 2 жыл бұрын
Thank you for posting this video. This video shows us that even an experienced lead can get nervous and make some minor mistakes or forget some trivial stuff during an interview. So there is no reason to panic if something like that happens to us during an interview as its very human natural.
@TechFirdous
@TechFirdous 2 жыл бұрын
Correct bro
@adewolekazeemadebayo5946
@adewolekazeemadebayo5946 3 жыл бұрын
well done Technophile, to be honest, this video will help a whole lot of developers out there, i had an interview on nodejs today, and i was asked almost this type of questions ranging from node, database architecture, microservices, data structures, devops especially docker, version control like git, it was a 50 minutes fully technical interview. i wish i had seen this video earlier enough, i could have performed better. thanks Technophile for making this interview public, you will surely be an hero to a lot of developers out there
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks for you complement 😀😀😉😉😉😉
@tishbataj7098
@tishbataj7098 Жыл бұрын
@rajatsharma6137
@rajatsharma6137 2 жыл бұрын
You deserve a medal for this content! This is so useful I can't thank you enough...Please make more videos...django, microservices preferably..
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks, will do!
@tishbataj7098
@tishbataj7098 3 жыл бұрын
Extremely helpful for Nodejs Interview
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks
@angelleal3005
@angelleal3005 2 жыл бұрын
This was great ! I'm preparing for an interview and this will definitely help. Lots of topics that I wouldn't know how to explain even when I use them on a daily basis. Thanks a lot !
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks buddy Do subscribe my channel if you like my videos
@jahiddev
@jahiddev 3 жыл бұрын
Overall good interview but I think These are the very basic question for a senior engineer. For example, When the interviewer asked you about middleware they were expecting a more mature answer. Like how it works behind the sense, how it is implemented etc. You gave a junior dev level answer that too incomplete. Another thing I noticed when they asked you about which algorithm used in JWT or how JWT encrypts you totally diverted the question to very basic think like "you can set time" it's not expected from a senior tech lead. You should brush up more on the architectural side. Congratulation if you got the job if not then better luck for next time.
@TechFirdous
@TechFirdous 3 жыл бұрын
THANKS FOR YOUR OPINION
@letsgodevs
@letsgodevs 3 жыл бұрын
@@TechFirdous Did you pass the interview ?
@amitanup1985
@amitanup1985 3 жыл бұрын
God bless you sir! These type of videos are very helpful 🙏
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks amit
@atulrathoreji
@atulrathoreji 2 жыл бұрын
Very good questions for lead position. But I didn't expect IBM guys not having much knowledge of those items. Good questions..!!
@TechFirdous
@TechFirdous 2 жыл бұрын
Correct You may say I would underprepare theoretically Since designation was nodejs team leads But they ask from every place of development Due to this interview It help me a lot to prepare for further interview Do subscribe my channel if you like my videos
@atulrathoreji
@atulrathoreji 2 жыл бұрын
Hi @@TechFirdous I Understand. Thanks for sharing this interview with us, really It also helps us to prepare a lot of the questions and areas for a Lead role position. I hope you will share more interviews with us. :) Whenever I get a chance then attempt interviews, but that all are video communication (Zoom, Meet, Teams, Skype), so could not get a chance to record them all.
@mohd0606
@mohd0606 3 жыл бұрын
This is really a blasting video. Thank you @firdaus. The interviewer is so calm and knowledgeable
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks Aliyan
@mehulchattopadhyay6557
@mehulchattopadhyay6557 2 жыл бұрын
what role was this for? these questions seem more geared towards a junior role and not a lead role, the interviewer asked very basic questions apart from the containerisation part. No clustering, no caching, no O-Auth.
@TechFirdous
@TechFirdous 2 жыл бұрын
This was for nodejs team leads
@AnshulJain-sj1lu
@AnshulJain-sj1lu 3 жыл бұрын
Hello Brother, liked your video just a suggestion please organize your playlists, your interview playlist contains unnecessary videos which do not belong there like tcs first day, and others keep that playlist only for interviews and organize other playlists also.
@TechFirdous
@TechFirdous 3 жыл бұрын
Great suggestions @Anshul I am not a professional in this case But learning from people like you. Thanks for posting this And thanks for watching my videos And absorbing this think soo deeply. Due to people's like you my subscriber count almost touch 500 within 35 days and got more than 1600 hrs watch time. Mean due to this responsibility increase unto me to provide best of my knowledge to you all. Thanks for the suggestions Will definitely apply your suggestions.
@AnshulJain-sj1lu
@AnshulJain-sj1lu 3 жыл бұрын
@@TechFirdous bhai divide you videos in different categories like interview (in this actual interviews), interview experience (where you share your experience and thought), also be straight forward with your video titles Also is description share if you cleared that interview or not and any other details
@TechFirdous
@TechFirdous 3 жыл бұрын
Ok bhai
@TechFirdous
@TechFirdous 3 жыл бұрын
Please share my video and subscribe my channel if you can
@yupsoo
@yupsoo 2 жыл бұрын
Assuming you are Most senior developer in IBM IBM is screwed
@TechFirdous
@TechFirdous 2 жыл бұрын
🤔🤔🤔😀😀😀
@ArjunSingh-oo1mh
@ArjunSingh-oo1mh 2 жыл бұрын
Please take my interview, I can give answer of all these questions with a good examples.
@TechFirdous
@TechFirdous 2 жыл бұрын
Okh bro When i will start the live session will contact you Share your email id
@HelpMeDIY
@HelpMeDIY 2 жыл бұрын
I assume you did not get that job after those answers?
@TechFirdous
@TechFirdous 2 жыл бұрын
Correct bro 😀😀😀😀
@TechFirdous
@TechFirdous 2 жыл бұрын
Hi @wang do you know how much to charge for integration video sponsorship As i see you got quite good numbers of subscriber Can you tell a number which i should ask per video
@TechFirdous
@TechFirdous 2 жыл бұрын
Hi do you know how much to charge for integration video sponsorship As i see you got quite good numbers of subscriber Can you tell a number which i should ask per video
@TechFirdous
@TechFirdous 3 жыл бұрын
Thank you everyone for watching this video This video got more than 10000 views My video got more than 1500 plus hours watching and more than 300s person subscribe my channel through this video and it increasing every hours Thanks everyone Thanks for your love and thanks to be my youtube family. Please subscribe my channel
@ankushpandit007
@ankushpandit007 3 жыл бұрын
Thanks for such videos bro, Keep it up, Coz of your interview session, I got offer from many big companies, Whatever questions you put in your description..it's like pet questions of every interviewer 😂 Thanks buddy
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks buddy 😀👍🙃😉
@dharma-web
@dharma-web 21 күн бұрын
Inspirational video!!!
@TechFirdous
@TechFirdous 9 күн бұрын
Glad you think so!
@vinaysharma9160
@vinaysharma9160 3 жыл бұрын
Nice help, simple question but some time difficult to answers. Really appreciated it.
@vinaysharma9160
@vinaysharma9160 3 жыл бұрын
Please share company name if possible
@TechFirdous
@TechFirdous 3 жыл бұрын
Company name was gateways group
@TechFirdous
@TechFirdous 3 жыл бұрын
Please check video description for sample question.
@vishalsutar9799
@vishalsutar9799 3 ай бұрын
09:02 interviewer asked global module like console.log we don’t need to import this from anywhere it’s global module
@TechFirdous
@TechFirdous 3 ай бұрын
great and thanks for listening
@Swastikbackbencher
@Swastikbackbencher 2 жыл бұрын
I am a DevOps Engineer now, want to switch to API development kind of work.... Please suggest how I can..
@TechFirdous
@TechFirdous 2 жыл бұрын
Learning
@gourabbanerjee7498
@gourabbanerjee7498 3 жыл бұрын
If we are not accessing response from middleware express tell me how you are setting the status code as 200. We all are using req and res both also next
@TechFirdous
@TechFirdous 3 жыл бұрын
correct
@kkunal45
@kkunal45 2 жыл бұрын
Node js is synchronous to make it asynchronous callback and promise is used
@TechFirdous
@TechFirdous 2 жыл бұрын
Correct buddy
@TechFirdous
@TechFirdous 3 жыл бұрын
Please comment how it the interview for first 25 minutes of this interview.
@funtoon4138
@funtoon4138 3 жыл бұрын
Please work more on your basic... because for many basic questions you we're not able to answer
@TechFirdous
@TechFirdous 3 жыл бұрын
Thank for suggestions
@mdtajuddin8696
@mdtajuddin8696 3 жыл бұрын
It will help Us for Our Interview
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks a lot
@imsiddhants_official
@imsiddhants_official 8 ай бұрын
Rejected by me.
@TechFirdous
@TechFirdous 8 ай бұрын
correct bro
@VolodymyrKarpov
@VolodymyrKarpov 2 ай бұрын
Hi, thanks for the video. Could you please tell me, this is tipical interview question for Senior Fullstack developer?
@bhagabanghadai186
@bhagabanghadai186 2 ай бұрын
It seems like a fresher's interview
@krishnakumar6667
@krishnakumar6667 3 жыл бұрын
Just curious have you cleared this round?
@TechFirdous
@TechFirdous 3 жыл бұрын
Yes krishna But during salary negotiable it didn't work
@krishnakumar6667
@krishnakumar6667 3 жыл бұрын
@@TechFirdous I am having an interview now 😅 🤞🏻
@TechFirdous
@TechFirdous 3 жыл бұрын
Best of luck
@JaisAbhay
@JaisAbhay 2 жыл бұрын
Very basic and common questions but not nicely answered or explained.. And I'm shocked it was for a lead position
@TechFirdous
@TechFirdous 2 жыл бұрын
yup everybody need improvement and this kind of interview are eye opener please record your interview too if you can you may also get similar result in first time
@mehulchattopadhyay6557
@mehulchattopadhyay6557 2 жыл бұрын
Exactly Abhay, i thought this was for a junior role.
@VolodymyrKarpov
@VolodymyrKarpov 2 ай бұрын
Thanks for the vid Have you warning your interview that you are going to record the interview? I'm goind to go throuh the interview process and also want to record it
@testdevops1459
@testdevops1459 3 жыл бұрын
Very nice and Informative Interview for nodejs
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks buddy
@hareef.eee7783
@hareef.eee7783 3 жыл бұрын
What about other topics interviewer only asking node js question tell me
@abhisarikasingh7003
@abhisarikasingh7003 3 жыл бұрын
Very helpful video never seen such a content on other's channel it's really awesome.....
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks abhisarika Please subscribe my channel if you like my video
@hardikpatel2578
@hardikpatel2578 3 жыл бұрын
How many years of experience you have ?
@TechFirdous
@TechFirdous 3 жыл бұрын
8 years
@shaikzubair4827
@shaikzubair4827 3 жыл бұрын
Pls tell me the.how much year of experience in nodejs technology..
@TechFirdous
@TechFirdous 3 жыл бұрын
4 years
@TechFirdous
@TechFirdous 3 жыл бұрын
Please subscribe my channel if you like my video
@RajSekharK
@RajSekharK Жыл бұрын
Thanks for sharing this interview. It really helped me a lot.
@TechFirdous
@TechFirdous Жыл бұрын
Glad it was helpful!
@dhavald4359
@dhavald4359 2 жыл бұрын
It is boring.
@TechFirdous
@TechFirdous 2 жыл бұрын
But its the original interview And most of the time interview are not funny 😂😂😂😂
@skillbridgeIndia
@skillbridgeIndia 3 жыл бұрын
Nice Reply Brother.. Congrats
@TechFirdous
@TechFirdous 3 жыл бұрын
Thank you soo much
@skillbridgeIndia
@skillbridgeIndia 3 жыл бұрын
@@TechFirdous Welcome. Please upload also coding classes upon Node js in youtube. It will be very helpful for us.
@TechFirdous
@TechFirdous 3 жыл бұрын
Yes ravi by watching response i got Lots of people are subscribing my channel. I will definitely add tutorial videos Of technology which i know in future Like Spring boot Nodejs Angular Etc
@93dssagar
@93dssagar 3 жыл бұрын
Can't thank enough. 👍🔥
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks sagar
@artecinearte
@artecinearte 3 жыл бұрын
could you please activate auto generate subtitles ? thank you very much
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks for the suggestions
@artecinearte
@artecinearte 3 жыл бұрын
@@TechFirdous thanks you for this valuable content
@MrKittu171
@MrKittu171 2 жыл бұрын
Questions were great but the answers could have been better. Try getting people from product based companies with more exposure to development tasks to answer your questions.
@TechFirdous
@TechFirdous 2 жыл бұрын
Correct brother 🤔🤔🤔🤔🤔
@iamsahilsuman6872
@iamsahilsuman6872 Жыл бұрын
after how many rounds did he not pass the interview
@TechFirdous
@TechFirdous Жыл бұрын
😋😋😋😄😄
@udemycourses4829
@udemycourses4829 2 жыл бұрын
@ Hello Firdous Can there be a question like what are 2 types of Api's in NodeJS. Is it a valid question? I believe the question sounds confusing.
@TechFirdous
@TechFirdous 2 жыл бұрын
Well you may say yes They are few case where you need asynchronous execution since you need process to execute in some order Where in other case execution of processes dont require to run in any order and this way are very fast that earlier Hence you should know to write both way in nodejs Most basic issue which any java developer who learn node is They think code will execute line by line and if there is any db or external api or file read write happen then feel once this process get complete then it will got to next line or process But as you know this is not the correct think Hence Before writing nodejs api you should know this 2 way Do subscribe my channel if you like my videos
@udemycourses4829
@udemycourses4829 2 жыл бұрын
@@TechFirdous i do clearly understand the sync and non sync(async) natures which we can accomodate in api' s butif somebody directly states pls explain 2 types of node api's. It can be restful and soapful as well. So they shud ask on what basis u want the categories of node apis . Then only the question becomes clear . Isnt it?
@Beny123
@Beny123 3 жыл бұрын
This is a very detailed interview . Is this a common thing where you are from ?
@TechFirdous
@TechFirdous 3 жыл бұрын
Yes This interview was very detailed one. Actually in some mid level company or product base company they take interview like this so that they will get a developer who can do all development phase work
@kapilpandit3908
@kapilpandit3908 3 жыл бұрын
Amazing Discussion...👌🏻
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks kapil if you like this discussion please subscribe my channel
@siddheshsawant1826
@siddheshsawant1826 2 жыл бұрын
Thank you sir, need more such interview related content 😃
@TechFirdous
@TechFirdous 2 жыл бұрын
You are welcome siddhesh Please subscribe my channel if you like my videos
@RdozeTV
@RdozeTV 5 ай бұрын
I like the interviewee he's smart, he just nervous. I still preferred this type of personality being humble
@trucheitor
@trucheitor 2 жыл бұрын
I had a hard time to understand the interviewer.
@TechFirdous
@TechFirdous 2 жыл бұрын
😀😀🤔🤔🤔😀🤔
@vhemachandra
@vhemachandra 3 жыл бұрын
Thaks for this video. Awesome
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks Hema Please subscribe my channel if you like my video
@guptapandiri
@guptapandiri 2 жыл бұрын
Great Job Firdous, this is a great interview and it's really helpful. Takes a lot of courage :)
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks buddy for your appreciation Do subscribe subscribe my channel if you like my videos
@vrj93
@vrj93 6 ай бұрын
Very helpful, thanks...
@TechFirdous
@TechFirdous 6 ай бұрын
You're welcome!
@VishalPatel-fy8ch
@VishalPatel-fy8ch 2 жыл бұрын
As SSE in node I know all this answer.
@TechFirdous
@TechFirdous 2 жыл бұрын
thanks
@naziralam7789
@naziralam7789 3 жыл бұрын
Very nice
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks
@madbeats5711
@madbeats5711 Жыл бұрын
Did he got selected?
@TechFirdous
@TechFirdous Жыл бұрын
no
@fazlulmohideen8783
@fazlulmohideen8783 2 жыл бұрын
Good interview, but the interviewer should've replied to the answers that Firdous was unable to answer.
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks fazlul
@mohd0606
@mohd0606 2 жыл бұрын
Please ask your queries. I can help you with that.
@gouravsaini306
@gouravsaini306 2 жыл бұрын
very helpful. Please make some more videos
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks gourav Do subscribe my channel if you like my videos
@Aditya-uk1bv
@Aditya-uk1bv 8 ай бұрын
Such a nice interviewer.
@TechFirdous
@TechFirdous 8 ай бұрын
Thanks @aditya
@motivationsucess2597
@motivationsucess2597 3 жыл бұрын
Tomorrow is my node js interview at fragma
@TechFirdous
@TechFirdous 3 жыл бұрын
Best of luck. Buddy
@xtree2817
@xtree2817 2 жыл бұрын
You have so much experience. Why are you so nervous?
@TechFirdous
@TechFirdous 2 жыл бұрын
It was my first interview after many years buddy
@xtree2817
@xtree2817 2 жыл бұрын
@@TechFirdous did you get selected?
@TechFirdous
@TechFirdous 2 жыл бұрын
They didn't able to fullfill my salary expectations so i said no to them
@hareef.eee7783
@hareef.eee7783 3 жыл бұрын
I'm preparing for node js interviews what about other topics.. Not asking aa...
@TechFirdous
@TechFirdous 3 жыл бұрын
My role was nodejs leads Thats why they asked questions mainly from nodejs But if you check the whole interview your will find the interviewer asked around 60 questions. From different technologies
@TechFirdous
@TechFirdous 3 жыл бұрын
Please subscribe my channel if you like my videos
@hareef.eee7783
@hareef.eee7783 3 жыл бұрын
I have 2.4 year's of experience in node js... Interviewer only asking related my experience questions..r Interviewer asking react nd angular... Topics
@TechFirdous
@TechFirdous 3 жыл бұрын
Yes Based on the job profile and requirements They will asked questions from react or angular. But if you give interview for backend developer they will only asked questions from node.
@jasper5016
@jasper5016 2 жыл бұрын
1st answer was pretty bad. I have not heard after that. Hard to believe that this guy is a Tech Lead in IBM.
@TechFirdous
@TechFirdous 2 жыл бұрын
Correct bro
@AshutoshKumar-kt1dd
@AshutoshKumar-kt1dd 2 жыл бұрын
Thank you so much, this will really be helpful in interview preparation.
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks Ashutosh Do subscribe my channel if you like my videos
@AshutoshKumar-kt1dd
@AshutoshKumar-kt1dd 2 жыл бұрын
@@TechFirdous Done bro
@aabbaayy
@aabbaayy Жыл бұрын
💎❤‍🔥
@jaibhatt1569
@jaibhatt1569 3 жыл бұрын
JWT don't get invalidated if the server crashes.
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks jai for your answer
@jaibhatt1569
@jaibhatt1569 3 жыл бұрын
@@TechFirdous Thanks to you as well. I saw your video a couple days back and two questions from your interview were asked in mine as well. Thanks to you I was able to crack that one. Great job !
@TechFirdous
@TechFirdous 3 жыл бұрын
Please comment regarding this interview whether it helps you or not for your interview preparation.
@raja4148
@raja4148 3 жыл бұрын
This will help a lot, keep posting like this
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks ET World Due to people like you support i am uploading my journey experience of my interview of atleast 10 MNC's whose interview i had given. i would request you to please subscribe my Channel and watch my other videos.
@suryarajendran4524
@suryarajendran4524 2 жыл бұрын
It gives clarification and confidence
@FrankYupanquiAllcca
@FrankYupanquiAllcca 2 жыл бұрын
Git rebase, it was took in my interview.
@funkizer
@funkizer 3 жыл бұрын
Lololz
@TechFirdous
@TechFirdous 3 жыл бұрын
what need to improve can you please explain. it would be helpful for me in future
@farhakhan9285
@farhakhan9285 10 ай бұрын
Best Video Ever for Node JS Interview Preparation
@TechFirdous
@TechFirdous 10 ай бұрын
Thanks
@testdevops1459
@testdevops1459 3 жыл бұрын
Very Informative Interview for nodejs
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks
@deepaktv8280
@deepaktv8280 2 жыл бұрын
Which place?
@TechFirdous
@TechFirdous 2 жыл бұрын
Smart group Please subscribe my channel if you like my videos
@akashshrestha01
@akashshrestha01 3 жыл бұрын
great
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks Akash Please subscribe my channel if you like this video
@subrahmanyashetty3294
@subrahmanyashetty3294 3 жыл бұрын
Very nice. Did you get selected?
@TechFirdous
@TechFirdous 3 жыл бұрын
What do you feel after whatching the interview
@subrahmanyashetty3294
@subrahmanyashetty3294 3 жыл бұрын
@@TechFirdous I think yes
@TechFirdous
@TechFirdous 3 жыл бұрын
Actually it salary did not meet my expectations. So i didn't accept salary from hr. Actually i was expecting higher salary which they couldn't effort
@TechFirdous
@TechFirdous 3 жыл бұрын
Hence did not got selected If you like this video please subscribe my channel
@shaikzubair4827
@shaikzubair4827 3 жыл бұрын
As a 3 years experience..how much I expect
@priyankarpaul1311
@priyankarpaul1311 3 жыл бұрын
Very helpful 👍🏼
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks priyank
@mohammedsaif5971
@mohammedsaif5971 3 жыл бұрын
Is it Lowe's
@TechFirdous
@TechFirdous 3 жыл бұрын
What can't get you
@TechFirdous
@TechFirdous 3 жыл бұрын
It was for gateways group
@TheDextar
@TheDextar 2 жыл бұрын
Loved the interviewer
@TechFirdous
@TechFirdous 2 жыл бұрын
Do subscribe my channel if you like my videos
@vishwanathnijampurkar9862
@vishwanathnijampurkar9862 3 жыл бұрын
did you select ?
@TechFirdous
@TechFirdous 3 жыл бұрын
I would say no my notice period and salary expectation was high for them please subscribe my channel if you like this video's
@himanshubendale7320
@himanshubendale7320 2 жыл бұрын
4:37 asyn and sync
@TechFirdous
@TechFirdous 2 жыл бұрын
Right
@aaibaba994
@aaibaba994 3 жыл бұрын
Nice sir keep it up
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks aai Baba Please subscribe my channel if ut help you in anyway
@talharahman3066
@talharahman3066 2 жыл бұрын
thank you
@TechFirdous
@TechFirdous 2 жыл бұрын
Welcome buddy
@mohd0606
@mohd0606 Жыл бұрын
After 2 years this is a gem
@TechFirdous
@TechFirdous Жыл бұрын
Thanks
@brunouemura2792
@brunouemura2792 3 жыл бұрын
Very helpful sir! Was this interview for a Senior level?
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks bruno Yes indeed it was for technical lead position.
@TechFirdous
@TechFirdous 3 жыл бұрын
Please subscribe my channel if you like my video
@brunouemura2792
@brunouemura2792 3 жыл бұрын
Absolutely!! Thanks for answering and keep up the good work!
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks
@princebhatia09
@princebhatia09 2 жыл бұрын
Thank you sir
@TechFirdous
@TechFirdous 2 жыл бұрын
Welcome bhatia Please subscribe my channel if you like my video
@bashiryousufy1
@bashiryousufy1 2 жыл бұрын
Did he get hired?
@TechFirdous
@TechFirdous 2 жыл бұрын
no
@bashiryousufy1
@bashiryousufy1 2 жыл бұрын
Ok thanks
@KrishnaDasPC
@KrishnaDasPC Жыл бұрын
@29:30 moongose is schema for mongodb like constraints we use in SQL
@TechFirdous
@TechFirdous Жыл бұрын
Thanks
@gouravsaini306
@gouravsaini306 2 жыл бұрын
Thanks bro
@TechFirdous
@TechFirdous 2 жыл бұрын
Welcome BRO
@edgyie
@edgyie 2 жыл бұрын
I enjoyed the video,very informative for a lot of people. However I found it very basic really. From a 8 year experienced the expectation was more. The answers were mostly basic and had no depth. :) but loved it.
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks buddy
@RaviKumar-11
@RaviKumar-11 3 жыл бұрын
Thank you for sharing
@TechFirdous
@TechFirdous 3 жыл бұрын
You are welcome ravi kumar Please subscribe my channel if you like my video
@dmkjava
@dmkjava 2 жыл бұрын
Really good and useful one
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks muruli SUBSCRIBE MY CHANNEL IF YOU LIKE MY VIDEOS
@mayanks633
@mayanks633 3 жыл бұрын
Bhai, If you want i can several tips with you. I think there is alot of chance of your improvement both technically and behaviorally.
@TechFirdous
@TechFirdous 3 жыл бұрын
Please do it I always look for improvement
@suryarajendran4524
@suryarajendran4524 2 жыл бұрын
Thank you 😊❤️ sir
@TechFirdous
@TechFirdous 2 жыл бұрын
You are welcome Surya
@suryarajendran4524
@suryarajendran4524 2 жыл бұрын
@@TechFirdous today i attended nodejs experience (2) interview ..helped lot...lovu u sir💓💞
@TechFirdous
@TechFirdous 2 жыл бұрын
Do subscribe my channel if you like my videos
@hrishikeshethape3960
@hrishikeshethape3960 Жыл бұрын
first thing first is he passed the interview.
@TechFirdous
@TechFirdous Жыл бұрын
Yup
@vijayanand.m2974
@vijayanand.m2974 3 жыл бұрын
Really appreciate it man. Very useful video 🖤. Did you find out what is the default expiration date of a jwt token?
@TechFirdous
@TechFirdous 3 жыл бұрын
Yes buddy
@TechFirdous
@TechFirdous 3 жыл бұрын
Please subscribe my channel if you like my videos
@vijayanand.m2974
@vijayanand.m2974 3 жыл бұрын
@@TechFirdous sure already subscribed ❤️. Then What is default expiration date of jwt token? Can you pls share that
@TechFirdous
@TechFirdous 3 жыл бұрын
As per i know There are no specific default value provided in any jwt npm module So if we don't provide any expireIn Then that token will be valid to some finite time That time differ with different server/os etc
@pandaabinash99
@pandaabinash99 2 жыл бұрын
24 hours is the default
@dhirajnivalkar
@dhirajnivalkar 3 жыл бұрын
Please add more nodejs interviews
@TechFirdous
@TechFirdous 3 жыл бұрын
There are few more Please check my interview playlists And please subscribe my channel for more videos
@TechFirdous
@TechFirdous 3 жыл бұрын
kzbin.info/www/bejne/aGiqc51tntOHhpY
@vaibhavshelar2217
@vaibhavshelar2217 2 жыл бұрын
👌
@TechFirdous
@TechFirdous 2 жыл бұрын
Thanks Do subscribe my channel if you like my videos
@bibhasash7371
@bibhasash7371 2 жыл бұрын
Thanks for the videl
@TechFirdous
@TechFirdous 2 жыл бұрын
Welcome buddy
@hakimbencella4242
@hakimbencella4242 Жыл бұрын
Thanks for sharing 🙏🙏
@TechFirdous
@TechFirdous Жыл бұрын
welcome bro
@sanashaikh3238
@sanashaikh3238 2 жыл бұрын
Debugging 11:20
@TechFirdous
@TechFirdous 2 жыл бұрын
thanks
@AnkushKumar-hh2po
@AnkushKumar-hh2po 3 жыл бұрын
very good interview i learned some of node js things
@TechFirdous
@TechFirdous 3 жыл бұрын
Thanks bro Please subscribe my channel if you like my video
@aymaanvlogs2973
@aymaanvlogs2973 2 жыл бұрын
bhai aapki linkedin peofile
@TechFirdous
@TechFirdous 2 жыл бұрын
Firdous.alam2058
NodeJs Interview | NodeJs Interview Questions | NodeJs Questions
40:33
Node.js - Top 30 Interview Questions and Answers for Beginners
1:07:23
Interview Happy
Рет қаралды 79 М.
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,9 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 4,8 МЛН
Node.js - Top 100 Interview Questions and Answers
3:29:13
Interview Happy
Рет қаралды 64 М.
Top 50 Angular Interview Questions
2:12:59
Interview Happy
Рет қаралды 274 М.
System Design Interview: Design Dropbox or Google Drive w/ a Ex-Meta Staff Engineer
58:08
Hello Interview - SWE Interview Preparation
Рет қаралды 53 М.
JavaScript Interview Prep: Functions, Closures, Currying
1:29:03
freeCodeCamp.org
Рет қаралды 150 М.
5 Interview Questions You Must know as a Backend Developer
44:30
Mehul - Codedamn
Рет қаралды 82 М.
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,9 МЛН