🔴FRESHERS PROJECTS SERIES ON #ReactJS 🔴 SHOULD I START ?? Please Let me know here:- twitter.com/itscodingdoctor/status/1551840209871978496
@ramasailaja2 жыл бұрын
Pls start react projects for beginners
@itscodingdoctor2 жыл бұрын
Yes.
@Solo_playz2 жыл бұрын
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 .
@avinashsinghrajput49142 жыл бұрын
@@Solo_playz tum kha apply kiye the?
@itscodingdoctor2 жыл бұрын
Naukari.com & LinkedIn
@imyounick2 жыл бұрын
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_Singh952 жыл бұрын
Clean code..yeah exactly,,,
@itscodingdoctor2 жыл бұрын
Watch Accenture React JS 2nd Round video here. kzbin.info/www/bejne/r2iXqmWjl5yIj5I
@mdiqbalhossain98322 жыл бұрын
voice are not clear
@thecharteredprofessionalss34832 жыл бұрын
Helped me a lot to prepare for accenture intreview. Thanks!
@itscodingdoctor2 жыл бұрын
Great to hear! Please like, share and Subscribe.
@gpatil7379 Жыл бұрын
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
@itscodingdoctor Жыл бұрын
👍
@amatsiuk2 жыл бұрын
Good job man! Happy for you, it was really nice
@itscodingdoctor2 жыл бұрын
Thanks
@mayankpandey51492 жыл бұрын
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
@itscodingdoctor2 жыл бұрын
Agree 💯
@sayyadmukhim14072 жыл бұрын
101%
@ayushraj65252 жыл бұрын
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😂
@itscodingdoctor2 жыл бұрын
Absolutely.
@itscodingdoctor2 жыл бұрын
Actually, It depends on the interviewer.
@purveshdwivedi60592 жыл бұрын
I thought it was a school viva 😂
@imyounick2 жыл бұрын
Interviewer is asking from internet .
@itscodingdoctor2 жыл бұрын
😅
@zathkal40042 жыл бұрын
Great work brother, respect (:
@itscodingdoctor2 жыл бұрын
Thank you 🙌
@arupde63202 жыл бұрын
keep uploading interview videos .
@itscodingdoctor2 жыл бұрын
😊
@itscodingdoctor2 жыл бұрын
Find more Interview videos here MNC Interview Experiences: kzbin.info/aero/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc
@BharathKumar-iq7ku2 жыл бұрын
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 ?
@itscodingdoctor2 жыл бұрын
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-iq7ku2 жыл бұрын
@@itscodingdoctor okay buddy, thanks!!
@LoryKa2 жыл бұрын
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-iq7ku2 жыл бұрын
@@LoryKa good luck for you as well buddy... ✨
@itscodingdoctor2 жыл бұрын
just to help you guys, watch these videos also. MNC Interview Experiences: kzbin.info/aero/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc And after attending any interview please tell me how many questions were from these videos.
@bharatmishra2502 жыл бұрын
Man somewhere I read that class components have better performance of code like ...render and re-rendering of components in react
we can use this-let res2=[...name.split("")].produces same result so usne set kyu use kia
@itscodingdoctor7 ай бұрын
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.
@rodrigomoura21082 жыл бұрын
For me, It's a test of understanding Indian English
@itscodingdoctor2 жыл бұрын
Could you understand?
@rodrigomoura21082 жыл бұрын
@@itscodingdoctor Nope. And I didn't tried too much, just jumped to another video.
@itscodingdoctor2 жыл бұрын
Ohh
@IshwarSingh-vw9js2 жыл бұрын
What's the question at 7:00? Also can anyone explain the answer also?
@itscodingdoctor2 жыл бұрын
Q:- How do you improve application performance?
@itscodingdoctor2 жыл бұрын
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-vw9js2 жыл бұрын
Thanks bro... And these videos are really helpful.. Keep up the good work
@itscodingdoctor2 жыл бұрын
Thanks @ishwar. Glad to hear.
@shahinshaikh072 жыл бұрын
@@itscodingdoctor what projects have you made, considering your deep knowledge you must have made good projects.
@skskssss1262 жыл бұрын
Thanks for this brother. Edit: can you share what happens in the further stages.
@itscodingdoctor2 жыл бұрын
Thanks bro ☺️
@itscodingdoctor2 жыл бұрын
Here you go kzbin.info/www/bejne/r2iXqmWjl5yIj5I
@ujenbasi94952 жыл бұрын
@@itscodingdoctor your github?
@nishantshah_2 жыл бұрын
this guy is definitely going to do way better in his life.
@itscodingdoctor2 жыл бұрын
What??
@TheDarknessDragon2 жыл бұрын
@@itscodingdoctor that was a compliment
@itscodingdoctor2 жыл бұрын
Oh 😅
@mayankpandey51492 жыл бұрын
Wrong definatation usememo and usecallback because usememo is not track changes of refrence type dependencies but usecallback always check refrence type dependencies
@itscodingdoctor2 жыл бұрын
Can you tell me the timestamps? So that I can re-check
@TheAditya642 жыл бұрын
Some of the answers were incomplete and not exactly correct. I assume the interviewer is also lacking proper knowledge.
@itscodingdoctor2 жыл бұрын
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!!
@TheAditya642 жыл бұрын
@@itscodingdoctor yeah i would but the comment will be damn long. And I'm a software engineer who is of course very lazy 😂😂
@itscodingdoctor2 жыл бұрын
Hahah! Good one.
@TheAditya642 жыл бұрын
@@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.
@itscodingdoctor2 жыл бұрын
Thanks 👍
@gamerraze44312 жыл бұрын
as a fresher with 0 industry exp on react what kind of straight away ques can i expect?
Great work brother 🚀 Didn't they ask about projects in interview ?
@itscodingdoctor Жыл бұрын
Yes
@chandanthakur996 Жыл бұрын
Was the interview taken by a Megan-Fox lookalike?
@gauravpoojari27732 жыл бұрын
From which platform did you apply ?
@itscodingdoctor2 жыл бұрын
Nauakri.com
@techVinay93311 ай бұрын
how you can record your computer screen?
@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
@itscodingdoctor Жыл бұрын
Fresher or experienced?
@sahilarora6768 Жыл бұрын
@@itscodingdoctor fresh
@priyankakumari-fe7we2 жыл бұрын
How much day for interview result announced?
@itscodingdoctor2 жыл бұрын
It was announced in 4 days. Then i had a 2nd round as well.
@priyankakumari-fe7we2 жыл бұрын
@@itscodingdoctorI am asking about Virtual skill round interview result
@itscodingdoctor2 жыл бұрын
What do you mean by virtual skill round?
@priyankakumari-fe7we2 жыл бұрын
@@itscodingdoctor I means, Face to Face round technical round
@priyankakumari-fe7we2 жыл бұрын
when you had given the Accenture interview? Date?
@surjendudas28452 жыл бұрын
Bro it is a experience interview or fresher.upload more vedios on react interview
@itscodingdoctor2 жыл бұрын
Here you go MNC Interview Experiences: kzbin.info/aero/PLGZJDzu5NntRmgwjCg0OwFpt9yHh68Muc
@jetalmali10922 жыл бұрын
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..
@52nevil362 жыл бұрын
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
@itscodingdoctor2 жыл бұрын
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.
@nishantpatill2 жыл бұрын
I have one yr of experience brother.Can I apply here for Accenture?
@itscodingdoctor2 жыл бұрын
Sure, why not.
@itscodingdoctor2 жыл бұрын
Also, watch it before the interview kzbin.info/www/bejne/mKuthJaAprd0m7s
@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!
@DollarLachimi Жыл бұрын
are you fresher or experienced.. working IBM me too
@mayankpandey51492 жыл бұрын
Bhai only map key value hee nhi singal element bhi return karta hai wrong definition
@itscodingdoctor2 жыл бұрын
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
@hersheynaik3029 Жыл бұрын
is redux important in react? I use useContext so didn't use redux.
@itscodingdoctor Жыл бұрын
How are you calling APIs?
@jamesbabu7722 жыл бұрын
how much experience do you have?
@itscodingdoctor2 жыл бұрын
These questions applies to candidates having 4 or less years of experience.
@CodeSuraZz2 жыл бұрын
map returns a new array where as for each does not
@itscodingdoctor2 жыл бұрын
Yo!
@swastikjainsj2 жыл бұрын
where to apply ?
@itscodingdoctor2 жыл бұрын
LinkedIn or Accenture career portal
@Elias-zn6og2 жыл бұрын
Was dificult to understand what she was talking about, I need learn even more english 😢 to get a job 😅
@itscodingdoctor2 жыл бұрын
Thanks for pointing out. What was the exact issue you faced? Audio quality or low volume or anything else??
@Elias-zn6og2 жыл бұрын
@@itscodingdoctor the girl's volume was low 😢 but you understood her perfectly
@itscodingdoctor2 жыл бұрын
Thanks for the feedback 😊 it helps.
@itscodingdoctor2 жыл бұрын
Next time, I'll try to amplify the volume.
@piltonswrangbrahma51402 жыл бұрын
What is ur CTC for this position ?
@itscodingdoctor2 жыл бұрын
it depends
@anshumanxda2 жыл бұрын
@@itscodingdoctor bolna chaiye nh tha nh btaunga
@mallanagoudajmallana31232 жыл бұрын
Your experience ?
@itscodingdoctor2 жыл бұрын
These questions applies to 1-4 years experience.
@mallanagoudajmallana31232 жыл бұрын
@@itscodingdoctor i know but what was the exact experience of the candidate in this interview ?
@itscodingdoctor2 жыл бұрын
2.5+
@venkat76672 жыл бұрын
What they asked in 2 round
@itscodingdoctor2 жыл бұрын
I'm going to release 2nd video soon!
@itscodingdoctor2 жыл бұрын
Here you go!! kzbin.info/www/bejne/r2iXqmWjl5yIj5I
@albincr Жыл бұрын
Are you sure this is Accenture???
@theuncannyepicurean2 жыл бұрын
Is this interview for entry, mid or senior position?
@itscodingdoctor2 жыл бұрын
Mid
@saniyakhan23182 жыл бұрын
is this interview for fresher
@itscodingdoctor2 жыл бұрын
Yes
@itscodingdoctor2 жыл бұрын
You can find more interviews on this channel.
@ritesh1211 Жыл бұрын
I guess this is not an actual interview
@RushUltraYT2 жыл бұрын
Background noise 🤒🤒🤒🤒
@itscodingdoctor2 жыл бұрын
I know, my new videos doesn't have background noise
@kiranmohare62762 жыл бұрын
Poor knowledge
@itscodingdoctor2 жыл бұрын
Glad to see you are paying good amount of attention, btw Which question bro?
@sultanakhan20602 жыл бұрын
Aapko kitni knowledge h jo aap dusron ko poor bolne ki capability rakhte ho
@itscodingdoctor2 жыл бұрын
There are multiple ways to define/do things in programming. Some people think only there answer/approach is correct.