Meesho ReactJs/Frontend Interview Experience - Javascript and React JS Interview Questions Explained

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • This 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
    Meesho React Js and Javascript interview
    Meesho ReactJs Interview question answers
    Meesho React/redux interview
    Join Telegram group - t.me/Reactjs_I...
    Instagram - / dev.roshan_
    Buy me a Coffee - www.buymeacoff...
    #Meesho #ReactJs #interview #JavaScript

Комментарии • 53

  • @aditya4707
    @aditya4707 2 года назад +15

    !important>inline style>id>class>pseudo elements>attribute selector>universal selector ....specificity order

    • @spoiler3537
      @spoiler3537 2 года назад

      Thanks

    • @chinmoyborah186
      @chinmoyborah186 2 года назад

      pseudo elements comes before classes.But in the case given in video, the pseudo element is applied to body and not h1(class header).So the colour will be blue. And pseudo elements like div:first-line comes even before div:first-child as the former applies directly to the first line, while the later is inherited from the element that it applies to.

    • @chinmoyborah186
      @chinmoyborah186 2 года назад

      A style that applies directly to the item takes precedence over inherited styles.

  • @chinmoyborah186
    @chinmoyborah186 2 года назад +6

    To stop the rerendering of child components while state in parent component gets updated , use React.memo on child component. useMemo is used for memoizing return values of functions or for memoizing any other values. An useCallback is used to memoize functions.

    • @DevAditya
      @DevAditya  2 года назад

      Thanks for explaining

  • @raammeena6650
    @raammeena6650 2 года назад +4

    answere of first quetion :
    This is a heading
    this how the perioty will for applying the CSS property
    1. Element ID (#heading)
    2. Pseudo classes (h1:first child)
    3. Element tag nameh1 (h1)
    4. Class name (“heading”)

    • @vaibhavjaiswal1309
      @vaibhavjaiswal1309 11 месяцев назад

      no brother class have higher priority than tag name i guess

  • @narendrareddyyarramreddy2007
    @narendrareddyyarramreddy2007 2 года назад +6

    Can you give me a detailed view of all the rounds involved Roshan,
    1. How many rounds are conducted?
    2. What topics were asked in the rounds
    3. Is there any DSA round, and if there is.. what is the level of those questions?

  • @DevAditya
    @DevAditya  2 года назад +2

    Join Telegram group - t.me/Reactjs_Interview
    Instagram - instagram.com/dev.roshan_
    twitter - twitter.com/dev_roshann
    Send your interview video at dev.roshann@gmail.com

  • @chinmoyborah186
    @chinmoyborah186 2 года назад +2

    At 4:04, the output test and test2, as spread operator deep copies the primitive properties of the object( and for the nested objects it does shallow copying, which is the logic of the next question)

  • @chinmoyborah186
    @chinmoyborah186 2 года назад +1

    For duplicates, I prefer map()... Or sort the array and find unique elements in O(n) time complexity

  • @ankushladani496
    @ankushladani496 2 года назад +1

    Blue will the color
    Concept is specificity
    Classes and id's have more specificity.

  • @ThereIsAnother
    @ThereIsAnother 2 года назад

    the question at 1:00 is actually wrong lol.
    It should be h1:first-child {} and not body:first-child{}. The second option won't even select the node we are looking for.

  • @kumarswamy2979
    @kumarswamy2979 2 года назад

    Nice Info bro 👏. These experiences videos really helps us to get mor expertise 🙂. Thanks a lot

    • @DevAditya
      @DevAditya  2 года назад

      Glad to know it helps 😊

  • @मायेचाघास
    @मायेचाघास 2 года назад

    Thank you so muchhh..its increases confidence for interview

    • @DevAditya
      @DevAditya  2 года назад

      Glad it helps 😊! Keep supporting & sharing

  • @shrutipant7864
    @shrutipant7864 2 года назад +3

    Thanks for making this informative video. Can you please share your experience for the second round also if you have faced it? I have my second round scheduled very soon. It would provide a great help.
    Thanks!

    • @DevAditya
      @DevAditya  2 года назад

      Glad to know it helps 😊
      Thank you & Sure will try

    • @utkarshtiwari4956
      @utkarshtiwari4956 2 года назад

      @Shruti Can you share some details about your interview 1? That would be helpful.

    • @shrutipant7864
      @shrutipant7864 2 года назад

      @@utkarshtiwari4956 Sure. You can connect with me on LinkedIn. www.linkedin.com/in/shruti-pant/

  • @Alis404a
    @Alis404a 2 года назад

    Thanks for explaining the Questions 😃

  • @mahendrabishnoi716
    @mahendrabishnoi716 2 года назад +1

    thank u so much for making these videos these are very helpful Keep Uploading 💖✌ btw did u selected or not?

    • @DevAditya
      @DevAditya  2 года назад +1

      😊 glad it helps

  • @ankushladani496
    @ankushladani496 2 года назад

    Thank you for this awesome work...

  • @Rahulsonivlog
    @Rahulsonivlog 2 года назад

    Very well 👍👍👍

  • @SumitNair26
    @SumitNair26 2 года назад

    Awesome bro

  • @dharminderkumar6550
    @dharminderkumar6550 2 года назад

    One and half year experience For interview. What kind of questions are asked in react.js ?

    • @DevAditya
      @DevAditya  2 года назад

      Mostly ES6 features, Hooks, Redux etc. Rest you can get easily from google .

  • @vijayr.b.1050
    @vijayr.b.1050 2 года назад

    Bhai Is this 1st level of interview? did you got any follow-up from their side abt other rounds?

    • @DevAditya
      @DevAditya  2 года назад +1

      Yes it was L-1

    • @vijayr.b.1050
      @vijayr.b.1050 2 года назад

      @@DevAditya Thanks for the reply bhai

  • @lol2285
    @lol2285 2 года назад +4

    The voice is so low I can't hear shit

    • @DevAditya
      @DevAditya  2 года назад

      You may Use earphone 🎧 dude

  • @sameerojha0465
    @sameerojha0465 2 года назад

    For How Long You are practising in js and react js. plz ans

  • @GauravKumar-rn8dh
    @GauravKumar-rn8dh 2 года назад

    Thanks a lot bro! How much experience you mentioned while attending the interview. Please help me know

  • @at_vlogs
    @at_vlogs 2 года назад

    Experience level???

  • @Mohit-bk4nu
    @Mohit-bk4nu 2 года назад

    4:05 can anyone explain me why please?

    • @DevAditya
      @DevAditya  2 года назад +1

      Read the concept of Shallow Copy & Deep copy.

    • @Mohit-bk4nu
      @Mohit-bk4nu 2 года назад

      @@DevAditya Thanks

  • @lokeshvicky5147
    @lokeshvicky5147 2 года назад

    Thanks for sharing. How to apply for this role. Could you please let me know

    • @DevAditya
      @DevAditya  2 года назад +1

      Their career page

    • @lokeshvicky5147
      @lokeshvicky5147 2 года назад

      For which position u have applied. Is it for SDE3 or SDE4. I am also having same exp. Thanks in advance

    • @DevAditya
      @DevAditya  2 года назад +1

      @@lokeshvicky5147 SDE2

    • @g.pavani5275
      @g.pavani5275 2 года назад

      @@DevAditya nice

  • @JayaprakashJ
    @JayaprakashJ 2 года назад +1

    0:53 red 🔴