[ Live ] React JS Interview 🤯 | Frontend UI Questions 🤒

Wanna dive deep into React JS with me? Checkout my course, `Namaste React` - namastedev.com/learn/namaste-...
Use coupon code - `CODE72` for an exclusive discount for this community.
In this React Interview Video the interviewer asks a lot of fundamental questions to the candidate about React JS and how things work behind the scenes in React JS.
There are many important React interview Questions covered along with live practical demo of machine coding a mini project in React JS.
The candidate gets stuck at some point in the middle of the interview and then thrives his way through very soon. There was a lot of in-depth questions asked while the candidate was building the mini project.
There is a lot to learn from this video and trust me it will help you a lot,
THE ONLY REQUEST IS TO PLEASE HAVE PATIENCE AND WATCH IT FULL TILL THE END. 🙏
If this video was helpful, give it a thumbs up and subscribe to my channel for more such videos. 🔔
Link to Subscribe: kzread.info...
If you want me to cover any specific topic, then comment down below. I would be happy to help you.
Cheers,
Akshay Saini
akshaysaini.in
Stay Connected:
LinkedIn - / akshaymarch7
Facebook - / akshaymarch7
Instagram - / akshaymarch7
Twitter - / akshaymarch7
#Javascript #JavascriptInterviewQuestions #AkshaySaini

Пікірлер: 634

  • @amitavasengupta5580
    @amitavasengupta5580Ай бұрын

    So many people owe you like me for their careers, I was working in an MNC as a support role(read a call centre type job) but I was always interested in frontend development, after watching your Namaste JS course, I immediately enrolled to Namaste React and parallely started applying, today I've received a job offer with 120% hike, and all I did was to follow your course and this amazing concept clearing and how to explain in interview video, God bless you and thank you for providing such excellent content and one can escape tutorial hell by learning ftom you.

  • @akshaymarch7

    @akshaymarch7

    Ай бұрын

    Congratulations, wish you the best for this new career journey!

  • @tejaswireddy9844
    @tejaswireddy98445 ай бұрын

    You deserve an oscar acting like an interviewee😂👏👏

  • @gtsin
    @gtsin6 ай бұрын

    0:30 difference between state and props 1:25 creating a new react project with "create-react-app" 3:20 what is "create-react-app" doing. overview over default files created by it. 8:32 types of components in react 9:40 what is jsx 12:20 creating state using useState hook 12:56 how to drink water from an empty bottle 14:06 normal variable vs useState variable 22:30 demo of using props 26:15 building a carousel 29:45 ways of exporting (default vs named export) 32:20 styling in react (inline inside jsx, css separate file, tailwind) 34:30 installing tailwind 51:37 getting rid of the same network calls using map inside jsx and dynamic className 59:00 what is CDN (content delivery network) 1:00:35 why use key with map 1:03:20 useEffect hook 1:09:28 react component lifecycle 1:10:55 moving hardcoded data in separate constants file

  • @SanjayRawat-gu8vq

    @SanjayRawat-gu8vq

    5 ай бұрын

    1:03:08 swasth bharat ka irada

  • @manohar55902

    @manohar55902

    5 ай бұрын

    how to drink water from an empty bottle🤣🤣🤣🤣

  • @BernhardRutzen

    @BernhardRutzen

    5 ай бұрын

    "how to drink water from an empty bottle" 🤣

  • @SanjayRawat-gu8vq

    @SanjayRawat-gu8vq

    5 ай бұрын

    Oh ok got it 😂😂

  • @somuega1683

    @somuega1683

    2 ай бұрын

    how to drink water from an empty bottle😅

  • @omdwivedi3517
    @omdwivedi35176 ай бұрын

    Looks like a real interview with the nervousness of the student and chicky smile of interview, really love this ❤

  • @poojakamble3643
    @poojakamble36436 ай бұрын

    feels like an real interview, thanks akshay sir for this interview on React

  • @CheezePie
    @CheezePie6 ай бұрын

    My first interview was exactly like this.. I was so scared, I kept stumbling over words, I tried to over explain things and everything that could go wrong went wrong😅 But after 2-3 interviews I became confident and now I can manage to stay composed. An advice to all the freshers: 99% of the time your first interview will not go as you had expected. Just don't be disheartened and keep at it. Eventually you'll gain confidence. Just keep grinding💪

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    That's what I wanted to show here. The reason why I actually acted nervous as a candidate!! Great advice!!🚀

  • @CheezePie

    @CheezePie

    6 ай бұрын

    @@akshaymarch7 I really love your videos. Your videos helped me understand the very foundation of JS. Keep making such awesome content❤️

  • @therealsumitshah

    @therealsumitshah

    6 ай бұрын

    Bro which company was it ?

  • @CheezePie

    @CheezePie

    6 ай бұрын

    @@therealsumitshah It was RTCamp I legit messed up the interview 😅

  • @bhaviljainnnnnnn

    @bhaviljainnnnnnn

    6 ай бұрын

    bro what is your pass out year? need to ask you that if i dont know few answer of what interviewer asked how can we say no in a proper way?@@CheezePie

  • @akshaymarch7
    @akshaymarch76 ай бұрын

    Wanna learn React JS from me? Checkout my course, `Namaste React` - namastedev.com/namaste-react/?version=2 Use coupon code - `CODE72` for an exclusive discount for this community. Also, do let me know in comments, did you like this video? Which topics should I cover next?

  • @JayasimmanPK

    @JayasimmanPK

    6 ай бұрын

    Namaste DSA Namaste system design Namaste backend Really love the way you are teaching and in the in depth knowledge you are providing are invaluable. Please share namaste DSA 🚀 as soon as possible sir. We really need that.

  • @Rajani-kathey

    @Rajani-kathey

    6 ай бұрын

    Thanks for sharing this video 😊

  • @mayukhdevansahu5707

    @mayukhdevansahu5707

    6 ай бұрын

    Hi Akshay... I've watched your Namaste react series and diving deep into react more more. I want to figure out a couple of mistakes in the candidates code. I wonder if it was deliberate to act as a candidate or not.Correct me if I'm wrong. Because you taught never trust anyone blindly, even though if it's your teacher 😂 1) When you're incrementing the index by one by adding +1 to the previous state, you're adding to the state variable directly inside setState. Like, setSliderIndex(sliderIndex + 1). This can be problemetic in certain scenarios. e.g, Adding two set state function one below another: setSliderIndex(sliderIndex + 1); setSliderIndex(sliderIndex + 1); If there're multiple setStates updating the state simultaneously, react performs a batch update to optimise the render cycle. It should combine the setState and increment the value by two... Like, setSliderIndex(sliderIndex + 2); But in this scenario, no it'll only update the state by one. Because setState is asynchronous. When the 2nd setState function is executed, the 1st stateValue is not updated yet to the latest one. That's why it'll be only updated to one increment. Solution: When updating a State is dependent in prevState, we can pass a callback to setState, which takes and argument and that argument gives us the exact previous state. So everytime we perform setState, we'll make sure we're incrementing the last updated state. Syntax: setSliderIndex(prevIdx => prevIdx + 1) 2) In the useEffct dependency, that sliderIndex state variable was not needed. Because, instead it was asking for that incrementSlider function. But we cant pass the function directly to the dependency array, since it'll be created on evey re render. So that we can wrap that function in a useCallback and pass it in the deps array. So, the squiggly lines will go away (Either add it or remove it). And, while explaining the component life cycle, you gave example of that use effect. On every re-render cycle component is getting created, mounted and unmounted. In that unmounting phase, the clean-up function is being called. But, here the unmounting phase was not there. The clean up function was called multiple times because of that dependency array which was causing effect to run on every state change. Onmounting is something removed from the DOM, right? Here we're just refreshing the dom with just the exact change on every re-render. Not the whole component. I remember your reconciliation part in Namaste react🤣. And I did a lot of research in the internet, docs, react fiber, etc. Please reply to this comment if I got these correct or not. Keep making such amazing content ❤️

  • @vamshikrishna6001

    @vamshikrishna6001

    6 ай бұрын

    Seems like akshay is in pune

  • @user-rx5qq8rb1q

    @user-rx5qq8rb1q

    6 ай бұрын

    Nice make videos like this more ..

  • @tusharmalhotra5034
    @tusharmalhotra50346 ай бұрын

    The entire learning experience was unimaginable, and your commitment to deep diving into every concept truly made a significant impact on my understanding of React. Thank you Akshay Sir🙌🙌 for going above and beyond to make the course engaging and for instilling a genuine excitement for React.

  • @dimplesingh5329
    @dimplesingh53296 ай бұрын

    This video reminds me of when I was prepping for my interview, watching your JavaScript sessions. It's fantastic-the way you explain things is really helpful and the best. Thanks a lot!😃

  • @SahilKhan-mn6jw

    @SahilKhan-mn6jw

    Күн бұрын

    You got job ?h na ?

  • @antimr2808
    @antimr28086 ай бұрын

    A huge thank you for making these videos. They are really helpful and we really appreciate your efforts which you are putting to educate us❤ Please keep making them.

  • @rifaymohamed2213
    @rifaymohamed22136 ай бұрын

    Thank you so much, we are greatly appreciate the time you've taken to share your knowledge with us. The way you teach concepts and explaining was perfect and it was crystal clear. Small suggestion though, we need a series of videos like this one. Keep rocking 👍

  • @JoshLearningFrontend
    @JoshLearningFrontend6 ай бұрын

    I sincerely appreciate the time and effort you put into creating this type of interview video.

  • @prickedinsight
    @prickedinsight6 ай бұрын

    Need such cool interviewers and damn sure after studying from Namaste React Series the interviewee will tackle the pressure❤

  • @echocoding4550
    @echocoding45506 ай бұрын

    He is such a good actor, teacher and a guide. I feel I am there and I am giving interview. Basically he took pauses and his acting like he is also feeling fear of rejection as a fresher or student feel and minor detailing of this video is amazing. Thank you @akshay saini ❤

  • @AyushKumar-dp2gv

    @AyushKumar-dp2gv

    6 ай бұрын

    Actually, the interviews are more calm and gentle towards you according to my experience.😁

  • @echocoding4550

    @echocoding4550

    6 ай бұрын

    @@AyushKumar-dp2gv you are right

  • @SilentExplorer5

    @SilentExplorer5

    15 күн бұрын

    Hi Akshay sir I am 7 years experienced Frontend developer I worked in MNC Now I want new job with good package and in good company I am struggling to crack interviews I need your assistant in multiple skills like JavaScript, React js, Redux, unit testing, HTML, css All set of skills which are using in Frontend development Please give a reply Thanks

  • @MallikarjunRaoShankesi
    @MallikarjunRaoShankesi2 ай бұрын

    Excellent Akashay and a hats off to your hardwork. You are a gift to the software industry. Please keep doing more...

  • @ananyagupta7770
    @ananyagupta77706 ай бұрын

    It is always so much fun learning from you. Great content and loved your bullet proof answers on react interview questions. Have a lovely day ahead. One more thing: apart from a great engineer you are an awesome Actor too. Hat's off to your skills and smart efforts.

  • @chineduknight6426
    @chineduknight6426Ай бұрын

    this shows in-depth knowledge of React; I like the way the interviewer continuously asks why, this, and why that is really nice

  • @satyamshukla1418
    @satyamshukla14186 ай бұрын

    Thank you for dropping this video. firstly big thanks for continuing to upload videos on KZread. I hope you upload videos on more concepts of JavaScript for our community and new developers like me.

  • @akaijoe3582
    @akaijoe35826 ай бұрын

    the interviewer's seriousness hits me harder than Monday morning blues!😍😍😍😍

  • @dilipbaghel9535
    @dilipbaghel95356 ай бұрын

    such an amazing video, feels like I myself giving this interview, Thank you so much Akshay sir you are doing so much for us. ❤

  • @yashmundra8497
    @yashmundra84976 ай бұрын

    Really amazing stuff, its because of you who inspired me to learn React, Namaste React is an awesome series

  • @rumpamala7670
    @rumpamala76705 ай бұрын

    This is one of the most helpful videos. Please create more of this in either detailed form or short videos of few questions. It gave me an idea on how to frame answers in an interview. Also, we need similar videos on Redux as well. 🙂

  • @MathsWithSatyamPandey
    @MathsWithSatyamPandey6 ай бұрын

    Interviewer full camedy mood 😂😂 बहुत मज़ा आया sir ❤ आप interveiw दे रहे है aur interviewer enjoy कर रहे है

  • @anmolraj5054
    @anmolraj50544 ай бұрын

    The best thing which i like about Akshay sir's video is that bhai time kaise nikalta hai pata hi nahi chalta hai yr !! What a teacher he is!!

  • @bluechipsolutions4860
    @bluechipsolutions48606 ай бұрын

    This is awesome man😂Really appreciate your effort to make this long video in double role❤. Acting is marvelous,. Subscribed..

  • @preetamsingh722
    @preetamsingh7223 ай бұрын

    The unmounting cleartime out and network call optimization concept impressed me ❤

  • @JatinKhatri25
    @JatinKhatri252 ай бұрын

    Hey, Akshay I am following your content from the past 1.5 years now. I learned so much from you and your videos. I recently got a fulltime job even before my graduation, and your videos were really helpful in cracking the interviews. Thank you very much.

  • @zs4110
    @zs41106 ай бұрын

    Kudos to the effort put by Akshay ❤ He even had a hair cut for the interviewer role, and also the old school MOLE on the left cheek to differentiate between both was funny 🤣😂 The serious face of the interviewer 😅😊

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    Oh mam, it does take a lot of effort and planning to shoot this!

  • @zs4110

    @zs4110

    6 ай бұрын

    @@akshaymarch7 True 💯 Agree Akshay. Thanks for the efforts ❤️

  • @premshankartiwari8613
    @premshankartiwari86136 ай бұрын

    Great work, it will really help many candidates. The smile as interviewer when the candidate used Simran was awesome. Its like that's my boy :)

  • @jerriejd
    @jerriejd6 ай бұрын

    Learned Js From you and now learning react ,tysm & need more videos like this 🙏

  • @vivektiwari8667
    @vivektiwari86676 ай бұрын

    Great! This time you helped not only stuends, As well as recruiter and interviewer, They got a new question and ideas to ask 😀😀😀😀

  • @MrPanyako
    @MrPanyako5 ай бұрын

    This was just too good. I could not tell whether it was real or not until it got to the end. Thanks a lot guys for such a nice experience. I will watch more ... of your contents.

  • @venkymandadi1754
    @venkymandadi17546 ай бұрын

    Akshay bhai, aise videos bahut kam log karte hai, and it takes lot of effort to create these kind of videos. Hats off brother. Students like me who are from tier-3 colleges want these kind of in-depth videos which are not even known to software engineer's who have working experience. Thanks for creating such kind of content and please create more videos like these on react. And Bhaiya as you asked which topics you should cover next. so please cover how to make react apps faster? so React Apps performance. There are very less videos on youtube on this Topic. Lastly, GOD BLESS YOU

  • @doglovers556
    @doglovers5566 ай бұрын

    Bro, this is too much. i dont see this kind of interview on react. very very helpful . thank you a lot. keep doing more videos on interview dude. thanks again.

  • @02-abhishek-kumar16
    @02-abhishek-kumar166 ай бұрын

    First thing, I'm very thankful to you for your js Videos and post on react on LinkedIn. How you explain every topic in deep, they show your passion of teaching. You are a gem for freshers who are just stepping into this field.❤ Love from jharkhand

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

  • @TARUNKUMAR-nl1qx
    @TARUNKUMAR-nl1qx6 ай бұрын

    I am also comes from Saini community Proud of you Brother. God Bless you and Keep doing likes this.

  • @AmanSingh-cq6yi
    @AmanSingh-cq6yi6 ай бұрын

    Outstanding, need few more interviews like this. Helpful

  • @user-mf6sl7mn4o
    @user-mf6sl7mn4o6 ай бұрын

    for begginers this is a really good interview.thanks bro.make more now make level more higher.

  • @Tyagiswati23
    @Tyagiswati236 ай бұрын

    It is amazing and it can’t be better than this. Thank you this amazing information.

  • @th3ja
    @th3ja2 ай бұрын

    Helpful and humorous. The perfect combination! Pure gold Akshay! Thank you

  • @muhammadnaveedkhan6739
    @muhammadnaveedkhan67396 ай бұрын

    Absolutely brilliant Akshay. You are champion bro. We also learned a lot from Akshay Saini. Awesome 😎 👏 👏 👏 👏

  • @divyakirantatikonda133
    @divyakirantatikonda1336 ай бұрын

    The idea of uploading videos like these enhances the knowledge of the students.One of the best unique teacher.Thank you so much sir for this

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    Yes this is the main goal to show students a mock interview. It's fun + learning!

  • @divyakirantatikonda133

    @divyakirantatikonda133

    6 ай бұрын

    @@akshaymarch7Absolutely correct sir. You replied to my comment and this made my day.

  • @srishtijha3
    @srishtijha36 ай бұрын

    Wow, loved it. Was entertaining. Can you add more episodes and make a series of mock interviews❤

  • @amaanansari4530
    @amaanansari45306 ай бұрын

    Awesome, this type of videos will teach us how the interview will go on ❤.

  • @divasbhadani9225
    @divasbhadani92256 ай бұрын

    it's really amazing. it will help me too, having one interview round tomorrow for frontend dev role. Love too watch this awesome video Thanks🙏

  • @user-oi2tl9yt9c
    @user-oi2tl9yt9c6 ай бұрын

    Your teaching methodology is so beautiful so Elegant just looking like a Monster 💀.

  • @surajkumardwivedi7139
    @surajkumardwivedi71396 ай бұрын

    i thought i wont learn anything from this but the network call thing was a surprise, thanks for the learning

  • @ankitraj6724
    @ankitraj67246 ай бұрын

    This is really a great way to teach. Kudos to you sir.. I didn't even realize the finish of the video.😊😊😊😊🙏🙏 Looking forward more such interactive videos..

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    ❤️

  • @yashmalhotra3012
    @yashmalhotra30125 ай бұрын

    great efforts 🎉🎉🎉 really appreciate the efforts and time you put in this interview love to see more like this.

  • @krishnaagarwal7934
    @krishnaagarwal79346 ай бұрын

    Akshay Sir did too much effort for this , he himself firstly delowered himself so that he can act like a fresher and then he recorded himself as a interviewer and the candidate , mad respect

  • @AmarSingh-uw1db
    @AmarSingh-uw1db6 ай бұрын

    Gratitude Akshay Sir for such content❤❤❤

  • @rokckerzzzz6080
    @rokckerzzzz60806 ай бұрын

    Amazing and enjoy mock interview. Thanks for covered each and every scinarios for the use case.

  • @PawanKumar-ou1bw
    @PawanKumar-ou1bw6 ай бұрын

    never see useState explanation like this awesom and not only knowledge but these small reaction and expression are too real

  • @kartikkaushik4743
    @kartikkaushik47436 ай бұрын

    I have completed your javascript its really awesome and going to complete namaste react very much soon you have put lot of hard work in making namste react really its very much awesome

  • @AkashDey-lb9wn
    @AkashDey-lb9wn6 ай бұрын

    what a mind blowing content sir! Thank you so much for bring such content ... so much to learn from

  • @rishabhsrivastava722
    @rishabhsrivastava7226 ай бұрын

    It's very awesome I learn lot of things from this .Thankyou so much for this .I request please create more this type of videos.

  • @parthgoswami3221
    @parthgoswami32216 ай бұрын

    enjoyed every bit of it!! Thank you akshay for this

  • @ashimanagpal783
    @ashimanagpal7836 ай бұрын

    learning from you makes me more and more confident and happy.🙂 You are the best teacher🧑‍🏫

  • @Chinodan1994
    @Chinodan19946 ай бұрын

    Please don't stop. Thank you so much for your content ❤

  • @aakash185
    @aakash1856 ай бұрын

    namaste Js series and namaste react has helped me lot to clear my interviews ,thanks a lot

  • @DoWebCode
    @DoWebCode6 ай бұрын

    My interview was just two days before exactly this is my situation. very nervous, repeat my self. This gave me a positive confidence. Thanks for this vedio.

  • @MuminjonJuramirzaev-uu8ni
    @MuminjonJuramirzaev-uu8ni6 ай бұрын

    Informative and fun to watch. Great work 👍

  • @AkashSingh-gw9nk
    @AkashSingh-gw9nk3 ай бұрын

    Your teaching style is remarkable, and I am grateful for the amazing content and practice questions you provided in the video. Your guidance will surely help me excel in my future interviews. Thank you so much for your valuable efforts! 🙏

  • @shubhamrao5952
    @shubhamrao59526 ай бұрын

    Loved you react series as well enjoying these lectures..amazing teaching skills..

  • @user-vc8hv2js4k

    @user-vc8hv2js4k

    6 ай бұрын

    can i get the react series videos?

  • @aakashyadav6228
    @aakashyadav62285 ай бұрын

    Man that is a lot of efforts. Really appreciate it.

  • @AquibSayyed-wv2mj
    @AquibSayyed-wv2mj6 ай бұрын

    Amazing Akshay, Thanks for the video.

  • @adityaparab4314
    @adityaparab43146 ай бұрын

    Namaste React is hands down the best react course. Worth the money.

  • @16_anirudhsharma_ece31
    @16_anirudhsharma_ece316 ай бұрын

    thank you🔥 great content ,need more videos like this.

  • @perry8936
    @perry89366 ай бұрын

    clearly loved this video a lot of effort u have put in this we can clearly see that and soo knowledge heavy videoo❤❤

  • @SOU-code
    @SOU-code6 ай бұрын

    Level Sir G Level .. Bhaiya you always the best Educator for me Namaste Javascript and Namaste React is the best Course I ever Seen.

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

  • @user-sn5fn6fq6e
    @user-sn5fn6fq6e3 ай бұрын

    Kudos to you for the acting, U didn't lose your character.

  • @sakirali7885
    @sakirali78856 ай бұрын

    its really helpful video it solves many basic concepts need more videos like this

  • @bhavanisankar7588
    @bhavanisankar75886 ай бұрын

    best video for React best in youtube please make videos like this...👏

  • @priyanshjain3949
    @priyanshjain39493 ай бұрын

    Sir its Amazing, I have never find someone who could have explained this precisely as u have explained and i am also fresher looking for job and currently working as a react.js developer intern , and thanks for this good video ,i fill little more confident for upcoming interviews.

  • @purneshvishnole
    @purneshvishnole6 ай бұрын

    We want more videos like these 😍 efforts 🎉💯 Me react revise krne ka soch raha tha is video ko dekh kr itne ache se cheeje frse revise hogyi he maja aagya . Please akshay bhai made more videos like this

  • @archan_pandya
    @archan_pandya6 ай бұрын

    Learned Js From you and now learning react from you no one can replace you sir 😄

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    ❤️

  • @harikumarv5009

    @harikumarv5009

    6 ай бұрын

    yes 100%

  • @sanyamsharma350
    @sanyamsharma3506 ай бұрын

    The video was very realistic and informative. Amazing!

  • @user-iw7ie9es5r
    @user-iw7ie9es5r5 ай бұрын

    Hi, thank you for videos. As you often say, we will not find videos like yours)). But I'll be glad to watch interviews, where will be more professionally answers . Here you answer to questions like you are junior)) Sorry for honesty😊

  • @user-mf3vy6zg4x
    @user-mf3vy6zg4x6 ай бұрын

    Aww your alwayss great while teaching. Thanks for your effort its worth it.

  • @sharmilak5109
    @sharmilak51096 ай бұрын

    Kudos to you! Nice work Akshay

  • @partho-lia
    @partho-lia6 ай бұрын

    Wow, nicely handled the interviewer Akshay, as usual .😀

  • @harpalsinhjadeja2568
    @harpalsinhjadeja25686 ай бұрын

    This is actually very good i watched through the entire thing

  • @singhplayzz
    @singhplayzz6 ай бұрын

    Mast Revision Hua

  • @the__developer
    @the__developer6 ай бұрын

    make more videos like this because in this way we can learn i a lot of things as a fresher

  • @muhammadzahirkhan2780
    @muhammadzahirkhan27806 ай бұрын

    what an idea, very impressed. it is a revision of react and the questions that may ask in interviews also its a kind of commercial video for the react course, namaste react web development course. amazing amazing amazing... tnx alot

  • @landon.wilkins
    @landon.wilkins3 ай бұрын

    Awesome React.js refresher, just what I wanted. Thanks!

  • @kikish_sabina
    @kikish_sabina6 ай бұрын

    👍🏻👍🏻thank you so much! It was so informative 👏

  • @FaizanPinjari
    @FaizanPinjariАй бұрын

    Awesome video, I had took some kind of these interview in past. Candidates get stuck when getting asked questions stacking on one another on the same topic which they answered. Hahaha

  • @ijazkhan-mq4jy
    @ijazkhan-mq4jy4 ай бұрын

    Appreciate your efforts, thanks for sharing your knowledge with us.

  • @sourabhbhatt5170
    @sourabhbhatt51706 ай бұрын

    I got this big brother. You are really a gem 💎💎

  • @anirudhsingh7832
    @anirudhsingh78326 ай бұрын

    Ek hi to dil hai …. Kitni baar jitoge❤

  • @GowriSankar-mc2uc
    @GowriSankar-mc2uc6 ай бұрын

    I've thought u are Great Teacher ..but after watching this video U are a best Actor ever🤣🤣

  • @nagratnadsd.soudagar7844
    @nagratnadsd.soudagar78444 ай бұрын

    Amazing, great efforts put in this video, 💯, Truly appreciated👏👏👏👏👏👏👏

  • @abhishekthakur7578
    @abhishekthakur75786 ай бұрын

    you not only have great knowledge but great acting skills too

  • @georgecdixon1942
    @georgecdixon19426 ай бұрын

    Bro 🔥🔥🔥.. I thought it is a funny video… But it’s full and fully educational…🔥🔥🔥

  • @Abhishek-fo3fc
    @Abhishek-fo3fc6 ай бұрын

    Your next round for interview has been scheduled. You will receive an email with the details soon. Hope to see the 2nd round soon. Nice interview Thanks Akshay Sir❤❤

  • @Kelz_369
    @Kelz_3694 ай бұрын

    All the best tutorials come from India... much love... thank you very much 🙏

  • @apekshahandore6512
    @apekshahandore65126 ай бұрын

    Very helpful👍, requesting one more video for Senior level React Developer interview experience with deep explanation. Thanks😊

  • @user-is3ed9hw1r
    @user-is3ed9hw1r4 ай бұрын

    Amazing content Truly gives us a deep understanding of the concepts and interview experience.

  • @lakshayrohilla873
    @lakshayrohilla8736 ай бұрын

    Perfect, Thanks for making this video.