Komentáře •

  • @chiragjoshi6483
    @chiragjoshi6483 Před rokem +36

    Bro after listening to you, it feels like you understand every topic clearly before implementing them in code, great 👍

  • @MythicEcho
    @MythicEcho Před rokem +95

    Q1. Difference between let, var and const.
    Q2. // Get output 1,2 without using let.
    for(var i=0; i

  • @dileepnagendra8199
    @dileepnagendra8199 Před rokem +22

    You got deep knowledge in JS. Awesome man

  • @azadchauhan963
    @azadchauhan963 Před 4 měsíci

    I would appreciate the interviewer too for asking real world practical questions which is oftenly faced in development, simultaneously testing the thought process and the problem solving approach.

  • @sumanthkonthala9682
    @sumanthkonthala9682 Před rokem +15

    I have around 2.5 years of experience in MERN stack
    Recently I started giving interview
    interview questions
    1)what is web workers
    2)what is aws-node js architecture
    3)explain microservices in node js? Have you ever used?
    4) custom hook( I wrote custom hook with long polling concept)
    5)middleware in backend?
    Problems
    1)leap year with out using inbuilt function
    2)remove duplicates and sort an array without using in built
    Even answering all I got rejected 😢 because I didn't have any experience on payment methods like razor pay implement or pay tm implementation

    • @yashasaveekesarwani2551
      @yashasaveekesarwani2551 Před 10 měsíci

      exactly

    • @nehagunne5996
      @nehagunne5996 Před 8 měsíci

      Your interview was for which company

    • @sumanthkonthala9682
      @sumanthkonthala9682 Před 8 měsíci

      @@nehagunne5996 start up
      Bangalore
      12.5lpa

    • @tusharsaxena3981
      @tusharsaxena3981 Před 2 měsíci

      Depends on the company.
      It doesn't mean what you are doing is wrong but company need specifically that person who has worked with payment methods

  • @akj3344
    @akj3344 Před rokem +7

    This is actually a great interview. Thanks for sharing

    • @uidevguide
      @uidevguide Před rokem

      Do like and share with your friends who needs it

  • @samuelxavier7038
    @samuelxavier7038 Před 10 měsíci +5

    one can basically evaluate their knowledge in JS with this interview , this was super helpful thank you.

    • @uidevguide
      @uidevguide Před 10 měsíci

      Thank you..
      Keep learning !!

    • @JAVA_TECH160
      @JAVA_TECH160 Před 8 měsíci

      Interview questions share for freshers and experienced

  • @saurabhkumarjha4996
    @saurabhkumarjha4996 Před rokem +2

    This video has helped me a lot practicing my JS questions, by the way they did not ask much JS and asked only angular. This channel's angular videos specially the cognizant interview was very sharp and gave me resolution on how to study and what to study, watched nearly every videos here and the interviewer has very sharp concept clearance. Gave me a boost in my confidence to sit and be confident while answering.
    The main thing while the interview was happening is, I was asked nearly everything from CSS, SCSS, Angular and git.
    Git was nicely answered, but angular questions was half repeated from the cognizant interview video and globant video.
    Thank You pawan, for helping me and giving me the confidence I wanted to excel the interview.
    I cleared my first round successfully, and preparing for the next round.
    Thanks!! Again !!

    • @sumannayak7677
      @sumannayak7677 Před rokem

      how many years of exp u have and any coding questions they ask??

    • @atifasadkhan
      @atifasadkhan Před rokem +1

      U made it ?

    • @saurabhkumarjha4996
      @saurabhkumarjha4996 Před rokem

      @@atifasadkhan yes, but my ask was too high & non negotiable...and they wanted someone cheaper and they can go with someone weaker but not costlier coz i only had one year of experience that time & asked 11 lpa total of my that time's current 120% hike.

    • @atifasadkhan
      @atifasadkhan Před rokem

      @@saurabhkumarjha4996 ohhhh !!!! 🙌🙌

  • @indiancuriousvoice8773
    @indiancuriousvoice8773 Před rokem +4

    Last question for protect route we can use react context api, redux for storing user authentication and then redirect through the usenavigate hook otherwise redirect to login page.

  • @khushbupoddar4096
    @khushbupoddar4096 Před 9 měsíci

    How to manage nested routes terms of role based routing?
    In session we store token of user which will get us role of logged in user through API. We can store this role in context or redux state and then by the help of selector we can get access value from state and add route only if user has the access to that particular page
    ex: {hasAccess && }

  • @hv7460
    @hv7460 Před rokem

    Excellent. Brother.
    Thanks for sharing this.

    • @uidevguide
      @uidevguide Před rokem

      Thank you 🙏🏻.
      Keep learning 😎

  • @Piyush-gt3wf
    @Piyush-gt3wf Před rokem

    let also going to be hoisted but it will not be attached to the global window, it will be in the separate script block inside the developer tool and for the temporal dead zone ...........? can anyone elaborate on the separate script block

  • @astronaut22
    @astronaut22 Před 11 měsíci

    Nice

  • @vaibhavbaghdane6458
    @vaibhavbaghdane6458 Před rokem

    How to get a job in frontend developer as a fresher and how to applay for job please make a video ...

  • @ankitgiri6874
    @ankitgiri6874 Před rokem

    Great knowledge 👍

  • @junaidbhat06
    @junaidbhat06 Před 10 měsíci

    IT WAS OK INTERVIEW NEITHER TOUGH NOR EASY

  • @astronaut22
    @astronaut22 Před 3 měsíci

    ♥♥

  • @peacefreedom8349
    @peacefreedom8349 Před rokem +4

    hi.. thanks for sharing.. btw have you got selected?

  • @Nikhil-qd9up
    @Nikhil-qd9up Před rokem +1

    Had a quick question,what was exactly the question for getting output 1,2 without using let?
    I think without using setTimeout also by only using var it would have given the same output as 1 2
    Please let me know if i missed anything

    • @uidevguide
      @uidevguide Před rokem +2

      Hi Nikhil,
      the question is for how you know event loop and how setTimeout works and when it will execute,
      without setTimeout this question not makes sense,
      Please try to create multiple scenarios for such question it will help you in your interview process

  • @sourabhsavsadatti8960

    Can you tel me the intro song please..

  • @jaxsriv1052
    @jaxsriv1052 Před rokem +2

    What about the further rounds , is it the only technical or other technicals were there as well

    • @jaxsriv1052
      @jaxsriv1052 Před rokem

      @@uidevguide thank you so much for replying so frequently, any tips for a fresher front end dev, like how to get calls and make my resume attractive.

  • @husler7424
    @husler7424 Před rokem

    map and filter return new array, so it won't affect the original array even if we change the result of them. How come mutability and immutability here?

    • @uidevguide
      @uidevguide Před rokem +1

      Javascript coding interview questions #codinginterviewquestions @uidevguide

  • @protectrprime7643
    @protectrprime7643 Před 9 měsíci +3

    Interviews I attend: "Here you have 3 tasks for data structure and algorithms , complete them in 1 hour while I'm watching. Let's start with those easy graphs, tries and will proceed with design-patterns-related practical task".
    This is for mid-level developer ))

  • @nitendrasinghchauhan9207

    Pure component he said it wrong. He actually told about HOC.

  • @gulrezeqbal3048
    @gulrezeqbal3048 Před rokem

    What's ur interview result?

  • @chandanemmi2090
    @chandanemmi2090 Před rokem

    Hi bro package?

  • @southcomet
    @southcomet Před měsícem

    how is the interviewer following you fast answer... he will simply be freezed... though i know this is edited version and no screen prompting

  • @pradeepasakthi
    @pradeepasakthi Před 5 měsíci

    I dont understand between map vs filter..both are creating new array then what is the difference between these..

    • @uidevguide
      @uidevguide Před 5 měsíci

      Map: returns an array of pieces of information from the original array. In the callback function, return the data you wish to be part of the new array.
      Filter: returns a subset of the original array based on custom criteria.
      anyone here to contribute more

  • @vijaybalrammehta
    @vijaybalrammehta Před rokem

    any interview question for angular ?

    • @uidevguide
      @uidevguide Před rokem

      Hey this interview for react js developer

  • @indiancuriousvoice8773
    @indiancuriousvoice8773 Před rokem +1

    Bro const is not blocked scop it is a global scope but can not re assignment where var is also a global but be re assignment. Whether let is a blocked scope with the function of re assignment.

    • @codingwalebhaiya9879
      @codingwalebhaiya9879 Před rokem

      padh ke aaa

    • @indiancuriousvoice8773
      @indiancuriousvoice8773 Před rokem +1

      @@codingwalebhaiya9879 are theory pad k gyan mat pel. Es6 me const ko globally use kia ja sakta hain.

    • @codingwalebhaiya9879
      @codingwalebhaiya9879 Před rokem

      @@indiancuriousvoice8773 Tera baap hu bsdk ke tere se ni ho payega

    • @uidevguide
      @uidevguide Před rokem +4

      @@indiancuriousvoice8773 hey buddy it depends on where you create your const variable .
      If you are creating in any block then it will be accessible in block only so in that case it wil be block scope variable

  • @user-qw7eu1vg1p
    @user-qw7eu1vg1p Před 4 měsíci

    5+ Years

  • @laxmiprasanna4092
    @laxmiprasanna4092 Před 10 měsíci

    more interviews in react please

    • @uidevguide
      @uidevguide Před 10 měsíci

      czcams.com/play/PLAgJNt0flqKfrqKQaW2_Hq780MMMseEgW.html&si=f5tH_-ar0rsm4g2k

  • @ToastRusk
    @ToastRusk Před 11 měsíci

    I checked in console and 3-"33" returns -30. Interviewer playing with you?

  • @monnuvibes
    @monnuvibes Před 8 dny

    He just throwing text book defination, real life example he doesn't know 🤣🤣

    • @uidevguide
      @uidevguide Před 7 dny

      Good at least your prepared.
      When you want to mock interview then

    • @monnuvibes
      @monnuvibes Před 6 dny

      @@uidevguide please refer me then, i will give

  • @vaishalimishra6261
    @vaishalimishra6261 Před rokem

    How much is the package

  • @Youarewrong1
    @Youarewrong1 Před 4 měsíci

    it s harder to listen your accent then the code

  • @uidevguide
    @uidevguide Před 11 měsíci +1

    Share your Resume if you want to have mock interviews with us,
    uidevguide@gmail.com,
    If you need any other help,
    topmate.io/dashboard/services/video

  • @shivamrawat7523
    @shivamrawat7523 Před rokem

    good in javascript but not that good in react

  • @vaibhavshukla5256
    @vaibhavshukla5256 Před rokem +1

    Very basic questions for 7 years exp

    • @raju4756
      @raju4756 Před rokem

      Hi Vaibhav, well said, even I was curious to know how those questions would be for 6-7+ exp

    • @raju4756
      @raju4756 Před rokem

      can you give a brief concepts or ways those questions should have been, in you point of view

    • @primeprocrastinator5175
      @primeprocrastinator5175 Před rokem

      @@raju4756 He is just a Noobie, just knows to spit in comments

    • @raju4756
      @raju4756 Před rokem

      @@primeprocrastinator5175 looks like you're tracking his moves.. Lol, just kidding .🙂.haha

    • @user-dq5us6bs7s
      @user-dq5us6bs7s Před 11 měsíci

      Allow me to take your interview. IF U answer any five questions out of 50 . I will give you 50k.

  • @engiak.shorts5820
    @engiak.shorts5820 Před rokem

    How much ctc did they offer you?

    • @uidevguide
      @uidevguide Před rokem +1

      Not joined 🧐🧐

    • @engiak.shorts5820
      @engiak.shorts5820 Před rokem

      @@uidevguide I am little bit confusing between frontend and backend. Which one I have to choose if I want a high salary. I have 1 year experience so I am confused which is better for me.

    • @uidevguide
      @uidevguide Před rokem

      Hey @@engiak.shorts5820 please DM on instagram

  • @432aniketkadam4
    @432aniketkadam4 Před 4 měsíci

    "Does this question, which feels more suited to a fresher interview, seem appropriate for candidates with 5+ years of experience? It might be perceived as too basic for seasoned professionals."

    • @uidevguide
      @uidevguide Před 4 měsíci

      When do you want to scheduled mock interview then 😅😅

  • @aaqibhamdule73
    @aaqibhamdule73 Před 8 měsíci

    var ❌ vhar ✅

  • @arnabbanerjee4061
    @arnabbanerjee4061 Před rokem

    Experience?

    • @arnabbanerjee4061
      @arnabbanerjee4061 Před rokem +2

      I'm also MERN stack dev. Have taken plenty of interviews also. This is a pretty good interview standard I found. Did you clear this round?

    • @arnabbanerjee4061
      @arnabbanerjee4061 Před rokem +1

      Did they ask you any architectural questions? Or design patterns?

    • @arnabbanerjee4061
      @arnabbanerjee4061 Před rokem +1

      Are you working at CTS now?

  • @kankanalalatha
    @kankanalalatha Před rokem

    Hi , I have a doubt in shallow copy answer. Shallow means if we do any change in obj1 it will reflect new obj.Right?.
    You said shallow copy 1. const obj2 = obj1[normal way] 2) Spread Operator 3) Object.assign these are ike shallow copy.
    But by using Spread Operator, I tried please correct me if am wrong.
    const emp1={
    eid: "E102",
    ename: "Jack",
    eaddress: "New York",
    }
    const emp3 = {...emp1};
    emp3.eaddress = "US";
    console.log(emp1); //o/p:{eid: 'E102', ename: 'ashu', eaddress: 'New York'}
    console.log(emp3); //o/p:{eid: 'E102', ename: 'ashu', eaddress: 'US'}
    emp1.eid = "E108";
    console.log(emp1); //o/p:{eid: 'E108', ename: 'ashu', eaddress: 'New York'}
    console.log(emp3);//o/p:{eid: 'E102', ename: 'ashu', eaddress: 'US'}
    please explain?

  • @reddyvaritejeshkumarreddy3517

    Private routes