Frontend Interview Questions 2024 (Part 2)

  Рет қаралды 10,498

theSeniorDev

theSeniorDev

Күн бұрын

Пікірлер: 46
@therealseniordev
@therealseniordev 3 ай бұрын
🔍 Find your technical gaps with this Free Technical Assessment: www.theseniordev.com/free-technical-assessment
@madhanravi4365
@madhanravi4365 3 ай бұрын
KZbin kind of dump to push garbage videos to everyone, but not recommending this gem for developers, lots love ❤ senior dev
@therealseniordev
@therealseniordev 3 ай бұрын
Glad you found it use full @madhanravi, and thank you for the kind words ❤
@Mecagothits
@Mecagothits Ай бұрын
Fr but good knowledge
@r3nd593
@r3nd593 11 күн бұрын
I dont think you can find anything this educating on the internet. please keep up the good work
@tadj8904
@tadj8904 4 күн бұрын
Thanks for your content. It helped me a lot. I encountered some of those questions in an interview and wanted to know how you would answer them: - How can we unstuck the event loop when an infinite loop occurs? - React has an automatic batching feature. What is the limit of the batch?
@hieudodev_
@hieudodev_ 3 ай бұрын
Amazin content!! This is such an underrated channel. I've been looking for this kind of content for so long but ive finally found it. Thank you guys for making this available to the community
@serial_coder
@serial_coder 3 ай бұрын
These are the questions I was asked. Now I can tackle my next interview.
@pranitapanigrahi3517
@pranitapanigrahi3517 3 ай бұрын
This video is truly remarkable! The clarity of thought and the well-structured responses to questions are incredibly helpful.
@therealseniordev
@therealseniordev 3 ай бұрын
Thank you pranita!
@LuisRojasSalazarCR
@LuisRojasSalazarCR 2 ай бұрын
Really useful video, I definitely subscribed to your channel, keep up the great work guys!
@therealseniordev
@therealseniordev 2 ай бұрын
Welcome to the channel @LuisRojas! More awesome content coming soon, stay tunned :)
@AyushMisrha
@AyushMisrha 2 ай бұрын
i totally love your videos♥️, they are really helpful. Pls make a detail video on react performance improvement.
@therealseniordev
@therealseniordev 2 ай бұрын
Very happy to hear that @AyushMisrha! Will do!
@pradeep7573
@pradeep7573 Ай бұрын
To add on XSS attack: Add content security policy meta tag in html/ejs files
@krabbiwine
@krabbiwine 4 ай бұрын
Nice interview🤙 Regarding to XSS, I would also like to notice CSP
@therealseniordev
@therealseniordev 4 ай бұрын
Hey @krabbwine, very good point - we will touch upon that in part three :)
@oriamir2648
@oriamir2648 2 ай бұрын
Amazing content in all the videos, many thanks.
@therealseniordev
@therealseniordev 2 ай бұрын
You are welcome @oriami
@prashanttrar9599
@prashanttrar9599 3 ай бұрын
This is a gem of a video 🔥 Good quality stuff, Can we have some videos on the authentication and IAM side as well in the next few videos.
@therealseniordev
@therealseniordev 3 ай бұрын
added to the list :) thank you!
@tima1301
@tima1301 17 күн бұрын
thanks, please continue
@cocoli2498
@cocoli2498 2 ай бұрын
I really like this interview session, pls have more ! Thanks so much 😍
@therealseniordev
@therealseniordev 2 ай бұрын
You are welcome @coco! More coming soon :)
@WuRicardo-up6tx
@WuRicardo-up6tx 4 ай бұрын
HI,Your video is so helpful and I have discovered your channel。❤By the way,I can use React or Vue to build website,and use nodeJS or Nest to build web Service。Then,I don't know how to improve my skills of frontend。looking forward your reply。
@Ram_i_
@Ram_i_ 4 ай бұрын
Hi, I've discovered your channel recently and loving the information you put out ❤
@therealseniordev
@therealseniordev 4 ай бұрын
Hey Ram, welcome to the channel, and thanks for the kind words - glad you got value out of it
@fakamakafo7
@fakamakafo7 4 ай бұрын
great job guys, thank you!
@therealseniordev
@therealseniordev 4 ай бұрын
Thank you @faka, you are welcome :)
@pradeep7573
@pradeep7573 Ай бұрын
Can you guys provide information about microfrontend architecture with some simple collaboration using react header, angular footer
@therealseniordev
@therealseniordev Ай бұрын
Is on our roadmap @pradeeep
@maryamchegini
@maryamchegini 2 ай бұрын
Amazin! thank you so much. I find it very usefull🤩. keep going
@therealseniordev
@therealseniordev 26 күн бұрын
you are welcome :)
@Tassaczek
@Tassaczek Ай бұрын
I work with MFE (single-spa) and I do not fully agree with the answer. Reasons to have it: After a company merge (or similar situations), your codebase may be written in different frameworks, but you need to merge them. We have a React app as one of the tabs in a Vue app (as a parcel). You work on 2 or more apps that share components, libraries, etc., and for any reason, you do not want to have them as npm packages. I would argue that splitting a "big" codebase is not a reason for having MFE. You can easily create module folders in a monolith (just as you would split into other apps). It provides the same freedom to work on separate parts of the app without the headache of putting the MFE together. In my opinion, MFE should be the last resort.
@therealseniordev
@therealseniordev 26 күн бұрын
yes MFE should be the last resort, monorepo is a great option indeed
@DheerajSharma-hw6qm
@DheerajSharma-hw6qm 4 ай бұрын
In case of cookies what happen when client is a server only making request o another sever?
@therealseniordev
@therealseniordev 4 ай бұрын
In very general terms, there are no cookies in a server to server request - no Cookie Header will be sent. The cookie header is sent under the hood by the browser if cookies are present.
@48265868
@48265868 4 ай бұрын
If a "Senior developer" asked me "If you are setting up a new fortend application, what are some optimizations you would put in place in order to make it more performant" I would properly just walk out the door since that question is so bad and does not even make any sense to ask like that. Answer is even worse. Saying React in the same sentence as Performance make even less sense xD
@therealseniordev
@therealseniordev 4 ай бұрын
You might argue the question is a bit open ended, yes, but very legit. This feels more like a complaint rather than "constructive critique". If you take time to comment make sure you add to the conversation rather than subtract. This kind of attitude is toxic and what we stand against at theSeniorDev.com. If you don't like the video, feel free to watch other stuff. Maybe record a better one yourself. Cheers to creating instead of hating, Dragos
@purpinkn
@purpinkn 2 ай бұрын
@@therealseniordev salty interviewer can't handle the heat.
@DanZ-fq2qs
@DanZ-fq2qs 2 ай бұрын
Nice series except that webpack is not relevant any more.
@therealseniordev
@therealseniordev 2 ай бұрын
Hey @DanZ although webpack might not be as used as before(still 80% usage according to the state of JS survey 2022) is still one of the best tools for learning - Vite and other bundlers use the same patterns, but under the hood with "zero config".
@DanZ-fq2qs
@DanZ-fq2qs 2 ай бұрын
this dude is too prepared, and is not being challenged at the answers, make this feel less like an interview
@therealseniordev
@therealseniordev 2 ай бұрын
Although we try to make it as realistic as possible we also try to make the answers complete so viewers can see what a good answer will look like. We are preparing a more real life series where we will mimic a real interviewer (more follow up questions, more interruptions, more aggressive tone, etc)
@pradeep7573
@pradeep7573 Ай бұрын
As long as very useful information is shared , being prepared or not doesn't matter
Frontend Interview Questions 2024 (Part 3)
8:40
theSeniorDev
Рет қаралды 4,2 М.
Senior Frontend Developer Interview Questions 2024
25:53
theSeniorDev
Рет қаралды 25 М.
Angry Sigma Dog 🤣🤣 Aayush #momson #memes #funny #comedy
00:16
ASquare Crew
Рет қаралды 48 МЛН
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 19 МЛН
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 56 МЛН
Google Frontend Interview With A Frontend Expert
47:59
Clément Mihailescu
Рет қаралды 1 МЛН
TypeScript Interview Questions 2024 (Junior & Mid)
13:46
theSeniorDev
Рет қаралды 7 М.
React.js Interview Questions 2024
9:14
theSeniorDev
Рет қаралды 2,6 М.
What to expect at your Junior Developer interview
7:03
Code With Bubb
Рет қаралды 163 М.
Mid-level React Interview
46:08
Justin Lawrence
Рет қаралды 64 М.
3 Years Experienced React Interview
1:16:16
ProCodrr
Рет қаралды 27 М.
A subscriber was asked these interview questions for a junior role
44:35
The unfair way I got good at Leetcode
6:47
Dave Burji
Рет қаралды 439 М.
Backend Interview Questions 2024 (Junior & Mid)
18:54
theSeniorDev
Рет қаралды 3,1 М.
Angry Sigma Dog 🤣🤣 Aayush #momson #memes #funny #comedy
00:16
ASquare Crew
Рет қаралды 48 МЛН