Accenture ReactJs Interview (1st Round) | 🎉 Selected | ReactJs & Javascript

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 156

  • @itscodingdoctor
    @itscodingdoctor  2 роки тому +5

    🔴FRESHERS PROJECTS SERIES ON #ReactJS 🔴 SHOULD I START ??
    Please Let me know here:- twitter.com/itscodingdoctor/status/1551840209871978496

    • @ramasailaja
      @ramasailaja 2 роки тому +1

      Pls start react projects for beginners

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Yes.

    • @Solo_playz
      @Solo_playz 2 роки тому +1

      Doctor bhai ek help mangta tha
      Bhai tumhe itna interview ke liye kaise apply karte ho and then interview schedule bhi ho jata hai . Mai ab tak 20-30 companie mai application submit kiya hu par ek bhi interview schedule nahi hua ab tak . Ye log bohot wait karwa te hai and I think last mai hamko full to ignore or comment kr dete hai .
      Bhia I have developed Several MERN projects as well as multiple react projects
      By efficiency in React is so high . Mera React and JavaScript bohot sahi hai placement to ho ho jaiga just I want chance to prove myself .
      Just mujhe ek batado ki interview confirmation kaise aata hai kaha apply karna hai and all.
      Just help me out to reach my first interview on best companies .

    • @avinashsinghrajput4914
      @avinashsinghrajput4914 2 роки тому

      @@Solo_playz tum kha apply kiye the?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Naukari.com & LinkedIn

  • @imyounick
    @imyounick 2 роки тому +10

    4:40
    Functional components are not for writing cleaner code but shorter and easy than Class component .
    Class component requires to much boilerplate and setups and in functional ,hooks makes that easy
    You can write clean code in any component.

  • @thecharteredprofessionalss3483
    @thecharteredprofessionalss3483 2 роки тому +8

    Helped me a lot to prepare for accenture intreview. Thanks!

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +2

      Great to hear! Please like, share and Subscribe.

  • @amatsiuk
    @amatsiuk 2 роки тому +1

    Good job man! Happy for you, it was really nice

  • @zathkal4004
    @zathkal4004 2 роки тому +3

    Great work brother, respect (:

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

    Closure in JavaScript :
    Closure is created in when an inner function has access to its outer function variables and arguments.
    The inner function has access to-
    I) its own variables
    ii) Outer function variables and arguments
    iii) Global variables
    Eg.
    function xyz()
    {
    counter = 0:
    return function inner ()
    {
    counter++;
    return counter;
    }
    }
    var count= xyz();
    count() //1
    count()//2
    count()//3

  • @mayankpandey5149
    @mayankpandey5149 2 роки тому +4

    Bhai one of the main optimization is use usememo or usecallback because every time you don't want to rerender all child when parent rerendering

  • @ayushraj6525
    @ayushraj6525 2 роки тому +9

    Interview should never be a Qna. It should feel like a conversation however i felt that in this interview the interviewer is somewhat like a school teacher asking questions like wht is this and wht is that😂

  • @arupde6320
    @arupde6320 2 роки тому +3

    keep uploading interview videos .

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      😊

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Find more Interview videos here MNC Interview Experiences: ua-cam.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

  • @itscodingdoctor
    @itscodingdoctor  2 роки тому

    Watch Accenture React JS 2nd Round video here. ua-cam.com/video/y74y2mb7UY0/v-deo.html

  • @BharathKumar-iq7ku
    @BharathKumar-iq7ku 2 роки тому +4

    I am planning to switch my domain from support (2yrs) to front end line. Now I am learning front end technologies, what is your suggestions to me to get hired as a fresher ?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +5

      Great step brother. You already have 2 years of experience so doesn't make much sense to apply as a fresher.
      Just mention in the interview that you have 2 years exp. But you have learned React now and have done some projects. That will suffice.

    • @BharathKumar-iq7ku
      @BharathKumar-iq7ku 2 роки тому +1

      @@itscodingdoctor okay buddy, thanks!!

    • @LoryKa
      @LoryKa 2 роки тому +4

      I'm in the same situation. Worked for 2 years as tech support and now I'm trying to apply for a frontend react position after I have been learning React, Sass and other technologies for over 1 year. Good Luck for you!!

    • @BharathKumar-iq7ku
      @BharathKumar-iq7ku 2 роки тому +3

      @@LoryKa good luck for you as well buddy... ✨

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +2

      just to help you guys, watch these videos also.
      MNC Interview Experiences: ua-cam.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html
      And after attending any interview please tell me how many questions were from these videos.

  • @Solo_playz
    @Solo_playz 2 роки тому +1

    itna easy tha bhai is bar ka interview you are so lucky

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Happens sometimes.

    • @Solo_playz
      @Solo_playz 2 роки тому

      @@itscodingdoctor hmm waiting for next round video.

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      MNC Interview Experiences: ua-cam.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      It's already there bro

    • @Solo_playz
      @Solo_playz 2 роки тому

      @@itscodingdoctor kk thanks

  • @rodrigomoura2108
    @rodrigomoura2108 2 роки тому +1

    For me, It's a test of understanding Indian English

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

    we can use this-let res2=[...name.split("")].produces same result
    so usne set kyu use kia

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

      One problem has many solutions. In the interview often people struggle to find the best way. They tend to make it work first and later optimize.

  • @gamerraze4431
    @gamerraze4431 2 роки тому +1

    as a fresher with 0 industry exp on react what kind of straight away ques can i expect?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      ua-cam.com/video/ICmqZkL8YZk/v-deo.html

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Daily Javascript Interview Questions: ua-cam.com/play/PLGZJDzu5NntTfxAf9OdAGRoiK6OPtrahq.html

    • @gamerraze4431
      @gamerraze4431 2 роки тому +1

      Ty 🥹

  • @bharatmishra250
    @bharatmishra250 2 роки тому +1

    Man somewhere I read that class components have better performance of code like ...render and re-rendering of components in react

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      reactjs.org/docs/hooks-faq.html#are-hooks-slow-because-of-creating-functions-in-render

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      This doc says, no diff in performance except extreme scenarios. In those scenarios also functional components perform better not class components.

    • @anshumanxda
      @anshumanxda 2 роки тому +2

      Functional component is future of react, they have said this on their website.

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      Absolutely

  • @IshwarSingh-vw9js
    @IshwarSingh-vw9js 2 роки тому +1

    What's the question at 7:00? Also can anyone explain the answer also?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +3

      Q:- How do you improve application performance?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +3

      Ans:-
      1. If you have long list of records, show only first few items at a time.
      2. For images, fetch lower quality thumbnail firs, instead of fetching big images.
      3. Always use key while rendering elements
      Etc..

    • @IshwarSingh-vw9js
      @IshwarSingh-vw9js 2 роки тому +1

      Thanks bro... And these videos are really helpful.. Keep up the good work

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Thanks @ishwar. Glad to hear.

    • @shahinshaikh07
      @shahinshaikh07 2 роки тому

      @@itscodingdoctor what projects have you made, considering your deep knowledge you must have made good projects.

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

    how you can record your computer screen?

  • @skskssss126
    @skskssss126 2 роки тому +3

    Thanks for this brother.
    Edit: can you share what happens in the further stages.

  • @nishantshah_
    @nishantshah_ 2 роки тому +1

    this guy is definitely going to do way better in his life.

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

    Great work brother 🚀 Didn't they ask about projects in interview ?

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

    is redux important in react? I use useContext so didn't use redux.

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

    Hi friends
    I have good working knowledge of mern stack and created many projects on mern stack and have some basic knowledge of DSA(array and stack only) if there is any opening please share with me looking for job

  • @TheAditya64
    @TheAditya64 2 роки тому +3

    Some of the answers were incomplete and not exactly correct. I assume the interviewer is also lacking proper knowledge.

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Glad to see that you paid good amount of attention to the answers. Please add the correct answers in the comments, it would help everyone!!

    • @TheAditya64
      @TheAditya64 2 роки тому +3

      @@itscodingdoctor yeah i would but the comment will be damn long. And I'm a software engineer who is of course very lazy 😂😂

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Hahah! Good one.

    • @TheAditya64
      @TheAditya64 2 роки тому +2

      @@itscodingdoctor but there is one thing I am going to bring it out. She asked I guess diff between ES5 and ES6. And the guy explained let const and var, which is a very poor asnwer. First explain what is ECMAScript then what is ES5 and ES6 and how it is related to JS. Then explain about little bit common js and vanilla js. Then explain what changes and what new things it brings to JS.

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Thanks 👍

  • @priyankakumari-fe7we
    @priyankakumari-fe7we 2 роки тому +3

    How much day for interview result announced?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      It was announced in 4 days. Then i had a 2nd round as well.

    • @priyankakumari-fe7we
      @priyankakumari-fe7we 2 роки тому

      @@itscodingdoctorI am asking about Virtual skill round interview result

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      What do you mean by virtual skill round?

    • @priyankakumari-fe7we
      @priyankakumari-fe7we 2 роки тому +1

      @@itscodingdoctor I means, Face to Face round technical round

    • @priyankakumari-fe7we
      @priyankakumari-fe7we 2 роки тому

      when you had given the Accenture interview? Date?

  • @gauravpoojari2773
    @gauravpoojari2773 2 роки тому +4

    From which platform did you apply ?

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

    Was the interview taken by a Megan-Fox lookalike?

  • @mayankpandey5149
    @mayankpandey5149 2 роки тому

    Wrong definatation usememo and usecallback because usememo is not track changes of refrence type dependencies but usecallback always check refrence type dependencies

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Can you tell me the timestamps? So that I can re-check

  • @CodeSuraZz
    @CodeSuraZz 2 роки тому

    map returns a new array where as for each does not

  • @mayankpandey5149
    @mayankpandey5149 2 роки тому

    Bhai only map key value hee nhi singal element bhi return karta hai wrong definition

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Glad to see you are paying good amount of attention 😊
      Timestamp bta skte ho bhai? Khan definition wrong h. M re-check kr leta hu

  • @52nevil36
    @52nevil36 2 роки тому

    Hello brother,i have a question... My DSA is not a good and i am looking company where i can give my interview aa MERN stack developer? Do every company askef questions on DSA or some asked on web as i am web developer... please replay and also what is LPA range for fresher for these kind of companies who doesn't take DSA test but take js/react/node interview.. Please replay

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Hello,
      DSA will be there for sure, but the point is what's the difficultly of asked DSA. (FYI, finding even numbers in an array of numbers is also DSA)
      Now, to answer your question, tech giants (MAANG) & companies just below MAANG layer asks hard to very hard DSA.
      For rest of the companies, moderate level of DSA should suffice.
      LPA or CTC totally depends on the your skills, college, company and lots of other things. I don't want to give you any false hopes. If you feel you are getting a challenging role, just grab it.

  • @nishantpatill
    @nishantpatill 2 роки тому +3

    I have one yr of experience brother.Can I apply here for Accenture?

  • @surjendudas2845
    @surjendudas2845 2 роки тому +1

    Bro it is a experience interview or fresher.upload more vedios on react interview

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      Here you go MNC Interview Experiences: ua-cam.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

    • @jetalmali1092
      @jetalmali1092 2 роки тому

      I am experience developer...but due to the bad work culture...my front end knowledge is downgraded... will you please help me in getting react front end job....can we connect and learn together...its been really hard to learn alone...my self confidence is lost because of work politics..

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

    are you fresher or experienced.. working IBM me too

  • @swastikjainsj
    @swastikjainsj 2 роки тому +1

    where to apply ?

  • @jamesbabu772
    @jamesbabu772 2 роки тому +1

    how much experience do you have?

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      These questions applies to candidates having 4 or less years of experience.

  • @mallanagoudajmallana3123
    @mallanagoudajmallana3123 2 роки тому +1

    Your experience ?

  • @piltonswrangbrahma5140
    @piltonswrangbrahma5140 2 роки тому

    What is ur CTC for this position ?

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

    Hate to say but it sounds like a scripted interview where I could hear the "jingle bells" cues in the beginning of every question. Nevertheless, very valuable information!

  • @saniyakhan2318
    @saniyakhan2318 2 роки тому +1

    is this interview for fresher

  • @theuncannyepicurean
    @theuncannyepicurean 2 роки тому +1

    Is this interview for entry, mid or senior position?

  • @Elias-zn6og
    @Elias-zn6og 2 роки тому +1

    Was dificult to understand what she was talking about, I need learn even more english 😢 to get a job 😅

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Thanks for pointing out. What was the exact issue you faced? Audio quality or low volume or anything else??

    • @Elias-zn6og
      @Elias-zn6og 2 роки тому +1

      @@itscodingdoctor the girl's volume was low 😢 but you understood her perfectly

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Thanks for the feedback 😊 it helps.

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому

      Next time, I'll try to amplify the volume.

  • @venkat7667
    @venkat7667 2 роки тому +1

    What they asked in 2 round

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      I'm going to release 2nd video soon!

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      Here you go!! ua-cam.com/video/y74y2mb7UY0/v-deo.html

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

    Are you sure this is Accenture???

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

    I guess this is not an actual interview

  • @RushUltraYT
    @RushUltraYT 2 роки тому

    Background noise 🤒🤒🤒🤒

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      I know, my new videos doesn't have background noise

  • @kiranmohare6276
    @kiranmohare6276 2 роки тому

    Poor knowledge

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +2

      Glad to see you are paying good amount of attention, btw Which question bro?

    • @sultanakhan2060
      @sultanakhan2060 2 роки тому +1

      Aapko kitni knowledge h jo aap dusron ko poor bolne ki capability rakhte ho

    • @itscodingdoctor
      @itscodingdoctor  2 роки тому +1

      There are multiple ways to define/do things in programming. Some people think only there answer/approach is correct.