Тёмный

Node.Js live interview session part-1 

JavaScript Hunt
Подписаться 1,1 тыс.
Просмотров 32 тыс.
50% 1

Node.Js live interview session part-1
#fullstack ‪@nodejs-foundation‬ #interview

Хобби

Опубликовано:

 

1 июл 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@souravvashisht7153
@souravvashisht7153 Год назад
Questions All 1) Child process 2) Put and patch 3) Options Methos In REST 4) Use of OPTIONS 5) CORS 6) How to connect to DB 7) Connect Node to Postgresql which package ? 8) Node js security 9) How to make things Fast Like api Call ? 10) SQL question ( Sex conversion )
@deendraws9570
@deendraws9570 2 месяца назад
and event loop
@benchmarks1016
@benchmarks1016 11 месяцев назад
Sir please mention in the title it's was for experienced workers.. I almost shat my pant as a fresher.
@cworks73
@cworks73 Год назад
The OPTIONS method can be implemented by adding a route to the API that responds to requests with the OPTIONS method. The response should include information about the allowed methods, supported headers, and other capabilities of the API.
@amitbm3608
@amitbm3608 Год назад
Please upload more videos on nodejs interview. This one I liked.
@cworks73
@cworks73 Год назад
If a request and response are from different ports on the same server, the web browser will see them as coming from different origins, and CORS will be triggered. In this case, the server needs to send the appropriate CORS headers to allow the web browser to access the resources.
@ProtoCodersPoint
@ProtoCodersPoint Год назад
UPDATE table_name SET gender = CASE WHEN gender = 'male' THEN 'female' WHEN gender = 'female' THEN 'male' ELSE gender END;
@muhammadrayanh8998
@muhammadrayanh8998 2 месяца назад
UPDATE user_profile SET gender = CASE When gender = 'male' Then 'female', When gender = 'female' Then 'male' ELSE gender End;
@lucky_raiser
@lucky_raiser Год назад
update user_profile set gender= if(gender='male','female','male') or update user_profile set gender= case ( when 'male' then 'female' else 'male' end)
@elias-soykat
@elias-soykat Год назад
Different protocol, different domain, different port will happened cors issue.
@nagalaiah
@nagalaiah Год назад
Sir can you upload more vedios node js
@RavindraSingh-zg9eq
@RavindraSingh-zg9eq Год назад
update user_profile set gender=( case gender="male" then female" else "male" end)
@ashishprasad2949
@ashishprasad2949 Год назад
Just asking....dont we need to use CASE 'WHEN'?
@naturesYtShorts
@naturesYtShorts Год назад
Update User_Profile set gender = (case when gender = 'Male' then 'Female' else 'Male' end) ;
@ankit341gals
@ankit341gals 11 месяцев назад
UPDATE [EMPDATA] SET GENDER = (CASE WHEN GENDER ='MALE' THEN 'FEMALE' WHEN GENDER = 'FEMALE' THEN 'MALE' END )
@vigneshnayak9550
@vigneshnayak9550 Год назад
why do I think he is cheating, in fact, I can screen in his specs on various timestamps, and his eye is moving to that screen regularly.
@sandeepk9182
@sandeepk9182 Год назад
Update user_profile set gender = (case when gender = 'male' then 'female' else 'male' end) ;
@kartikeyshukla2000
@kartikeyshukla2000 4 месяца назад
Some of the questions i don't think will be asked from a 2-3 year experienced js dev
@renukashivacharyas.h3870
@renukashivacharyas.h3870 5 месяцев назад
Find by I'd and update method
@riteshkumarmishra9989
@riteshkumarmishra9989 Год назад
He is selected?
@afootshorts2304
@afootshorts2304 Год назад
Pura theory based questions kon karta hae bhai 5 years experience mae . Ap simple PUT and Patch nahi janti ho nodejs ka acha se para but e sahi nahi e .. Aise technical interview nahi hota e acha skills set banda ka liye nahi hae
@srikalacreations
@srikalacreations Год назад
Is the candidate selected?
@vibes1667
@vibes1667 11 месяцев назад
Put:- it used to create/update the resources(data).but if u update particular field, the output is particular field only remaining fields will be deleted. Eg:- { "name":" ABC", "age":90old, "place":" M.G.Road", } If used put method to update (age field) . {"age":"90years"} output is :- {"age":"90years"}. patch :-it updates only required fields(resource).eg:- If used patch method to update (age field) . {"age":"90years"} output is :-{ "name":" ABC", "age":"90years", "place":" M.G.Road" }
@siddhantjain8273
@siddhantjain8273 Год назад
It's seems that questions are so tough or may be this video is not for freshers.....?
@omkar_porlikar5092
@omkar_porlikar5092 4 месяца назад
i was wondering about the same thing
@amitghosh8073
@amitghosh8073 Год назад
What is your experience in Node js ? Which projects are you working on Node Js ? ☺️
@javascripthunt9653
@javascripthunt9653 Год назад
Candidate have 5 year of experience. did you not liked the questions ?
@amitghosh8073
@amitghosh8073 Год назад
@@javascripthunt9653 Question being asked by interviewer looked to me a bit tough except that last query part . Not so much Interview related videos on Node js have been put up on RU-vid except this one that looks Gold . I request you to keep posting such videos . I am in Node js too and doing freelance. ✌️✌️
@neerajnegi5391
@neerajnegi5391 Год назад
@@amitghosh8073 Ok i will upload more
@SushilJainam
@SushilJainam Год назад
How this video is posted with consent.
@mohd0606
@mohd0606 Год назад
Seems that the person is looking for answers
@shubhamvvyawahare1693
@shubhamvvyawahare1693 8 месяцев назад
Mobile searching karke bol raha hai 😁
@gouthambolt
@gouthambolt 7 месяцев назад
That is his laptop screen that you can see when he tilts his head sideways.
@gouthambolt
@gouthambolt 7 месяцев назад
That is his laptop screen that you can see when he tilts his head sideways.
@chandrakantgore3812
@chandrakantgore3812 Год назад
What is the most important question in node js
@javascripthunt9653
@javascripthunt9653 Год назад
All the questions are important. Thank you for watching keep watching other interviews session also
@liverpool6563
@liverpool6563 3 месяца назад
Cheating
Далее
Хотите поиграть в такую?😄
00:16
node.js live interview part-2
34:06
Просмотров 11 тыс.
Node.js - Top 100 Interview Questions and Answers
3:29:13
Косички из морковки 🥕
0:40
Просмотров 9 млн
ТРЕШ КОНСУЛЬТАНТ 😱
0:11
Просмотров 1,1 млн
Times Square
0:16
Просмотров 7 млн