𝐅𝐑𝐄𝐒𝐇𝐄𝐑'𝐒 𝐅𝐫𝐨𝐧𝐭 𝐄𝐧𝐝 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 𝐈𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰 𝐍𝐨 - 𝟎𝟗 | ReactJS, Javascript, HTML,CSS,Redux

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ •

  • @reactjsdeveloperinterview
    @reactjsdeveloperinterview  3 місяці тому +11

    Those who want to give mock interview[𝐅𝐑𝐄𝐄 𝐎𝐅 𝐂𝐎𝐒𝐓] can mail on practicemocks223@gmail.com OR rdev67891@gmail.com.
    I have around 2.5 years of experience in Frontend development and given around 100+ interviews.
    I know what it takes to crack the interview and I will be able to guide you accordingly as per the industry standards.
    After your interview,feedback will be given to you personally in the way you can give better interviews in the near future.[𝐅𝐑𝐄𝐄 𝐎𝐅 𝐂𝐎𝐒𝐓]
    Feedback includes:
    1.Your doubts
    2.Which are the resources that can help you to grow?
    3.What are the things or the skills reqiured you to give an edge above other candidates for job selection?
    4.Where you can apply for jobs,etc and many more...

    • @nadipiswetha
      @nadipiswetha 26 днів тому

      You can include the resources links in your description/ for each video description - for the wider audience.!
      Thank you for the good work

  • @sankarpms
    @sankarpms Місяць тому +41

    As a fresher, After seeing this video.. I'm still not ready for an interview. 😢😢

    • @dejavuu4722
      @dejavuu4722 24 дні тому +3

      Then don't be a FE.
      Because that topic is too much to learn and constantly updated all the time.
      Meanwhile, the interviewer must be more interested in those who have a lot of skills by asking difficult questions and cheap.
      My advice is to learn about other things that are in many markets, for example designers for promotional media on social media or UI/UX, video editor, content creator, etc.
      But yea, i can't force you to follow my advice. Because everyone has their own way.

    • @LearnCode005
      @LearnCode005 20 днів тому

      San bro y?

  • @gamingf6421
    @gamingf6421 3 місяці тому +30

    So many new concepts learnt...Thanks a lot bro!

  • @mashapoguajay3322
    @mashapoguajay3322 3 місяці тому +7

    We can use two pointer and swap it na rev string

    • @nandeeshkalakatti4597
      @nandeeshkalakatti4597 25 днів тому +1

      function reverseString(s) {
      let strLength = s.length;
      let left = 0;
      let right = strLength - 1;
      while (left < right) {
      let temp = s[left];
      s[left] = s[right];
      s[right] = temp;
      left++;
      right--;
      }
      return s;
      }
      const input = 'hello';
      console.log(reverseString(input)); // Output: 'olleh'

    • @Surya_Sarisa
      @Surya_Sarisa 6 днів тому

      @@nandeeshkalakatti4597 strings are immutable, they can't change, the code u provided does not works.
      let s = "HI"
      s[0]="X"
      console.log(s) // output: HI

  • @redenkaiahuppala1807
    @redenkaiahuppala1807 26 днів тому +1

    Is this customer labs company interview or mock interview

  • @VimalRaj-jj6mw
    @VimalRaj-jj6mw 3 місяці тому +2

    Original or moc interview

  • @arunkumarr3890
    @arunkumarr3890 3 місяці тому +16

    Omg is not fresher interview but easy😂

  • @md_sathik
    @md_sathik 25 днів тому

    As a graphic designer, why i am watching this 😢

  • @keerthikannan8199
    @keerthikannan8199 2 місяці тому +2

    How many years of experience in this Candidate person ?

  • @yassreyt
    @yassreyt 3 місяці тому +4

    Why is there people in bg 😢

  • @rishiraj2548
    @rishiraj2548 3 місяці тому

    Good day greetings

  • @yogenderchauhan5110
    @yogenderchauhan5110 Місяць тому

    Ask members to speak loudly, voice is very low

  • @arunsks3337
    @arunsks3337 Місяць тому +1

    Do you have preparation material for frontend interviews?

  • @LearnCode005
    @LearnCode005 20 днів тому

    I will die now... Abc 😀

  • @someone668
    @someone668 3 місяці тому +3

    Sir i can't speak English language,but i speak Hindi, what i can join this interview. Please sir answer me.😢😢😢😢😢😢😢

    • @Mamiy80
      @Mamiy80 3 місяці тому +1

      U gotta learn english

  • @rishivalaparla7757
    @rishivalaparla7757 2 місяці тому +8

    I know all the qns asked in this video, still im unemployed

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

      Keep patience and try to give interview on regular basis. I am sure, selection will not be far away.

    • @ChokiOrange
      @ChokiOrange 20 днів тому

      @rishivalaparla7757 you have to know answers also. .

    • @saikashyap7571
      @saikashyap7571 6 днів тому

      That is called a fate 😢

  • @rkedits_alone
    @rkedits_alone Місяць тому +1

    Noob interview 😂😂😂😂

  • @paras.p
    @paras.p 3 місяці тому +2

    Bro asked candidates to speak loud

    • @reactjsdeveloperinterview
      @reactjsdeveloperinterview  3 місяці тому

      Try to keep at full volume. Hopefully, you will be able to hear candidate clearly.

  • @swastikjainsj
    @swastikjainsj Місяць тому

    Nice... 😂

  • @nassimkada385
    @nassimkada385 Місяць тому

    JS EDIDIDI

  • @niranjang1358
    @niranjang1358 25 днів тому

    @reactjsdeveloperinterview Sachin???

  • @codingwithankit7619
    @codingwithankit7619 3 місяці тому +1

    Condidate Sound is too low😢

    • @reactjsdeveloperinterview
      @reactjsdeveloperinterview  3 місяці тому

      Try to keep at full volume. Hopefully, you will be able to hear candidate clearly.

    • @MixMashTV_kmk
      @MixMashTV_kmk Місяць тому

      No still it's very low ​@@reactjsdeveloperinterview