Infosys|| REACT JS live interview experience with MNC|| 3 years|| React js

  Рет қаралды 32,826

ReactjsExpertTalks

ReactjsExpertTalks

Күн бұрын

Пікірлер: 105
@Ash_20167
@Ash_20167 2 жыл бұрын
Ur confident more than interviewer also communication !! 👍 Firstly @starting I thought u r interviwer nd mam as student.😅
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Thank you so much
@myadavji
@myadavji Жыл бұрын
It's fake interview bro😂
@MrGamerdon
@MrGamerdon 11 ай бұрын
no typeScript so he said JS is better she wanted to know that you know TypeScript is your skill set or not we all know TypeScript is better *OVer Confidence* But allover well done
@MrGamerdon
@MrGamerdon 11 ай бұрын
and arugument 1 then ...arugument2 spread to be used right side and rest to be left side
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Props vs state State is use to maintain variable and data at component level. While props is used to pass the data, in some case state as well. And if we pass state and setstate both via props. In next component we can change the state and hence props too.
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Prop drilling disadvantages is, that in deep nested component, we have to unnecessary pass data to each child.
@healthymindwisethinking8783
@healthymindwisethinking8783 2 жыл бұрын
Can you suggest me from where you have prepared for Reactjs.
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
@@healthymindwisethinking8783 bro it is not a single source, I have given much time.some of the thing u can follow as. Take react live class course by Sudhakar sharma sir from Nareshit, paid course. But structured. Then some KZbin which helped are. Code stepbystep, traversy media, pedro tech, code evolution, for redux ilive4coding. There are much, u explore yourself too. Don't forget it would take your time. Practice more.. Good luck
@healthymindwisethinking8783
@healthymindwisethinking8783 2 жыл бұрын
@@nitishgupta8393 Thankyou Nitish. You can call me sis😀
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
@@healthymindwisethinking8783 OK sis
@vguptae
@vguptae 2 жыл бұрын
@@nitishgupta8393 Bro do you get your first job?
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Lifecycle method answer always say first react has three phase mounting, updating and unmounting of component. Then describe all the methods and their need
@pratikpriyadarshi5256
@pratikpriyadarshi5256 2 жыл бұрын
u also know he doesnt have 3 years exp...
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Thank you for this video. It will help me I am yet to grab me first job in react.
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Hope you will get soon
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Rest parameters to grab undefined parameters so it always should be last parameter in function.
@sureshmaxwel438
@sureshmaxwel438 2 жыл бұрын
Really helpful... Please upload more videos...
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Thanks..i will upload soon
@someorother5272
@someorother5272 2 жыл бұрын
setstate is asynchronous in nature.....it waits for the current function to complete before updating
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Reference answer was super.... My answer would be Reference is for directly manipulating the dom element
@pratikpriyadarshi5256
@pratikpriyadarshi5256 2 жыл бұрын
codevolution for the gooo
@muhammedaflah9812
@muhammedaflah9812 2 жыл бұрын
To force component rerender, we can't use useEffect. It can be achieved by changing the key prop.
@devanshkaushik3481
@devanshkaushik3481 2 жыл бұрын
It can also be done with states within the component... Changing states will re-render the ui
@shubhamgore4320
@shubhamgore4320 2 жыл бұрын
thank for this add coding round videos also ...
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Will upload soon
@sachinnaik4477
@sachinnaik4477 2 жыл бұрын
Very helpful. Thank you so much
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Thanku..please subscribe for more videos
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
I think changing a object without spread operator is possible, but this waybit has a side effect, that object are reference type data type so every where it will change
@sumitwadhwa8823
@sumitwadhwa8823 2 жыл бұрын
functional components are NOT the same as class components even with the introduction of hooks. Hooks work differently then class components life-cycle methods. For example: this.state in componentDidMount will always refer to the latest state whereas useEffect hook's callback will have state belonging to a particular render.
@karanpanwar96
@karanpanwar96 Жыл бұрын
Agreed 💯, abhi Banda jod tod k bola h 😅
@mdsharique9685
@mdsharique9685 Жыл бұрын
Correct bro, one can anytime check that thing by putting console inside useEffect.
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Css preprocessor are sass less which compile the fancy css to generic css. Bootstrap and mui are the library
@devwaliba1132
@devwaliba1132 2 жыл бұрын
This Interviewer doesn't really have in-depth knowledge of React in-my-opinion, a Technical interview is not a quiz and shouldn't be treated as such. Some of the questions asked require rote answers and do not pertain what react developers use in their day-to-day activities. Tech interviews should center on a core understanding of React(Virtual DOM and unidirectional data flow), React Hooks and state management techniques(Redux, Context) to manage apps at scale, and optimization techniques to build highly performant apps.
@vaibhav7219
@vaibhav7219 Жыл бұрын
Its a witch company, that's all they ask. It's a stupid selection process honestly
@myadavji
@myadavji Жыл бұрын
Beo is having 3 yr experience and his clearity in concept is same as or less than 1 yr experienced candidates.
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
For deliberately re render in class component we have a lifecycle method should component update
@newgamedata2530
@newgamedata2530 2 жыл бұрын
thanks for the upload
@Ady567
@Ady567 2 жыл бұрын
Correction: setState is async.
@nadeemahmad71
@nadeemahmad71 Жыл бұрын
I was thinking the same
@bindur87
@bindur87 2 жыл бұрын
Thank you sahil...
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Your welcome
@cworks73
@cworks73 2 жыл бұрын
a complete interview!
@rajatraj3160
@rajatraj3160 2 жыл бұрын
As per my knowledge functional component has state , have you read functional construction in js they declared with capital letter you also do same thing with react functional component , it has state , in programming every function has state , unless you make function which work on another function
@siddharthsingh913
@siddharthsingh913 Жыл бұрын
Before the introduction of hooks, functional components were known as stateless components. But from react 16.8 onwards, with the introduction of hooks, functional components can have their own state and are on par with the class components.
@Sarvesh_Coder
@Sarvesh_Coder Жыл бұрын
it seems like it is startup company
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
To open the hyperlink in new tab target attribute used, target _blank
@shashankkulkarni993
@shashankkulkarni993 2 жыл бұрын
OK thank you
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Reducer manage the state and keep the logic to mututate the state
@RajatSaraswat9
@RajatSaraswat9 2 жыл бұрын
where did you learn all this, can yo recommend resources to learn react in detail?
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
@@RajatSaraswat9 various channels Yaar. And majorly practice yourself with dummy app. And play with that.
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
@@RajatSaraswat9 Few are.. Code evolution Roadside coder Academind Codedamn Code stepbystep Iliv4coding Pddrotech Techsith
@RajatSaraswat9
@RajatSaraswat9 2 жыл бұрын
@@nitishgupta8393 thanks bro
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Static position by default any elements get and it position one below next
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Subscribe I think... Refer to the component which is consuming context or redux store state
@pratikpriyadarshi5256
@pratikpriyadarshi5256 2 жыл бұрын
unfortunetly, aap mumbai nhi aa rhe h
@usa5450
@usa5450 Жыл бұрын
😂
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
Callback functions I would say, function which perform another or next task after completing the main task of function. It is by default synchronos. Closure functions are basically functions which keep remember the data or variable from their lexical scope.
@irkfaisal
@irkfaisal 2 жыл бұрын
Ye decorater and subscribe Kya hai react me 😄
@sanujasethi6286
@sanujasethi6286 4 ай бұрын
Bro she is asking relative and static position property relative and absolute..
@nitishgupta8393
@nitishgupta8393 2 жыл бұрын
I think keeping a copy of dom as a virtual dom consume memory..? What others say?
@dhananjaypatil3244
@dhananjaypatil3244 2 жыл бұрын
No
@irkfaisal
@irkfaisal 2 жыл бұрын
I want a live interview on projects basis not theoretical part.
@bhai14hoursconsistent
@bhai14hoursconsistent 2 жыл бұрын
Bhai 2023 me passout honge please help me bhaiya 😭😭😭😭 to take a job as react devloper for fresher
@mr.kakarot5937
@mr.kakarot5937 2 жыл бұрын
It's an incomplete video, how much more long was the actual interview in addition of this?
@laptopsharma8798
@laptopsharma8798 2 жыл бұрын
In 6.16 I didn't get the question can anyone clear me..!
@navdeepjangra1
@navdeepjangra1 2 жыл бұрын
You nicely answered and handled all questions 👍🏻
@rajeshrakshit474
@rajeshrakshit474 2 жыл бұрын
setState is asynchronous
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Thanks
@sriramkrishnamurthy4473
@sriramkrishnamurthy4473 2 жыл бұрын
xDDDDDD XDDDDDD xDDDDD xDDDDDD
@engineerbychance7449
@engineerbychance7449 Жыл бұрын
Setstate is async
@navdeepjangra1
@navdeepjangra1 2 жыл бұрын
Sahil, i have 5 yrs total in full stack and 3 yrs in react....i am not getting calls because of 2 months notice period or maybe other reason...my resume is not getting shortlisted...can you please help?
@Sarvesh_Coder
@Sarvesh_Coder Жыл бұрын
5 year is like a BOSS, it is not possible that ur not getting call
@navdeepjangra1
@navdeepjangra1 Жыл бұрын
@@Sarvesh_Coder bro then i got so many calls, i am working now in tech mahindra with as a senior react js developer with more than 300% hike
@Sarvesh_Coder
@Sarvesh_Coder Жыл бұрын
@@navdeepjangra1 keep going
@thequantum-plator
@thequantum-plator Жыл бұрын
@@navdeepjangra1 what was the reason for not getting calls? also how many rounds in tech mahindra for experienced react developers
@navdeepjangra1
@navdeepjangra1 Жыл бұрын
@@thequantum-plator because my naukri profile was not enabled to actively looking. 3 rounds in techM.
@vijrah3600
@vijrah3600 5 ай бұрын
Visited
@sweetdollsree
@sweetdollsree 2 жыл бұрын
Can you post rest of the video also?
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Will upload soon...thanks for viewing.. subscribe for more videos
@shivammishra4477
@shivammishra4477 2 жыл бұрын
bro how much package they are providing for this ..?
@rajeshrakshit474
@rajeshrakshit474 2 жыл бұрын
why u comparing class vs functional everytime?
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
It's best way to explain diffrences
@chillmode4597
@chillmode4597 2 жыл бұрын
How can we apply for these companies i have 1.6 years experience?
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Naukari is best plateform
@yashvantsharma7679
@yashvantsharma7679 Жыл бұрын
Hello Chill Mode
@omkarshinde7466
@omkarshinde7466 2 жыл бұрын
Plz help me bro, I have completed 3 months internship as react dev. I'm good in react and redux. I have pass 2 tach round in statup. What package should I take ?
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
You will easily get 4-5 lpa
@8ctrl763
@8ctrl763 2 жыл бұрын
@@ReactjsExpertTalks bruh easy 8 lpa
@user-rv9qj6ny1k
@user-rv9qj6ny1k 2 жыл бұрын
@Omkar Shinde Bro where can I apply for internship as a react dev?
@jayeshshrivastava5424
@jayeshshrivastava5424 2 жыл бұрын
Can you share the interview questions
@sddjango1510
@sddjango1510 2 жыл бұрын
which company?
@imyounick
@imyounick 2 жыл бұрын
I dont understand by asking bookish questions how can interview can judge him if he have really worked on that tech or not Such a stupid interviewer Firstly Reactjs is not framework its library someone go and tell her😂
@NEHAVERMA-re5mu
@NEHAVERMA-re5mu 2 жыл бұрын
have you cracked this interview ?
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Yes.. please check other videos as well
@sachinnaik4477
@sachinnaik4477 2 жыл бұрын
Selected?
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Yes
@rmt0858
@rmt0858 2 жыл бұрын
Its practice interview not real
@labrajthakurathi5754
@labrajthakurathi5754 2 жыл бұрын
You really fucked up this interview, will be surprised if you get offer. Anyways, “setState” returns promise and it is a asynchronous.
@ReactjsExpertTalks
@ReactjsExpertTalks 2 жыл бұрын
Thanks for feedback
@labrajthakurathi5754
@labrajthakurathi5754 2 жыл бұрын
@@ReactjsExpertTalks did you get the offer?
@vinodsaggam7399
@vinodsaggam7399 2 жыл бұрын
SetState is asynchronous
@amirabbasIT
@amirabbasIT Жыл бұрын
No its not
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
React Js|| Live Interview Experience||3 years|| MNC
24:33
ReactjsExpertTalks
Рет қаралды 17 М.
project related questions||React Js Live interview|| 3years||  rejected 🥲
29:59