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

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 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.

    • @Uttam_Singh95
      @Uttam_Singh95 ปีที่แล้ว

      Clean code..yeah exactly,,,

  • @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

  • @thecharteredprofessionalss3483
    @thecharteredprofessionalss3483 2 ปีที่แล้ว +7

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

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว +2

      Great to hear! Please like, share and Subscribe.

  • @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😂

  • @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

  • @amatsiuk
    @amatsiuk 2 ปีที่แล้ว +1

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

  • @zathkal4004
    @zathkal4004 2 ปีที่แล้ว +3

    Great work brother, respect (:

  • @arupde6320
    @arupde6320 2 ปีที่แล้ว +3

    keep uploading interview videos .

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

      😊

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

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

  • @pshycocoder
    @pshycocoder 11 หลายเดือนก่อน

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

    • @itscodingdoctor
      @itscodingdoctor  5 หลายเดือนก่อน

      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.

  • @rodrigomoura2108
    @rodrigomoura2108 2 ปีที่แล้ว +1

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

  • @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: th-cam.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว +1

      It's already there bro

    • @Solo_playz
      @Solo_playz 2 ปีที่แล้ว

      @@itscodingdoctor kk thanks

  • @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

  • @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 👍

  • @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

  • @chandanthakur996
    @chandanthakur996 ปีที่แล้ว +1

    Was the interview taken by a Megan-Fox lookalike?

  • @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: th-cam.com/play/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc.html
      And after attending any interview please tell me how many questions were from these videos.

  • @skskssss126
    @skskssss126 2 ปีที่แล้ว +3

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

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

      Thanks bro ☺️

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว +1

      Here you go th-cam.com/video/y74y2mb7UY0/w-d-xo.html

    • @ujenbasi9495
      @ujenbasi9495 2 ปีที่แล้ว

      @@itscodingdoctor your github?

  • @nishantshah_
    @nishantshah_ 2 ปีที่แล้ว +1

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

  • @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

  • @techVinay933
    @techVinay933 9 หลายเดือนก่อน

    how you can record your computer screen?

  • @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 ปีที่แล้ว

      th-cam.com/video/ICmqZkL8YZk/w-d-xo.html

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

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

    • @gamerraze4431
      @gamerraze4431 2 ปีที่แล้ว +1

      Ty 🥹

  • @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!

  • @ritishshelke4611
    @ritishshelke4611 ปีที่แล้ว +1

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

  • @mallanagoudajmallana3123
    @mallanagoudajmallana3123 2 ปีที่แล้ว +1

    Your experience ?

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

      These questions applies to 1-4 years experience.

    • @mallanagoudajmallana3123
      @mallanagoudajmallana3123 2 ปีที่แล้ว

      @@itscodingdoctor i know but what was the exact experience of the candidate in this interview ?

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว +1

      2.5+

  • @CodeSuraZz
    @CodeSuraZz 2 ปีที่แล้ว

    map returns a new array where as for each does not

  • @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?

  • @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.

  • @gauravpoojari2773
    @gauravpoojari2773 2 ปีที่แล้ว +4

    From which platform did you apply ?

  • @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.

  • @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

  • @DollarLachimi
    @DollarLachimi ปีที่แล้ว

    are you fresher or experienced.. working IBM me too

  • @nishantpatill
    @nishantpatill 2 ปีที่แล้ว +3

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

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว +1

      Sure, why not.

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

      Also, watch it before the interview th-cam.com/video/bzJScJqRAeY/w-d-xo.html

  • @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.

  • @hersheynaik3029
    @hersheynaik3029 ปีที่แล้ว

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

  • @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: th-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..

  • @albincr
    @albincr ปีที่แล้ว

    Are you sure this is Accenture???

  • @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.

  • @ritesh1211
    @ritesh1211 ปีที่แล้ว

    I guess this is not an actual interview

  • @piltonswrangbrahma5140
    @piltonswrangbrahma5140 2 ปีที่แล้ว

    What is ur CTC for this position ?

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว

      it depends

    • @anshumanxda
      @anshumanxda 2 ปีที่แล้ว +2

      @@itscodingdoctor bolna chaiye nh tha nh btaunga

  • @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!! th-cam.com/video/y74y2mb7UY0/w-d-xo.html

  • @swastikjainsj
    @swastikjainsj 2 ปีที่แล้ว +1

    where to apply ?

  • @RushUltraYT
    @RushUltraYT 2 ปีที่แล้ว

    Background noise 🤒🤒🤒🤒

    • @itscodingdoctor
      @itscodingdoctor  2 ปีที่แล้ว +1

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

  • @saniyakhan2318
    @saniyakhan2318 2 ปีที่แล้ว +1

    is this interview for fresher

  • @theuncannyepicurean
    @theuncannyepicurean 2 ปีที่แล้ว +1

    Is this interview for entry, mid or senior position?

  • @itscodingdoctor
    @itscodingdoctor  2 ปีที่แล้ว

    Watch Accenture React JS 2nd Round video here. th-cam.com/video/y74y2mb7UY0/w-d-xo.html

  • @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 ปีที่แล้ว +1

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

    • @itscodingdoctor
      @itscodingdoctor  ปีที่แล้ว +1

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