How I cracked Google Interview after 500+ rejections

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

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

  • @sahilandsarra
    @sahilandsarra  3 หลายเดือนก่อน

    Try my free email crash course to crush technical interviews: instabyte.io/

    • @MD.RAJUAHMED-zg1hr
      @MD.RAJUAHMED-zg1hr 9 วันที่ผ่านมา

      sir you are asewome and im a big fan of you.i am from bangladesh.i love you so much sir and you give the non cse student path to become a software engeneer and it is very appritiate and again thank you so much from the bottom of my heart and pray for me sir.

  • @srijamarripelli3744
    @srijamarripelli3744 ปีที่แล้ว +78

    The way you look at the problems and approach to the solution is incredible! No wonder why you are at Google...

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว +5

      Thanks 🙏

    • @gteixeira
      @gteixeira ปีที่แล้ว +2

      I don't think that this is the reason they hired him. Most of the time they never ask those technical questions, they just ask a couple questions unrelated to your field then they end the interview to be never be heard again.

  • @MyCodingDiary
    @MyCodingDiary ปีที่แล้ว +40

    Your passion for programming really shines through your videos. Keep up the great work!

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว +2

      Thanks 🙏

    • @abel6298
      @abel6298 ปีที่แล้ว +3

      Read your bible! (KJV, preferably) ♥‎‎.

  • @spiffylogic
    @spiffylogic ปีที่แล้ว +11

    Ask questions.
    Look for patterns in test cases.
    Listen to interviewer feedback.
    Listen to music before the interview.

    • @gteixeira
      @gteixeira ปีที่แล้ว

      Do interviewers ever give any feedback? Most of the time they just disappear after the interview.

  • @shashankkumar3427
    @shashankkumar3427 ปีที่แล้ว +42

    What comes to your mind when you see
    1. SHOWER -> SOAP
    2. EAT -> SOAP
    is it over for me

  • @Enzoerb
    @Enzoerb 5 หลายเดือนก่อน +1

    Problem 2:50
    I would get the first and last element on the list and sum them.
    If the value is higher than expected I would sum the first and the second last
    If the value is lower than expected I would sum the second ant the last
    and continue that until finding a solution, something like that:
    def two_sum(array, target):
    first = 0
    last = len(array)-1
    sum = None
    result = None
    while result == None and last > first:
    sum = array[first] + array[last]
    if sum == target:
    result = (first, last)
    elif sum > target:
    last -= 1
    else:
    first += 1
    return result

  • @motivationimpact181
    @motivationimpact181 ปีที่แล้ว +3

    Your approach strategy is amazing and smart Big like

  • @SachinPatel-xi9fn
    @SachinPatel-xi9fn ปีที่แล้ว +11

    Thanks for always sharing motivated and useful content. Lots of new things I had learned from you soo far.
    Hope to see you one day in reality 😊

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว

      Thanks Sachin. See you soon!

    • @abel6298
      @abel6298 ปีที่แล้ว +1

      Read your bible! (KJV, preferably) ♥‎‎.

  • @archanamerla837
    @archanamerla837 7 หลายเดือนก่อน +2

    I love this calm voice, I am not looking to apply to google, but came for some tips for graduate interviews, but calm voice just managed to reduce my anxiety a little :)

  • @mio-her
    @mio-her 9 หลายเดือนก่อน +2

    Had no gray hair doing your first coding interview! hahhahaah love your dry humor! lol.

  • @VinayKumar-s9d8f
    @VinayKumar-s9d8f ปีที่แล้ว +1

    This makes sense, during interview question at amazon I thought I know this question and explained it in such complicated way with wrong solution. I think interviewer saw my thinking process, instead of exact correct solution and gave me a positive feedback.

  • @vedparkashgaba5478
    @vedparkashgaba5478 ปีที่แล้ว +3

    Again excellent motivational self experience based useful video choice of topic is also attractive for the new comers Thanks for sharing

  • @techwithkadir
    @techwithkadir ปีที่แล้ว +2

    as a result of priming many people's has a specific ] problem that i had and after watching this videos i got a more knowledge about cracking a interesting interview of google🤩🤩🤩🤩

  • @priyapundir2869
    @priyapundir2869 ปีที่แล้ว +5

    Thanks for explaining ❤❤

  • @sigmamale7914
    @sigmamale7914 ปีที่แล้ว +1

    please post a video about how to use A.I to build Resumes and portfolio websites

  • @clydeb7713
    @clydeb7713 ปีที่แล้ว +3

    If you can understand him, you'll pass with flying colors!😅

  • @anaybaid
    @anaybaid ปีที่แล้ว +2

    This is such an Insightful video sahil !! :)

  • @aravindswamy7449
    @aravindswamy7449 ปีที่แล้ว +7

    Very unique content to improve thinking, Thank you so much sir for your efforts in making these videos
    Could you please tell or make a vidoe on list of books to improve thinking ability or/and problem solving skills.Thank you sir

  • @vamshisundupalle6141
    @vamshisundupalle6141 ปีที่แล้ว +3

    Can u solve leetcode problems ,so we'll learn approaching

  • @nhfx2261
    @nhfx2261 ปีที่แล้ว +1

    Sir, many many request to you that please make a Internship course so that we can grow up with you directly..... You make people to think, that's really an amazing way to teach. I Loved it 😍

    • @abel6298
      @abel6298 ปีที่แล้ว +1

      Read your bible! (KJV, preferably) ♥‎‎.

  • @rahulroy463
    @rahulroy463 ปีที่แล้ว +2

    Make a video on chatgpt and its impact on software engineer. Will the coading job will be reduced in future

  • @gteixeira
    @gteixeira ปีที่แล้ว +3

    Don't listen to this guy, tech companies rarely ever ask coding questions. I've interviewed with many tech companies and the interviews are usually very short and only about your past. They are rarely interested in your coding skills.

    • @abdulbasith3760
      @abdulbasith3760 ปีที่แล้ว

      🤫Me who watching his video after failing ds round as the first round

  • @yadavdta
    @yadavdta 7 หลายเดือนก่อน +2

    It has been five months since my son aced three interviews with Google! 🌐👨‍💼 Despite the suspense, we're maintaining a positive and hopeful outlook. Just last week, he received an email from Google requesting his legal name and valid ID. What comes next in the process with Google, and should we continue to stay optimistic or prepare for a wait?

  • @almousafir4041
    @almousafir4041 ปีที่แล้ว +3

    Very nice thanks for sharing 👍👍👍

  • @vinaygujjula8381
    @vinaygujjula8381 ปีที่แล้ว +1

    Awesome ❤❤❤ always power couple ✊

  • @sumana4773
    @sumana4773 ปีที่แล้ว +3

    Yes sleep works it's happened to me😊

  • @kebarius6760
    @kebarius6760 ปีที่แล้ว +1

    Fantastic video! I love your channel! But…. you may have a copy/paste error in your Description, was looking for the link to the solution but I think these are the links from another video? Could you share the solution?

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว +1

      Hi Kebarius! Apologies for missing the links. I have added them now. Thanks for bringing it to my notice.

    • @kebarius6760
      @kebarius6760 ปีที่แล้ว

      @@sahilandsarra 🙏🙇‍♂️🙌

  • @sujathareddyp9444
    @sujathareddyp9444 ปีที่แล้ว +1

    thank you for motivating us sometime i will lose my confident but your videos make me increasing my confident level . how to remember coding , can you give suggestion

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

    you deserve more subscribers

  • @Dm__0612
    @Dm__0612 ปีที่แล้ว +2

    Thank you ❤

  • @jatin6578
    @jatin6578 ปีที่แล้ว

    music before interview is a great tip for sure

  • @vinodkumar-tj5tc
    @vinodkumar-tj5tc ปีที่แล้ว

    please share your opinion on data engineer and software engineeer and what is the future of both.

  • @USALifeDiaries
    @USALifeDiaries 6 หลายเดือนก่อน +1

    Can you make a vedio on google apprenticeships please? And when the applications are open for this year please?

  • @shekaibhaqmal7000
    @shekaibhaqmal7000 ปีที่แล้ว +1

    Love you sir from kabul Afghanistan

  • @MehmetDemir-xi3yy
    @MehmetDemir-xi3yy 10 หลายเดือนก่อน +2

    Isnt there a mistake at 6.00 you sort the values but second one is 44. It should be 3, 7, 15 .... 40,44,57 etc

    • @KaLu-dj7uy
      @KaLu-dj7uy 8 หลายเดือนก่อน

      That's exactly what i was thinking, thought maybe i missed something

  • @vaishnavipatil2441
    @vaishnavipatil2441 ปีที่แล้ว +4

    As I am from a tier 3 college it's difficult to connect with quality people and find a good mentor ,Is there any way out?

    • @fackyoutube8452
      @fackyoutube8452 ปีที่แล้ว

      There should be plenty of job fairs on campus you can try those

  • @ranjithprofessional3399
    @ranjithprofessional3399 ปีที่แล้ว +2

    please give us atleast one video a week , i daily keep checking videos from your channel bro

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว

      I am working on it. I have posted a video for last 5 weeks. 👍

  • @Code_JAVA268
    @Code_JAVA268 5 หลายเดือนก่อน

    Guy speaks like AI robot jokes apart you are an inspiration

  • @DSEC_SiddhantMohanta
    @DSEC_SiddhantMohanta ปีที่แล้ว +1

    your way of humour 💯

  • @anilsai449
    @anilsai449 ปีที่แล้ว +1

    i failed my interview today , i think it was similar to the previous problem but it wasn't

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว +1

      We have all failed interviews at some point. Stay strong and keep going 👍

  • @saravananarumugam250
    @saravananarumugam250 ปีที่แล้ว +1

    Bro please post a video for how to understand the leet code problem i read the question more than 3 times but i didn't understand what they asked...i lost my patience open the editorial then i realised that problem was already solved some similar topics...most of the time i failed to understand than concepts which this is?

  • @peakyblinder3753
    @peakyblinder3753 ปีที่แล้ว +4

    Hello brother.
    I am a 1st year btech cs student(course duration - 3years).Along with my study,i am doing a course on full stack development (2year =
    per day 45 minutes).I came to know DSA is very important .I want to learn DSA.should i start learning it now (along with full stack develppment) or should I wait for some more time?

    • @ko-cp9ej
      @ko-cp9ej ปีที่แล้ว +1

      Start learning DSA along with webstack

  • @Errormakesmarter
    @Errormakesmarter 9 หลายเดือนก่อน +54

    You talk like Ai

    • @NavneetYadav-i8v
      @NavneetYadav-i8v 6 หลายเดือนก่อน

      He is an AI😅

    • @lolnoob5015
      @lolnoob5015 5 หลายเดือนก่อน

      Or rather, AI talks like him

    • @Rishi-xj2iy
      @Rishi-xj2iy 2 หลายเดือนก่อน

      It is really funny🤣

    • @Mighty_Ninja_
      @Mighty_Ninja_ 4 วันที่ผ่านมา

      Bro is Bigg Boss 😂

  • @AmirGolmoradi
    @AmirGolmoradi ปีที่แล้ว +1

    Hey Sahil
    I'm Amir, A Flutter developer from Iran, and I've always followed your content on social media with great interest.
    As someone with aspirations to join leading companies like Google and Facebook , I'd greatly appreciate your insights. Could you suggest any programming Language or resources or anything that could help me on my path ??
    Your guidance would mean a lot.
    Thank you!

  • @sagarock1012
    @sagarock1012 3 หลายเดือนก่อน

    helpful, but one thing I noticed that your voice has lot of treble that needs to get cut off

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

    Hey great talk. Ur solved it skipped to answer Yea 7 I even drew it out to make sure I wasn’t over thinking it. 😂 that’s how smart people over think 😉

  • @anusharajendra389
    @anusharajendra389 ปีที่แล้ว +1

    After sorting x coordinates based on south side, 50,44 is wrongly placed right ?

  • @itenigneer21
    @itenigneer21 4 หลายเดือนก่อน

    Hello Sahil, any tips on math topics...I am preparing for google and aim to crack in one year.

  • @samiurrahman2255
    @samiurrahman2255 ปีที่แล้ว

    but sahil what will be coders good for if ai and ai powered tools like chat gpt take away the jobs of proogrammers and coders

  • @sivakumar.s2559
    @sivakumar.s2559 ปีที่แล้ว +1

    In Google interview we can you python or any language , is there any language restrictions in coding rounds in Maang

  • @sapnishlanguru
    @sapnishlanguru ปีที่แล้ว

    Bro make a video on how to get job sing LinkedIn

  • @ankitmandal-wq7lh
    @ankitmandal-wq7lh 8 หลายเดือนก่อน

    in the question there is an underscore

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

    Thank You!

  • @madmax5530
    @madmax5530 ปีที่แล้ว

    Can we use two pointer approach
    S = 0 and e = n-1;
    Run loop while s

  • @eyesopen6110
    @eyesopen6110 4 หลายเดือนก่อน

    This approach to hiring makes a degree absolutely meaningless. Since the single deciding factor is these puzzles, then "university" should only teach people to do well with these puzzles. Nothing else is important at all (experience, education) in order to get hired.

  • @JesusChristoph-xo9ov
    @JesusChristoph-xo9ov 9 หลายเดือนก่อน

    You can't memorize something you've never looked at. I call that a win 🤣😅

  • @______JeganJ
    @______JeganJ ปีที่แล้ว

    Sir i sware that i seen this interval problem yesterday and i struggled

  • @Gjffyhvgjvdy
    @Gjffyhvgjvdy ปีที่แล้ว

    After submitted the application how many days they take from me to forward my application to the next step

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

    Is degree required to be in google?

  • @MEWINGGOD-t1i
    @MEWINGGOD-t1i 5 วันที่ผ่านมา

    @sahilandsarra 2:08 TWOSOME💀💀💀💀☠☠☠

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

    very good video BUT [50,44] man...

  • @rockingchannel874
    @rockingchannel874 ปีที่แล้ว

    Confused bro, didn't understand

  • @RajarshiMukherjee-p9o
    @RajarshiMukherjee-p9o 5 วันที่ผ่านมา

    2:08 TWOSOME💀💀💀☠☠☠

  • @asktostranger8296
    @asktostranger8296 ปีที่แล้ว

    Can you please suggest which
    Programming language is best for dsa interviews

    • @coderprakash
      @coderprakash ปีที่แล้ว

      Python is best because it's syntax is very small compared to Java and c++

  • @Ramkumar-oi9bi
    @Ramkumar-oi9bi 5 หลายเดือนก่อน

    A fresher get job as sde in google is possible?

  • @ayushman_sr
    @ayushman_sr ปีที่แล้ว

    why you have voice of meditation coach

  • @robertlee1176
    @robertlee1176 ปีที่แล้ว +1

    Punjabi gangsta rap 🎉

  • @galaxyromsj9883
    @galaxyromsj9883 ปีที่แล้ว

    U are iitian graduate

  • @ghusandgamin
    @ghusandgamin 9 หลายเดือนก่อน +1

    A, SOAP

  • @shantanushekharsjunerft9783
    @shantanushekharsjunerft9783 7 หลายเดือนก่อน +1

    Punjabi gangster rap 😂

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

    Bro speaking like grils voice tone can't able to watch complete video

  • @abel6298
    @abel6298 ปีที่แล้ว +1

    Read your bible! (KJV, preferably) ♥‎‎.

  • @igu642
    @igu642 ปีที่แล้ว

    ❤❤❤❤

  • @lofi-angels7006
    @lofi-angels7006 5 หลายเดือนก่อน

    U came first I like food 😂

  • @Anshid_Km
    @Anshid_Km 4 หลายเดือนก่อน

    01:28 soap

  • @we2riruruirirfj
    @we2riruruirirfj ปีที่แล้ว +1

    2 pointers

  • @ajay7665
    @ajay7665 11 หลายเดือนก่อน

    3:05

  • @abdulazeez2222
    @abdulazeez2222 ปีที่แล้ว +1

    soap

  • @roshangeorge97
    @roshangeorge97 ปีที่แล้ว

    SOAP

  • @yt_shuvo
    @yt_shuvo 21 วันที่ผ่านมา

    soap

  • @shantanugaur5904
    @shantanugaur5904 4 หลายเดือนก่อน

    eat soap

  • @mbahemmanuel753
    @mbahemmanuel753 5 หลายเดือนก่อน

    soap

  • @its_code
    @its_code ปีที่แล้ว

    U

  • @Jdbdjdbdkdbdjjd
    @Jdbdjdbdkdbdjjd 5 หลายเดือนก่อน

    dont listen music

  • @SumitParakh1991
    @SumitParakh1991 10 หลายเดือนก่อน

    500+ rejections? Really?

  • @omkargameryt6351
    @omkargameryt6351 15 วันที่ผ่านมา

    Need to talk original voice.you slightly changed your voice

  • @kartiknarang3152
    @kartiknarang3152 ปีที่แล้ว

    Hi i want some guidance sahil sir can we talk on insta please?

  • @anjigolla4853
    @anjigolla4853 10 หลายเดือนก่อน

    SOAP