Mindtree React Js and Javascript interview | 🎉 Selected | ReactJs Interview question answers

  Рет қаралды 192,248

Dev. Aditya

Dev. Aditya

2 жыл бұрын

#mindtree #ReactJs #interview #JavaScript
Please don't judge and comments on my answers.
his is just the interview experience and If you know the right answers please comment below which can also help others.
Send your interview video at dev.roshann@gmail.com
Infosys React Js and Javascript interview
ReactJs Interview question answers
React/redux interview
Join Telegram group - t.me/Reactjs_Interview
Instagram - / dev.roshan_
Buy me a Coffee - www.buymeacoffee.com/dev_roshan

Пікірлер: 271
@DevAditya
@DevAditya 2 жыл бұрын
Telegram group - t.me/Reactjs_Interview Please don't judge and comments on my answers. this is just the interview experience and If you know the right answers please comment below which can also help others. Instagram - instagram.com/dev.roshan_ twitter - twitter.com/dev_roshann
@fevicoI
@fevicoI 2 жыл бұрын
The question standard is decent. It’s not only about easy questions, interviewers check your depth of knowledge, they may expect you to explain in depth about JavaScript stack, and async non blocking operations how it works, etc.
@anandwadsinge3913
@anandwadsinge3913 2 жыл бұрын
- What is lifecycle method in react ? - How will you convert class based to function based component in react? - How do you manage state in component? - Redux middleware ? => Saga and Thunk - Why do we need middleware in redux implementation? => to capture error log etc. - Why do we need typescript instead of javascript? => - Explain use case with typescript? - Do you know server side rendering in react? - How to style a component in react? => used .css and .style component directly - Have you used any library in react? which one please explain? - In materialUI what does makeStyle function do? - Can we use multiple className in same object for materialUI? Ex. in gridUI can we use? - What is your testing strategy? => we use unit testing (JEST) - I am creating a application and it should support two language - English & Hindi - so you are developing there application in react - so what will be your approach? - Have you worked in CMS (Connect Management System)? => Wordpress - CODE - Team Member size - How do you manage project any tool you use? => gitlab - Are you following any agile method in project - Do you have any experience in Devops?
@DevAditya
@DevAditya 2 жыл бұрын
Thanks
@olabisiajoseh9141
@olabisiajoseh9141 Жыл бұрын
Thank you
@bibhasash7371
@bibhasash7371 Жыл бұрын
2nd question answer will be 1 because after the callback function of the setTimeout come inside the callstack the i nis already declared and initialized so it will print 1
@kudaykumar1261
@kudaykumar1261 2 жыл бұрын
Thank you so much for sharing this interview... It's really helpful. The interview really good
@Mbl43
@Mbl43 Ай бұрын
- [00:00](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 📝 Coding Logic and Approach - Understanding the order of execution of asynchronous JavaScript code. - Implementing recursion to traverse and extract data from nested objects. - [04:11](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🧠 ReactJS Lifecycle Methods - Explaining the three phases of ReactJS lifecycle: mounting, updating, and unmounting. - Converting class-based components to functional components using useEffect for lifecycle methods. - [07:12](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🖥️ Managing State in React - Using the useState hook to manage state in functional components. - Describing how to manage state across multiple components using props drilling and Redux. - [10:08](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 📦 State Management with Redux - Contrasting Redux and Context API for state management in React. - Explaining the concepts of actions, reducers, and dispatch in Redux. - [13:12](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🔄 Middleware in Redux - Defining middleware in Redux and its purpose in intercepting actions. - Mentioning Redux Saga and Redux Thunk as examples of middleware. - [15:22](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🔤 Advantages of TypeScript in React - Discussing the benefits of TypeScript for error reduction and type safety in React development. - Providing an example of using TypeScript interfaces for component parameters. - [17:16](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🌐 Server-Side Rendering with Next.js - Sharing experiences with Next.js for server-side rendering and API handling. - Highlighting advantages like simplified routing and built-in SSR support. - [18:19](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🎨 Styling React Components - Mentioning usage of CSS files, styled-components, Sass, Bootstrap, and Material UI for styling. - Explaining the role of the makeStyles function in Material UI. - [19:36](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) ✔️ Unit Testing Strategy - Describing the use of Jest and Enzyme for unit testing React components. - Sharing a preference for testing all components and utilizing snapshots. - [20:48](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🌍 Multi-Language Support in React - Discussing globalizing components using libraries for multi-language support. - Admitting lack of familiarity but mentioning previous usage in a project. - [21:30](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🛠️ Interaction with CMS (WordPress) - Sharing experience developing a React plugin for WordPress. - Expressing the need to review documentation for data interaction. - [32:49](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 🔄 Project Management and Version Control - Describing the use of GitLab for task assignment, branch creation, and merge requests. - Adhering to agile methodologies for project management. - [33:05](kzfaq.info/get/bejne/iMeglsSYu9qmXWQ.html) 💼 Future Opportunities and Learning - Inquiring about potential project assignments and technology stacks. - Asking about the possibility of working on both front-end and back-end tasks.
@galax5130
@galax5130 11 ай бұрын
for question 1:34 it will print 1 because setTimeout function goes into callback and takes 1 second to be executed in that mean time x will be declared in function function x() stack frame and it will be accessible for callback function of setTimeout
@MultiReview
@MultiReview 4 ай бұрын
It will possible because of hosting
@soumyajitdey5720
@soumyajitdey5720 Жыл бұрын
The problem with async await was that you didn't put await before res.json() but kudos to you that you remained calm and changed it to .then() chaining and got it done!
@DevAditya
@DevAditya Жыл бұрын
😊 thank you
@kumarswamy2979
@kumarswamy2979 2 жыл бұрын
Hi Roshan, These videos really very helpful. Thanks for this initiative 👍👏🙂
@DevAditya
@DevAditya 2 жыл бұрын
Glad to know it helps 🙂 Keep supporting
@abhyudayghatale3527
@abhyudayghatale3527 2 жыл бұрын
Thanks for sharing!!
@printmusic5m50
@printmusic5m50 2 жыл бұрын
Thank you so much for sharing.....
@amygoru8229
@amygoru8229 2 жыл бұрын
Thank you for sharing Sir
@cubastic_rahul
@cubastic_rahul 2 жыл бұрын
Superb bro....!!!
@pathanaamir38
@pathanaamir38 Жыл бұрын
thank you for sharing your experience of intervew.
@barreddimensions7155
@barreddimensions7155 2 жыл бұрын
wow...those were actually an easy questions. I am a MERN developer with two years of gap after graduation and yes, 0 working experience or company exposure 😂. I thought company like infosys have tough interviews. Thank you, I think i gained a litttle confidence. Thanks for sharing...
@DevAditya
@DevAditya 2 жыл бұрын
It depends on the Interviewer
@crystalclear178
@crystalclear178 2 жыл бұрын
Do We need fake experience after gap?
@crystalclear178
@crystalclear178 2 жыл бұрын
Please give me idea i also have 4years of gap
@programmerarnab9046
@programmerarnab9046 2 жыл бұрын
Truly.. this interview was like asking a newbie.. I thought thier interviews are very hard . Btw I can also point out that a lot of time people do not know how to explain properly.. but these questions are like normal chatting then an interview 😜 we can have debates how hours on these...
@amolchopade7649
@amolchopade7649 2 жыл бұрын
@@crystalclear178 If you apply as fresher then it will difficult to get call for interview. if you show fake experience then interview gets more difficult.
@Manjunath-vv3fg
@Manjunath-vv3fg 2 жыл бұрын
Thanks brother, this will help me a lot
@shubhamambhore5707
@shubhamambhore5707 2 жыл бұрын
Thanks for sharing...too helpful 🎉✌🏻
@DevAditya
@DevAditya 2 жыл бұрын
Glad it helps 🙂 Keep supporting
@aniketbisht763
@aniketbisht763 2 жыл бұрын
Hi bro!, At 2:00 it will print the value of i since set time out is an asynchronous function it will go to the callback queue but In the meantime i variable will be defined
@g8dboyplays790
@g8dboyplays790 Жыл бұрын
Yes, you are correct!
@KrishnaDasPC
@KrishnaDasPC 2 жыл бұрын
The menu structure we are using in our app. recursion is what used.
@shilashm5691
@shilashm5691 2 жыл бұрын
Prop drilling can be solved using context api and component composition
@rakeshpatel1975
@rakeshpatel1975 2 жыл бұрын
@Roshan, How much experience do you have?
@shilashm5691
@shilashm5691 2 жыл бұрын
Difference between framework and library? Answer: who calls who!? if we call the external code, then it is library. If our code is called by another code then it is framework. It is the concept of Inversion of control!
@DevAditya
@DevAditya 2 жыл бұрын
Thanks for explaining
@shilashm5691
@shilashm5691 2 жыл бұрын
@@DevAdityaPleasure bro, How much they offered?
@aniketbisht763
@aniketbisht763 2 жыл бұрын
I thought library is what we can use functions but framework is like the base project in which we can add our functionalities, am I wrong?
@CloudMadeEasy
@CloudMadeEasy 2 жыл бұрын
Set time out will take time this is not true.. you need to explain how set time out register in Colstack
@nagarajuguntruttu7145
@nagarajuguntruttu7145 2 жыл бұрын
Nice video , can I know the package for this .!
@techie-alien4712
@techie-alien4712 2 жыл бұрын
Hey @Dev. Roshan ! Its amazing!! This is for experienced level, can you give pointers to level of difficulty for react.js questions, if it was for a current final year student with reference to this interview. Your guidance would help me a lot. Thanks!
@DevAditya
@DevAditya 2 жыл бұрын
Thank you 😊 & It was for an experienced candidate but you can consider these questions, it'll be beneficial for you.
@divyanshugarg2831
@divyanshugarg2831 2 жыл бұрын
bro passing index as key in a map loop is the worst thing you can do in react learnt it the hard way time stamp 30:00
@satishmaurya2089
@satishmaurya2089 2 жыл бұрын
thanks buddy
@anusuyadevithalavaisamy1425
@anusuyadevithalavaisamy1425 2 жыл бұрын
Thanks for sharing.. it is very helpful for me :)
@DevAditya
@DevAditya 2 жыл бұрын
Glad it helps 😊 Keep supporting!
@coder-webdev5907
@coder-webdev5907 Жыл бұрын
Somebody help me in this problem Please write solution in javascript Write a function called do_allocation(number_of_people, number_of_buses) The function should return a list of number of people who can get into the next bus that comes in based on the following logic: Each bus’s capacity is the sum of the capacities of the previous two buses. Once all the people get in, then the buses can continue, but will have 0 people inside it. This is the case when the number of people are less and there are more buses. So after all the people are already boarded, then the remaining buses will have 0 people boarding. The output of the function is an array/list with the same length as number_of_buses. The total of this output array/list should be less than or equal to the number_of_people. The first bus’ capacity can be set to 1 by default. E.g. Def do_allocation(number_of_people, number_of_buses): …. Your code…. Return array[number of people got into first bus, number of people got into second bus, …. , number of people who got into last bus]
@dubey_ji
@dubey_ji 2 жыл бұрын
Great bhai 💪👌
@DevAditya
@DevAditya 2 жыл бұрын
Thank you
@digitalmastery3736
@digitalmastery3736 2 жыл бұрын
what was the salary offered?
@itsMe-oq5em
@itsMe-oq5em 2 жыл бұрын
How much package u got brother?
@kshitijvengurlekar1192
@kshitijvengurlekar1192 2 жыл бұрын
You have to add custom middleware like Redux thunk or saga to do things like fetching data from API. And then you will be able to return a async function from the action which will return a pure JSON object once the API response is received. The interviewer was trying hard to bring you to that point.
@DevAditya
@DevAditya 2 жыл бұрын
Yeah, that time got confused actually. BTW thanks for explaining
@lokeshnandanpandey5681
@lokeshnandanpandey5681 2 жыл бұрын
@@DevAditya can you tell me your insta I'd
@DevAditya
@DevAditya 2 жыл бұрын
@@lokeshnandanpandey5681 Instagram.com/dev.roshan_
@rootnode6571
@rootnode6571 2 жыл бұрын
@Kshitij Vengurlekar Not necessarily, you can easily achieve this using a simple useEffect, or create a custom hook to fetch API data. :)
@kshitijvengurlekar1192
@kshitijvengurlekar1192 2 жыл бұрын
@@rootnode6571 I want to dispatch an action, And I expect that Action to make an API call , fetch data and update the Redux store. Can you link some article that shows how can useEffect or any other custom hook be used here?
@kapilkumar2020
@kapilkumar2020 2 жыл бұрын
Thanks for the intiative Really helpful
@DevAditya
@DevAditya 2 жыл бұрын
Glad to know it helps 🙂
@carryminatifans5896
@carryminatifans5896 Жыл бұрын
Wow...
@jason5767
@jason5767 Жыл бұрын
Is it for freshers? or experienced 1-3 years interview?
@Hindutvavadi2
@Hindutvavadi2 10 ай бұрын
This interview for entry level??
@Lens_n_love
@Lens_n_love 2 жыл бұрын
1:56 he wanted to know about hoisting
@jayjani740
@jayjani740 2 жыл бұрын
@03:36 Why recursion? I think you can do it via deep copy. JSON.parse(JSON.stringify(data))
@saifullasoudagar7404
@saifullasoudagar7404 2 жыл бұрын
we can do like this also right data.map(item, 'name')
@saifullasoudagar7404
@saifullasoudagar7404 2 жыл бұрын
using lodash method
@pradyumnagarg
@pradyumnagarg 2 жыл бұрын
I think the interviewers intension was to demonstrate a scenario where you have a nested object upto nth level here value of n is unknown or variable. And we want to react the leaf or the last level of object to extract the data, that's why recursion is the most suitable solution here.
@shubhamrawat2652
@shubhamrawat2652 2 жыл бұрын
We can use reduce here
@karthikbalaji383
@karthikbalaji383 2 жыл бұрын
what is the package?
@codinggurujii
@codinggurujii Жыл бұрын
Can anyone explain exactly how second structure problem will solve?
@paieu
@paieu Жыл бұрын
its been 3 months into web dev i understood all of this question and know the answer!
@DevAditya
@DevAditya Жыл бұрын
Great!
@arunsoni5471
@arunsoni5471 2 жыл бұрын
Nice..
@DevAditya
@DevAditya 2 жыл бұрын
Thanks
@abhishekmaldikar9704
@abhishekmaldikar9704 Жыл бұрын
Was this a fresher or experienced interview
@swaniketchowdhury
@swaniketchowdhury 2 жыл бұрын
29:30 I think you missed the async keyword. If you are using .then() & .catch(), you don't need to use an async function.
@DevAditya
@DevAditya 2 жыл бұрын
Right, Actually before this I was implementing async-await & later then-catch that's why forget to remove it
@swaniketchowdhury
@swaniketchowdhury 2 жыл бұрын
@@seenu9633 syntactically i think it will not give any errors, but there is no need.
@tarangsachdev4225
@tarangsachdev4225 2 жыл бұрын
function myFunction(){ var oa2=2; setTimeout(function(){ console.log(oa); console.log(oa2); },1000) var oa=1; } myFunction() it will not print undefined and 2 instead it will print 1 and 2
@DevAditya
@DevAditya 2 жыл бұрын
Exactly 😅
@guru6031
@guru6031 2 жыл бұрын
Yes it is clousers question..
@tarangsachdev4225
@tarangsachdev4225 2 жыл бұрын
to understand it clearly, you need to learn how execution context work (Creation Phase and Execution Phase)
@devarora3770
@devarora3770 2 жыл бұрын
is it due to hoisting or due to closure .?
@souravkumar-hl2ot
@souravkumar-hl2ot 2 жыл бұрын
@@devarora3770 it's hoisting
@mohsinpathan5873
@mohsinpathan5873 2 жыл бұрын
Thanks for sharing..
@DevAditya
@DevAditya 2 жыл бұрын
Keep supporting 😊
@WeakCoder
@WeakCoder 2 жыл бұрын
@1:33 just wanted to know if your answer was correct ? Or does JS hoisting take place here ?
@jiteshsharma8258
@jiteshsharma8258 2 жыл бұрын
The answer will be 1 because by the time log in timeOut will log the value of i will be 1
@sourabhjyotidasusedlessguy6107
@sourabhjyotidasusedlessguy6107 Жыл бұрын
My bro seleced everywhere but goes nowhere.
@6713G
@6713G 2 жыл бұрын
Whats you experience bro..!!?
@vimalsankar2503
@vimalsankar2503 Жыл бұрын
how did you record this interview? any tool?
@DevAditya
@DevAditya Жыл бұрын
cmd+shift+5
@gulrezeqbal3048
@gulrezeqbal3048 Жыл бұрын
How much experienced?
@poulamimukherjee9193
@poulamimukherjee9193 2 жыл бұрын
Hey, what was your answer when he asked you if you have knowledge about DevOps?? Was not able to catch it properly in the video. TIA😊
@DevAditya
@DevAditya 2 жыл бұрын
I'll suggest not to consider my answers.
@poulamimukherjee9193
@poulamimukherjee9193 2 жыл бұрын
@@DevAditya But I think the interviewer was impressed by your answer and ddnt press the question any further. You fared well😊
@DevAditya
@DevAditya 2 жыл бұрын
@@poulamimukherjee9193 My answer on it was "No but I'm curious to learn it"
@DevAditya
@DevAditya 2 жыл бұрын
@@poulamimukherjee9193 thank you 😊
@akshayyadav7629
@akshayyadav7629 Жыл бұрын
Bro well can you also tell that what are the questions for the freshers ?
@DevAditya
@DevAditya Жыл бұрын
You can consider the same
@hemanthreddy5899
@hemanthreddy5899 Жыл бұрын
Package?
@alenevins1087
@alenevins1087 2 жыл бұрын
Was the answer to second ques correct?? I think it will print 1 and not undefined as we used var
@vivekanandareddymaddela
@vivekanandareddymaddela 2 жыл бұрын
I feel Json.parse(Json.Stringify(obj)) would do work
@aayushrawat6937
@aayushrawat6937 2 жыл бұрын
yes due to Hoisting
@shubhamrawat2652
@shubhamrawat2652 2 жыл бұрын
Yes due to hoisting
@ritabratagoswami7724
@ritabratagoswami7724 2 жыл бұрын
I ran this program i found not only by VAR but also by let and const the hoisting is possible. And printing 1.👍
@souvikbhattacharyya9952
@souvikbhattacharyya9952 2 жыл бұрын
bro was not there any Dsa round ? and aptitude round. i am a fresher that's i want to know more
@DevAditya
@DevAditya 2 жыл бұрын
It depends on the interviewer.
@AnuMessi10
@AnuMessi10 2 жыл бұрын
mostly when you apply for front-end/back-end/full stack roles, the primary questions are based on the tech stack (JS and react in this case), DSA is usually optional upto the interviewer
@SONUKASHYAP
@SONUKASHYAP 2 жыл бұрын
Can you tell me what was package for this React interview. And You are Freshers or exp.. because questions is like freshers level.
@chayanjana20
@chayanjana20 2 жыл бұрын
May be you get 1 cr...congratulations.. 😄😄😄
@joeljohnson1478
@joeljohnson1478 2 жыл бұрын
I am a react developer in Infosys and I'm getting a package of 6.25LPA
@abhayshrivastava2075
@abhayshrivastava2075 2 жыл бұрын
@@joeljohnson1478 experience?
@toffcodes4337
@toffcodes4337 2 жыл бұрын
What's your experience?
@aimanhussain2818
@aimanhussain2818 Жыл бұрын
@@joeljohnson1478 how to join Infosys..plz suggest
@akshayyadav7629
@akshayyadav7629 Жыл бұрын
I think this interview is for experience candidate right. How much experience is required for the interview ?
@DevAditya
@DevAditya Жыл бұрын
It was for 2+ exp
@gullukumar4497
@gullukumar4497 Жыл бұрын
Paisa kitna (range) de rha h bhai?
@kumarmanish9046
@kumarmanish9046 2 жыл бұрын
4:45 you said componentDidmount for BOTH, component loads and also for component updation. Is that right answer?
@DevAditya
@DevAditya 2 жыл бұрын
When loads ComponentDidMount When update ComponentDidUpdate
@bryce8595
@bryce8595 2 жыл бұрын
did you get the job? i go for an interview in may little nervous. Also the first question I is still gonna be one because its initialized in the outer function, if it was initialized in the inner function x wouldn't know what it is
@DevAditya
@DevAditya 2 жыл бұрын
Exactly, I made this mistake. BTW received postive feedback from them
@DevAditya
@DevAditya 2 жыл бұрын
All the best
@sachin__ak
@sachin__ak 2 жыл бұрын
The question level was very basic.
@sivanagajayavardhanchintam9881
@sivanagajayavardhanchintam9881 2 жыл бұрын
Bro, could you please show me way to learn React ..I'm a beginner Mern developer... any ways about React,node js and MongoDB will help me a lot.
@likhithsagar6847
@likhithsagar6847 2 жыл бұрын
hey there, you can checkout TheNetNinja tutorials on KZfaq. It got complete playlists for all ur requirements : )
@shivangchheda6311
@shivangchheda6311 2 жыл бұрын
how did he land this interview? cause in mine there nothing like this asked also I am freshers is it for someone with experience
@DevAditya
@DevAditya 2 жыл бұрын
Yup Exp
@shivangchheda6311
@shivangchheda6311 2 жыл бұрын
@@DevAditya what if you have similar knowledge and is it possible to apply for same ?
@notyournormaldev1419
@notyournormaldev1419 Жыл бұрын
All questions were not answered clearly...how you are selected..half sorted answers.
@rohitsakhare2247
@rohitsakhare2247 2 жыл бұрын
I was also selected, but the offer letter has not come yet, I had a tech round,tech manager round ,after that they mailed me the documentation,i submited documentation but still waiting for offer letter , i gave interview on 9 Apr
@DevAditya
@DevAditya 2 жыл бұрын
All the best.
@rohitsakhare2247
@rohitsakhare2247 2 жыл бұрын
@@DevAditya any idea about ? Why they are taking time for release offer letter
@SagarKumar-db2xy
@SagarKumar-db2xy 2 жыл бұрын
@@rohitsakhare2247 bhai kanha apply kiya tha
@sanjibmajhi85
@sanjibmajhi85 2 жыл бұрын
@@rohitsakhare2247 for my case I've given my first technical round on 19th march On 20th March I've got a mail to upload documents On 25th March I've given managerial round On 28th March I've HR called me for salary negotiation, and they told me to wait 2 weeks On 8th April I've got my offer.
@vishaltiwari3900
@vishaltiwari3900 2 жыл бұрын
@@sanjibmajhi85 hello my interview was on 23rd APR 2022 on same day at night got documents upload mail but no update after that.
@ps_abhishek
@ps_abhishek 2 жыл бұрын
I think the interviewer may be a Malayaali😁. That slang..🧐
@abhinavvp5936
@abhinavvp5936 2 жыл бұрын
Felt that too
@vancedtube96
@vancedtube96 Жыл бұрын
is it for fresher job? or experienced one? how many years.
@DevAditya
@DevAditya Жыл бұрын
2+ exp
@sandeeppatil5905
@sandeeppatil5905 4 ай бұрын
can you please make the separate list of questions and answers and provide the link
@DevAditya
@DevAditya 4 ай бұрын
Sure, in upcoming videos 🤗
@sandeeppatil5905
@sandeeppatil5905 4 ай бұрын
Thank you, ​@@DevAditya
@nirmalrathore5913
@nirmalrathore5913 Жыл бұрын
What is happening for me interview not get cleared but I am handling 3 project 2 as a shadow Dev.
@DevAditya
@DevAditya Жыл бұрын
They expect theoretical explanation in better way.
@niteshbisht31
@niteshbisht31 2 жыл бұрын
Can u make an explanation video for the question that was asked at 03:00 min?
@DevAditya
@DevAditya 2 жыл бұрын
Sure, will try to cover these questions on a separate video
@inspiringstories143
@inspiringstories143 2 жыл бұрын
that person selected yes or not
@DevAditya
@DevAditya 2 жыл бұрын
🎉 Selected
@satigamingofficial9738
@satigamingofficial9738 Жыл бұрын
How many years of experience you mantion in your resume for this interview..
@DevAditya
@DevAditya Жыл бұрын
2+
@websiteaudit
@websiteaudit Жыл бұрын
Brother please add the filter code .on fetching .
@websiteaudit
@websiteaudit Жыл бұрын
Waiting for reply please write the both methods
@Ak-.-47
@Ak-.-47 2 жыл бұрын
Is this for freshers or experienced.
@DevAditya
@DevAditya 2 жыл бұрын
Exp
@jenasusil6
@jenasusil6 Жыл бұрын
Why you use middlware ? We use it for asynchronus operation. Redux thunk usecase? redux thunk is a midleware, as i mentioned middleware is use for async operation. insted of returning a action ,it will return a function. this function is a pure function. How many years of experiance you have ? Please go through the basics of everything. it seems like you have prepared randomly with some video tutorial. not clear about anything. while you use async await you should not use .then and .catch. you should use try catch .once you mark a function async this function will return a promice so no need to use .then
@DevAditya
@DevAditya Жыл бұрын
Thanks for the suggestion
@malikshahid886
@malikshahid886 2 жыл бұрын
Was it for a fresher or u had some prior experience?
@DevAditya
@DevAditya 2 жыл бұрын
Exp
@malikshahid886
@malikshahid886 2 жыл бұрын
@@DevAditya Can i apply as a fresher? How to approach?
@DevAditya
@DevAditya 2 жыл бұрын
​@@malikshahid886 Not sure about the Fresher but you can take help of Payroll companies or it would be better to connect on LinkedIn & ask for reference who's working there.
@udayshankhar8482
@udayshankhar8482 2 жыл бұрын
Is this a fresher interview bro??
@DevAditya
@DevAditya 2 жыл бұрын
No, but you can consider
@inshafahmed8656
@inshafahmed8656 Жыл бұрын
function x() { setTimeout(() => { console.log(i); }, 1000); var i = 1; } x(); // This will print => 1
@DevAditya
@DevAditya Жыл бұрын
Right 👍
@kamleshbachani8132
@kamleshbachani8132 2 жыл бұрын
Inverview for which level?
@DevAditya
@DevAditya 2 жыл бұрын
Exp
@thepravinbtech
@thepravinbtech Жыл бұрын
Ishiitttt visibbbbble
@ManishGupta-de9qf
@ManishGupta-de9qf 2 жыл бұрын
For how many years of experience was this role about?
@mrsrv7
@mrsrv7 2 жыл бұрын
Based on the questions, I think this might be for a fresher
@chiragchawla9860
@chiragchawla9860 Жыл бұрын
How much years of experience ?
@DevAditya
@DevAditya Жыл бұрын
2+
@piltonswrangbrahma5140
@piltonswrangbrahma5140 Жыл бұрын
CTC?
@kumarmanish9046
@kumarmanish9046 2 жыл бұрын
OMG who uses a varibale with Capital letter!!!!!!!!! UseState? or useState? 9:00
@DevAditya
@DevAditya 2 жыл бұрын
I'll suggest not to consider my answers do your own research, It's just an Interview experience. BTW I was not running the code, just wanted to explain.
@vivekverma-gg6be
@vivekverma-gg6be 2 жыл бұрын
@@DevAditya Nice explanation overall. Just for closure question variable defined below the setTimeout will give the same result as 1.
@DevAditya
@DevAditya 2 жыл бұрын
@@vivekverma-gg6be Thank you
@CLICK4CAST
@CLICK4CAST 2 жыл бұрын
Is this interview for experiance persons?..
@DevAditya
@DevAditya 2 жыл бұрын
Yes
@CLICK4CAST
@CLICK4CAST 2 жыл бұрын
@@DevAditya thanks
@prasadbroo
@prasadbroo 2 жыл бұрын
@@DevAditya what is your age bro ,btw congratulations 🎉
@DevAditya
@DevAditya 2 жыл бұрын
@@prasadbroo why do you want to know my Age ? 😂
@DevAditya
@DevAditya 2 жыл бұрын
@@prasadbroo thank you
@ganeshmandapati4799
@ganeshmandapati4799 2 жыл бұрын
How much percentage hike you got??
@DevAditya
@DevAditya 2 жыл бұрын
Can't disclose here, Insta or telegram
@ganeshmandapati4799
@ganeshmandapati4799 2 жыл бұрын
@@DevAditya check your Instagram
@ganeshmandapati4799
@ganeshmandapati4799 2 жыл бұрын
@@DevAditya reply on Instagram bro
@DevAditya
@DevAditya 2 жыл бұрын
@@ganeshmandapati4799 ok
@surendravaddi9054
@surendravaddi9054 2 жыл бұрын
how many years of experience ?
@DevAditya
@DevAditya 2 жыл бұрын
3+
@compeng..1510
@compeng..1510 2 жыл бұрын
@@DevAditya hii bro
@compeng..1510
@compeng..1510 2 жыл бұрын
@@DevAditya i also want to crack mnc company but the problem is i have signed a bond with my startup company.
@DevAditya
@DevAditya 2 жыл бұрын
@@compeng..1510 you must have to complete it then.
@nikhilarya7712
@nikhilarya7712 2 жыл бұрын
@@DevAditya bro koi compulsory hota hai bond pura krna mtlb koi jabardasti to nhi hoti h isme?
@bhagyalakshmi1053
@bhagyalakshmi1053 Жыл бұрын
Letter never confirm letter scene
@ankitagupta3882
@ankitagupta3882 Жыл бұрын
How much experience did you have when you gave this interview ?
@DevAditya
@DevAditya Жыл бұрын
2+ in react
@abhinendrachauhan3539
@abhinendrachauhan3539 2 жыл бұрын
How many total rounds were there? Was it the first round.... and what were the other rounds, please also tell me your experience.. And congrats..
@DevAditya
@DevAditya 2 жыл бұрын
1 Tech round only & HR exp -2+
@DevAditya
@DevAditya 2 жыл бұрын
Thanks
@abhinendrachauhan3539
@abhinendrachauhan3539 2 жыл бұрын
@@DevAditya Thanks for the response. My interview is also going to get scheduled soon. The video was really helpful.
@DevAditya
@DevAditya 2 жыл бұрын
@@abhinendrachauhan3539 All the best 😊 Be prepared with ES6 features in deep also
@abhinendrachauhan3539
@abhinendrachauhan3539 2 жыл бұрын
@@DevAditya Thanks. I will look into that.
@KarthikJsuvarna
@KarthikJsuvarna 2 жыл бұрын
Was there any DSA
@DevAditya
@DevAditya 2 жыл бұрын
Yes Depends on the interviewer
@KarthikJsuvarna
@KarthikJsuvarna 2 жыл бұрын
@@DevAditya what really? That's great
@omkarshinde7466
@omkarshinde7466 2 жыл бұрын
3 years ye hisab se bahot fattu que the 🤣🤣
@compeng..1510
@compeng..1510 2 жыл бұрын
How much package infosys offered?
@DevAditya
@DevAditya 2 жыл бұрын
As per the Industry Standard
@compeng..1510
@compeng..1510 2 жыл бұрын
@@DevAditya how much pls give a range
@bhagyalakshmi1053
@bhagyalakshmi1053 Жыл бұрын
Letter never coming later please plastic
@urvilshah4724
@urvilshah4724 Жыл бұрын
.eificii
@bunny_rabbit5753
@bunny_rabbit5753 2 жыл бұрын
Good b*** 😍
@chetanpl
@chetanpl Жыл бұрын
Your voice is low
@DevAditya
@DevAditya Жыл бұрын
You may use the earphone bro
@chetanpl
@chetanpl Жыл бұрын
@@DevAditya after use of headphone. I am replying you.
@phoneix24886
@phoneix24886 2 жыл бұрын
Lodu company ka lodu questions.
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 78 МЛН
MEGA BOXES ARE BACK!!!
08:53
Brawl Stars
Рет қаралды 34 МЛН
Infosys|| REACT JS live interview experience with MNC|| 3 years|| React js
25:29
2.5 Years Experienced Best JavaScript Interview
2:03:06
Anurag Singh ProCodrr
Рет қаралды 160 М.
Beginner React.js Coding Interview (ft. Clément Mihailescu)
36:31
Ben Awad
Рет қаралды 2,1 МЛН
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 78 МЛН