How To Prepare For Coding Interviews (In 2024)

  Рет қаралды 53,237

Conner Ardman

Conner Ardman

Күн бұрын

Пікірлер: 45
@keifer7813
@keifer7813 Жыл бұрын
All these people aiming for FAANG, I'm just trying to get hired by literally anyone
@jn2869
@jn2869 8 ай бұрын
Same, I'm about to graduate this summer and I'm kind of freaking out. Lol
@omarmadian4264
@omarmadian4264 6 ай бұрын
@@jn2869tell me how did it go with you
@Wertasile
@Wertasile 5 ай бұрын
​@@jn2869 Same bruv, my graduation is tomorrow 💀
@organicmicrowave6989
@organicmicrowave6989 2 ай бұрын
Did you ever find a job?
@keifer7813
@keifer7813 2 ай бұрын
@@organicmicrowave6989 Nah. It's kinda over for me
@emmanoel7683
@emmanoel7683 7 ай бұрын
I was scared before watching this video, now im terrified 😥
@abdulashiq2173
@abdulashiq2173 7 ай бұрын
"We aren't training short-term memory. We are training problem-solving" Golden words 😇
@eirikram
@eirikram 9 ай бұрын
I graduated in late 2021 with a BS in software engineering, currently finishing my masters in AI and ML and have been a jr software emgineer at my first job for 2.5 years now (full stack). I feel underpayed (65k). Im nervous about exploring my options because im not very good tbh and the company I started with took me in knowing I was a beginner.
@DesiqnedBy
@DesiqnedBy 9 ай бұрын
65k with a Master's is criminal tbh, if you're able to complete a masters focusing in AI and ML, you're definitely more capable than you're giving yourself credit for
@UnpalatableTruth
@UnpalatableTruth Ай бұрын
Feeling underpaid is a psychological issue. Feel grateful to have a job you love, and are getting paid to learn. It's only the beginning of your career. Keep learning and doing what you love. Pay will come eventually.
@XavierGoncalves89
@XavierGoncalves89 Жыл бұрын
Ah yes, "please implement a trie from scratch" because that will be very useful for a frontend dev. Most interview questions deserve a chatgpt answer, as sometimes, the other person just wants you to know that they have read a book once and memorized it
@ConnerArdman
@ConnerArdman Жыл бұрын
Lol I had basically his exact interview once, but with a hashmap. They literally handed me a piece of paper and watched me implement a hashmap without saying a word to me the whole time. Was weird vibes 😅
@XavierGoncalves89
@XavierGoncalves89 Жыл бұрын
@@ConnerArdman Yikes, I wish I had the balls to ask "so is this what my project manager is going to ask of me every sprint?" or "is this what you are shipping to the users?"
@eggxecution
@eggxecution 4 ай бұрын
this is great, focusing on all fundamentals first before moving on the challenges
@markusdowney5457
@markusdowney5457 7 ай бұрын
My front end expert subscription runs out on May 25th, and I get to retry my quiz on May 8th after failing it a couple times. I have been using it for almost a year on and off during my two year web programming course. Thank you for creating it. Some of my teachers had really heavy accents, and people like me learn better from other instructors who are more in depth and clear with learning principles like you. I have practiced doing each question, like tictactoe and sudoku, on the spot with my parents too. and show them the stuff i create Thank you for making it. The quiz is tough, as you say but I reviewed it,and I'm ready to get my certificate and put it on my website and github profile. TY for making front end expert bro. You made me alot better at CSS too..
@regenosis
@regenosis 25 күн бұрын
10 YOE at none-FAANGs doing front-end mobile dev, now trying to study to hopefully transition into FAANG or FAANG-adjacent. I did interview (rejected) with Microsoft at the beginning of my journey 10+ years ago. Practicing the LCs now and comparing to the problems from back then, gotta say it's gotten SIGNIFICANTLY harder. Back then it was mostly easy-mediums and a much smaller pool of possible problems. System design problems are also FAR more academic now. Saturated and recession tech market with an uncertain future with ML and LLC, second-guessing my career path at every turn.
@MandolinSashaank
@MandolinSashaank Ай бұрын
The video length is 8:53 and the thumbnail shows 853 problems. Coincidence?
@dreamdivine401
@dreamdivine401 6 ай бұрын
Any recommendation for which courses to take for the Data Structure?
@Алексей-ш6ш9ц
@Алексей-ш6ш9ц Жыл бұрын
Hi Conner, thank you for your content!
@ARTICFR0ST
@ARTICFR0ST Жыл бұрын
Does this also apply to front end engineers?
@ConnerArdman
@ConnerArdman Жыл бұрын
For the most part yes - although with more focus on frontend interviews instead of just data structures and algorithms. You’ll want to be prepared for both.
@wallaceferreira4739
@wallaceferreira4739 4 ай бұрын
Thanks for the tips bro! You can be sure that was very useful to me.
@shivaniagrawal8090
@shivaniagrawal8090 11 ай бұрын
Amazing consolidated video, thanks a lot
@ahmeraftabpatel5933
@ahmeraftabpatel5933 2 ай бұрын
Bro destroyed my morale
@mueendotdev
@mueendotdev Жыл бұрын
Is it necessary to know how to implement tree or any other data structure in code? or you know the data structures in theory and need to learn how they are used in particular problem?
@ConnerArdman
@ConnerArdman Жыл бұрын
For trees and linked lists, you should know how to implement them because it’s like 5 lines lol. A lot of places start with an empty editor for tree questions and expect you to quickly add the class. For graphs, you should also know because there are a lot of graph questions disguised as something else and most languages don’t have built in graphs. Everything else, I think it is good information to know, but very unlikely you’ll need to use it. I did have to implement a hashmap in an interview once though 🤷‍♂️
@mueendotdev
@mueendotdev Жыл бұрын
Thanks @@ConnerArdman
@hikmatullah2131
@hikmatullah2131 Жыл бұрын
Really active for your new video. ❤❤❤
@souljarohill8795
@souljarohill8795 3 ай бұрын
These interviews honestly suck. Most of it is memory based and doesn't translate to what you do on the job IMO. Like the data structures you use and the algorithms you use are used but most devs I worked with for internships and in general don't have that stuff memorized. They just think of how they want to solve it, research it, optimize it better and then have it solved
@huseynfy
@huseynfy Жыл бұрын
Great video! Can you please make a video for front-end engineer interviews?
@ConnerArdman
@ConnerArdman Жыл бұрын
Thanks! A lot of these suggestions are the same for frontend interviews, but I made a video on frontend specifically a while back. I don’t think much has changed in my opinions here except maybe that you could utilize ChatGPT as an additional tool now. kzbin.info/www/bejne/j36QaqGGgdaYsLM
@huseynfy
@huseynfy Жыл бұрын
Thanks sir!@@ConnerArdman
@noanir7673
@noanir7673 7 ай бұрын
Great video, thanks!
@danielvisan3405
@danielvisan3405 4 ай бұрын
Thank you!
@AmanMinj_07
@AmanMinj_07 Жыл бұрын
I'm 24M don't have any job, living at my mom basement therefore, I really really want to get a job like any job. So, Is starting of with MERN would be good idea or I should look for other niche........ Any recommandation will be appriciated😅,
@pearlsilver2648
@pearlsilver2648 24 күн бұрын
lol it’s a year now , what did u end up doing?
@esihazar1270
@esihazar1270 11 ай бұрын
If I have interview in 2 weeks what should I do sir ?
@kelvinclark3474
@kelvinclark3474 8 ай бұрын
Just practice and put in your best
@shadowskullG
@shadowskullG Жыл бұрын
*Codes in scratch*
@ConnerArdman
@ConnerArdman Жыл бұрын
Bold strategy, keeps the interviewers on their toes 😂
@DupontAnsel-k8v
@DupontAnsel-k8v 3 ай бұрын
Harris Matthew Jackson Nancy Martinez Ronald
@Mythereus
@Mythereus Жыл бұрын
Step 1: Solve 1¹⁰ leetcode problems from hackerrank Step 2: Stalk the social media accounts of ceo of the company you will work Step 3: Done.
@us1them0
@us1them0 2 ай бұрын
So im screwed because im self taught and have been working for the last 8 years and dont have the time to completely go learn a school curriculum just to get another job doing what i already do. Why not just give candidates practical software to build. Trying to someone on a dumb gotcha school challenge that will never apply to what you actually do in the job is so dumb
How To Pass Technical Interviews When You Suck At LeetCode
14:32
How To Prep For Tech Interviews While Working Full-Time
11:10
A Life Engineered
Рет қаралды 66 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
How To Prepare For Coding Interviews Efficiently
10:45
Conner Ardman
Рет қаралды 72 М.
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
15:18
Fullstack Academy
Рет қаралды 381 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 829 М.
So, you want to be a programmer?
20:43
ForrestKnight
Рет қаралды 442 М.
7 Years of Software Engineering Advice in 18 Minutes
18:32
How I Passed The Google Coding Interviews
18:50
Chris Jereza
Рет қаралды 74 М.
How I Failed the Google Coding Interview (and lessons I learned)
14:24
How To Study Programming The Lazy Way
11:15
The Coding Sloth
Рет қаралды 717 М.
LeetCode: The Worst Thing to Happen to Software Engineering
8:03
Coding with Dee
Рет қаралды 151 М.
How to NOT Fail a Technical Interview
8:26
Fireship
Рет қаралды 1,5 МЛН