5 Major MISTAKES that gets you REJECTED | Engineering Interviews

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

КОМЕНТАРІ • 116

  • @striver_79
    @striver_79  3 роки тому +30

    Insta pe follow kar sakte ho: Striver_79
    .
    Comments me bataye aap aur konse mistakes karte ho usually, inme se ek kabhi kia h ?

  • @akashlad482
    @akashlad482 3 роки тому +251

    Video Summary:
    1. Avoid global variables
    2. Don't alter given data
    3. Modularize code using oops
    4. Get clarity about problem asked
    5. Use relevant function, variable name & edge-cases

  • @mohitladia
    @mohitladia 3 роки тому +46

    Use camelCase while declaring variables and mehod name.

  • @akashjaiswal6478
    @akashjaiswal6478 3 роки тому +18

    Really informative video, I have taken course from coding blocks and they write code according to these points, earlier I use to think why they are wasting time like this but now I understand it, thanks a lot, keep posting these amazing stuff.

  • @tanmaymahato2202
    @tanmaymahato2202 3 роки тому +45

    ❌Aastik
    ❌Nastik
    ✅Sarcastic
    😅

    • @garimasingh1221
      @garimasingh1221 3 роки тому +1

      lol...i was searching for this comment XD

  • @angshuman_roy
    @angshuman_roy 3 роки тому +7

    Hi Striver,
    As you discussed about the case of not altering the data if a approach available for without altering input data , but if there is a case where altering the data takes O(n) time complexity and space as O(1) and without alteration method takes O(1) time complexity and space as O(n), which one should we prioritize first ?? Better Time complexity or better space complexity ??

    • @striver_79
      @striver_79  3 роки тому +6

      The space optimisation was due to you altering data and not using an external ds. So you are not saving space instead you using the space given to you. Hence I said.

    • @angshuman_roy
      @angshuman_roy 3 роки тому +1

      @@striver_79 Ok, got it , thanks

  • @armaanpathan1856
    @armaanpathan1856 3 роки тому +6

    One of the best don'ts video on DSA interview 😎

  • @tannukumari5144
    @tannukumari5144 3 роки тому +33

    And when i thought ki ab mko pata h ki interviewer ko kaise ds algo k questions answer krne h...you uploaded this video😂😂... thanks a lot...all the 5 points were really informative 💡 specially the one about global variables, btw why global declaration of variable is a bad practice ?

    • @AnkitSharma-dx5yy
      @AnkitSharma-dx5yy 3 роки тому +9

      They can be altered by any function in the code which is not considered good

    • @tannukumari5144
      @tannukumari5144 3 роки тому +3

      thanks a lot🌝

  • @sarahroberts7984
    @sarahroberts7984 3 роки тому +15

    Hi Striver, as you suggested that we shouldn't modify the input data. Does that mean that we should avoid solutions that involve sorting?

    • @striver_79
      @striver_79  3 роки тому +9

      If there exists a similar complexity solution without modifying, go for that, this is what I meant ..

    • @sarahroberts7984
      @sarahroberts7984 3 роки тому

      @@striver_79 got it, thanks.

  • @rangeyraghav130
    @rangeyraghav130 3 роки тому +5

    Blue Screen. ❌
    Green Screen❌
    Yellow Screen yes

  • @abhishekkumarsingh887
    @abhishekkumarsingh887 3 роки тому +5

    Ye toh ab pakka hogaya ki naye setup room mein deewal yellow colour ka nhi rhega aap se jada focus deewal pe ja rha hai baki green screen toh sambhal hi lega😂

  • @nafeeskausar_d0125
    @nafeeskausar_d0125 3 роки тому +2

    Kya Baat Striver Bhai ke le thoko Taali..

  • @asifbasheerkhan2855
    @asifbasheerkhan2855 3 роки тому +1

    Got it bhaiya!

  • @yogeshsangtani5341
    @yogeshsangtani5341 3 роки тому +1

    Thanks Striver, It was very helpful!

  • @abhishekusrathe6243
    @abhishekusrathe6243 3 роки тому +1

    Thanks for the tips ,it was very helpful.👍

  • @tejassrivastava6971
    @tejassrivastava6971 2 роки тому +1

    Can we name a subfunction as help()?
    How to know that the solution proposed by me is optimal?
    How to think of edge cases for different problems?

  • @adityapandey2514
    @adityapandey2514 3 роки тому +2

    what's written on rest of the t-shirt? btw very informative video.
    PS : got it from comments.

  • @TECHADVICETEAM
    @TECHADVICETEAM 3 роки тому +5

    Aastik
    Nastik
    ????
    last wala kya tha bhaiya bta do warna raat ko nind ni aaega xD??

  • @prashantrawat5466
    @prashantrawat5466 3 роки тому +1

    🖤🖤 thanx bro means a lot

  • @biswajitsamal2408
    @biswajitsamal2408 3 роки тому

    Thanks for the tips @Striver

  • @shiladityabose7770
    @shiladityabose7770 3 роки тому +3

    Are templates can be used in the coding round and in technical interviews that are used for cp contests?

    • @striver_79
      @striver_79  3 роки тому +4

      Noh

    • @shiladityabose7770
      @shiladityabose7770 3 роки тому +1

      @@striver_79 what a fast reply 👀

    • @pool477
      @pool477 3 роки тому +1

      @@striver_79 if no then how can we solve problems which requires stack, queue and also priority,
      And even vectors?? 😳😳

  • @RamKumar-ov1si
    @RamKumar-ov1si 3 роки тому +2

    Aptitude ke baare me ek video bnao bhai

  • @rakshitpuri4192
    @rakshitpuri4192 3 роки тому +3

    Bhaiya what if the other solution which doesn't modify the input uses more space? Which one to use?

    • @striver_79
      @striver_79  3 роки тому +2

      The other one, if you are saving space just by using the given array, its not a good solution.. you can use an extra map or something..

    • @rakshitpuri4192
      @rakshitpuri4192 3 роки тому +1

      @@striver_79 ok thanks bhaiya. Great video!

  • @vishalyadav2985
    @vishalyadav2985 3 роки тому

    Thanks for the info 🙏🙏

  • @domod481
    @domod481 3 роки тому +1

    Striver bhaiya ek video How to handle edge and corner cases pe banao Pleassssssssse!!!
    I mean how to think about these cases and get accepted in first attempt

  • @sujan_kumar_mitra
    @sujan_kumar_mitra 3 роки тому

    Thanks for sharing the tips.

  • @allwell8570
    @allwell8570 3 роки тому

    Thank you bhaiya
    Want more such videos🙏

  • @bipashabhattacharjee7674
    @bipashabhattacharjee7674 3 роки тому +4

    My cgpa is 7.3 upto 5th semester but couldnot fulfill the minimum criteria for faang jon especially for microsoft me . please tell me what to do could i improve it

  • @keshav2113
    @keshav2113 3 роки тому +10

    T-shirt pe third cheej ky hai ? 😂

    • @striver_79
      @striver_79  3 роки тому +14

      sarcastic ..

    • @ritikabhatt2370
      @ritikabhatt2370 3 роки тому +1

      Mujhe lag hi rha tha sarcastic hoga😅

    • @kuldipmochi
      @kuldipmochi 3 роки тому +6

      Mene puri video me yahi dhyan rakh raha tha sayad kuch dikh jaye 😆😆

    • @nikhilnagrale
      @nikhilnagrale 3 роки тому

      @@kuldipmochi 😂😂

  • @sanchitkhare7977
    @sanchitkhare7977 3 роки тому +2

    9:23 Can you tell more about what categories the interviewer has?

  • @ahishnar1568
    @ahishnar1568 3 роки тому

    Much needed video.🙏🙏🙏
    Thanks Bhaiya.

  • @syedaqib2912
    @syedaqib2912 3 роки тому

    Thanks for the video

  • @sumitkumarjha6984
    @sumitkumarjha6984 3 роки тому +1

    Can you make an internship calender?

  • @x_x3557
    @x_x3557 3 роки тому +1

    Could anyone please give some example of modifing the data while solving the problem ?

    • @ankitdas7532
      @ankitdas7532 3 роки тому +1

      2 sum problem :
      Approach 1: Sort the array and run 2 pointers. Since you sorted the array the order of elements in the original array is changed .So data was modified.
      Approach 2: Use a hash map. Iterate over the array and search its complement in hashmap. If found , you got your pair else store the element in map.
      In this approach the order of elements in the original array is preserved . So data is not modified.

    • @x_x3557
      @x_x3557 3 роки тому +1

      @@ankitdas7532 But that's kinda unfair

  • @shirinjain2994
    @shirinjain2994 3 роки тому +1

    Hey striver.
    Dp qns are commonly asked in interviews.
    And in top down, dp array is initialized globally.
    Itna to acceptable hai na ? (else pass dp array as paramter)

    • @striver_79
      @striver_79  3 роки тому +1

      Main pe dp initialisation kr k pass parameters

    • @shirinjain2994
      @shirinjain2994 3 роки тому +1

      @@striver_79 Thanks for reply

  • @shadabkouser2446
    @shadabkouser2446 3 роки тому +1

    What is the third checkbox in the tee?😂

  • @Lalit_Shirsath
    @Lalit_Shirsath 3 роки тому

    I like your "hai ki nahi" by the way great content as usual ❤️

  • @vodnalasricharan1323
    @vodnalasricharan1323 3 роки тому

    Really helpful 👍

  • @code_kraft7
    @code_kraft7 3 роки тому +3

    BHAIYA APKI VIDEO DEKH KE LAGTA HAI INTERVIEW CRACK KRNA NOT A BIG DEAL BS, YOU JUST NEED RIGHT GUIDANCE AND CONSISTENT PROGRESS.

  • @naro.tam_
    @naro.tam_ 3 роки тому +2

    bhaiya Nastik e neeche kya tha??

  • @dharsan.s7937
    @dharsan.s7937 3 роки тому +1

    Bro use soft light for video shooting

  • @ravisahu4658
    @ravisahu4658 3 роки тому

    thanks

  • @priyanka-bl4hb
    @priyanka-bl4hb 3 роки тому +1

    Hi sir I'm currently pursuing my btech from a tier 3 college I have a year gap between my btech and 12th will this effect my placement please sir reply. I have took the gap to prepare for jee mains I couldn't make it but i have got knowledge.sir please reply 🙏

  • @kuldipmochi
    @kuldipmochi 3 роки тому +9

    Aastik Nastik and last me kya he?

  • @lankesubramanyam3284
    @lankesubramanyam3284 2 роки тому +1

    Bro
    Can u pls tell the podcast videos in English so that everyone can understand , (Example -South Indians don't know hindhi so that they can't understand what u r telling that why I am giving suggestion - If it's possible pls try to tell in English as well as hindhi
    I am from AP .

    • @dpxy1599
      @dpxy1599 2 роки тому

      then south bastards should not watch this video tell your creators to create videos in your langugae dont piss here bsdk

  • @abhishekhorton79
    @abhishekhorton79 3 роки тому +1

    Or me sirf code accept hojaye yr vohi bhut he baad me approach dekh lunga baakio ke

  • @RupamSasmalYt
    @RupamSasmalYt 3 роки тому

    Thanks bhaiya❤️ how much development is needed for interview or placement?

  • @sarthakzalte9159
    @sarthakzalte9159 3 роки тому

    Golden Rules✨

  • @rajatsran5213
    @rajatsran5213 3 роки тому

    Just woww

  • @eshagusain9718
    @eshagusain9718 3 роки тому

    helpful

  • @juhaar4508
    @juhaar4508 3 роки тому +2

    shirt par kya likha tha

  • @Kumar08
    @Kumar08 2 роки тому

    Can some one explain what is edge case in DSA problems?

  • @DeepakGupta-vg4cr
    @DeepakGupta-vg4cr 3 роки тому

    Bhai cp course kb aarah h

  • @0123-g3n
    @0123-g3n 3 роки тому

    Ye test case kya hota he

  • @sudinjana4402
    @sudinjana4402 3 роки тому +1

    Bhaiya kya hum stl use kar sakte hei interview mey??

  • @jivanninawe3190
    @jivanninawe3190 2 роки тому

    Bhahiya dp continue karo na

  • @neerajkashyap01
    @neerajkashyap01 3 роки тому

    T shirt 👍

  • @pankajpanday6351
    @pankajpanday6351 3 роки тому +1

    bhai kisi normal jagah beth ke video bnao.....avoid this background and have proper lighting.....trust me mein ni chahta itna acha content sirf video quality ki wjah se khrb lage.

    • @striver_79
      @striver_79  3 роки тому +1

      Light kam lg rha h kya :o

    • @pankajpanday6351
      @pankajpanday6351 3 роки тому

      @@striver_79 kam??.....meko sunglasses laane pde iske lie!

  • @SumitSharma-do2uc
    @SumitSharma-do2uc 3 роки тому +6

    Almost strivers every video is sponsored....🤑🤑🤑🤑

    • @takeUforward
      @takeUforward 3 роки тому +12

      🤭🤭 all because of your support..

    • @SumitSharma-do2uc
      @SumitSharma-do2uc 3 роки тому +9

      @@takeUforward 🤭🤭 all bcoz of your content

  • @m.s.nabhiram1532
    @m.s.nabhiram1532 3 роки тому +5

    this channel is mostly for relevel promotion lol

    • @striver_79
      @striver_79  3 роки тому +14

      Nah, I get around 10-12 brands per month, but I promote the ones which I feel are relevant.. I personally like the concept of relevel :) The amount is almost negligible tbh.
      P.S: Promotions will always be a part of youtube. Anyways it should be okay as long as you getting it all in free :)

    • @jayadubey_22
      @jayadubey_22 3 роки тому +2

      @@striver_79 relevant relevel😅
      Why all teachers are joining unacademy😅

    • @striver_79
      @striver_79  3 роки тому +15

      One line answer: the reason you are wanting to get placed at FAAANG and not settle at tcs digital :)

    • @jayadubey_22
      @jayadubey_22 3 роки тому +1

      @@striver_79 🙁

    • @AmanKumarSinhaOfficial
      @AmanKumarSinhaOfficial 3 роки тому +1

      @@striver_79 Bca wale ke liye bhi kuch bata do... Bhaiya...

  • @VivekSingh-cy9hy
    @VivekSingh-cy9hy 3 роки тому +1

    I like your 👕 😂

  • @nishantmishra9679
    @nishantmishra9679 3 роки тому

    Thanks