𝐑𝐞𝐚𝐜𝐭𝐉𝐒 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 𝐈𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰 𝐍𝐨-𝟑𝟒|𝐅𝐫𝐨𝐧𝐭 𝐄𝐧𝐝 𝐈𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰| 𝐆𝐨𝐭 𝐒𝐄𝐋𝐄𝐂𝐓𝐄𝐃🎉

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

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

  • @reactjsdeveloperinterview
    @reactjsdeveloperinterview  6 หลายเดือนก่อน

    Those who want to give mock interview can mail on 𝐩𝐫𝐚𝐜𝐭𝐢𝐜𝐞𝐦𝐨𝐜𝐤𝐬𝟐𝟐𝟑@𝐠𝐦𝐚𝐢𝐥.𝐜𝐨𝐦
    I have given around 100+ interviews(30+ uploaded of mine) and accordingly your interview will be taken.
    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...

  • @hasibrawal1697
    @hasibrawal1697 7 หลายเดือนก่อน

    Please upload videos regarding mangerial round or cto round … or project based questions how you handle that

  • @keerthanas6713
    @keerthanas6713 8 หลายเดือนก่อน +2

    That was really helpful! But it'll be much more helpful if you could share your resume, atleast the format that it has! Because resume plays a major role in getting interviews now a days.

    • @reactjsdeveloperinterview
      @reactjsdeveloperinterview  8 หลายเดือนก่อน +4

      Hi,
      The vital thing due to which the resume do get selected is due to projects. Mainly, if you have worked on e-commerce domain that would be a great plus.
      I have done projects related to E-commerce, PWA and healthcare domain.

    • @keerthanas6713
      @keerthanas6713 8 หลายเดือนก่อน

      @@reactjsdeveloperinterview Thank you!

    • @thrinadhvenkata2315
      @thrinadhvenkata2315 8 หลายเดือนก่อน

      ​@@keerthanas6713please share all interview questions so we can also crack easily like you

    • @keerthanas6713
      @keerthanas6713 8 หลายเดือนก่อน

      @@thrinadhvenkata2315 I haven't got any interview so far dude. I'm not receiving any interview calls.

  • @HS-om5ee
    @HS-om5ee 8 หลายเดือนก่อน

    For first program you can use a function that return
    return arr[0].chatAt(1)===arr[1].charAt(0)

    • @jvenkatonline
      @jvenkatonline 8 หลายเดือนก่อน

      I think it will not work - charAt will check just a character (only one letter) but we have to check two words. For example, arr[0] is 'Hello' and arr[1] is 'ello', then it will return 'true', if something else, it will return 'false'. No need to use if and else for returning just true or false. For example, just write 'return arr[0]===arr[1]'. Thats it. If both are equal or same, it will return true otherwise false.

  • @akash_gupta_2090
    @akash_gupta_2090 2 หลายเดือนก่อน

    var a = ["boy","oy"];
    function verify(arr) {
    let a = arr[0];
    let b =[...arr[1]];
    for(let item of b) {
    if(!a.includes(item)) {
    return false
    }
    }
    return true
    }
    verify(a)

  • @TheHiddenHorizonss
    @TheHiddenHorizonss 8 หลายเดือนก่อน +1

    Hi Bro , Can you please tell if you are getting the calls through referrals or direct apply.😊

    • @reactjsdeveloperinterview
      @reactjsdeveloperinterview  8 หลายเดือนก่อน +2

      Hello bro, I applied directly for this interview. I do have applied for other companies through referrals as well.

    • @Addy-mi9tn
      @Addy-mi9tn 8 หลายเดือนก่อน +2

      Bro are u applying from some sites or what's the process of applying

  • @harshalbihade6928
    @harshalbihade6928 8 หลายเดือนก่อน

    for how much yrs of exp was this interview and u got selected?

  • @engineersfami1y
    @engineersfami1y 8 หลายเดือนก่อน

    Please help when I run react app so it's not add html and css . It's terminal shows 254 package funding

    • @compilejs110
      @compilejs110 8 หลายเดือนก่อน

      Use vite

    • @myytsubscribers9143
      @myytsubscribers9143 8 หลายเดือนก่อน

      Or parcel.js

    • @jvenkatonline
      @jvenkatonline 8 หลายเดือนก่อน

      @@compilejs110 npx or npm also will work. vite will just a new approach to create the react app faster. vite is not a solution I guess.

    • @jvenkatonline
      @jvenkatonline 8 หลายเดือนก่อน

      When are you getting the error? After creating the app or did some changes, you are getting the error.

  • @The_Builder_Bobs
    @The_Builder_Bobs 7 หลายเดือนก่อน

    just compare the length of 1st and 2nd element and return

  • @ronakladkat3160
    @ronakladkat3160 8 หลายเดือนก่อน

    All these 34 interviews are yours?

  • @cipher8571
    @cipher8571 7 หลายเดือนก่อน

    a.includes(a[a.length-1]) this will work

    • @vaasukeeran1820
      @vaasukeeran1820 7 หลายเดือนก่อน

      if order of letters change, it won't work

  • @rishiraj2548
    @rishiraj2548 8 หลายเดือนก่อน

    👍👍