React Interview Entry Level - Engineering Graduate (Mock)

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 63

  • @coderdost
    @coderdost  Год назад +7

    React 2023 MasterClass : bit.ly/3I7MYN7
    React Interviews : bit.ly/3QAjAln
    JavaScript Interview Shorts:
    bit.ly/3XhHRQ1
    React Interview Shorts :
    bit.ly/3VfIrMi
    More React Interviews - bit.ly/3QAjAln
    React Interview Shorts :
    bit.ly/3VfIrMi
    JavaScript Interview Shorts:
    bit.ly/3XhHRQ1
    ReactJS Course (Redux & Hooks) : bit.ly/3iMethN
    Course of JavaScript : bit.ly/3u049tf
    Course of Modern JS. (ES6) : bit.ly/3DvYCh6

  • @gaganbaghel1377
    @gaganbaghel1377 Год назад +7

    Javascript has garbage collector
    And c++ don't have garbage collector
    The point is that if a variable is inside a closure then the variable do not get garbage collected automatically

  • @mohitpardhi6755
    @mohitpardhi6755 Год назад +15

    This types of interviews are awesome
    Easy to relate in real life.
    Thanks 👍 keep Going

  • @RahulSingh-es2go
    @RahulSingh-es2go Год назад +19

    Great job sir I am learning a lot just by seeing these video and not just the concepts but also how we should handle the questions if we don't know about it in interviews.
    Once again great job sir ji🙏👍

  • @vijenderkumar3034
    @vijenderkumar3034 Год назад +13

    Very knowledgeable video thank for this.

  • @aamirjamil25999
    @aamirjamil25999 Год назад +3

    sir you are a great person
    tutorial ho ya interview ka vdo aapka bolne ka style bht understanding h ❤

  • @furvytech
    @furvytech Год назад +11

    Superb 🎉

  • @pratiksavaliya3890
    @pratiksavaliya3890 Год назад +5

    @ 17:16 i am screaming props props props…..that’s heat he wants

  • @Its_Abhi_Thakur
    @Its_Abhi_Thakur Год назад +11

    Very helpful

  • @vaibhavgehani9315
    @vaibhavgehani9315 Год назад +3

    its very helpful when we are preparing for react interviews

  • @taukirsheikh9405
    @taukirsheikh9405 Год назад +11

    nice interview

  • @toheebalawode1634
    @toheebalawode1634 Год назад +3

    I was impelled to write a comment, you are a good Teacher, but I want to request for one thing, your react and JavaScript master class RUclips videos, why not make for non Indian Native speakers.

    • @coderdost
      @coderdost  Год назад +1

      Trying to have some extra time to record - important ones in english, or provide subtitles. Time is limited.

    • @toheebalawode1634
      @toheebalawode1634 Год назад

      @@coderdost Alright, no problem, I think that suggestions is quiet good, but one more thing, can I have your WhatsApp number, nothing much trust me.

  • @a2zlearninghub67
    @a2zlearninghub67 Год назад +3

    Really!! I like the way you speak and explain.
    I am also College Teacher..!!

    • @coderdost
      @coderdost  Год назад

      Great. Welcome. You can connect with me on LinkedIn 👍🏻

  • @bardenishi4312
    @bardenishi4312 Год назад +3

    Very helpful content please keep making like this.

  • @vikashojhabhojpuriya8396
    @vikashojhabhojpuriya8396 Год назад +5

    Sir apka subh name kya hai?
    I am your fan. you give deep knowledge. great 👍

    • @coderdost
      @coderdost  Год назад

      you can check full details in about section > there is my LinkedIn profile.

  • @chandanthakur5236
    @chandanthakur5236 Год назад +1

    It would be great if you review the answers at the end of the interview, specially which are not not answered clearly.

  • @iTapas
    @iTapas Год назад +3

    Sir again please clear what is clean-up function and is it necessary to always use clean-up function or some specific conditions we only use it. Thank you for your interview series

    • @coderdost
      @coderdost  Год назад +8

      Generally, useEffect is called many times . Like in setting timers, sockets, some DOM APIs etc. These all process leave a lot of RAM blocked and if we don't cleanup browser starts to hang. So it is needed. If you are wrting a simple javascript code logic and not an external API then its not needed. But those kind of simple code are already not advised to be written in useEFfect. So in most cases answer will be yes. It is a performance improvement to write cleanup. It is not important in your small projects etc. Only in a proper company code - this becomes requirement.

    • @iTapas
      @iTapas Год назад +1

      @@coderdost Thank you so much sir. The series is very helpful

    • @kunalchouhan4137
      @kunalchouhan4137 Год назад

      @@coderdost bhai please aap ek video ispr bhi jarur bnaiye : how to uplode project source code on github in simple way
      and second : how to host react project live for free please ... video jarur banana bhai

    • @YunusTamar
      @YunusTamar Год назад

      @@kunalchouhan4137 you can upload your code freely on #netlify

  • @webkeen651
    @webkeen651 Год назад +10

    Keep it up sir.

  • @omsingh3713
    @omsingh3713 Год назад +3

    very helpful 👍👍

  • @vinothkumarv9722
    @vinothkumarv9722 Год назад +1

    clean up function is interesting :)

  • @bishalsharma3563
    @bishalsharma3563 Год назад +3

    How can we use the updated state in next line ?

    • @coderdost
      @coderdost  Год назад +1

      using flushSync : ruclips.net/user/shorts73p98cIfi1M
      only for DOM APIs like print etc.
      Not for console and alerts.

    • @bishalsharma3563
      @bishalsharma3563 Год назад

      @@coderdost Thanks sir for your reply.
      I have sent you a connection request on LinkedIn, please accept , if possible.
      And thank you again for helping the developer community, especially in India.
      Hope we will meet in future some day.
      But where do you live sir.

  • @manemanoj3068
    @manemanoj3068 Год назад +1

    Useful bhai..

  • @lalitsinghnegi1562
    @lalitsinghnegi1562 Год назад +2

    useEffect mai cleanup function closure ka ek example h .. am i right?

    • @coderdost
      @coderdost  Год назад +1

      yes. because useEffect can run many times - its side-effect functions and its cleanup are also running every time. But, cleanup always remembers which side-effect it was associated with.. and only cleans that instance. This is a perfect closure example.

  • @theultimategamer7202
    @theultimategamer7202 Год назад +1

    She's good. How much package can a candidate like her can expect?

    • @coderdost
      @coderdost  Год назад +2

      Package is dependent on many factors. Companies are not looking at talent alone. They involve even reputation of institute from where you got degree (for freshers). Also in which city you gave interview. Big IT cities can sometimes give better packages. We can’t predict LPA. For a fresher who has good interview like above. who can also prove in coding skills. 6LPA should be minimum(freshers). But ppl even get lower offer as competition is high..and ppl have to join..

  • @MDSayam-gu1cc
    @MDSayam-gu1cc Год назад +1

    Where can i apply to give interview like this. i am an final year student and test my knowledge about react.
    and also very awsome content and very helpfull also

    • @coderdost
      @coderdost  Год назад +2

      We generally post in community post when next interview will be held

  • @TASTYANDHOMELY23
    @TASTYANDHOMELY23 Год назад +2

    Sir have you provide Mock interview series??

    • @coderdost
      @coderdost  Год назад

      These interview are conducted with candidates who are interviewing in other companies.

    • @TASTYANDHOMELY23
      @TASTYANDHOMELY23 Год назад

      @@coderdost sir i need to mock interview to check my level what should i do??

    • @coderdost
      @coderdost  Год назад

      @Yashasvini Badone Apply in next series of interviews...We will post on RUclips and Linkedin.. 👍

  • @shashiverma9729
    @shashiverma9729 Год назад

    Good initiative...

  • @Real_Life126
    @Real_Life126 Год назад +2

    Sir please make a video in sql

  • @madhursangeet29
    @madhursangeet29 Год назад

    can you please answer all of these interview questions? so that we can prepare for interview

    • @coderdost
      @coderdost  Год назад

      There is a playlist which has all answers mostly. Will try in future videos

  • @ADayWithDev
    @ADayWithDev Год назад

    Namste React i got feeling by his interview

  • @akash_gupta_2090
    @akash_gupta_2090 Год назад +1

    we have garbage collection in javascript

  • @amarnathmishra8697
    @amarnathmishra8697 Год назад +2

    I thinks she is from "Namaste React" . I am damn 100 % sure . She is giving the exact explnation that Akshay explains. Sir , Evaluate her Machine coding skills .

  • @RajanKumar-fc4hr
    @RajanKumar-fc4hr Год назад

    I think c++ do not have garbage collector.

  • @Factvideo014
    @Factvideo014 Год назад

    Sir Reactjs kiliye js dom ki zaroorat hai ya direct shift hojao?🤔

    • @coderdost
      @coderdost  Год назад

      DOM will be needed when some advanced cases will come but you can start with react and learn DOM as needed

  • @imBatmanAK
    @imBatmanAK Год назад

    She is 💥💥💥💥

  • @AlokKumar-fv9ou
    @AlokKumar-fv9ou Год назад +5

    Could you please provide the timestamps for these particular interviews so that It would be easier for us to navigate back and forth.
    Thanks 🙏

  • @kanhagaur9690
    @kanhagaur9690 Год назад

    Can someone please list all the questions which are asked in this interview?

    • @coderdost
      @coderdost  Год назад

      Most question will be found here:
      REACT Interview Shorts :
      bit.ly/3VfIrMi
      JAVASCRIPT Interview Shorts:
      bit.ly/3XhHRQ1

  • @gajananambekar3194
    @gajananambekar3194 Год назад

    Great

  • @prannav3896
    @prannav3896 Год назад

    I feel that her explanation is very hard to understand. She's not explaining in simple terms.

    • @coderdost
      @coderdost  Год назад

      candidate is a college student

  • @indian_gaurav_8648
    @indian_gaurav_8648 Год назад

    Sir aap apne subscriber ko interview m discount doge na 😅😅😅

    • @coderdost
      @coderdost  Год назад +1

      There is no fee for interview, everything is discounted.

    • @indian_gaurav_8648
      @indian_gaurav_8648 Год назад

      @@coderdost mera mtlb ye h ki kisi company m agr aap interviewer huye to question m discount milega

    • @coderdost
      @coderdost  Год назад +1

      ok sure 😆