IBM ReactJs Interview - Fresher | 🎉 Selected | ReactJs & Javascript

Sdílet
Vložit
  • čas přidán 13. 07. 2022
  • IBM ReactJs Interview - Fresher | ibm front end developer interview | react js interview questions and answers for freshers | IBM Interview | IBM Interview experience | IBM ui developer interview | IBM web developer interview | interview experience
    This is just the interview experience and If you know the right answers please comment below which can also help others.
    Please checkout below playlists:-
    1. DAILY ONE REACT INTERVIEW QUESTION
    • Daily React Interview ...
    2. MNC INTERVIEW EXPERIENCES
    • MNC Interview Experiences
    3. TRICKY CSS QUESTIONS/DESIGNS
    • Tricky CSS
    4. MERN PROJECTS FROM SCRATCH
    • MERN Projects
    5. REACT IMPORTANT/RANDOM TOPICS
    • React Topics
    Please subscribe to my channel. Like, share and subsricption = 100% MOTIVATION
    I hope you enjoy my channel videos!

Komentáře • 424

  • @itscodingdoctor
    @itscodingdoctor  Před rokem +9

    Guys, checkout this react project series from beginners to advanced level projects.
    czcams.com/video/uw_7Qp05LO4/video.html

  • @rahulkr7349
    @rahulkr7349 Před rokem +67

    Is it really a fresher interview? this guy is answering all the questions like a pro.

    • @ayushjoshi6179
      @ayushjoshi6179 Před 11 měsíci +10

      I presume this is some mock interview rather than a real one. The level of questions are fresher based though, but the guy seems to be 1+ year experienced.

    • @priyasinghContent
      @priyasinghContent Před 8 měsíci

      These are mock interviews, IBM does take these types of interviews

  • @t6hp
    @t6hp Před rokem +30

    I love how confident and knowledgeable you are. Just beginning my journey into web dev here in Egypt and stumbled upon your channel. Wish you the best of luck and a fitting opportunity worth all your effort.

  • @saadrehman3156
    @saadrehman3156 Před rokem +71

    Hats Off to you brother, The way you handle your problems while countering an error required an immense amount of confidence. Good Luck Man.

  • @vijayr.b.1050
    @vijayr.b.1050 Před rokem +4

    The quality of your answers reflects the understanding you got.

  • @user-ei7by6ht4p
    @user-ei7by6ht4p Před 4 měsíci +2

    Superb answers, moreover by hearing ur answers I can actually learned a lot of things

  • @kayjay05
    @kayjay05 Před rokem +4

    The perfect podcast for software developers 💯

  • @RakeshKumar-zc6gg
    @RakeshKumar-zc6gg Před 10 měsíci +9

    Interviewer - Diffrentiate useMemo and useContext (Time Stamp - 6:00)
    Candidate- Told her about useMemo and useCallback

    • @Code-Breeder
      @Code-Breeder Před 10 měsíci

      @RakeshKumar-zc6gg Really, but his confidence made it to a very convenient move.

    • @abhishekthakur7578
      @abhishekthakur7578 Před 9 měsíci

      yes bro i also think that what is he saying 🤣🤣

    • @ashitpranaygondane8419
      @ashitpranaygondane8419 Před 9 měsíci

      I think, She was about to ask useCallback but mistakenly said useContext() 😁

    • @manojtm7057
      @manojtm7057 Před 5 měsíci

      Brother must have memories interview questions,

  • @saikumar-ms4wt
    @saikumar-ms4wt Před rokem +1

    THIS TUTORIAL REALLY WORKS I AM FROM PHILIPPINES! THIS MAN DESERVES A SUBSCRIPTION!

  • @gautamanand1201
    @gautamanand1201 Před 6 měsíci +5

    Brother, at 5:57 she asked differentiate between useMemo and useContext not useCallback

  • @techienomadiso8970
    @techienomadiso8970 Před rokem +12

    A very interesting interview indeed. I love it 😍

  • @naveenneelam
    @naveenneelam Před rokem +8

    U r superb bro,
    forEach just loops over array, it won't effect original array until unless u intentionally made change, that u did in ur code arr[i]=val*2

  • @Uttam_Singh95
    @Uttam_Singh95 Před rokem +22

    Really hats off to you man the way you encounter all the questions is just beyond awesome really it's not an easy when you faced error part while answering !
    🤘🤘

  • @azhardev9641
    @azhardev9641 Před rokem +1

    I was always scared of this video, but now I have watched it. I am learned a lot.

  • @AJITHKUMARSME
    @AJITHKUMARSME Před rokem +1

    forEach does not technically mutates the array, the callback function which he created does it with the index value. May be it can be used to mutate the array.

  • @jayendrakapadiya1936
    @jayendrakapadiya1936 Před rokem +3

    nice interview round, All answer are clear and understandable

  • @mdzaidsiddiqui4262
    @mdzaidsiddiqui4262 Před rokem +2

    Bhaii! This was super helpful. Subscribed. ❤️

  • @soumyaripan5131
    @soumyaripan5131 Před rokem +1

    dude what a smooth interview. good job!!

  • @akterh0sain
    @akterh0sain Před rokem +1

    i subscribed this channel just because of that guy who was in interview hats off bro .

  • @notappi3982
    @notappi3982 Před rokem +1

    bhai nice vedio bahut kuch sikha for interview thanks keep it up

  • @showingsoftwarebugs5963
    @showingsoftwarebugs5963 Před rokem +5

    One suggestion... {isError ? ERR_MSG : null} can be cleaner with {isError && ERR_MSG}. Fits on 1 line with linters :)

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Absolutely. Thanks 👍

    • @tjerk9023
      @tjerk9023 Před rokem +1

      Be careful when you do this with array.length && , it will render a '0' if length is indeed 0. You should always do array.length !== 0

  • @Kirankumar-od8eu
    @Kirankumar-od8eu Před 2 lety +15

    Local storage and session storage both can store up-to 5 mb and it is limited.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +3

      I guess local storage can store 10 MB and session 5 MB.
      Not sure. Will check and revert.

    • @naveenraaj3252
      @naveenraaj3252 Před rokem +1

      Local storage 10mb session storage 5mb

  • @_ash64
    @_ash64 Před rokem +1

    Thank you for sharing!🙇

  • @adityabanik316
    @adityabanik316 Před rokem +21

    Just for people watching this !!
    Both forEach and map -- does not mutate the original array.
    But the callback function in both of them can. (So not a difference)
    Great content!! Keep it up!

  • @jozsefkerekes2257
    @jozsefkerekes2257 Před 8 měsíci +2

    I like the way you answered a bad question: useMemo vs useContext and you answered useMemo vs useCallback

  • @feritperliare2890
    @feritperliare2890 Před 2 lety +1

    1:11 yes it just reranders every spot it found the most basic difference like prop change or state change even if nothing in the UI changes because of it making it have extremely high rerander amount that’s not a reason for react to be popular it’s just an explanation to how half of all frameworks does it

    • @itscodingdoctor
      @itscodingdoctor  Před 2 lety +1

      Hi, thanks for finding out the gap in answer.
      Popularity comes when you have something which makes you stand out from the rest.
      React has V-DOM which is its one of the biggest selling points. which makes it popular.

    • @Almighty_Flat_Earth
      @Almighty_Flat_Earth Před rokem +1

      React js is a shame and blasphemy to JavaScript community. Governments should ban the use of this stupid library. Same functionalities can be achieved with Angular and Svelte with less frustration, so what's the point of using the stupid react js which makes web development unnecessarily complicated.? Those who use react are slaves.

  • @itexpert4193
    @itexpert4193 Před rokem +1

    good job, keep it up

  • @tanujk1465
    @tanujk1465 Před rokem +72

    Unbelievable!!!!....This much of confidence bro, if i were the interviewer I would be highly impressed by the answers you gave. BTW how did you prepared for the interview bro and from where do you refer.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +10

      Thanks bro.
      I'm assuming you are a fresher. Watch these videos
      MNC Interview Experiences: czcams.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +7

      Also, this one
      Daily React Interview Question: czcams.com/play/PLGZJDzu5NntRgpuqVtEb9e2tDaRYXRZFG.html

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +8

      And this one for javascript
      Javascript Interview Questions: czcams.com/play/PLGZJDzu5NntTfxAf9OdAGRoiK6OPtrahq.html

    • @tanujkalonia4315
      @tanujkalonia4315 Před rokem +4

      @@itscodingdoctor Thankyou soo much bhai

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Welcome 😊

  • @kartikgoswami
    @kartikgoswami Před 11 měsíci +2

    i feel good because i know answers to almost all the queations

  • @chetansinghnegi2416
    @chetansinghnegi2416 Před 10 měsíci +1

    Bro error handling achi hai apki....sometime there was time I panicked and ruin whole interview. Great resources..Good luck

  • @BiswaRanjanNanda
    @BiswaRanjanNanda Před rokem +3

    Mind Blowing. You are Hired Brother !! :)

  • @parthvaghani702
    @parthvaghani702 Před rokem +1

    Nicely done bro...
    But it seems to me interviewer focused more on theoretical knowledge than practical. Because it seems she was straight forward reading questions form somewhere 🤣🤣

  • @navyasreepinjala1582
    @navyasreepinjala1582 Před rokem +5

    the interviewer asked for difference between usecontext and usememo but he said the difference between useMemo and useCallback

  • @barbelliusshrug8363
    @barbelliusshrug8363 Před rokem +1

    Ty pal for this

  • @sushantkumar-nk6kp
    @sushantkumar-nk6kp Před 11 měsíci +1

    I think last question is good.
    U will be manage a better way.
    Gud job bro

  • @SanjuKumar-ye8xz
    @SanjuKumar-ye8xz Před rokem +20

    1st question asked to me in my yesterday 20 july in technical round.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Great 👍👍. Please try to add some questions from your interview in the comments. It would help others!!

    • @piyushchopade7878
      @piyushchopade7878 Před rokem +1

      @@itscodingdoctor Didn't you have the technical coding round like apart from this round? Or was it just one round that happened?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      @sanju Kumar would you like to answer this question ❓

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      This was the only technical round i had. After this there was HR/Managerial round

    • @piyushchopade7878
      @piyushchopade7878 Před rokem +1

      @@itscodingdoctor How much exp was this interview for?

  • @gulrezeqbal3048
    @gulrezeqbal3048 Před rokem +3

    We want more interview video like this for react

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Here you go brother
      MNC Interview Experiences: czcams.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

    • @gulrezeqbal3048
      @gulrezeqbal3048 Před rokem +1

      @@itscodingdoctor I am visiting all these videos bro...is it for experienced react developer?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      This interview is for freshers only. But, other interview experiences in the playlist are mixed (fresher and experienced). Go through all the video to be on the safer side.
      When you attend any interview, let me know how many questions were asked from you from these videos.

  • @vikasmv5952
    @vikasmv5952 Před rokem +2

    For fragments we can add it does not create extra node

  • @darkDay9211
    @darkDay9211 Před 9 měsíci +1

    You can show error by using text.length> some number display error

  • @samrathchauhan1271
    @samrathchauhan1271 Před rokem +2

    Nice video. So helpful

  • @srivatsa3176
    @srivatsa3176 Před rokem +1

    Thanks bro that was really helpful

  • @narendrareddyyarramreddy2007

    What do you think after going through this interview. Do you feel like the same questions are being asked for both entry level and experienced level?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +3

      Some questions would be same no matter you are fresher or experienced.

  • @reverbmusic8444
    @reverbmusic8444 Před 5 měsíci +2

    I don't think it is for fresher. It is atleast for 1yrs+ experienced.

  • @mprasanth18
    @mprasanth18 Před rokem +17

    Actually the difference between map and forEach is that map returns a new array and forEach just loop through the array and let us perform what we want.
    In Map also you can mutate the array like given below.
    actualArray.map((item, index, arr) => {
    arr[index] = arr[index] * 2
    return null;
    });

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Agree

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Yeah that's what I meant in the video. I just wanted to show that forEach is used to loop through the elements and perform any operation of our choice.

  • @looming_
    @looming_ Před 9 měsíci

    4:30 state is immutable, that is why setter is used :/

  • @dernyt-tpe
    @dernyt-tpe Před rokem +5

    Which position and also where you got to know about open position ??
    As I guess direct request for referral can't be the case ??

  • @RahulYadav-se7lo
    @RahulYadav-se7lo Před 5 měsíci

    06:10 The question was to differentiate between useMemo and useContext but the candidate has explained useMemo and useCallback. How he is selected in IBM?

  • @satyampathak1595
    @satyampathak1595 Před 11 měsíci

    If IBM is asking these questions then trust me it’s to beginner, can you tell how can you identify whether the browser callstack is empty or not ?

  • @shenth27
    @shenth27 Před 11 měsíci +2

    Silly question "why is React popular?" defineatly the interviewee is better than interviewer

  • @nasimreja7312
    @nasimreja7312 Před rokem +5

    In 6.02 : she asked differntiate between useMemo() and useContext() but he explain useMemo() and useCallback()

    • @caricatureadda3867
      @caricatureadda3867 Před rokem +4

      I guess that was slip of tongue, she actually wanted to ask useCallback(), because useMemo() and useCallback() are close friends at least during interview

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Exactly

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Good finding bro

  • @vishalgupta.1
    @vishalgupta.1 Před 2 lety +4

    Bro I am 2018 pass out and till now I was working on nontechnical organization, but now I want to work as front end dev, I have made few projects, what should I do? I was not that well on academics, and that big gap, that's why I am not getting selected.

    • @krishna-club
      @krishna-club Před 2 lety +1

      Masai school search it

    • @itscodingdoctor
      @itscodingdoctor  Před 2 lety

      @vishal Gupta how much experience do you have?

    • @saumyadip11
      @saumyadip11 Před rokem

      Start with an internship that offers a full-time job after completion and get some experience from there.

  • @WeakCoder
    @WeakCoder Před rokem

    Is this a probable interview for 2 yrs exp developer? or it will be much harder than this ?

  • @arpanbajpai1226
    @arpanbajpai1226 Před rokem +1

    Is there any opportunity for internship in your company?If yes how to apply for it?Plz guide

  • @rishikachopra9094
    @rishikachopra9094 Před rokem +7

    can you please elaborate on how did you apply for the job and what are your qualifications?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +6

      You can find IBM employees on LinkedIn and ask them to refer you.
      Try to ask many employees, may be one good person will refer you!!

    • @adershgr
      @adershgr Před rokem

      @@itscodingdoctor But thats not an option for freshers right, I assume you have atleast 4-5 years experience

  • @chandanthakur996
    @chandanthakur996 Před 11 měsíci +1

    The 2nd difference between map and forEach has a small error. If we write map in the same format you did for forEach, it will mutate the original array as well.

  • @TravisLawrence12
    @TravisLawrence12 Před rokem +1

    Come for the thumbnail, stay for the answers.

  • @nirmalshah9947
    @nirmalshah9947 Před rokem

    The type of questions suggests that the interviewer herself needed to be interviewed

  • @akshaysrivastava4304
    @akshaysrivastava4304 Před 10 měsíci +2

    Bro the interview questions were not easy for any fresher to crack, and the coding questions were very easy and according to fresher level.

    • @itscodingdoctor
      @itscodingdoctor  Před 8 měsíci

      That's fine. Prepare well before sitting in an interview. You can answer question these easily.

  • @umangpatel7389
    @umangpatel7389 Před rokem +10

    Great video series bro...Just want to know whether they ask DSA questions in coding rounds for React Position. If yes then what is the level of those questions?

  • @ericmensah9037
    @ericmensah9037 Před 10 měsíci +1

    setError(Number(e.target.value ) < 18);

  • @vanshjindal5963
    @vanshjindal5963 Před rokem

    As a fresher , company hired react developer ?? because I am 2023 batch and IBM does not give proper description as react developer or else, they just hire to ask simple dsa questions??? as a fresher how can I apply for react developer in IBM

    • @itscodingdoctor
      @itscodingdoctor  Před 10 měsíci +1

      No DSA asked.
      Try to find references on Linkedin. And also apply on company/job portals.

  • @ScienceSeekho
    @ScienceSeekho Před rokem +2

    Thanks bro please upload more

  • @sriramganesh7239
    @sriramganesh7239 Před rokem

    Bro i am fresher I have good knowledge js and react.. Can i get select by ibm even 2 + years experience role

  • @_ash64
    @_ash64 Před rokem +2

    Idk why they make HR people to take the interviews as opposed to a senior engineer. For a company like IBM this is bad standard.
    The interviewer seemed like she didn't have much idea on what she was asking..

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      🤔

    • @_ash64
      @_ash64 Před rokem

      @@itscodingdoctor Seemed like she didn't know what she was asking. I mean you might have felt that too didn't you?

  • @surendrareddyseelam9757
    @surendrareddyseelam9757 Před rokem +2

    ForEach doesn't change array but you did

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Good finding bro!
      Btw, i was just trying to show the main difference between forEach and Map which is return...

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Also, to double every element of array with forEach either you have to mutate the array or create a empty array and then push doubled values.

  • @soltsdev
    @soltsdev Před rokem +3

    Interviewer is also fresher in her job. So simple questions asked

  • @zulqadaridrishi457
    @zulqadaridrishi457 Před rokem +5

    Hey Brother! Nice Interview!
    BTW! What was the exp level for this interview and also what CTC range they offer on this?

  • @Ashimiim
    @Ashimiim Před rokem

    What is your year of experience

  • @rabindrapatra7151
    @rabindrapatra7151 Před rokem +2

    angular also dont render fullpage

  • @21raj
    @21raj Před rokem +1

    OMG !!

  • @royalkid5543
    @royalkid5543 Před rokem

    difference between use memo and context??? lol lol, the interviewer is crazy🤣

  • @rahulbaghel1680
    @rahulbaghel1680 Před 11 měsíci

    Iam still waiting for that thumbnail girl in the video

  • @navnitkapadia9338
    @navnitkapadia9338 Před rokem

    She asked the difference between useMemo and useContext and he answered about useCallbacks

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      yes

    • @Ashimiim
      @Ashimiim Před rokem +1

      @@itscodingdoctor both are quite similar usememo can be used for single values where as usecallback can be used to return functions and both are helpful in improving performance… idk why interviewer asked diff btw useMemo and useContext

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Yes

  • @vimalsankar2503
    @vimalsankar2503 Před rokem +3

    Great content. I know that you applied as a fresher. But I really want to know how much experience you have in React. ?

  • @imflyingoverclouds
    @imflyingoverclouds Před rokem

    Are they really asking folder structure?

  • @ranjanvashist321
    @ranjanvashist321 Před rokem +3

    What was the package offered to React Js Fresher in IBM?

  • @nagasaipurvaz4251
    @nagasaipurvaz4251 Před 11 měsíci +2

    i answerd all the questions

  • @nithishreddyjalumuri3985

    I was wondering why it is not recommended to pass data from child to parent. How can we create reusable components without passing data from child to parent?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Valid point.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      the context of the questions was different, in general it's not recommended. but depending on the use case we can pass the data from child to parent.

  • @vasavijuvvigunta1867
    @vasavijuvvigunta1867 Před rokem +1

    can you please put program on adding two numbers and store that value in total using useState hook

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Sure, could you elaborate the question?

    • @vasavijuvvigunta1867
      @vasavijuvvigunta1867 Před rokem

      @@itscodingdoctor addition of two numbers using useState hook

    • @wahidulalam2957
      @wahidulalam2957 Před rokem

      @@vasavijuvvigunta1867
      const [addition, setAddition] = useState(0);
      function addNumber(number1, number2){
      setAddition(number1 + number2)
      }

  • @jackdesparrow4783
    @jackdesparrow4783 Před 10 měsíci

    Jsx wont allow to return multiple html elements but why he is saying children

  • @adeshpreetsingh6926
    @adeshpreetsingh6926 Před rokem +5

    Bro, You wrote your age 27 when implementing "this" keyword example. Just wanted to make sure, are you really applying for fresher position?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Hahhah! My age in not 27. It was just a random number came to my mind.

    • @adeshpreetsingh6926
      @adeshpreetsingh6926 Před rokem +1

      @@itscodingdoctor I thought you must be applying for 3-4 years of experience, cuz you mentioned 2 YOE in accentures video.

    • @adeshpreetsingh6926
      @adeshpreetsingh6926 Před rokem +1

      Just had my hopes high lol, If it really was for 3-4 yoe. I'll be a able to answer some fresher questions in interview for sure XD
      Thanks for the video & reply btw.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +3

      😅😅
      This interview is for freshers only.

    • @naveenneelam
      @naveenneelam Před rokem +1

      @@itscodingdoctor 😳

  • @jackdesparrow4783
    @jackdesparrow4783 Před 10 měsíci

    After listening 1st question answering 😂 i can say he is fresher

  • @akashdeeppatra9158
    @akashdeeppatra9158 Před rokem +4

    tf kinda question is "why is react so popular ", that's the dumbest question ever , lol

  • @Alikhan-yg2nr
    @Alikhan-yg2nr Před rokem

    I suggest you don't open the captions.

  • @tanishnhitanishbhai
    @tanishnhitanishbhai Před 8 měsíci

    Whats was the level of experience for this job ?

  • @logan8283
    @logan8283 Před rokem +2

    Brother how many rounds are there for 2 yrs experience guy ?
    Any idea ?

  • @feritperliare2890
    @feritperliare2890 Před 2 lety +2

    Literally nothing in his answer says why react is popular can anyone actually answer it without going into circular reasoning that it’s popular so many places work with it and that creates job opportunities for react developers making it popular?

    • @itscodingdoctor
      @itscodingdoctor  Před 2 lety

      Hi, thanks for finding out the gap in answer.
      Features of react makes it popular. That's why in answer features are mentioned.
      In case you feel answer could be better, please add in the comments. It might help others as well.

    • @riskyrici
      @riskyrici Před rokem +1

      One of the main reasons why react is so popular is the react's ecosystem. You have so many options to choose from to your convenience for any use case be it managing large and complex forms, state management libraries or UI frameworks etc.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Thanks @rishi ks Correct 💯

  • @CloudMadeEasy
    @CloudMadeEasy Před rokem

    Good.But it seems the interviewer asking questions from given script

  • @RishabhJain-qi1ms
    @RishabhJain-qi1ms Před 2 lety

    One of the question says - d/f between state and props?
    You have said - state is mutuable..
    How that can be possible?

    • @itscodingdoctor
      @itscodingdoctor  Před 2 lety +1

      Yes, State is mutable. State is initialized with some value and based on user action it gets updated via setstate.
      For example:- In a basic number counter app, initially counter value is 0 but on click of add it becomes 1. That's mutation.

    • @RishabhJain-qi1ms
      @RishabhJain-qi1ms Před 2 lety

      @@itscodingdoctor that the mutation? 🤔
      Eg - let name = "Dactor"
      name[1] = "o".
      console.log(name) // Doctor
      Is not what mutation in js called?
      (To update the part of something)

    • @DreamDropsTV
      @DreamDropsTV Před rokem

      @@RishabhJain-qi1ms you call that mutation?? that's called immutability of strings. And yes State are are mutable data , props are those data which are sent as a key value pair from root.render(); function , props are read only data. Where as states are immutable data. you can use your props data and conver it to a state data to make it mutable

  • @user_abhigupta
    @user_abhigupta Před rokem +1

    It seems like an interview of an experience developer, not at fresher level.... As the level of questions, are high

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      This is for freshers. In case you are interested in questions for experienced you can checkout MNC interview questions playlist on this channel.

  • @abhishekthakur7578
    @abhishekthakur7578 Před 9 měsíci

    she ask diff b/w usememo and usecontext bro give diff b/w usememo ans usecallback

  • @saurabh22jan
    @saurabh22jan Před rokem

    W3 school examples rocks 🔥 😂

  • @jaxsriv1052
    @jaxsriv1052 Před rokem +1

    What platforma do you use for applying for the job?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      LinkedIn. Keep sending your resume to employees. Someone would refer

  • @Saikumar-pq9qp
    @Saikumar-pq9qp Před 2 lety +6

    Bro how much Lpa should expect as a fresher (react developer) ?

    • @itscodingdoctor
      @itscodingdoctor  Před 2 lety

      It totally depends bro on many things (Your college, Skills, Salary Negotiation Skills and Luck as well) but in general for any average college students 2.8LPA to 4.2LPA

    • @Viralvlogvideos
      @Viralvlogvideos Před 2 lety

      @@itscodingdoctor why it is so low

    • @itscodingdoctor
      @itscodingdoctor  Před 2 lety

      @@Viralvlogvideos I wish i could answer that.

    • @Viralvlogvideos
      @Viralvlogvideos Před 2 lety

      @@itscodingdoctor dude 2.8 😂

    • @Viralvlogvideos
      @Viralvlogvideos Před 2 lety +1

      @@itscodingdoctor watch men gets better pay

  • @gulrezeqbal3048
    @gulrezeqbal3048 Před rokem +2

    Can experience person of 1 yr will except such type of questions?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Of course, for more questions watch
      MNC Interview Experiences: czcams.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

  • @saadrehman3156
    @saadrehman3156 Před rokem +1

    Moreover, I would like to know if there are any internship opportunities available as a Js/ReactJs Developer. I checked the website but there are not any reference of that.

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      There should be a lot of opportunities. Check Naukari.com and LinkedIn

  • @santanubiswas5354
    @santanubiswas5354 Před rokem

    This guy knows how to waste time in an interview so that the interviewer cannot ask all the questions and he can achieve full marks

    • @itscodingdoctor
      @itscodingdoctor  Před rokem +1

      Anyways, that is also a skill 😀

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      Is it good or bad in your opinion brother?

    • @santanubiswas5354
      @santanubiswas5354 Před rokem +1

      @@itscodingdoctor both, because let's say some other person answered every question just like this interviewee and he/she didn't waste time, then if there is any situation that the interviewer has to select any one of the 2, then interviewer will select the other guy who answered it short

  • @shrawansah4040
    @shrawansah4040 Před rokem +2

    Where did you learn ReactJS? How much time should I put into reach a satisfactory level?

    • @itscodingdoctor
      @itscodingdoctor  Před rokem

      To reach a satisfactory level, keep building react projects, and prepare interview questions.

    • @shrawansah4040
      @shrawansah4040 Před rokem +1

      @@itscodingdoctor Thank you brother. Means a lot😊😊😊😊

    • @Almighty_Flat_Earth
      @Almighty_Flat_Earth Před rokem +4

      @@shrawansah4040 React js is a shame and blasphemy to JavaScript community. Governments should ban the use of this stupid library. Same functionalities can be achieved with Angular and Svelte with less frustration, so what's the point of using the stupid react js which makes web development unnecessarily complicated.? Those who use react are slaves.

    • @hamzapaskingakhtar2654
      @hamzapaskingakhtar2654 Před rokem +4

      @@Almighty_Flat_Earth No one asked for your opinion.

    • @devcaand
      @devcaand Před rokem

      ​@@Almighty_Flat_Earth Unnecessary complicated? Dude did you use Angular at all or you just watched some idiot on youtube and just coiped someone else's opinion? Angular is 100 times harder to understand and amount of boilerplates you need to write to achive anything is enormous. You are the only slave here if you still using that crap and writing all day long until the sunset to get simple 'Hello world' out.

  • @chemedev
    @chemedev Před rokem

    Hum don't you have to parse the e.target.value as number before comparison? 🤔

  • @thiruvetti
    @thiruvetti Před 10 měsíci

    The guy answering is easily a 4+ year experienced person in React. This is not fresher