Frontend Interview Questions 2024 (Part 2)

Поділитися
Вставка
  • Опубліковано 15 лип 2024
  • ------------------------------------------------------------------------------------------
    👇🏼 HOW WE CAN HELP YOU
    🤔 Find Your Technical Gaps With This FREE 10-Minute Technical Assessment
    learn.theseniordev.com/techni...
    🚀 Get Rid Of Impostor Syndrome And Fast-track To Senior Level
    learn.theseniordev.com/free-tr...
    ------------------------------------------------------------------------------------------

КОМЕНТАРІ • 35

  • @therealseniordev
    @therealseniordev  2 місяці тому +1

    🔍 Find your technical gaps with this Free Technical Assessment: www.theseniordev.com/free-technical-assessment

  • @madhanravi4365
    @madhanravi4365 2 місяці тому +5

    UA-cam kind of dump to push garbage videos to everyone, but not recommending this gem for developers, lots love ❤ senior dev

    • @therealseniordev
      @therealseniordev  2 місяці тому +1

      Glad you found it use full @madhanravi, and thank you for the kind words ❤

  • @hieudodev_
    @hieudodev_ Місяць тому

    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 Місяць тому

    These are the questions I was asked. Now I can tackle my next interview.

  • @Ram_i_
    @Ram_i_ 2 місяці тому

    Hi, I've discovered your channel recently and loving the information you put out ❤

    • @therealseniordev
      @therealseniordev  2 місяці тому

      Hey Ram, welcome to the channel, and thanks for the kind words - glad you got value out of it

  • @fakamakafo7
    @fakamakafo7 2 місяці тому +1

    great job guys, thank you!

  • @maryamchegini
    @maryamchegini 7 днів тому

    Amazin! thank you so much. I find it very usefull🤩. keep going

  • @LuisRojasSalazarCR
    @LuisRojasSalazarCR 25 днів тому +1

    Really useful video, I definitely subscribed to your channel, keep up the great work guys!

    • @therealseniordev
      @therealseniordev  17 днів тому +1

      Welcome to the channel @LuisRojas! More awesome content coming soon, stay tunned :)

  • @oriamir2648
    @oriamir2648 8 днів тому

    Amazing content in all the videos, many thanks.

  • @cocoli2498
    @cocoli2498 11 днів тому

    I really like this interview session, pls have more ! Thanks so much 😍

  • @pranitapanigrahi3517
    @pranitapanigrahi3517 Місяць тому

    This video is truly remarkable! The clarity of thought and the well-structured responses to questions are incredibly helpful.

  • @prashanttrar9599
    @prashanttrar9599 Місяць тому

    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.

  • @krabbiwine
    @krabbiwine 2 місяці тому +2

    Nice interview🤙 Regarding to XSS, I would also like to notice CSP

    • @therealseniordev
      @therealseniordev  2 місяці тому +1

      Hey @krabbwine, very good point - we will touch upon that in part three :)

  • @WuRicardo-up6tx
    @WuRicardo-up6tx 2 місяці тому +1

    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。

  • @AyushMisrha
    @AyushMisrha 18 днів тому +1

    i totally love your videos♥️, they are really helpful. Pls make a detail video on react performance improvement.

  • @DheerajSharma-hw6qm
    @DheerajSharma-hw6qm 2 місяці тому

    In case of cookies what happen when client is a server only making request o another sever?

    • @therealseniordev
      @therealseniordev  2 місяці тому +1

      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.

  • @DanZ-fq2qs
    @DanZ-fq2qs 23 дні тому +2

    this dude is too prepared, and is not being challenged at the answers, make this feel less like an interview

    • @therealseniordev
      @therealseniordev  17 днів тому

      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)

  • @48265868
    @48265868 2 місяці тому +1

    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  2 місяці тому +3

      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 8 днів тому

      @@therealseniordev salty interviewer can't handle the heat.

  • @DanZ-fq2qs
    @DanZ-fq2qs 23 дні тому +2

    Nice series except that webpack is not relevant any more.

    • @therealseniordev
      @therealseniordev  17 днів тому

      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".