React.js Interview | Frontend Developer Interview | 0-3 Years | Javascript | React.js mock Interview

Поділитися
Вставка
  • Опубліковано 2 лют 2025
  • #frontenddeveloper
    #reactjs
    #reactjstutorial
    #mockinterview
    #javascript
    #css
    Are you preparing for a frontend developer interview focused on React.js, JavaScript, and CSS? In this mock interview, we will cover topics and questions relevant to candidates with 0-3 years of experience in frontend development.
    Join us as we simulate a typical interview scenario, where you'll be challenged with technical questions and problem-solving exercises. This interview is designed to help you understand the expectations and requirements for a frontend developer role, specifically in the React.js ecosystem.
    Throughout the interview, we will assess your knowledge of React.js fundamentals, JavaScript concepts, and CSS styling techniques. You'll have the opportunity to showcase your problem-solving skills, demonstrate your understanding of component-based architecture, and discuss best practices for creating responsive and accessible user interfaces.
    By watching this mock interview, you can gain insights into common interview formats and learn how to effectively communicate your technical knowledge and approach to problem-solving. Whether you're a recent graduate or someone looking to transition into a frontend development role, this mock interview can help you prepare and improve your chances of success.
    Topics Covered:
    React.js basics and component lifecycle
    Handling state and props in React components
    Understanding React hooks and their usage
    Working with APIs and asynchronous JavaScript
    CSS layout techniques and responsive design
    Browser compatibility and accessibility considerations
    Don't miss out on this opportunity to sharpen your frontend development skills and boost your confidence for your next interview. Watch the mock interview now and be well-prepared for your upcoming frontend developer interview focused on React.js, JavaScript, and CSS. Good luck!

КОМЕНТАРІ •

  • @Տ·̇
    @Տ·̇ Рік тому +51

    NICE by this i understand how to give answers properly when interviewer asked questions

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

    summary of this video
    1. what is closure and real time project implementation [concern more with real time example of the project]
    2. what is difference between promises and async await with example
    3. what is sync and async programming ?
    4. what is prototype and prototypical inheritance (follow up question with example)
    5. what is memoization explain with example
    6. what is event bubbling
    7. where to use context api and reduce with usecases
    8. what is useMemo() and memo()
    9. what is the limation of reactjs
    10.what is controlled and uncontrolled component in reactjs
    11.what are the technique to optimize reactjs and react native project (useMemo,useCallback)
    12.what is the impact of passing function as a prototype
    13.what is shallow copy and deep copy in js
    14.Machine coding round (Modal and close button click in anywhere apart from modal. modal should be closed)
    15.what is error boundary explain with example
    16.what are the biggest challenge that you face in the past

  • @023PrashantSharma
    @023PrashantSharma Рік тому +73

    After working for 2 years i understand how to give answers and cleared in more depth,
    A good interview 👍

  • @aditi53004
    @aditi53004 Рік тому +13

    Thank you so much for providing exposure of experienced candidate's interview

  • @arafathossain4794
    @arafathossain4794 Рік тому +147

    The interviewer should let the interviewee finish his answer. The "hmm hmm" in between the talks from the interviewer is just too disturbing.

    • @myadavji
      @myadavji Рік тому +2

      😂😂😂

    • @aniketfunde7188
      @aniketfunde7188 Рік тому +1

      😂😂😂😂

    • @BelieveInYourSelf7654
      @BelieveInYourSelf7654 Рік тому +8

      It’s how lion eats its preay😂

    • @bhuvya11
      @bhuvya11 Рік тому

      😂

    • @joyguy_
      @joyguy_ Рік тому

      Hmm hmm hmm hmm hmm
      Hmm hmm hmm hmm hmm
      Hmm hmm hmm hmm hmm
      Hmm hmm hmm hmm hmm.
      ................. FU-C-k your job...

  • @TK-kq5ij
    @TK-kq5ij Рік тому +4

    major respect.. the guy knows his shit

  • @hashirmughal5625
    @hashirmughal5625 10 місяців тому +14

    clouser
    promise
    why we use async
    async await promises
    event loop
    prototype inheritance
    memoaization clousers
    event bubbling onClick
    how do u pass data to different component
    if i want to pass data at fifth lvl what can you do
    Redux vs context api
    Limitation of React
    Controlled and uncontrolled component in react
    few technique for optimize perfomance of react
    error bondaries
    work challegnes

  • @vlogsdiaries4250
    @vlogsdiaries4250 Рік тому +21

    I'm going to have my interview after 2 hours and this video just increased my knowledge very high. Thank you

  • @entertainmenttime3548
    @entertainmenttime3548 9 місяців тому +2

    one of the best interviews. Aswers are easy to remember. Well done.

  • @riteshgoswami7226
    @riteshgoswami7226 Рік тому +20

    Very informative video, I am a fresher, whatever the candidate explained I also know those concepts and can explain. I have applied for more than 1500+ companies but not a single company given me chance for an interview. I don't know how they are judging me without taking an interview. Please can you give some tips for me.

    • @cumbitv1133
      @cumbitv1133 Рік тому +7

      Customize your resume and cover letter for each job application. Highlight relevant skills and experiences that match the specific job requirements.

    • @jyothikondupally4341
      @jyothikondupally4341 Рік тому +7

      now a days companies are not preffering to hire a condidate and give training they are looking for trained even in the case of freshers, so learn and try to put some projects in your resume atleast a protfolio webpage. you can reffer youtube for that. this will work

    • @The_Tech_Rising
      @The_Tech_Rising Рік тому +4

      Even I am experience and I have applying everyday near 100 company from one month but no one give me chance . What happening I don't know

    • @CSe_IT_Guy
      @CSe_IT_Guy Рік тому +1

      ​@@The_Tech_RisingJob market is not good at that time... keep try Buddy

    • @ganeshparmar7595
      @ganeshparmar7595 5 місяців тому

      ​@@The_Tech_Risinghave you got job?

  • @abhay7130
    @abhay7130 10 місяців тому +3

    this is best interview for revision

  • @tanujarora4906
    @tanujarora4906 Рік тому +2

    I have one year of experience, companies are not giving me a good hike. Just 20-30% for frontend roles . What skills should i learn on top of react and typescript to get a better hike?

  • @ruthuparnnan8896
    @ruthuparnnan8896 12 днів тому +1

    50% wrong answers here , handling modal using overlay - it can easily handled using ref and event target , async await doesn't blocks synchronous code 😂 , dont use usecallback and use memo for all functions and value until it is required otherwise its gonna introduce extra complexity and delay in performance , major limitation of react is client side rendering and poor Seo. Btw bro is fully confident 😮 i appreciate that.

  • @amansayer4943
    @amansayer4943 Рік тому +10

    Great not even missed a single question

  • @uhk2150
    @uhk2150 Рік тому +4

    Very good interview clear my questions..

  • @goswamianshuman
    @goswamianshuman Рік тому +1

    I think the process this candidate told for asyn function should be for sync function as async is non blocking and sync is a blocking function.

  • @PuspitaSahoo-hj8nr
    @PuspitaSahoo-hj8nr 7 місяців тому

    11:36: react js
    #11.36: react js
    @11.36: react js
    @11.36 :

  • @harshdasila6680
    @harshdasila6680 Рік тому +1

    Bro was your explanation of promise vs async wait correct that in promise if we write console after the .then() function then it will print first?

  • @cartoonhindistories7923
    @cartoonhindistories7923 21 день тому

    Package kitane ka milega bhai
    for this level of knowledge...

  • @saksham_garg_07
    @saksham_garg_07 Рік тому +1

    I just want to ask u from where did u learn JS and react in the Beginning days

  • @UdayBalram
    @UdayBalram Рік тому

    I think when we optimize the application with useMemo in every export the memory of the application increases because it memoizes the every previous value. Correct me if I wrong.

  • @bipinkumarshaw7377
    @bipinkumarshaw7377 Рік тому

    17:20 what is controlled and uncontrolled components

    • @MessiLeo2312
      @MessiLeo2312 11 місяців тому

      a components without state called as uncontrolled component and a comoponent who use satate variable like usestate called as controlled components

  • @ShubhamPatil-rr4on
    @ShubhamPatil-rr4on Рік тому +4

    One year of experience in frontend with good skills how much he can expect from a company...?

    • @dev_insight_official
      @dev_insight_official  Рік тому +3

      Subjective to skills.
      If you can crack product based company like cred...
      Expect around 20
      If good service based company
      Expect a 50% hike from current CTC
      If good early startup.
      Expect 100% hike on current CTC

    • @AbhishekMishra-gr5zk
      @AbhishekMishra-gr5zk Рік тому

      @@dev_insight_official Is it 20LPA you are talking about or 20k??

    • @blackboxbs8642
      @blackboxbs8642 Рік тому

      ​@@AbhishekMishra-gr5zk20lpa

    • @shivanshraghav538
      @shivanshraghav538 Рік тому +3

      @@AbhishekMishra-gr5zk lpa bro 🤣

    • @AbhishekMishra-gr5zk
      @AbhishekMishra-gr5zk Рік тому +4

      @@shivanshraghav538 bhai aj kal yahi chal rha hai except mnc 😂😂

  • @mayankparihar275
    @mayankparihar275 4 місяці тому

    one the best interview i watch today

  • @RahulRai-kg2bu
    @RahulRai-kg2bu Рік тому +2

    what would be the package for such interview

  • @vlogging-nk
    @vlogging-nk Рік тому +5

    Could you please make subitltle? But I am not unable to listen whatever you are saying due to hearing loss

  • @Bipulkumar-gz3hq
    @Bipulkumar-gz3hq Рік тому +2

    Where can i give mock interviews?

  • @shahzebjafar4487
    @shahzebjafar4487 Рік тому +1

    Informative

  • @factrey2745
    @factrey2745 Рік тому +3

    bro interview ke total kitne round hote hai?

  • @BelieveInYourSelf7654
    @BelieveInYourSelf7654 Рік тому +1

    Good one

  • @abhaaslakra2076
    @abhaaslakra2076 Рік тому +2

    How I start to preparing for interview having 2years of experience in react js..

  • @derangivishnuvardhan1001
    @derangivishnuvardhan1001 Рік тому +4

    Huu huu is totally disturbing by any interviewer..... Don't know why they make such sounds.... 😂😂😂

  • @messi_codes
    @messi_codes Рік тому +1

    I know all the answers but I am not getting placed.

  • @mohitsingh8740
    @mohitsingh8740 Рік тому +2

    Bhai rattt k aya hai kya …

  • @Dopamine432
    @Dopamine432 Рік тому

    hire this guy

  • @pritam0793
    @pritam0793 Рік тому +4

    Informative 🔥.
    Bro i am in final year noncs ,want to learn frontend . How should i proceed to get job ?

    • @dev_insight_official
      @dev_insight_official  Рік тому +12

      Hi bro.
      If you don't know programming, learn basic very basics of js.
      And try to solve atleast 100 problems on DSA.
      Very basic question on array, string,LL,set,map easy ones no need to solve hard one.
      Then proceed with HTML, CSS ,JS and react and make projects.
      There is a lot to it. Cannot write everything here but I am making a beginner Frontend Development roadmap.
      PS: I am also a non cs guy :)

    • @pritam0793
      @pritam0793 Рік тому +4

      @@dev_insight_official thank you for help ✌️

  • @abdulkaleem8927
    @abdulkaleem8927 Рік тому +1

    Editor please add a beep when ever he says basically

  • @AJayasri-p3x
    @AJayasri-p3x 11 днів тому

    Can I train you.one to one .fees also pay sir.

  • @imkir4n
    @imkir4n Рік тому +3

    helpful one

  • @sumitbawane6136
    @sumitbawane6136 7 місяців тому

    Very informative

  • @cossMania
    @cossMania Рік тому

    Awesome interview, cover all the required stuff as js dev should know thanks

  • @vlogsdiaries4250
    @vlogsdiaries4250 Рік тому

    An interviewer didn't let candidate explain properly as he was saying hm hm ok ok a lot in between, which led to leave this video.

  • @vishalgangde702
    @vishalgangde702 Рік тому

    Kidos to developer 👍🏻👍🏻

  • @NikhilVerma-kk6xc
    @NikhilVerma-kk6xc Рік тому +2

    Bhai kya hi kare interview dekh k.....jb mc reply hi ni a rha

    • @sanskarsharma100
      @sanskarsharma100 Рік тому

      us bhai us

    • @armorkinggaming1933
      @armorkinggaming1933 Рік тому +1

      Hahahaha ye bhi shi baat hai.....yaha to CV hi select ni hote...mc 1 vacancy pe 4000 applicants 😂😂😂

  • @vartikatomar1649
    @vartikatomar1649 Рік тому +5

    Thank u so much for this helpful video

  • @BrajeshKumar-fu1xo
    @BrajeshKumar-fu1xo Рік тому

    Good 👍

  • @dark_techyy
    @dark_techyy Рік тому +4

    That hmm hmm can be given after he finished his answer😢😅

    • @Kamlesh20005
      @Kamlesh20005 10 місяців тому

      Are yr tumahara msg dekh kar ke bhi notice karne laga isase pahale mene Dyan nahi diya tha ab bas hmm hmm hi sunai de Raha hai

  • @kumaxFPS
    @kumaxFPS Рік тому

    feedback, mute the interviewer when the other person is answering.

  • @droid8770
    @droid8770 Рік тому

    awesome

  • @chitranjanyadav6304
    @chitranjanyadav6304 Рік тому

    Which your bicgrond

  • @sundushussain4952
    @sundushussain4952 Рік тому

    really nice thanks

  • @naserrudinshah2709
    @naserrudinshah2709 Рік тому

    Worked in two company and still can't explain what happens in the runtime when executing a promise and async and await.
    He could have started with the difference between them in brower runtime and nodejs runtime.

  • @pushpaleelakumari87
    @pushpaleelakumari87 8 місяців тому

    how many ppl watch this more than one time

  • @tapaseditzz2439
    @tapaseditzz2439 10 місяців тому

    aaadmi hai ki truck har 2 second mei hmm hmm 😂😂😂😂🎶🎶🎶

  • @Shyam_Mahanta
    @Shyam_Mahanta Рік тому

    Was it a mock or real?

  • @tharunreddy5735
    @tharunreddy5735 Рік тому +2

    how to give mock interviews bro

    • @dev_insight_official
      @dev_insight_official  Рік тому +2

      Hii, If you want to give for frontend I can take yours free of cost. If any other technology you can use websites like Preplaced

    • @tharunreddy5735
      @tharunreddy5735 Рік тому

      @@dev_insight_official thanks bro😄

    • @ningannagadade7071
      @ningannagadade7071 Рік тому

      I want to connect you could you please share you linkdln profile Id.

    • @dev_insight_official
      @dev_insight_official  Рік тому +1

      Connect with me on - Telegram - t.me/+g3-XgYGWtQI5NzNl
      Conect with me on - Instagram - instagram.com/subhamjay/
      Connect with me on - LinkedIn - www.linkedin.com/in/subhamjaiswal3/

  • @Facto_maniya
    @Facto_maniya 6 місяців тому +1

    Mai bhi Tit se hu bhai 😂😂

  • @mdazimbabu5001
    @mdazimbabu5001 Рік тому +1

    Wtf with the hmm hmm ,ok ,ok 😂😂😂😂
    Let him answer clearly

  • @funadda7359
    @funadda7359 Рік тому

    The answer given by is not in proper way,I think this boy know the concept but not able to explain properly

  • @sirajp349
    @sirajp349 Рік тому +5

    Mmm hhmmmm is soooo annoying,

  • @mingukkiee1184
    @mingukkiee1184 4 місяці тому

    Can the interviewer stop doing hmmm hmm hmm. So irrittating

  • @rajasekhar2557
    @rajasekhar2557 Рік тому

    Very worse interviewer looks not even listening to the candidate

  • @Raushankumar-bd1im
    @Raushankumar-bd1im 2 місяці тому

    usko pura bole do . bich me ok ok mat karo.
    interviw lene nahi aata to channel band kar de pagal

  • @dark_techyy
    @dark_techyy Рік тому +1

    Can anybody take my java mock interview (free)?😅

  • @aakashbhandari9761
    @aakashbhandari9761 Рік тому

    hmmm hmmm ok

  • @andres_de_fonollosa
    @andres_de_fonollosa 9 місяців тому

    great cheat i guess