Senior Frontend Developer Interview Questions 2024

Senior Frontend Developer Interview Questions 2024

theSeniorDev

54 года назад

47,468 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@WBSummerlin
@WBSummerlin - 22.11.2024 21:57

Best high level touch on FE topics I've seen so far. Well done guys!

Ответить
@harisridhar3798
@harisridhar3798 - 06.11.2024 10:44

Great content.

Ответить
@N34R4T0M4T
@N34R4T0M4T - 30.10.2024 16:28

webpack is not mandatory, Vite is used a lot now. Else great talk!

Ответить
@paranature1917
@paranature1917 - 27.10.2024 19:07

Why use Webpack? I’m literally seeing no one using it in their projects.
.vite is all over the place

Ответить
@matheusaraujo6445
@matheusaraujo6445 - 26.10.2024 15:41

This video is awesome! Just a small tip. In the question about the pure components I would suggest to explain also in terms of a pure function. A functional component with state is not a pure component

Ответить
@matheusaraujo6445
@matheusaraujo6445 - 26.10.2024 15:41

This video is awesome! Just a small tip. In the question about the pure components I would suggest to explain also in terms of a pure function. A functional component with state is not a pure component

Ответить
@TheLPain
@TheLPain - 11.10.2024 18:01

90% of this video is a React Interview.

Ответить
@MartinTinasheMtandi
@MartinTinasheMtandi - 01.10.2024 17:25

I've worked for a company were the code coverage was 100%. Any new feature that was introduced had to have tests, otherwise it will fail on the pipeline.

Ответить
@darshitgajjar5199
@darshitgajjar5199 - 29.09.2024 19:32

Ii shared with my friends

Ответить
@darshitgajjar5199
@darshitgajjar5199 - 29.09.2024 19:32

great content, pls create this kind of contents. it's really valuable content in entire dev community

Ответить
@АртемМалов-я3з
@АртемМалов-я3з - 28.08.2024 13:02

awesome bogdan

Ответить
@pradeep7573
@pradeep7573 - 02.08.2024 02:31

Very valuable information. Thanks Bagdon and seniorDev

Ответить
@pradeep7573
@pradeep7573 - 02.08.2024 02:30

And design patterns too

Ответить
@mayank-hl1px
@mayank-hl1px - 18.07.2024 12:23

amazing content

Ответить
@christerjohanzzon
@christerjohanzzon - 03.07.2024 13:41

Why is this common standard? If the candidate have documented experience and education, this should not have to be "tested" again and again. The narrative as a whole is sick, and we need to start trusting people instead. You're hiring a human being, not a machine. I get that you might have questions about skills and competence if the candidate has no experience, and bare minimum education. But to treat everyone like this, is disresepectful towards those who are experienced and educated. I disagree with this entire approach as default.

Ответить
@iziversano3376
@iziversano3376 - 02.07.2024 11:24

Great session , preparing for an interview in 1 hour and just saw it , questions i didn't think about and make so much sense.

Ответить
@MeLuCk3R
@MeLuCk3R - 25.06.2024 17:23

nice, need more vids like this. Im your follower now)

Ответить
@nazardzys7514
@nazardzys7514 - 16.06.2024 21:29

outstanding answers for the questions!

Ответить
@AndreyKarpovich
@AndreyKarpovich - 07.06.2024 16:21

Basically, not bad, basically

Ответить
@LeonBlade
@LeonBlade - 27.05.2024 13:40

I've never heard of anyone using the term "essential state" before In React. I even tried googling "essential state" and found nothing lol. I assume this question is more or less asking about being able to have computed values that rely on other state using something like useMemo or something? It's kind of a weird way to phrase the question.

The answer that was given in the video was such a non-answer as well, it was basically "essential state is state that can't go any farther". Like, what does that even mean? It can't go farther? Where is it trying to go?

Anyway, if anyone is reading this and wants to know about derived state. I think the answer given is a vague overview, but more specifically it's basically the idea of composing a value based off of existing state. You can just make a normal variable for it honestly, there's no reason why you can't. However, you can also use the useMemo hook if you need to memoize it for performance reasons. In the future with React 19, the new compiler will reduce the need to manually memoize various things like with useMemo or useCallback.

Ответить
@JohannGarrido
@JohannGarrido - 24.05.2024 09:58

Well done video. But you should mention this is for a React Developer

Ответить
@Txous77
@Txous77 - 23.05.2024 15:06

In my experience I'm totally against asking for acronyms or enumerating many things like (say the patterns you know). It happened to me that many times you know how to use something but maybe you don't remember the name (like IIF). Or you use a pattern and you are unaware of its name (module pattern for example).

Ответить
@antares-the-one
@antares-the-one - 17.05.2024 23:07

is this really senior level questions? where are those about type coercion, backtracking, event loop, generator functions, inheritance etc?

Ответить
@casinarro
@casinarro - 10.05.2024 12:09

More of like the candidate is holding a guest lecture and the interviewer is clearing his doubts 😅

Ответить
@OnceUponKid
@OnceUponKid - 09.05.2024 10:55

crazy level.
i couldn't answer any questions :(

Ответить
@rjborba
@rjborba - 07.05.2024 05:53

I believe the answer about Pure Component is slightly wrong.
Pure components as far as I know are still quite often used.

In Function Components, for example, you can create a Pure Component by wrapping it into a React.memo function.
In React, again, as far as I know, everything below the component that changed is re-rendered. If the child component is a Pure component, the re-rendering propagation ands in this component IF the props passed to it has not changed.

Ответить
@sevim3682
@sevim3682 - 06.05.2024 18:08

Nice

Ответить
@nutandevjoshi
@nutandevjoshi - 05.05.2024 09:33

thanks !

Ответить
@chiranjiveesaksham5173
@chiranjiveesaksham5173 - 04.05.2024 23:35

Amazing.
Thanks a ton❤

Ответить
@anastasiastarostina9309
@anastasiastarostina9309 - 26.04.2024 23:17

Amazing video. Thank you 🙏🏻

Ответить
@renatoalves92
@renatoalves92 - 26.04.2024 02:03

Quite good (and important) questions. Cheers, guys!

Ответить
@cankatmert
@cankatmert - 19.04.2024 03:17

Great video, thanks guys 👍

Ответить
@onecuriousmuggle
@onecuriousmuggle - 12.04.2024 20:54

Great video loved it. Pps bring more videos on senior Frontend content. Keep going!🎉

Ответить
@ivanmatas5611
@ivanmatas5611 - 02.04.2024 08:53

This was a great video! Love the depth on the answers. This should really help people to get a better sense on what they can expect in the interviews and how to approach answering a question. Would love to see more videos like this one 👏

Ответить