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

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 เม.ย. 2022
  • #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

ความคิดเห็น • 272

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

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

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

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

  • @bibhasash7371
    @bibhasash7371 ปีที่แล้ว +5

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

    Thank you so much for sharing this interview... It's really helpful. The interview really good

  • @galax5130
    @galax5130 11 หลายเดือนก่อน +4

    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 5 หลายเดือนก่อน +1

      It will possible because of hosting

  • @soumyajitdey5720
    @soumyajitdey5720 ปีที่แล้ว +11

    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

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

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

      It depends on the Interviewer

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

      Do We need fake experience after gap?

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

      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.

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

    Hi Roshan, These videos really very helpful. Thanks for this initiative 👍👏🙂

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

      Glad to know it helps 🙂 Keep supporting

  • @Manjunath-vv3fg
    @Manjunath-vv3fg 2 ปีที่แล้ว

    Thanks brother, this will help me a lot

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

    Thank you so much for sharing.....

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

    Thanks for sharing!!

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

    thank you for sharing your experience of intervew.

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

    Thank you for sharing Sir

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

    Thanks for sharing...too helpful 🎉✌🏻

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

      Glad it helps 🙂 Keep supporting

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

    Superb bro....!!!

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

    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

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

    Prop drilling can be solved using context api and component composition

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

    The menu structure we are using in our app. recursion is what used.

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

    Set time out will take time this is not true.. you need to explain how set time out register in Colstack

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

    thanks buddy

  • @Mbl43
    @Mbl43 2 หลายเดือนก่อน +1

    - [00:00](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.html) 🛠️ Interaction with CMS (WordPress)
    - Sharing experience developing a React plugin for WordPress.
    - Expressing the need to review documentation for data interaction.
    - [32:49](th-cam.com/video/RapcagVtB-0/w-d-xo.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](th-cam.com/video/RapcagVtB-0/w-d-xo.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.

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

    Great bhai 💪👌

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

    Wow...

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

    Thanks for sharing.. it is very helpful for me :)

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

      Glad it helps 😊 Keep supporting!

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

    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?

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

    Nice video , can I know the package for this
    .!

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

    Thanks for the intiative
    Really helpful

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

      Glad to know it helps 🙂

  • @techie-alien4712
    @techie-alien4712 2 ปีที่แล้ว +3

    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.

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

    Can anyone explain exactly how second structure problem will solve?

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

    @Roshan, How much experience do you have?

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

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

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

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

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

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

    1:56 he wanted to know about hoisting

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

  • @itsMe-oq5em
    @itsMe-oq5em 2 ปีที่แล้ว +2

    How much package u got brother?

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

    what was the salary offered?

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

    Nice..

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

    @03:36 Why recursion?
    I think you can do it via deep copy. JSON.parse(JSON.stringify(data))

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

      we can do like this also right data.map(item, 'name')

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

      using lodash method

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

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

      We can use reduce here

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

    its been 3 months into web dev i understood all of this question and know the answer!

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

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

      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.

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

    what is the package?

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

    Thanks for sharing..

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

      Keep supporting 😊

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

    My bro seleced everywhere but goes nowhere.

  • @sivanagajayavardhanchintam9881
    @sivanagajayavardhanchintam9881 2 ปีที่แล้ว +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 TH-cam. It got complete playlists for all ur requirements : )

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

    Is it for freshers? or experienced 1-3 years interview?

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

    bro was not there any Dsa round ? and aptitude round. i am a fresher that's i want to know more

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

      It depends on the interviewer.

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

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

      @@DevAditya But I think the interviewer was impressed by your answer and ddnt press the question any further. You fared well😊

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

      @@poulamimukherjee9193 My answer on it was "No but I'm curious to learn it"

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

      @@poulamimukherjee9193 thank you 😊

  • @Hindutvavadi2
    @Hindutvavadi2 11 หลายเดือนก่อน +1

    This interview for entry level??

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

    What is happening for me interview not get cleared but I am handling 3 project 2 as a shadow Dev.

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

      They expect theoretical explanation in better way.

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

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

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

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

    The question level was very basic.

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

    Bro well can you also tell that what are the questions for the freshers ?

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

      You can consider the same

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

    I think the interviewer may be a Malayaali😁.
    That slang..🧐

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

    Was this a fresher or experienced interview

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

    4:45 you said componentDidmount for BOTH, component loads and also for component updation. Is that right answer?

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

      When loads
      ComponentDidMount
      When update
      ComponentDidUpdate

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

    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

    • @Aditya-lc5uk
      @Aditya-lc5uk 16 วันที่ผ่านมา

      why ?? what is even wrong in it ??

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

    @1:33 just wanted to know if your answer was correct ? Or does JS hoisting take place here ?

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

      The answer will be 1 because by the time log in timeOut will log the value of i will be 1

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

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

      yes due to Hoisting

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

      Yes due to hoisting

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

      I ran this program i found not only by VAR but also by let and const the hoisting is possible. And printing 1.👍

  • @6713G
    @6713G 2 ปีที่แล้ว

    Whats you experience bro..!!?

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

    How much experienced?

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

      All the best

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

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

    Letter never confirm letter scene

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

    Paisa kitna (range) de rha h bhai?

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

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

      May be you get 1 cr...congratulations.. 😄😄😄

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

      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

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

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

      Exactly 😅

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

      Yes it is clousers question..

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

      @@devarora3770 it's hoisting

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

    Brother please add the filter code .on fetching .

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

      Waiting for reply please write the both methods

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

    3 years ye hisab se bahot fattu que the 🤣🤣

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

    Package?

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

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

    Ishiitttt visibbbbble

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

    I think this interview is for experience candidate right. How much experience is required for the interview ?

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

      It was for 2+ exp

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

    how did you record this interview? any tool?

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

    can you please make the separate list of questions and answers and provide the link

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

      Sure, in upcoming videos 🤗

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

      Thank you, ​@@DevAditya

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

    All questions were not answered clearly...how you are selected..half sorted answers.

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

    CTC?

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

    that person selected yes or not

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

      🎉 Selected

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

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

    is it for fresher job? or experienced one? how many years.

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

    How many years of experience you mantion in your resume for this interview..

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

    Inverview for which level?

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

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

  • @Ak-.-47
    @Ak-.-47 2 ปีที่แล้ว

    Is this for freshers or experienced.

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

    OMG who uses a varibale with Capital letter!!!!!!!!! UseState? or useState? 9:00

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

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

    Is this a fresher interview bro??

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

      No, but you can consider

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

    How much years of experience ?

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

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

    function x() {
    setTimeout(() => {
    console.log(i);
    }, 1000);
    var i = 1;
    }
    x();
    // This will print => 1

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

    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?

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

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

    Was there any DSA

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

      Yes Depends on the interviewer

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

      @@DevAditya what really? That's great

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

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

      1 Tech round only & HR
      exp -2+

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

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

    How much experience did you have when you gave this interview ?

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

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

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

    .eificii

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

    Good b*** 😍

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

    Lodu company ka lodu questions.