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

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 277

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

  • @Mbl43
    @Mbl43 8 місяців тому +5

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

  • @fevicoI
    @fevicoI 2 роки тому +30

    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.

  • @galax5130
    @galax5130 Рік тому +5

    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 11 місяців тому +2

      It will possible because of hosting

    • @rohitkolape5358
      @rohitkolape5358 23 дні тому

      It is not related to seconds even if you put seconds as 0 still it will first initialise the variable and then console.log that variable, because the setTimeOut comes under macro task which has lesser priority over macro task means task other than setTimeout functions.

  • @anandwadsinge3913
    @anandwadsinge3913 2 роки тому +71

    - 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 2 роки тому +8

    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

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

  • @soumyajitdey5720
    @soumyajitdey5720 2 роки тому +12

    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!

  • @aniketbisht763
    @aniketbisht763 2 роки тому +9

    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

  • @cubastic_rahul
    @cubastic_rahul 2 роки тому +1

    Superb bro....!!!

  • @SaudagarDalve
    @SaudagarDalve 5 місяців тому

    Demonstrated good knowledge with in-depth responses.

  • @kudaykumar1261
    @kudaykumar1261 2 роки тому +1

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

  • @kumarswamy2979
    @kumarswamy2979 2 роки тому +5

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

    • @DevAditya
      @DevAditya  2 роки тому +1

      Glad to know 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?

  • @amygoru8229
    @amygoru8229 2 роки тому +1

    Thank you for sharing Sir

  • @pathanaamir38
    @pathanaamir38 2 роки тому

    thank you for sharing your experience of intervew.

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

  • @abhyudayghatale3527
    @abhyudayghatale3527 2 роки тому +1

    Thanks for sharing!!

  • @printmusic5m50
    @printmusic5m50 2 роки тому

    Thank you so much for sharing.....

  • @shubhamambhore5707
    @shubhamambhore5707 2 роки тому

    Thanks for sharing...too helpful 🎉✌🏻

    • @DevAditya
      @DevAditya  2 роки тому +1

      Glad it helps 🙂 Keep supporting

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

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

  • @Manjunath-vv3fg
    @Manjunath-vv3fg 2 роки тому

    Thanks brother, this will help me a lot

  • @paieu
    @paieu Рік тому

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

  • @AashishKumar-vb3qb
    @AashishKumar-vb3qb 2 місяці тому

    Thanks , Its helpfull 😃😃

    • @DevAditya
      @DevAditya  2 місяці тому

      Glad to know that 😊

  • @dubey_ji
    @dubey_ji 2 роки тому

    Great bhai 💪👌

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

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

  • @KrishnaDasPC
    @KrishnaDasPC 2 роки тому +1

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

  • @kapilkumar2020
    @kapilkumar2020 2 роки тому

    Thanks for the intiative
    Really helpful

    • @DevAditya
      @DevAditya  2 роки тому

      Glad to know it helps 🙂

  • @Lens_n_love
    @Lens_n_love 2 роки тому +2

    1:56 he wanted to know about hoisting

  • @satishmaurya2089
    @satishmaurya2089 2 роки тому

    thanks buddy

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

  • @carryminatifans5896
    @carryminatifans5896 2 роки тому

    Wow...

  • @shilashm5691
    @shilashm5691 2 роки тому

    Prop drilling can be solved using context api and component composition

  • @arunsoni5471
    @arunsoni5471 2 роки тому +1

    Nice..

  • @anusuyadevithalavaisamy1425
    @anusuyadevithalavaisamy1425 2 роки тому

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

    • @DevAditya
      @DevAditya  2 роки тому

      Glad it helps 😊 Keep supporting!

  • @sandeeppatil5905
    @sandeeppatil5905 11 місяців тому

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

    • @DevAditya
      @DevAditya  11 місяців тому

      Sure, in upcoming videos 🤗

    • @sandeeppatil5905
      @sandeeppatil5905 11 місяців тому

      Thank you, ​@@DevAditya

  • @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 роки тому +3

      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 2 роки тому

      @@joeljohnson1478 how to join Infosys..plz suggest

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

  • @shubhamraikwar4725
    @shubhamraikwar4725 5 місяців тому

    I think, the answer for this code should be 1 after 1sec and not 0.
    function x() {
    setTimeout(function() {
    console.log(i);
    }, 1000);
    var i = 1;
    }
    x();

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

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

  • @mohsinpathan5873
    @mohsinpathan5873 2 роки тому +1

    Thanks for sharing..

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

  • @akshayyadav7629
    @akshayyadav7629 2 роки тому +1

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

    • @DevAditya
      @DevAditya  2 роки тому +1

      You can consider the same

  • @alenevins1087
    @alenevins1087 2 роки тому +9

    Was the answer to second ques correct?? I think it will print 1 and not undefined as we used var

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

  • @coder-webdev5907
    @coder-webdev5907 2 роки тому

    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]

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

  • @sourabhjyotidasusedlessguy6107
    @sourabhjyotidasusedlessguy6107 2 роки тому

    My bro seleced everywhere but goes nowhere.

  • @nagarajuguntruttu7145
    @nagarajuguntruttu7145 2 роки тому +2

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

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

  • @ps_abhishek
    @ps_abhishek 2 роки тому +5

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

  • @Hindutvavadi2
    @Hindutvavadi2 Рік тому +1

    This interview for entry level??

  • @codinggurujii
    @codinggurujii 2 роки тому

    Can anyone explain exactly how second structure problem will solve?

  • @akshayyadav7629
    @akshayyadav7629 2 роки тому +1

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

  • @jason5767
    @jason5767 Рік тому

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

  • @vimalsankar2503
    @vimalsankar2503 2 роки тому

    how did you record this interview? any tool?

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

  • @rakeshpatel1975
    @rakeshpatel1975 2 роки тому

    @Roshan, How much experience do you have?

  • @Jayscoffee
    @Jayscoffee 2 роки тому +1

    what was the salary offered?

  • @itsMe-oq5em
    @itsMe-oq5em 2 роки тому +2

    How much package u got brother?

  • @websiteaudit
    @websiteaudit 2 роки тому

    Brother please add the filter code .on fetching .

    • @websiteaudit
      @websiteaudit 2 роки тому

      Waiting for reply please write the both methods

  • @abhishekmaldikar9704
    @abhishekmaldikar9704 2 роки тому

    Was this a fresher or experienced interview

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

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

  • @jenasusil6
    @jenasusil6 2 роки тому

    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

  • @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 UA-cam. It got complete playlists for all ur requirements : )

  • @notyournormaldev1419
    @notyournormaldev1419 2 роки тому

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

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

  • @vancedtube96
    @vancedtube96 2 роки тому

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

  • @karthikbalaji383
    @karthikbalaji383 2 роки тому

    what is the package?

  • @omkarshinde7466
    @omkarshinde7466 2 роки тому +2

    3 years ye hisab se bahot fattu que the 🤣🤣

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

  • @KarthikJsuvarna
    @KarthikJsuvarna 2 роки тому

    Was there any DSA

    • @DevAditya
      @DevAditya  2 роки тому

      Yes Depends on the interviewer

    • @KarthikJsuvarna
      @KarthikJsuvarna 2 роки тому

      @@DevAditya what really? That's great

  • @sachin__ak
    @sachin__ak 2 роки тому

    The question level was very basic.

  • @thepravinbtech
    @thepravinbtech 2 роки тому

    Ishiitttt visibbbbble

  • @satigamingofficial9738
    @satigamingofficial9738 2 роки тому

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

  • @hemanthreddy5899
    @hemanthreddy5899 2 роки тому

    Package?

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

  • @gullukumar4497
    @gullukumar4497 2 роки тому

    Paisa kitna (range) de rha h bhai?

  • @Ak-.-47
    @Ak-.-47 2 роки тому

    Is this for freshers or experienced.

  • @bhagyalakshmi1053
    @bhagyalakshmi1053 2 роки тому

    Letter never confirm letter scene

  • @inspiringstories143
    @inspiringstories143 2 роки тому +2

    that person selected yes or not

  • @gulrezeqbal3048
    @gulrezeqbal3048 2 роки тому

    How much experienced?

  • @ganeshmandapati4799
    @ganeshmandapati4799 2 роки тому

    How much percentage hike you got??

  • @phoneix24886
    @phoneix24886 2 роки тому +5

    Lodu company ka lodu questions.

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

  • @kamleshbachani8132
    @kamleshbachani8132 2 роки тому

    Inverview for which level?

  • @6713G
    @6713G 2 роки тому

    Whats you experience bro..!!?

  • @piltonswrangbrahma5140
    @piltonswrangbrahma5140 2 роки тому

    CTC?

  • @udayshankhar8482
    @udayshankhar8482 2 роки тому

    Is this a fresher interview bro??

    • @DevAditya
      @DevAditya  2 роки тому

      No, but you can consider

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

    • @Abhinendrachauhan1993
      @Abhinendrachauhan1993 2 роки тому

      @@DevAditya Thanks for the response. My interview is also going to get scheduled soon. The video was really helpful.

    • @DevAditya
      @DevAditya  2 роки тому

      @@Abhinendrachauhan1993 All the best 😊 Be prepared with ES6 features in deep also

    • @Abhinendrachauhan1993
      @Abhinendrachauhan1993 2 роки тому

      @@DevAditya Thanks. I will look into that.

  • @inshafahmed8656
    @inshafahmed8656 2 роки тому

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

  • @ankitagupta3882
    @ankitagupta3882 2 роки тому

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

  • @chetanpl
    @chetanpl 2 роки тому

    Your voice is low

    • @DevAditya
      @DevAditya  2 роки тому

      You may use the earphone bro

    • @chetanpl
      @chetanpl 2 роки тому

      @@DevAditya after use of headphone. I am replying you.

  • @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 2 роки тому

    Letter never coming later please plastic

  • @urvilshah4724
    @urvilshah4724 Рік тому

    .eificii