Тёмный

ReactJS & JavaScript Mock Interview | 🎉 Candidate selected 🎉 | Mid range Engineer 

Vasanth Bhat
Подписаться 18 тыс.
Просмотров 9 тыс.
50% 1

Join Uncommon Geeks community to discuss with other developers: t.me/uncommongeek. #frontenddeveloper #mockinterview #uncommonGeeks
Link for registering mock interview, register only if your ready to publish your video on RU-vid: forms.gle/38sNpiqrdrUrhm7MA
Interview Preparation series : • Watch this series and ...
Medium Blog / mevasanth
Follow me on LinkedIn - / vasanth-bhat-4180909b
Github Repository that contains examples: github.com/coolvasanth/FrontE...
JavaScript Custom implementation introduction: • Learn Custom implement...

Наука

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

 

12 сен 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 57   
@bikidas5473
@bikidas5473 Год назад
21:21, the explanation can be more depth if the function expression is defined with var we get a typerror and with both const and let it's a reference error, typerror comes with var as var is global we are able to refer it but since we have a function expression and our var doesn't yet know it, it throws a typerror while with let and const they are not hoisted per say so reference error shows up!
@shaquibkhan9829
@shaquibkhan9829 4 месяца назад
5:05 , line-by-line execution happens in 2 step execution process with the help of the Hoisting concept in JS. So, what basically happens is that though JS interprets line by line it only performs the compilation phase on first priority meaning the variable gets declared, the function gets declared and it ignores all the execution phase like func invocation or variable assignment. Once it's done it performs the execution phase so we can say to understand that the JS engine moves the compilation process on top but it's only for understanding in reality no such moving to top stuff happens.
@BhagavathiK
@BhagavathiK Год назад
Asking the exact questions that I got interviewed on my past interviews . Everyone has to know these concepts to get a job . Thank you
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos and share the channel with your friends.
@user-lv4xy9tx1p
@user-lv4xy9tx1p 3 месяца назад
Like your javascript snippet part as its most asked question and we often get confused
@ranga3194
@ranga3194 Год назад
You have very positive vibes and your energy and that enthusiastic smile is awesome 🧡🧡🧡🧡🧡
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for commenting RANGA. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.
@aditimahabole1761
@aditimahabole1761 Месяц назад
I can give ans to first code snippet const a = b = c = 1 can be seen as const a = 1; b = a; c = b; so here b and c are declared without any var let or const so these become global variables and as we know const is a block scope so after function executes and completes a lost its scope and is undefined while b and c are global variable right and we have assigned a number to them so they are showing us type as number. I hope this is clear.
@careerwithvasanth
@careerwithvasanth Месяц назад
Correct !!
@adwaithks
@adwaithks Год назад
Blown away by the 1st code snippet question!
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.
@renukachoudharyart
@renukachoudharyart Год назад
great vdo sir..please post more vdo like this .. this is really helpful
@careerwithvasanth
@careerwithvasanth Год назад
Thanks Renuka, more such videos are on the way !! please share channel details with your friends
@user-xy8it2zu8s
@user-xy8it2zu8s 4 месяца назад
your videos helped me alot to clear my concepts
@careerwithvasanth
@careerwithvasanth 4 месяца назад
Thank you !! share channel with your friends !!
@web-dev.ashishk
@web-dev.ashishk Год назад
I learn alot from this video ❤ thank you so much 💓 make more content like this 💕
@careerwithvasanth
@careerwithvasanth Год назад
Thanks Ashish, please share the channel details with your friends !!
@jayshah4456
@jayshah4456 Год назад
content is awesome 🎉 but if possible then please explain those question in detail which candidate not answer or explain about it. it will be very helpful
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos. Answering your question, I will make one consolidate video once I complete all mock interviews and I will try to explain all these problems there.
@showkathjaleel7315
@showkathjaleel7315 Год назад
Learned something new . Also waiting to get an interview with you .
@careerwithvasanth
@careerwithvasanth Год назад
Hi, thanks for comments. If it's financially feasible, you can always setup a session with me here: topmate.io/vasanth_bhat
@vishalgangde702
@vishalgangde702 9 месяцев назад
You're doing a great job vasant sir 👍🏻💯 Highly Appreciated your efforts ❤️
@careerwithvasanth
@careerwithvasanth 9 месяцев назад
Thanks a ton !! share channel details with you're friends !
@sayansahoo4746
@sayansahoo4746 Год назад
These type of contents are really very good.. Can you also explain the answer in detail if the candidate is unable to answer
@careerwithvasanth
@careerwithvasanth Год назад
Sure Sayan, once I finish all mock interview series, will make one video that contains explanation for all.
@anubhavmahajan230
@anubhavmahajan230 Год назад
The code snippets were really good.
@careerwithvasanth
@careerwithvasanth Год назад
Thank you Anubhav. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.
@digvijaysingh9028
@digvijaysingh9028 Год назад
Great set of questions brother !! Will appreciate if you can provide answers to questions which candidate didn’t answered correctly
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos. Answer to your question, I will make one consolidated video after I complete mock interview series and solve all these problems there.
@sakshamsrivastava6280
@sakshamsrivastava6280 Год назад
This is Beautifully done!!!!!!!!!!!!!
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for the suggestion Saksham
@AbhishekKumar-vl3cb
@AbhishekKumar-vl3cb Год назад
Great mock interview ❤
@careerwithvasanth
@careerwithvasanth Год назад
Thank you and you can watch more mock interviews here: ru-vid.com/group/PLmcRO0ZwQv4SwXLVpnKb_nFQx1Wd2XEjD
@moyezrabbani637
@moyezrabbani637 7 месяцев назад
I am able to answer most of the questions now. Guess am ready for interviews.
@careerwithvasanth
@careerwithvasanth 6 месяцев назад
Wonderful !! yes you should be
@tejasdasare129
@tejasdasare129 Год назад
Snippet 2- As it was an arrow function and as it was called before the declaration it was giving an error.
@careerwithvasanth
@careerwithvasanth Год назад
Right answer Tejas, In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.
@kanaiyatiwari6748
@kanaiyatiwari6748 Год назад
Sir please make video on frontend end system design like the complex trading app zerodha and money control and how it works
@careerwithvasanth
@careerwithvasanth Год назад
Thanks for commenting Kanaya. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos. Actually I'm planning to do them, as it requires some research it's taking sometime. But soon you will see system design videos in my channel.
@phaddu7737
@phaddu7737 Год назад
In the first snippet: I think const only applies to 'a' in the declaration and the other two b, c are not block scoped. I may be wrong.
@careerwithvasanth
@careerwithvasanth Год назад
Correct Ph addu
@saumitrapandey2800
@saumitrapandey2800 Год назад
b and c are mistakenly created as global variable
@venkatraja443
@venkatraja443 7 месяцев назад
What skill expected for a front end architect position like 12 to 15 years of experience? Please make one video for this for front end. Please help us for scenior persons
@careerwithvasanth
@careerwithvasanth 7 месяцев назад
This is a very elaborated topic, let me add it my list of backlog items and try to make a video on it.
@funny_shorts7350
@funny_shorts7350 Месяц назад
Good
@careerwithvasanth
@careerwithvasanth Месяц назад
Thanks
@vishnuvdev7787
@vishnuvdev7787 7 месяцев назад
great job bro. highly appreciate your efforts :) 😇
@careerwithvasanth
@careerwithvasanth 6 месяцев назад
Thank you !!
@ravindrayadav1504
@ravindrayadav1504 Год назад
provide link of all question and answer
@vinayakmalladad
@vinayakmalladad 4 месяца назад
Can you please answer the the question if person is not able to answer questions u asked
@careerwithvasanth
@careerwithvasanth 4 месяца назад
Yes, that was a plan where I make video on all the questions that I asked, let me make those videos as part 2.
@vinyass3733
@vinyass3733 Год назад
What is mid range Engineer?
@careerwithvasanth
@careerwithvasanth Год назад
3-6 years of experience.
@KING-ej5qj
@KING-ej5qj 4 месяца назад
how many years of experience does he have ?
@careerwithvasanth
@careerwithvasanth 4 месяца назад
Around 3-4 years I think.
@ekansh03
@ekansh03 Год назад
1st output question explanation?
@shubhanshusahuu
@shubhanshusahuu 25 дней назад
Wtf meanse mid range engineer??? 🤨🧐
Далее
СПРАВКА ДЛЯ УНИВЕРА
00:44
Просмотров 238 тыс.