5 common LeetCode mistakes with Coding Interview Prep - Java Brains

  Рет қаралды 103,946

Java Brains

Java Brains

Күн бұрын

Пікірлер: 117
@humaidkidwai
@humaidkidwai 4 жыл бұрын
5 Mistakes: 1. The details aren't always there (ask questions in an Interview) 2. Working Code ISN'T everything (improve your efficiency) 3. Your code isn't evaluated, YOU ARE! (think out loud) 4. Focusing on things that don't matter (don't worry about comparative statistics on Leetcode) 5. Not practicing in the right setting (practice without autocomplete/syntax highlighting using a whiteboard/pen-paper) *Aspects like how you communicate, listen and respond to things matter as much as your coding skills*
@adityachowdhury3098
@adityachowdhury3098 4 жыл бұрын
Thanks for saving 14:49 minutes of my life. Back to LeetCode.
@dhruvpurwar6642
@dhruvpurwar6642 3 жыл бұрын
Thanks bro
@Live-hh6li
@Live-hh6li 3 жыл бұрын
Thanks
@lenny1526
@lenny1526 3 жыл бұрын
thanks! ☺️
@mdmasudurrahman851
@mdmasudurrahman851 3 жыл бұрын
What would be the possible solution of "Coding Interview Prep" alternative ways....? Does anybody help me to find out?
@ashishshukla9742
@ashishshukla9742 4 жыл бұрын
This man is a legend 💯
@alrightymedia
@alrightymedia 4 жыл бұрын
Normal People: Builds Java Application . . . Javabrains: Builds people's career
@skullwise
@skullwise 4 жыл бұрын
I spent my day watching your entire javascript playlist for the second time. 😇Your diehard fan🙏
@vyshnavramesh9305
@vyshnavramesh9305 4 жыл бұрын
Finally on Leetcode. Have been following your videos since 2016. Your J2EE, Hibernate, SpringBoot, Mocroservices playlists were my interview prep materials so far. There is a huge demand for quality vidoes on these topics and you provided it clean. Hats off! FYI: Theres also a rising demand on DSA. I think you could put a focussed playlist on DSA Qs from Leetcode, Geekforgeeks and CTCI. An example I would give is of Sam from BytyeByBte. You both have similar kind of approach. Best wishes!
@atulchavan4330
@atulchavan4330 4 жыл бұрын
First thing in the morning, opened LeetCode but I had to finish my coffee. I thought, lets start with Java Brains. Opened KZbin and here he is with LeetCode tips. Thanks for this. Coffee tastes really good with your video.
@krishnasishray418
@krishnasishray418 4 жыл бұрын
Hi Kaushik,Why don't you make a playlist on ds and algo using java for real world Interview?? I am great fan of yours.Thanks😊
@karthikmucheli7930
@karthikmucheli7930 4 жыл бұрын
As someone who did 400+ problems on leetcode religiously for 5-6 months to prepare for interviews, I did all the mistakes this video highlights. Leetcode may absolutely improve your logic, but it will not prepare for interview. I struggled with white board interviews which are very important. To top of all this I lost job opportunites where they asked me the exact same questions I solved earlier even when I could correctly answer them(was just not able to explain comprehensively), and have come to realization that leetcode is only a part of preparation.
@KentHervey
@KentHervey 3 жыл бұрын
Great video. #4 is telling: It is the one thing on the list that reveals a way that whiteboard interviews don't test real world ability. In the real world, we do have an IDE
@chinmaydas4053
@chinmaydas4053 4 жыл бұрын
Please make a comprehensive and full video on future of mobile apps development.. and sir start making videos on mobile apps development..we expect a lot from you because you teach very easily and you are the most trusted youtuber..👍🙏🙏..
@amitsharma-ri3qk
@amitsharma-ri3qk 4 жыл бұрын
First like and view.. Waiting for docker tutorial with spring boot
@sivaganesh4489
@sivaganesh4489 4 жыл бұрын
Yes mee too
@writecleancode
@writecleancode 4 жыл бұрын
You could use Google's Jib plugin in your Maven pom file and that automatically containerises your application and pushes it to a container repository such as Docker-hub.
@shyjuthankachan3645
@shyjuthankachan3645 4 жыл бұрын
💯 correct. Before jumping into solution you can explain your approach. You can get all clarifications at this point. You may not need to write sort code( or custom code) every time - before writing check with interviewer whether you can use standard library. If you forget some syntax or stuck at some point don't be down, speak out. This is also a way to find team players. If you are not getting an algorithm with nlogn or n complexity, don't worry start with exponential time complexity algorithm and optimise it in second iteration.
@sjpt1434
@sjpt1434 4 жыл бұрын
U r the one...plz finish all courses as soon as possible. Thanks for your help
@coding_kit
@coding_kit 3 жыл бұрын
Just in less than 15 minutes, this legend solved all my quarries. Thank you.
@karthikgotrala580
@karthikgotrala580 4 жыл бұрын
Not sure if you already created video over Big(O). If not, Would like to listen about the topic from you.
@paraschawla3757
@paraschawla3757 4 жыл бұрын
In most of the cases, runtime complexity in leetcode is directly proportional to how better time complexity of your solution is. Same with memory is directly proportional to how better space complexity of your solution is.. This is the best possible way a MACHINE can judge your solution...I find this as a pretty cool feature.. Couldn't agree much on 4th point. Rest points are very valid, thanks
@chetan_bommu
@chetan_bommu 4 жыл бұрын
This will be of a lot of use for me personally. What I follow as of now: Steps: 1, 2, 3 Problems I have to overcome: Step 4, 5: I am so addicted to IDE, even while participating in any competitive challenge, I first write code on IDE, test it and then push this code to coding platform (obviously cmd + c & cmd + v though). This video opened a new challenge for me to not focus on % faster & stop using IDE for competitions.
@mashrur123
@mashrur123 4 жыл бұрын
This is an incredibly valuable point. Could not agree more.
@Avinashkumar-fo2bu
@Avinashkumar-fo2bu 4 жыл бұрын
Waiting for your videos on ds and algorithm... An approch of developing the problem solving ability 💪😄👌
@debasishchakraborty4196
@debasishchakraborty4196 2 жыл бұрын
Thanks Kaushik for such valuable inputs while using LeetCode, will keep in mind, very insightful this was!!
@nishadkumar7322
@nishadkumar7322 4 жыл бұрын
+Java Brains I strongly agree with your advices. Thank you for that. However, for point 1, though LeetCode provides sample test cases and examples, it is our responsibility to ensure we understand how to consider each scenario before we start coding. This in fact is a blessing in disguise by LeetCode in my point of view. It gives you a glimpse of different cases your code has to work under and in the long run, it is in our hands to ask questions in the real interviews to clarify such scenarios. I hope I make sense here.
@sarathbabu7689
@sarathbabu7689 2 жыл бұрын
This video help me to understand the what are the quality really looking for... Thanks you Sir
@大盗江南
@大盗江南 3 жыл бұрын
Thanks buddy, ur channel helps me so much since 5 years ago. once again! super thank you! u r amazing
@maheshrokade5
@maheshrokade5 3 жыл бұрын
Awesome ...........Very Helpful....
@LifeHack-p2
@LifeHack-p2 2 жыл бұрын
Please make video series on how to start with competitive programming 🙏.....
@SurendraBabuK
@SurendraBabuK 4 жыл бұрын
Could you please continue this course atleast with 30 videos?
@dishantkumawat7508
@dishantkumawat7508 4 жыл бұрын
please do more videos for nodejs ..........................it was awesome
@josephnairpudupermanil8679
@josephnairpudupermanil8679 2 жыл бұрын
Awesome tips Kaushik.
@SusilVignesh
@SusilVignesh 4 жыл бұрын
Bro you are awesome. You channel is different than others. You improve other's Careers by videos and tips. Thank you very much bro.
@nishabagdwal
@nishabagdwal 3 жыл бұрын
I am a fan, sir. You are doing an amazing job. Your videos are always inspiring and so full of knowledge.
@Souless-Monster
@Souless-Monster 4 жыл бұрын
damn, I love your videos so much. Never expected to enjoy a programming and tutorials channel this bad!
@shashanksetty8110
@shashanksetty8110 4 жыл бұрын
Please make a video on implementing linked lists and trees in java, I can't seem to find any tutorials that explain as well as you do.
@piyushpareek8259
@piyushpareek8259 4 жыл бұрын
Coding simplified KZbin I learned from there
@jeffreyt999
@jeffreyt999 4 жыл бұрын
Thank you for these great tips. I made these same mistakes. Fyi during these covid times, i am hearing and experienced interviews where candidate types the code solution in coderpad or other online editors. So definitely work on simple editors at the least.
@htl211085
@htl211085 4 жыл бұрын
Hi Koushik, I am a fan of your channel. I got one concern which is not related to this video. Will MacBook Pro with 8gb ram be enough for programming with Java, Python? I also use Docker. Thanks.
@nishantingle1438
@nishantingle1438 4 жыл бұрын
1. Ask Questions 2. Make your code Readable 3. Interviews evaluate you & not your code 4. Focus on time & space complexity 5. Have habit of writing instead of only typing Bonus Tip: LeetCode is only about programming Interviews are about person:person interaction.
@GJ22
@GJ22 Жыл бұрын
What excellent advice, ty.
@bestvenkatesh
@bestvenkatesh 4 жыл бұрын
Excellent !! Waiting for the docker and k8s/RKE end to end development and deployment tutorial.
@tumul1474
@tumul1474 4 жыл бұрын
thanks man ! that was very helpful
@nimeshdere2630
@nimeshdere2630 4 жыл бұрын
Hey Kaushik, How are you man.. We didnt seen you online from a month.. I hope you are doing good.. Your way of teaching is excellent.. Hope your doing good man.. Thank you for being us teacher..
@chandanpadalkar7516
@chandanpadalkar7516 4 жыл бұрын
You are always spot on to the point 👍
@vivek5562
@vivek5562 4 жыл бұрын
Sometimes the interviewer just writes down the question in a piece of paper with a sample example and you have to write code for it. No interaction whatsoever is expected.
@gokuls9929
@gokuls9929 2 жыл бұрын
This was helpful.
@siddumahipathi4714
@siddumahipathi4714 4 жыл бұрын
Waiting for the video microservices 4 with Ribbon,zull..with realtime example
@nithingowda8350
@nithingowda8350 4 жыл бұрын
Mistake 1: 1:48 Mistake 2: 5:43 Mistake 3: 7:47 Mistake 4: 9:18 Mistake 5: 11:23
@matrixRule127
@matrixRule127 4 жыл бұрын
Downloaded this! Thanks a lot!
@seemantshekhar43
@seemantshekhar43 4 жыл бұрын
My instinct says u are from india, is it so? there is some sort of familarity when i watch your lectures. These videos are super informtaive and much beneficial. lots of love
@codewithhanoak
@codewithhanoak 4 жыл бұрын
This is really a very useful video. Nice...
@Mahi47XI
@Mahi47XI 2 жыл бұрын
I have following him on from years, he never disappoints, I feel like I'm reading a Human book, his voice is also very satisfying
@manitejachinni5863
@manitejachinni5863 3 жыл бұрын
Best information
@maheshm3273
@maheshm3273 4 жыл бұрын
sir please make a series on microservices. you are the best.
@abhaythakur8572
@abhaythakur8572 4 жыл бұрын
excellent video and waiting for nodejs videos
@sathwikchintalapudi1243
@sathwikchintalapudi1243 4 жыл бұрын
very helpful Thank you kousik
@shekabhivlog3998
@shekabhivlog3998 3 жыл бұрын
Love your videos how do you create the background music?
@alittlecoding
@alittlecoding 2 жыл бұрын
really helpful
@jaggis4914
@jaggis4914 4 жыл бұрын
Great points! Thanks
@animeshpandey8727
@animeshpandey8727 4 жыл бұрын
Thanks Sir. This is just what I needed in this lockdown.🙏
@shobhitraj8416
@shobhitraj8416 4 жыл бұрын
Yes sir I'm following those things
@muhammedsalim1252
@muhammedsalim1252 4 жыл бұрын
Hello.. can you please make a coding programs for all datastructure in java.. like DAG, etc.. challenging questions that may ask in interview from datastructure
@curtdudeanmol9393
@curtdudeanmol9393 4 жыл бұрын
Awesome videos , appreciate the efforts
@ChetanVijay29
@ChetanVijay29 4 жыл бұрын
Please make video series on mocking and reactive programming
@autoexec5367
@autoexec5367 Жыл бұрын
I wonder if Koushik made the background music. :)
@codegeek8256
@codegeek8256 4 жыл бұрын
Looking good, in this tough times
@kongbullies6709
@kongbullies6709 4 жыл бұрын
hi sir can you make a video on how we can host our java spring-boot app in the internet? and your recommended hosting platform thanks!
@zahedahmed7116
@zahedahmed7116 4 жыл бұрын
Thanks sir for information us
@kelkarpranav
@kelkarpranav 4 жыл бұрын
Amazing video! 2 suggestions : Brightness is little bit too much here, was difficult focusing on your face throughout the video. Music is little louder.
@deeproy7292
@deeproy7292 3 жыл бұрын
neat trick😎
@prabu2778
@prabu2778 4 жыл бұрын
In which order I should learn You don't know JS? And how many parts of this book available?
@nitinsingh-en8to
@nitinsingh-en8to 4 жыл бұрын
Can we expect some system design stuff in future???
@anil2009
@anil2009 4 жыл бұрын
Microservices what you teach are enough for a beginner to survive in industry??
@mihuhih2186
@mihuhih2186 2 жыл бұрын
this leetcode time and memory speed estimation is not precise. sometimes for the same code there are different % results and difference can be huge - estimation changes from 10% to 70% after clicking "submit" button second time.
@danpopescu8219
@danpopescu8219 4 жыл бұрын
thanks for this great video
@imjeffreylee
@imjeffreylee 4 жыл бұрын
Super helpful video
@bantypatel7267
@bantypatel7267 4 жыл бұрын
You are great 👍
@nirmalrahulsarma1
@nirmalrahulsarma1 3 жыл бұрын
Sir I also practise from codeforce.But why codeforce problems are more tough than hackerrank??
@nandhureddythippareddy9201
@nandhureddythippareddy9201 4 жыл бұрын
Waiting for devops stuff😍😍😍😍
@AryanChaurasia10
@AryanChaurasia10 2 жыл бұрын
Is it normal to forget solution you saw in comments and after few days still forgetting?
@rakesht.j664
@rakesht.j664 4 жыл бұрын
Then can you please upload video according to coding interview preparation.......
@amitsah590
@amitsah590 4 жыл бұрын
Hello sir, sometimes logic not come even i spend so much time on that particular coding problem. So my question is can i see others solution? or any better idea if you help? please
@nitinagrawal6637
@nitinagrawal6637 4 жыл бұрын
Good points to follow but these points need to be understood & followed by interviewer also. As all such points will be working like mutual agreement for the whole interview process & any of the parties of this interview engangement don't follow these then we are again to point 0.
@imkrrishnayak
@imkrrishnayak 4 жыл бұрын
Hey Koushik, can i give u a simple trick to be a youtube learning superstar! Just start a playlist of big data learning!
@supriyakavuri1988
@supriyakavuri1988 4 жыл бұрын
Hi sir Can we have video on concurent hash map changes in java 8
@devashishbakare522
@devashishbakare522 2 жыл бұрын
Wow!!
@galaxiegalaxie5003
@galaxiegalaxie5003 4 жыл бұрын
Hello, could you make some videos about ktor kotlin server side :)
@codegeek8256
@codegeek8256 4 жыл бұрын
Hey Koushik do you have a PhD?
@js__talks
@js__talks 4 жыл бұрын
You are awesome
@anug14
@anug14 3 жыл бұрын
leetcode could rate the code on readability too. new feature
@sujan_kumar_mitra
@sujan_kumar_mitra 4 жыл бұрын
Can you make a video on Spring Security + Spring Social to login and register using Google and Facebook? There aren't good tutorials for Spring Social and integration with Spring Security.
@vyshnavramesh9305
@vyshnavramesh9305 4 жыл бұрын
I just did one using Github SSO. Its there in the official doc of Spring. Pls chek.
@sujan_kumar_mitra
@sujan_kumar_mitra 4 жыл бұрын
@@vyshnavramesh9305 can you please share the github link of your project? You can remove the api keys...
@sundaramjha1776
@sundaramjha1776 4 жыл бұрын
You r not making video from last 1 month. Is there is any problem?
@mdkpuja2010
@mdkpuja2010 3 жыл бұрын
Hi Koushik, Could you please make video on BufferedReader vs Scanner, which could take long array as input, for example: 10^8 values.
@sanketsultan2348
@sanketsultan2348 4 жыл бұрын
sir please upload node js seriese
@ramiiii
@ramiiii 4 жыл бұрын
Dim that light man.
@TheMomDaughter
@TheMomDaughter 4 жыл бұрын
Could you please remove the background music..kinda hard to concentrate. Thanks for the videos though. They are great.
@ChetanVijay29
@ChetanVijay29 4 жыл бұрын
Atleast Webclient and junit for Webclient
@roshanwijendra8537
@roshanwijendra8537 4 жыл бұрын
don't put background music
@PramodSingh-tr9uk
@PramodSingh-tr9uk 4 жыл бұрын
Is he eating mentos?
@momsmagic8593
@momsmagic8593 4 жыл бұрын
Geeksforgeeks is also there
@ajaib1313
@ajaib1313 4 жыл бұрын
😍💚
@mohammedjawadkalburgi2208
@mohammedjawadkalburgi2208 4 жыл бұрын
God 🙏
@karthikshinde6739
@karthikshinde6739 4 жыл бұрын
R u an Indian???
@mediaz2129
@mediaz2129 4 жыл бұрын
Although Java Brains is a channel that provides quality content and advice, i totally disagree with this one. First of all sites like hacker rank, leetcode ... has a very specific purpose, help you be good at problem solving. They serve that purpose very well. Now you mentioned about the time complexity is important, not runtime they show on leetcode etc, time complexity shows the rate at which runtime grows there are cases where a O(n^2) algorithm performs better than O(n) approach because the upper bound of n was reasonable lower and approach of both algorithm were different, so can find all these cases only if am practicing on these kind of sites. And the point about the auto complete. Most of the time interviewers allows to write pseudo code, in interviews they want to check your programming skill not your memory power. And yes there are specific cases where remembering methods are important such as in interview for a specific language role, java developer, python developer, c++ developer etc, in these cases knowledge of language is important. And about readability yes it is very important to write readable code as a software engineer, being an engineer myself during my work i use good variable name and comments, but when it comes to competive prgmg i use x, y, z as vaiable names, there is no silver bullet for all scenario, depending on the scenario you have to choose what works, there are always trade offs, this is also an essential skill that one should have as an engineer. And I don't think interviewers will judge you for code readability on the code you write during an interview when time is extremely constraint to solve a problem. If you really want to judge someone's code for readability look at there GitHub projects. Reducing the number of lines does not result in a good readable code but sometimes it does. For example by using lambdas in java. All in all these platforms provide you good opportunity to get better at problem solving. And they are not the ultimate answer to the question "how to become a good engineer ". So don't blame it for the things it is not meant for.
What is the JavaScript event loop really all about - Java Brains
8:26
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
Nurse's Mission: Bringing Joy to Young Lives #shorts
00:17
Fabiosa Stories
Рет қаралды 19 МЛН
Apple peeling hack @scottsreality
00:37
_vector_
Рет қаралды 124 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 4,7 МЛН
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
4 Spring Boot Mistakes to AVOID in 2024
15:18
Java Brains
Рет қаралды 59 М.
Detect Capital - LeetCode Interview Coding Challenge [Java Brains]
25:09
5 Problem Solving Tips for Cracking Coding Interview Questions
19:12
Most Tech Interview Prep is GARBAGE. (From a Principal Engineer at Amazon)
12:57
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 636 М.
The LeetCode Fallacy
6:08
NeetCode
Рет қаралды 502 М.
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
15:18
Fullstack Academy
Рет қаралды 369 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 649 М.
What is OAuth really all about - OAuth tutorial - Java Brains
10:56
Nurse's Mission: Bringing Joy to Young Lives #shorts
00:17
Fabiosa Stories
Рет қаралды 19 МЛН