React Interview | Frontend Developer | React interview questions 5 to 8 years 2023

Поділитися
Вставка
  • Опубліковано 2 кві 2023
  • 🚨 Limited Time Offer Alert! 🚨 Get your hands on Que & Ans for JS HTML and CSS EBook now before this special deal expires! ⏳ Don't miss out on the chance to supercharge your job search!
    Get your copy now and land your dream job! 🚀 topmate.io/ui_dev_guide/689405
    Exclusive Launch Offer: UDG50 #uidevguide #reactjs #reactinterview
    Welcome to Ui Dev Guide here we help you prepare for an interview and provide feedback on how to clear the interviews for angular react javascript, UI developer, and frontend developer.
    you can join our Instagram for more interview-related posts 👇👇👇 / ui_dev_guide
    If you would like to schedule a one-on-one meeting with us hit the below Link ✅✅
    topmate.io/ui_dev_guide
    you can find your TCS interview experience here 👇👇👇
    • TCS Interview Experien...
    Find the angular mock interview links:👇👇👇
    • Angular 4 + Years Expe...
    • Angular Experienced In...
    Don't forget to subscribe to the channel for a more mock interview 👇👇👇
    / @uidevguide
    javascript interview questions, javascript interview questions and answers, javascript interview questions and answers for experienced top javascript interview questions
    Social Media link 👇👇👇
    Instagram: / ui_dev_guide
    #uidevguide
    Disclaimer -
    This Channel DOES NOT Promote or encourage Any illegal activities, all contents provided by This Channel is meant for EDUCATIONAL PURPOSE only.
    to help job seekers to know the interview process and the question to be asked.
    we don't aim for any illegal activities by sharing the interview process.

КОМЕНТАРІ • 91

  • @user_abhigupta
    @user_abhigupta Рік тому +32

    Hats off to interviewer.....how humbly,he explains all topics

  • @vasu7370
    @vasu7370 Рік тому +14

    Respect to Interviewer 🔥🔥🔥

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

    The interviewer is polite but wrong about certain concepts
    1. Class-based components don't go get converted to functional components and don't go through any extra step rather it's simpler to write functional based component and test that's why we use it.
    2. If you don't pass the empty array to the useEffect it won't run just once but will run for every state change or side effect. This means if we haven't passed the empty array then let's suppose we're changing any state variable onClick event then this useEffect without an empty array will also run which doesn't happen when it has an empty array.

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому +1

      3. Control components are those whose state or props are controlled by the parent component by pass data down to component,
      Uncontrolled components are responsible to control their own state ,don't depend on parent component.

  • @bhavanisankar7588
    @bhavanisankar7588 8 місяців тому +2

    such a cool interviewer he is😇😇

  • @Dhirajkumar-fb3to
    @Dhirajkumar-fb3to 3 місяці тому

    There is many lib that can you use for calling an api javascript default use fetch, axios good choice , SWR Have also inbuilt fetch .. Basically combo of useEffect and api call save cache. Fast

  • @harvindersingh9170
    @harvindersingh9170 10 днів тому

    I wish all the Interviewers are like him❤

  • @srinivasnahak3473
    @srinivasnahak3473 8 місяців тому +1

    Thanks for this insightful video!!

  • @vijaykumar-ps5pq
    @vijaykumar-ps5pq 2 місяці тому +1

    I have 13 years of experience, huge huge respect to the interviewer

  • @shivajijadhav2864
    @shivajijadhav2864 6 місяців тому

    the interviewer 🔥🔥

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

    For all those who are saying that the questions are fresher level or basic level, may be it missed some deep dive questions, but believe me most of these are still asked to me at like 9 years of experience, so don't underestimate them.

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

      Can you give some tips for 5years of experience in UI development. Some important topics in react. Iam preparing for the interview. Could you please help me?

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

      Can you give some tips for 5years of experience in UI development. Some important topics in react. Iam preparing for the interview. Could you please help me?

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

    perfect interviewer😇

  • @Dhirajkumar-fb3to
    @Dhirajkumar-fb3to 3 місяці тому

    Yeah some time but when i used tailwind CSS that time class through error but some time it's work

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

    The interviewer 👌

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

      Thank you man 🙏🏻🙏🏻
      Keep learning !!

  • @meghabathla7167
    @meghabathla7167 23 дні тому

    I learnt alot from this video, thanks for sharing ❤

    • @uidevguide
      @uidevguide  23 дні тому

      Glad you liked it .
      Keep learning!!

  • @sandiacgaming2934
    @sandiacgaming2934 7 місяців тому +1

    As a self-learner as a fresher i can can crack this interview. But 1 or 2 questions were learned from in this video.. thanks for thant❤

    • @uidevguide
      @uidevguide  7 місяців тому +1

      Good to know it was helpful for you .
      Keep learning !!

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

    the questions were very easy

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

      Real interview questions are very hard. (that's what she said)

  • @dreamvallyhasan4807
    @dreamvallyhasan4807 27 днів тому

    best of the best Interviewer

  • @AkashSingh-xf6bd
    @AkashSingh-xf6bd Місяць тому +1

    Hi Ui Dev Guide
    if we are not going to pass nothing(mean not even a empty array ) in useEffect at that time it will run in every time when we render the page
    Thanks'

  • @Tiny_shortsHub
    @Tiny_shortsHub 7 місяців тому +1

    In the question of useEffect interviewee was correct, basically when we we keep 2nd argument is empty it will only render once after component is loaded, but when we pass nothing as 2nd argument it will run infinite times and when we pass any state or props inside it ,it will run when that state or props will change.

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

      👏🏻👏🏻👏🏻

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому +1

      One more concept you can run the cleanup function, in class base component componentWillMount handle ..that before the destroy of component it clean up the things ..like removing eventListern API call cancellation etc .😊

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

      Yes bro interviewee was correct .

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

    I think I'm tech lead after watching this interview hahaha, some questions were useful though.

  • @Dhirajkumar-fb3to
    @Dhirajkumar-fb3to 3 місяці тому

    JSON.PARSE(RES) will not work here you need to do res.json() as the json() have internal method to parse but when you use the upper one it will do like externally which will not work

    • @uidevguide
      @uidevguide  3 місяці тому

      Thanks dhiraj for you responses

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

    Fetch and Axios returns Promise whether success or rejected

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

    To use super in class based component, because without super, you can not access this.props in child component

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

      Hey Nikesh,
      We are following angular here in this video.

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому

      Yeah It's important😂

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

    Super() - it calls the constructor of parent class. Without using super in constructor it gives reference error. We must use super() before accessing this

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

      It's not completely true let me explain
      When you call super() from the constructor of the child class then it will call the constructor of the parent class, as you said
      But if you call super() inside any other method/function of child class then it will call the method/function with same name from the parent class

    • @MuhammadAdnan2.0
      @MuhammadAdnan2.0 11 місяців тому

      ​@@just_a_living_beingright ✅️

  • @hritikchaudhary5470
    @hritikchaudhary5470 3 місяці тому

    Interviewer is wrong for useEffect, 14:40

  • @subhasismandal4180
    @subhasismandal4180 8 місяців тому +1

    can you list all the questions with proper explanation? it will be helpful for us

    • @uidevguide
      @uidevguide  8 місяців тому +1

      Hey,
      I think you should do it 😦.

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

      good one bro ! @@uidevguide

  • @thstatusgems
    @thstatusgems 10 місяців тому +1

    I was being asked tougher questions than these for 1.5 year exp.

    • @shahidnewlearner587
      @shahidnewlearner587 10 місяців тому +2

      What was those tougher questions, can u elaborate shortly?

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

    Your hiring for 5- 8 years exp but he possess only 4.5 years. Is it fine to round off 4.5 as 5 years of exp

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

      If you are good then your experience less 5 6 months not matter.
      By the way this is mock interview.
      He was not sure about technical interview.
      We have taken his interview and shared tue feedback with him.

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

      Don't you think the level of questions are little low considering his interview

  • @darkDay9211
    @darkDay9211 10 місяців тому +1

    UseEffect the person is correct interviewer is wrong

  • @432aniketkadam4
    @432aniketkadam4 4 місяці тому

    why I feel like candidate lies in resume 😆😆 even fresher can crack this interview with better answers.

  • @jaafarswlaiman3761
    @jaafarswlaiman3761 Рік тому +6

    I think your experience is one year

  • @aksh1453
    @aksh1453 11 місяців тому +3

    These questions seems like for freshers...

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

      😀😀 buddy you are ready then for interview

  • @Niamudeen
    @Niamudeen 10 місяців тому +2

    I'm a React Js Developer I heard the difference just you mentioned about class & functional components. Is it really true sir ?????🖐

    • @uidevguide
      @uidevguide  10 місяців тому +1

      🤔 if you found the good answer or something else please do add in comments mostly job seeker check the comments as well ..
      Thank you 😊

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

    I almost give the 95% answer with good example and I'm a fresher...can I'm ready for interview

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

      These are fresher-level questions.

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому

      There is few more questions you need know.. But when you go for exp interview they ask on base of scenerios ... Answer yahi sab rhte h but wo wahi bta sakta h jisne usper work kiya h to experince is matter bro..

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

    this cant be for 5-8 years. I was asked tougher question for 2+ years of work ex

    • @uidevguide
      @uidevguide  10 місяців тому +1

      Thank to find you are taking interviews can you share the toughs questions which do you ask in interviews it will help job seekers

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

    I got this question in fresher internship interview. You're asking to 5 years experienced person

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

      Great you replied did you get internship then ?

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

      @@uidevguide sadly no. That's why I am watching videos and upgrading my knowledge. I wish I had watched this earlier.

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

      @@TheNikhilify let me know you need any help ping me on Instagram

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

      @@uidevguide sure thank you

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

    i have almost 2 years of experience as a react developer but this are very basic question to be honest

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

      Hey can you please post some difficult questions you faced in interview here.
      That would be great

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому

      What type of internal operation does the setFunction(useState) use async or sync

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому

      Also you can ask that how javascript is diff from JAVA

    • @Dhirajkumar-fb3to
      @Dhirajkumar-fb3to 3 місяці тому

      Why var have only the hoisting behaviour... Also can ask question from interpreter or compiler which one JS use. Babel ... Bubbling..shalow & deep copy .. How to make deep copy.. And react fragment diff from html fragment

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

    Interviewer thoda sa dheela hai😅

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

    What the heck? These are fresher level questions.

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

    These are too basic questions for a react interview.

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

    One thing I've observed with these Indian interviews is that communication is weak on both the sides. There was unnecessary confusion around 14:00

    • @uidevguide
      @uidevguide  11 місяців тому +1

      Where are you from uhh?
      We are proud be 🇮🇳.
      Now coming to weak communication.
      We are human not the robot.

    • @ToastRusk
      @ToastRusk 11 місяців тому +1

      @@uidevguide I'm also Indian. I was not criticizing. Don't take me wrong. It is my observation from working in many countries that native Indians are a little weak in communication. Which is fine as it is not their first language but kudos for trying. In the above exchange, the interviewers bad English confused the interviewee and vice versa.

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

      true. It's difficult to understand what both parties are trying to convey. Especially the interviewer. I specifically faced this before during my own interview and it was due to very poor English of the interviewer. It makes the question confusing and they also have a difficult time understanding the answer being given. In such cases either a common language ( apart from English ) should be used or both question and answer should be typed on screen in real time. A good level of grammatical knowledge is necessary to communicate in any language.
      And communication is an essential skill which is not given much priority in some companies. Communication can make or break an environment and good communication always means good team work and the lack of it is not only frustrating but also detrimental to the overall efficiency of the team's effort.

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

      Agree I also got confused, interviewee told right but due to communication error the interviewer couldn't understand

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

    Some interviewers do not behave properly, mostly they show a rude attitude. They do not ask questions clearly nor give you scope to ask him again.

    • @uidevguide
      @uidevguide  4 дні тому

      Yup this happened to me as well 🥹

  • @rtxgameplayhd
    @rtxgameplayhd 9 місяців тому +1

    Respect to Interviewer 🔥🔥🔥