Senior Software Engineer Mock Technical Interview (Coding/Algorithms in JavaScript)

  Рет қаралды 677,700

DonTheDeveloper

DonTheDeveloper

Күн бұрын

Пікірлер: 407
@Gabriel-nd5rp
@Gabriel-nd5rp 3 жыл бұрын
These interviews are fantastic. Props to Sophie and especially Dan for exposing themselves like this for our benefit. Seeing Dan struggle with understanding what she was going for was really uplifting after seeing the other interview he did as an interviewer. Thanks a bunch!
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Yeah props to both of them for being willing to do this on camera where it can be even more nerve-racking.
@ozzyfromspace
@ozzyfromspace 3 жыл бұрын
@@DonTheDeveloper hey Don, could I participate in such an interview? Seems like a ton of fun. How could we set something up if you're open to it? Kind regards mate
@formationdev
@formationdev 2 жыл бұрын
Thanks Gabriel! We're glad it's helpful to get a peak into realistic interviews. We also always suggest to practice interviews from both directions, because you learn a lot giving interviews to others as well.
@NavI11-11
@NavI11-11 Жыл бұрын
I’ve always been afraid of the interview process and as a result always set it aside but 20mins in and I’m blown away. The thing that has really hit home so far is the importance of communicating your thought process. Sure he’s a brilliant programmer but he isn’t afraid to say he doesn’t know something and is extremely good at organizing and conveying is thoughts, thank you so much.
@teryldunlap7186
@teryldunlap7186 2 жыл бұрын
As a developer with 6 years experience these interviews are ridiculous. I get you need to know how someone may think about solving a problem but this isn't a real world situation solving a problem on the spot while someone is pressuring you lol. In reality if i needed to use regex for something complex i would just google it lol no one has time in a real world situation to take an hour figuring out the answer when google is right there. Interviewers should ask about experience, security, architecture and to show your code for any features you've created.
@roosterchains
@roosterchains 2 жыл бұрын
I tend to agree, I think the interviewer needs to understand that. And it is more important for the candidate to talk through a solution and outline their process vs testing their memorization of mdn web docs.
@Maverick2k
@Maverick2k 2 жыл бұрын
14 years in the industry and I can attest; these questions are absolutely absurd and as soon as I get answered one of these questions, I end the call or walk out. I'm not wasting my time on companies that value hackerrank solutions more than all of the other attributes it requires to become a competent developer.
@Numinalis
@Numinalis 2 жыл бұрын
@@Maverick2k I've been developing for 9 years. I applied to some remote jobs, and one sent me a hackerrank test. I didn't do perfectly, but I did just OK. This was not a FAANG company, so why bother testing me on dynamic programming that isn't going to ever be used on the job? Even though that company wanted to proceed with the next stages in the interview, I didn't want to. On the other hand, I had a different company which gave me technical questions about real problems that they actually experienced. As a result, I ended up taking that job.
@doistaegoista9822
@doistaegoista9822 2 жыл бұрын
Wanna mentor me and make superiour web-developing machine from myself? I have all the free time of this world.
@erkinyildiz2367
@erkinyildiz2367 2 жыл бұрын
Interviewer said you are free to look up anything you want. As an interviewee who hired 20+ developers without live test and only a sample project, I can tell that does not work. I think, if you are confident on what you can and can not do, these interviews should not be a problem. Just be yourself and work on camera just like you would off camera. The goal of this interview is to see if you are a good fit and what your level is. If you are feeling insecure or pressured, that seems to me like your way of thinking of interviews is flawed. I know being questioned on the spot is not a pleasant feeling in general, but sadly there is no other reliable way. As a response to, "Interviewers should ask about experience, security, architecture and to show your code", that is usually asked in the previous step, but all those questions can be easily faked. You can not believe the amount of people who says they can do something and when we ask them to do it, they just can not, even offline and without time pressure. It is near impossible to know full capability of developer in the matter of hours, but that is what you have to do as a interviewee. If you get it wrong, it will cost your company 6+ months.
@msee254
@msee254 2 жыл бұрын
This is one of the most impressive interview I've ever seen and tbh I would not have passed it! Sophie is a thorough interviewer and I have gained a lot from her observations
@valentinewiggin9705
@valentinewiggin9705 Жыл бұрын
@@TheMasterUzi DANMMM
@Ghosty716
@Ghosty716 Жыл бұрын
@@TheMasterUzi What are you on about 🤣. I'm sure you would've flopped it
@alejandrorisco4201
@alejandrorisco4201 2 жыл бұрын
Incredible content, I was amazed by how human it felt, making mistakes and not knowing what to do at some point is something that many of us try to avoid, but Sophie clearly pointed out that it can totally happen, and the important thing is how you deal with it rather than trying to avoid it. I'm not looking for a job right now, however, this video gave me some helpful insights about how I can improve my performance in my current work, things like asking as many questions about the problem, thinking of edge cases, and most importantly to don't rush into coding without a well planned and designed solution. Great video !!!
@Nowayjose-z2r
@Nowayjose-z2r 2 жыл бұрын
One thing I don't miss is these type of tests. I now, refuse to waste my time doing them. Every one needs to till they gain experience and as such build a portfolio. First issue is spending an hour or more on these fake tests before even talking to someone about the job, if you are a fit, how the team operates, etc. Most of those of use who have say more then 5 verifiable years pf experience for the most part and if your good, refuse jobs weekly. I had to delete and/or make repos and social media private just from spam. Funny part about this example is in the last 10 years I have yet to see, and I run more in the VUEJS circles, any actual live code like what was in the interview. I mean setting up classes etc. and not just one lining or exporting a function type of mixin. When I interview junior developers to add to my team, biggest think I look for is passion and the ability to look it up/figure it out. Almost all the people I have had to let go would ask the same question repeatedly and I don't have time to teach someone how to book mark or screen shot a section of the documents because you can't remember "npm run watch" and "npm run dev".
@mar-17905
@mar-17905 3 жыл бұрын
It started off very simple then got much harder. If I understood the interview process correctly it seems like the point of the coding interview is to see how you solve problems when you don’t know the answer to that problem initially.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Yeah, it can be a really popular and effective strategy for interviews.
@verb0ze
@verb0ze 2 жыл бұрын
Yeah, and the cool thing about these problems is that one often HAS to reconsider initial assumptions / designs, and often a simple change (in data structure for example) can reduce the complexity of the problem. Else, one ends up trying to fit a square into a circle, and this is sometimes not that obvious under pressure.
@formationdev
@formationdev 2 жыл бұрын
Hi Marlow! Different interviewers have different styles. The overall goal for the interviewer is to gather both a signal (hire/no-hire), and the stength/confidence of that signal. Similar to cell phone reception strength bars. You can have a really strong 5 bar signal for a slower 3G/4G connection, or you can have a blazing fast 5G connection but with only 1 bar. The goal of the interviewer is to measure the connection speed and get the most bars possible. Some interviewers prefer ramping up from easy to harder problems, and some prefer jumping into medium level problems and not getting any harder.
@GravyTraining
@GravyTraining 2 жыл бұрын
So, I am both a developer who has gone through many interviews as well as a current hiring manager of developers. I think that in an idealized environment this is great. In practice, it would almost never go this smoothly, and I have been the victim of this kind of scenario being abused. Asking someone to work in an environment outside their norms with direct observational pressures and stresses, things are never going to be this fluid. I think the discussion of the code was worth far more than the actual coding, and that could be accomplished with some standard example code prompts for discussion.
@erkinyildiz2367
@erkinyildiz2367 2 жыл бұрын
The only thing I object on this practice is developer not using their preferred IDE/editor. Also developer should be aware they are always free to google anything they want as long as it is in screen.
@GravyTraining
@GravyTraining 2 жыл бұрын
@@erkinyildiz2367 It's my own experience that I can talk to a developer, ask them questions, and I will be able to figure out very quickly what kind of a dev they are. You're far more likely to get a false bad read than you are by asking them about how they approach problems, what patterns they use, and that sort of thing than you are by taking them back to college-type interactions. Also, unless they're coming in as a Jr Developer there's going to be evidence and corroborating accounts as to how good they actually perform. Everyone will use the tools they're happy with. I'm not happy with this one. If you are, more power to you.
@spankyspork5808
@spankyspork5808 Жыл бұрын
@@GravyTraining "Also, unless they're coming in as a Jr Developer there's going to be evidence and corroborating accounts as to how good they actually perform." What do you mean by that? If you mean they will have references willing to speak highly of them, that is not always true. Sometimes really good devs work at really bad companies, which is especially likely if they don't live on the East or West Coast.
@JudoboyAlex
@JudoboyAlex 3 жыл бұрын
This is FAANG or now called MANGA tier frontend engineer technical interview. Watching Sophie grilling Dan with time space complexity through out the interview made me realize the importance of understanding Big O for big tech company interview. Thanks for this valuable mock up interview. We need more of this please!
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Another one should be released in the next month or so.
@RaZoRxan
@RaZoRxan 3 жыл бұрын
not at all dude, this is a junior interview in my reality
@dstn3422
@dstn3422 3 жыл бұрын
@@RaZoRxan junior to mid at best but even then definitely not MANGA tier, just your normal everyday interview
@angelleal3005
@angelleal3005 3 жыл бұрын
@@RaZoRxan I don't think a jr would know this to be honest. More like mid to SSr.
@el_chivo99
@el_chivo99 2 жыл бұрын
pretty sure this is LC med so perhaps 1 question of 5 you’d be seeing in FANG
@aeb1305
@aeb1305 2 жыл бұрын
I really liked how casual they were with each other in the interview. I was expecting more of a corporate setting as well as conversations. Great video :)
@stemipadpro
@stemipadpro Жыл бұрын
mock means not real bro
@ThaRealiestJEDI
@ThaRealiestJEDI Жыл бұрын
@@stemipadpro what's the point of your comment?
@urlvo
@urlvo Жыл бұрын
@alwinbaybay @stemipadpro you are both right, this is a mock interview but to a great extend this mirrors real life. Coding can be challenging, collaboration and conversations shouldn't be. As long as boundaries are observed.
@ajitsai3250
@ajitsai3250 Жыл бұрын
After giving multiple interviews at big tech can confirm being casual doesn't hurt.
@compncheese8358
@compncheese8358 Жыл бұрын
This guy is a genius and I recommend all to learn from his people skills as well as his approach to the code questions. Notice how in the first question he was told to use setup(), but because He didnt understand its purpose (I also dont) and didnt want to get stuck up on it he found a build around. CHEEKY!! Its all about adapting
@liftingisfun2350
@liftingisfun2350 7 ай бұрын
Actually the right thing to do isn't build around an unknown, but rather to ask questions until it's known
@ayushanand18
@ayushanand18 2 жыл бұрын
This was a fantastic interview! I have seen many interviews on KZbin but almost none covers the deep recruiter feedback that Sophie delivered. It not only helped Dan, but also helped me when I am set to interview for a company. It is just amazing to get the rich feedback and get to see what things to avoid in an interview. Thanks and Really helpful!
@JianqiuChen
@JianqiuChen 2 жыл бұрын
I don't understand why they are so obsessed with ds & algo, like only ds & algo matters? Reflection, debugging, networking, multithreading, design patterns, distributed systems, memory management, docker, inversion of control frameworks, integration tests. No one cares?? So go solve enough leetcode problems and you are senior dev?
@ceplusista
@ceplusista 2 жыл бұрын
true!
@kelvinxg6754
@kelvinxg6754 2 жыл бұрын
How come the senior technical interview is way more chill than entry-level SWE they both look so chill I appreciate you making this video looking forward to watching more videos like this you have me subscribed
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
Welcome! That's just confidence from both the interviewer and interviewee. That's what an entry-level interview can look like, but anxiety tends to get the best of most people in the beginning.
@formationdev
@formationdev 2 жыл бұрын
Hi Kelvin, a common misconception is that senior engineers have to be better at data structures and algorithms. The DS&A bar is really the same, regardless of the level, and the smarter you are is not the more senior you are! With senior candidates, having clean code and clean thought process is more important. You want to hire someone that will mentor and do code review for junior engineers and instill in them habits and patterns for writing clean code. But you don't have to be any smarter to be more senior :D
@mumk
@mumk Жыл бұрын
Special thanks to Don, Dan and Sophie for this spectacular mock interview. It definitely gave me an insight of how tech interview will be and the atmosphere is so profound and palpable even though I am sitting just in front of a computer screen! Sophie is so professional as an interviewer and I really appreciate her professionalism.
@antonmartynenko4171
@antonmartynenko4171 Жыл бұрын
with the code at 41:59 if I do isinDict('ca') it seems this will return true, but it should return false. It didn't seem like interviewer knew about it because they decided to follow-up even though problem with 1 star isn't solved. We could do 26^K (assuming we have lower-case english chars) for search and N*K(worst case) for building and memory with Trie in the worst case. alternative is K for search and (26^K) * N for building and memory. (26^K) * N (worst case with all possible permutations) could be enormous value.
@ToreyLittlefield
@ToreyLittlefield 3 жыл бұрын
What a cool problem and solution. Definitely would've been sweating that one. Thank you Don and the participants. 🙏
@AonyjsViolmlar05
@AonyjsViolmlar05 2 жыл бұрын
I'm currently learning JS Fundamentals and watching him code gives me a headache probably after 3 or more months i can understand this. Really great mock interview it motivates me more to learn new technology.
@julianvw3203
@julianvw3203 2 жыл бұрын
Same here, what are the odds 😄
@yvng4697
@yvng4697 2 жыл бұрын
hope ur still learning 🙂
@3WL2
@3WL2 Жыл бұрын
Great mindset to have, seeing something you're unfamiliar with and feeling inspired to learn is basically a key component in being a successful programmer. Just don't burn yourself out!
@davidlee588
@davidlee588 2 жыл бұрын
This is very real, not some KZbin interview drama, thank you!
@randy4ii411
@randy4ii411 Жыл бұрын
This is so refreshingly different in approach to the create a divide and conquer or binary search etc algorithm. And the feedback was really great. Thank you so much for this resource.
@joe5head
@joe5head 3 жыл бұрын
Cool content, I really like the debrief section at the end. It would be nice to see a third segment at the end where you and the interviewee reflect on the feedback from the interviewer.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
That could be interesting. Thanks for the suggestion.
@JabariHolloway
@JabariHolloway 4 ай бұрын
This is such an insightful video! It helps so much to learn, what I feel, is that Sophie cared more about the communication & social behaviors within the interview, and I feel Dan cared more about arriving at a performant solution & enjoying the coding challenge. And it's wild that both people wished there had been more space for guidance towards the solution! Hearing each person's perspective is very helpful! Thank you!
@juan74826
@juan74826 Жыл бұрын
She is a very very good interviewer, I really liked the feedbacks at the end. Amazing content, congrats and keep it up!
@YunkookPark
@YunkookPark 2 жыл бұрын
Setting up Trie in the constructor might have helped. I guess that was what Dan tried to come up with. if wildcard is provided in isIndict, you just need to iterate thru all the leaves to find the match
Жыл бұрын
Totally, that'd be more optimal, but this is just weird. Why even have a trie as a frontend dev? The space (and time) complexity of setup is O(NM^2) where N=array size and M=length per string, and it supports only one wildcard. The first solution supported multiple wildcards and would have been faster in almost every real-world scenario.
@SebInsua
@SebInsua Жыл бұрын
@ A `Trie` type structure would be reasonable if you needed to implement an `Autocomplete` that had to search through a lot of items. Maybe something a bit like a "Ticker Search" in a stock trading application -- in this case, there can be a lot of items, since there are many tradable listed companies, etc, and each would be combined into a separate pair item. There could be millions of potential tradable pairs, and if you also add wildcards in it could be very slow.
@udemyaccount4082
@udemyaccount4082 2 жыл бұрын
Ok feeling good. I got 7 years under my belt and I stopped and got through these relatively easy. I really dig what he said about how he likes to write code how he'd like to use it, and that brings me back to a good happy place in my head
@arsnakehert
@arsnakehert Жыл бұрын
First thing I thought of was storing the dictionary as a trie to optimize the runtime of `isInDict`, I think I can see the interviewer's excitement when the interviewee starts getting "warm" towards a similar solution lol And her way of leading him towards that solution without giving it away is also pretty skillful
@Caucasian_Shepherd
@Caucasian_Shepherd Жыл бұрын
This is a classic Trie problem and can be easily solved with it.
@nathanmartinez2630
@nathanmartinez2630 2 жыл бұрын
Sophie is the best - awesome feedback post-interview.
@banatibor83
@banatibor83 Жыл бұрын
Took me a while, but I would take the input array, iterate through it and generate every possible pattern per word, store it in a Map structure. The 0 wildcard case is also pattern. EDIT: during implementation I just realized I only need a set :)
@gm836
@gm836 2 жыл бұрын
I've just begun learning Python/coding in general and this is daunting.
@nyambubeauty2130
@nyambubeauty2130 Жыл бұрын
Are you still going?
@licokr
@licokr Жыл бұрын
First of all, the question is wow. I came up with the logic inside the `isInDict` function, I couldn't think of optimizing by creating a structure, and it was really impressive by how he wrote js code fast. I mean the speed doesn't matter but I believe it showed that he's fluent in a language javascript. The feedback given by the interview was also constructive and amazing. Thank you for sharing the great video!
@verb0ze
@verb0ze 2 жыл бұрын
it's funny, looking at this problem at home makes the gotchas obvious, however I'm sure if I were sitting in front of an interviewer, I'd be sweating profusely 😂. Shows how much pressure an interview environment can create!
@souravhemachandran5298
@souravhemachandran5298 3 жыл бұрын
His hairline is impressive for a senior dev
@minademian
@minademian 2 жыл бұрын
He's the resurrected Boris from the Bond film Goldeneye.
@PlasmaSnake369
@PlasmaSnake369 2 жыл бұрын
I'm not really that impressed with his JavaScript fluency though
@hottvcschannelopedia4738
@hottvcschannelopedia4738 Жыл бұрын
@@minademian 🤣🤣🤣🙌
@centr0
@centr0 Жыл бұрын
@@minademian “I AM INVINCIBLE!”
@arnelgo3777
@arnelgo3777 10 ай бұрын
💀💀
@pablotapia8237
@pablotapia8237 2 жыл бұрын
i love the fact that these coding interviews still exists lol
@kiorq
@kiorq Жыл бұрын
9 years experience, never did an interview before as I always got referred by other engineers. So super surprised how straight forward this is. Hoping my interview this week is like this. I had a few ideas alternative on how I would have solve this as well
@truzhot
@truzhot 8 ай бұрын
XDDDDDDDDDDDDDDD
@mazthespaz1
@mazthespaz1 3 жыл бұрын
I was surprised he didn't ask when first assigned the task: How do we treat capital letters? How big can the list of words be? English words? Unicode? What kinds of wildcards? What will be the longest word? supercalifragilistic? antidisestablishmentarianism? How will the code be used within the company? Throwaway? One-time? Multiple use in many apps? Will it grow so complex that we need to move it to C or webasm or faster sub-system? (should code be written to be able to easily port to other languages?) Never mentioned possibility of building a tree/graph/etc. either unidirectional or bidirectional out of the list of words for easy lookup. I thought the interviewer kept hinting to him - please do most of the work in the constructor so that lookup is fast and simple, but I don't think he understood what she was asking for.
@verb0ze
@verb0ze 2 жыл бұрын
I thought he should have asked more clarifying questions as well, especially around the wildcard functionality (particularly, how many wildcards came to mind immediately, and also, system constraints -- can I trade space to store a crazy data struct that would enable efficient lookups?). However, I'm not surprised because I've brain-farted one too many times under the pressure of interviews, and what's seemingly apparent went right over my head and the hints just didn't register 😂
@ceplusista
@ceplusista 2 жыл бұрын
thats why such interviews with coding sessions solving "real problem" is wasting time, it is not possible to solve such problems in one hour!
@mazthespaz1
@mazthespaz1 2 жыл бұрын
@@ceplusista i know a bunch of coders who could all do it in less than an hour. however, i do like when they ask several questions of increasing difficulty and challenge your problem-solving skills
@talkohavy
@talkohavy Жыл бұрын
@@mazthespaz1 I know right?? People use the word "senior" so loosely these days. It was pretty Junior-ish. Mid-senior level tops.
@JonathanTheZombie
@JonathanTheZombie 2 жыл бұрын
33:34 she’s trying to get him to generate every permutation of wildcard for each word, then store that matching word as the solution. He should be asking how to match both cat and car to ca*.
@gamerscouncil2262
@gamerscouncil2262 Жыл бұрын
major kudos for you guys putting yourself out there for our benefit. I learned a lot, thank you
@lostgoat
@lostgoat Жыл бұрын
At first glance I was thinking bloom filter/set for q1 than q2 my first thoughts were Trie where we attempt all paths when we hit a * and after you mentioned looping over the list I was thinking take prefix + try all chars + postfix to see if its in the dict
@Jliuify
@Jliuify Жыл бұрын
he's very inventive. i would created a tree node dictionary, every node is letter. and for any wildcards, search the BFS. O(n), where n is number of letters in the input. I dont understand reduce() very well.
@TheYinyangman
@TheYinyangman 2 жыл бұрын
I think he would fail the solution was syntactically clean but all his solutions had an O(n)^2 time complexity. The point is in setup you convert the array to an object or a map and in the inDict you use hash search which is object.hasOwnProperty or Map.has as both of these search methods have a time complexity of 1. I got stumped on a similar interview question the interviewer was nice enough to explain why I had gotten it wrong
@formationdev
@formationdev 2 жыл бұрын
Hi Simon. A lot of companies don't have a single pass/fail bar, most have a range of outcomes. By not having the most efficient solution, you might not get a "strong yes!" but you might be able to still pass because of the cleanliness of the solution and strong and clear communication of the thought process. We often see people put too much pressure on themselves to get the perfect solution or otherwise fail. This works if you get every question perfect, but it's not the most efficient and overall successful way to approach interviews.
@sc5shout
@sc5shout 4 ай бұрын
20:00 isn't it o(n^m)? where n - num of strings in dict; m - num of chars in a string (cuz of replaceAll)?
@PiotrVideos
@PiotrVideos 23 күн бұрын
I liked the idea of creating a class to encapsulate all the functionality as one piece of code , but the main purpose of optimization is a little bit missed. In the constructor you can call a "sort" function to sort the array of strings. This operation will cost about n*n actions where n is the array length (with bubble sort) . Then create a recursive function to do a binary search for the dictionary word while performing insensitive comparison. Binary search is much faster and is o (log n) . But before coding and before finding a solution, I would speak about the "world" that the problem is asked in: I mean, if for example we have the same question, but the data is saved in a database, then we need an index (which will "sort" the words) and then leave it to the database optimization search , on the other hand in a JavaScript "world" ,you have to work a little bit more and search for your own solution, the idea could be similar ,sort once ,then search it.
@cobrax707
@cobrax707 Жыл бұрын
My approach was to find the index where the * is and replace the letter from the dict word at this position with a * too. Then you can just dict.some(dWord => word === dWord). RTC should be O(2n)? Find the index and then loop through dict words while replacing the letter..
@dustink.5778
@dustink.5778 Жыл бұрын
Hey. Just want to say that your videos really helped me out. You are the best and coolest and the MVP. Respect for everything you do. You rock! Thanks for being so awesome!!! :)
@dustink.5778
@dustink.5778 Жыл бұрын
Immediately subscribed to your channel!
@Josh-ge1cr
@Josh-ge1cr Жыл бұрын
classic leetcode problem aka make a trie and recurse if it's a wildcard and return true if we reach end of the trie and false if a single letter is not a wildcard. time complexity depends on how long the word is / how many paths we need to take due to wildcards and space is mostly based on the call stack bc of the wildcards.
@SirEmekalo
@SirEmekalo 2 жыл бұрын
As a Senior Software Engineer myself, I felt like the interviewee is lacking some fundamentals and confidence to be hired to a Senior position. Not asking enough questions to clarify the scope of the problem is a big issue in my opinion and the complexity analysis was most of the times incorrect, when dealing with strings you always should consider the length of the words when analyzing the complexity, here are my points: The trivial solution with just an ".includes()" would not be O(n) as he said, it would be O(n*m) with n being number of words and m being the length of the strings. The regex complexity in this case is also bound by the length of the string. Around 24:30 where she asks about the big O complexity, even after the optimizations, the complexity is still O(n*m), even if the best case is O(1), because that is how you do big O complexity analysis. I would be leaning more towards mid-level seniority for this interview.
@XLpacman805
@XLpacman805 2 жыл бұрын
Thank you! There's a lack of senior engineer interview prep on KZbin.
@InStevenWeTrust
@InStevenWeTrust 2 жыл бұрын
Tough interview. I don't see myself passing this but then again, I'm an accountant.
@Rachelxxc
@Rachelxxc Ай бұрын
@@InStevenWeTrust you got it queen
@ebouls9210
@ebouls9210 8 ай бұрын
2 years later this interview is for entry level software engineers not seniors
@jtrenda333
@jtrenda333 2 жыл бұрын
This was really cool and helpful as I prepare for such interviews myself. It did not feel fake at all. I feel like I would have gotten into the “Yes” bucket, too, as I worked through the problem myself. That being said, I did have the advantage of being able to pause it and think through things in a zero-pressure situation. I thought the feedback Sophie provided was excellent. I was initially confused about the setup function as well, but that is where we’re supposed to ask better questions and she was very gracious throughout the whole process. I also appreciated her comment about needing to ask more behavioral questions to gauge seniority.
@JamesSmith-cm7sg
@JamesSmith-cm7sg Жыл бұрын
I'm surprised how much she helped him. It was like hand holding him to the answer.
@ivan3584
@ivan3584 10 ай бұрын
when Sophie talks about juniors using the standard for loop, is funny af. In a FAANG interview they will NEVER let you use the internal js methods (reduce/sort etc) because the time complexity is huge in those methods. For loops / standard loops in big companies are the only way to go, junior or seniors.
@sweetphilly2
@sweetphilly2 Жыл бұрын
31:58 wouldn't that be O(n) not O(1)? In the case of "*at" I'd assume in the worst case you'd have to iterate through the whole array of letters to find a match. Or is it O(1) b/c you're converting the word to a dictionary, initially?
@tyh7388
@tyh7388 3 жыл бұрын
Really fun to watch and super helpful! Thanks a bunch Sophie and Dan! Love the videos Don. Stay awesome! =D
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
You too!
@DaveyGuitar
@DaveyGuitar 2 жыл бұрын
This mock interview was great! So many times I have wondered how a good or bad interview goes, and especially to hear the feedback from the interviewer (because this doesn't happen in real life)...very helpful !
@Kisioj
@Kisioj Жыл бұрын
What do you mean it doesn't happen in real life? It does. Every time I had interview like this, interviewer was helpful and discussing with me.
@khalidm5346
@khalidm5346 2 жыл бұрын
Great interview, I learned a lot with what questions to ask, and more on how to approach problems like this.
@pavelyankouski4913
@pavelyankouski4913 Жыл бұрын
Visual coding is so much better and flexible. I always beginning from the end, probably I am different of a common people
@arcturianninja
@arcturianninja Жыл бұрын
Wow. Great video. Loved every second of it. Both parties were amazing. i get the interniewee's resistance to that feeling of "I'm drawing a blank here". How an individual deals with that emotion can be very varied so props to the interviewer for her great handling of the situation. She is clearly very good at what she does. As a task-oriented thinker myself the technical parts' importance far outways the non-technical but when you get the interviewing side of the job, you realize just how important behaviour and communication skills become critical factors in career growth. I'm at that point where you realize you need to train in these things to grow as a developer. Hence me watching this video :) So this was amazingly helpful.
@JonathanTheZombie
@JonathanTheZombie 2 жыл бұрын
As a senior software engineer: if I was going to interview someone, I would never waste my time on a programming problem like this. I’d rather have the candidate walk me through how they would solve it verbally.
@USELESSFACTSDAILYDAY
@USELESSFACTSDAILYDAY 2 жыл бұрын
Yea it makes sense because it shows if you really know what you're doing and have good communication skills
@floodo1
@floodo1 Жыл бұрын
The issues is that this process wasn't created by software engineers, it was created by recruiters and coding-interview-software sales people.
@jrhager84
@jrhager84 2 жыл бұрын
Seems like a really good structure to use here would be a trie.
@denissartisskis1625
@denissartisskis1625 Ай бұрын
I agree.
@torontoyes
@torontoyes Жыл бұрын
Honestly, interviewing is a blade you need to keep very sharp. It's a skill that is overlooked, often times costing you the job. Most important details after technical boils down to one thing: did, I like the person?
@ShopperPlug
@ShopperPlug Жыл бұрын
What is "isIntdict" function purpose? Setup seems to create a dictionary but what is Intdict? This interview seems easy and could be more simplified, he got any entire hour to get it right and able to debug.
@zrpalette
@zrpalette Жыл бұрын
can someone explain what she is asking for exactly in the beginning of the interview?
@markedwards1607
@markedwards1607 2 жыл бұрын
I was actually sweating for this guy when he started the class like a regular function, he later removed the parentheses and I was able to breathe again 😅
@Maffoo
@Maffoo Жыл бұрын
Dan needs to discover styled components for react native - really fills a lot of the gaps with the mobile styling issues he talks about
@debapriyachandra1767
@debapriyachandra1767 11 ай бұрын
In c++, we can use trie and solve this problem is O(Len*26) .. right ??
@felipebastosceschin103
@felipebastosceschin103 2 жыл бұрын
and here I watched the whole thing expecting more mockery, to later read again the title and see it was mock and not mocks
@guillermofergu
@guillermofergu Жыл бұрын
my thought (without really looking into it) is to just replace the * with the char at the same index in the word and then compare...seems like it would be fast ish?
@FADIK1987
@FADIK1987 Жыл бұрын
how you did not asked him to extract the determine of 6 by 6 matrix ))), I mean the interview in this vide how it should be but mostly people send you task like I mentioned or detect count of elements in cycled linked loop with only one pointer and you start hate your self because you don't know that
@JamSa85
@JamSa85 2 жыл бұрын
It can be noted for up and coming Devs not all interviews are like this. Watching these can seem very daunting, most of them are very simple and they are looking for someone who would fit in well within a team.
@themindhelp9584
@themindhelp9584 Жыл бұрын
oh thank GOd because that was terrifyingggg!!! to be honest im just at the beggining of my career..just graduated from a bootcamp so..its too much for me definitely but I enjoyed it a lot! an d learned a lot
@MocBocUS
@MocBocUS Жыл бұрын
i would have aced it but the follow up (multiples wildcard) question had me. For that, I was thinking toward binary search
@FrankPapadakis
@FrankPapadakis 2 жыл бұрын
I feel like im trapped in my current role because of how terrified I am of coding interviews. I've been working as a software developer in C# for a year and a half and I feel like I don't know anything
@Phobos123
@Phobos123 2 жыл бұрын
this feeling will remain even of senior level lol
@TheSoulCrisis
@TheSoulCrisis 2 жыл бұрын
Trust me........this feeling sucks ass lol. Imposter syndrome is real!
@naveedalirehmani4135
@naveedalirehmani4135 2 жыл бұрын
This was amazing, I need to watch more of these type of videos.
@iTzPiShPoSh
@iTzPiShPoSh 3 жыл бұрын
Man, this is great! Thanks for the video.
@viktorb137
@viktorb137 9 ай бұрын
come on regular expression look , every time you have a character like a star or a dot you look on the second position if it’s a you look for ace in the array so you can search it that way and you can make very fast search with it with a method so you start to searches or you can search backwards or you can search like for characters with the specific amount of positions of characters so free for example, and every vent has small characters in free will be excluded. In the specific test, it will be faster to search for the “t” on the end of the three letters, the search will be extremely fast.
@erngetsgood
@erngetsgood 2 жыл бұрын
I would like to have seen what his searches looked like. I have a huge blocker on what is appropriate to search and what that search looks like.
@CodeCraftersLabs
@CodeCraftersLabs Жыл бұрын
Why does she repeatedly refer to the term 'dictionary' in relation to the array parameter being utilized in this code snippet? That does not align with the concept of a dictionary in mutable data structures.
@TheAyushSomani
@TheAyushSomani 2 жыл бұрын
Wow. This channel is amazing. Thanks for bringing such interviews. I am a software engineer myself with 3+ years of experience. This video is helping my in upskilling.
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
You're welcome!
@CodingInterviewTV
@CodingInterviewTV Жыл бұрын
There are apps like Coding Interview Champ that people use to solve these LeetCode interview problems during the coding interview
@jeanmas4197
@jeanmas4197 10 ай бұрын
Never seen an interviewer for a code interview being so nice and understanding. Can you guys try to do one but this time with someone that is the total opposite of that? Meaning, pushy, judgmental, passive aggressive, I mean the whole "I'm a superstar programmer and everything you do is shit to me". Cause this is the real tough one to overcome.
@uzairmanzoor555
@uzairmanzoor555 Жыл бұрын
You guys are highly professional
@Vietnamkid1993
@Vietnamkid1993 2 жыл бұрын
As far as interviews go, this was a good one but I have to say from my experience, it kind of is a hit or miss for what interviewer you get. Some are nice, some are okay.
@kb3khs
@kb3khs 2 жыл бұрын
I could only make it through 22 minutes in due to time constraints, but I thought he should sort the string array in the setup with an O(n*lg(n)) sort complexity in the setup and then use binary search for an optimized search mechanism for O(lg(n)) search complexity. Wild cards ... didn't recall if they said the wildcard represented 0 or more characters... I don't know about that... I'll finish the video later.
@monsterclass
@monsterclass 3 жыл бұрын
My face melted off early on...good vid
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
That’s good. Face melting was the goal of this video.
@ridiculoustoysss
@ridiculoustoysss Жыл бұрын
I made a game for a client before and it has 10 mil downloads now, all of this would not happen if I had this kind of technical interview with him, because I create solution, not solve random puzzle as a time-based challenge. To think that my 10 years of experience can be defined in a 30-min puzzle challenge (which I'm very bad at), is crazy. When I interview people as a lead, I prefer task-oriented interview, that I will give you a real world task and a day to complete it, then we will review together. I believe this helps me understand the interviewee better.
@aussieraver7182
@aussieraver7182 Жыл бұрын
Im good at software development, but when im put on the spot, 9/10 I always screw up. Not too great with stakeholders, but if I'm given a specification and time, I'll be alright.
@gg.martins
@gg.martins 2 жыл бұрын
What they are trying to come up with on the coding interview is basically very similar to a Patricia Tree, which ethereum uses in a differente way in its block chain.
@Maffoo
@Maffoo Жыл бұрын
Dan made a mistake by converting from a Set to a keyed object -- the set actually does exactly what he was achieving (deuping) by keying the array; it's basically what sets are for. IMO the actual answer to this would be to (in the constructor) loop through the array, then loop twice through the length of the word, and replace both i & j position letters with an asterisk, then let it automatically remove dupes using the set. Then check against this in the main function - it basically caches every asterisk permutation I guess trees are the best method if doing something more complex, but the above "Mega Dictionary" approach is pretty fast still. What do you guys think?
@MakinBacon0651
@MakinBacon0651 Жыл бұрын
I am curious why you would need a function to check if something is in a dict. I know in python that you just call a built in method to check that. Does java not have a similar method?
@liftandshiftdev3222
@liftandshiftdev3222 2 жыл бұрын
well, I stop interview senior engineer with algo for long because mostly, they wont use much algo on the job. In code pair, i always start off with design problem and then let candidate code on solution to test their OOP skills. What i am interested in is if the candidate have good reasoning and trade off on using such design patterns. I dont see how algo help in day to day job. Most senior focus on design solution, network design, architecture. I dont want to hire senior who constantly revise uni lectures or books on algo
@floodo1
@floodo1 Жыл бұрын
You are correct and any mid to high level software engineer understand this. Sadly the hiring process at many large companies is not driven by the software engineers, rather by recruiters and infected by coding-interview-software sales/marketing.
@squidwurrd
@squidwurrd 2 жыл бұрын
Seems like you can just interact through each letter in your dictionary and check that the input words letters match. So word one character one would check if the first character in the input word matched. Then just keep doing that.
@mihastifler
@mihastifler Жыл бұрын
Guys is not senior, because everybody know that Regex can be up to O(2^m) complexity, and here is perfect place to use prefix trees
@mihastifler
@mihastifler Жыл бұрын
your common rockstar in team :)
@gp5109
@gp5109 2 жыл бұрын
Just to be sure, is this what one would consider a "leetcode test"?
@runekg
@runekg 2 жыл бұрын
The cache-all-permutations solution she guided him towards seemed very impractical in most cases.
@yega3k
@yega3k 2 жыл бұрын
It's not meant to be practical in most cases imo. It's a specific case in an interview question: simple string matching with single wildcard character. All that matters is that the requirements in this case are met.
@runekg
@runekg 2 жыл бұрын
@@yega3k I agree on principle, but I would never expect the interviewer to guide me towards a solution with exponential space/time requirements.
@davemichaelmusic
@davemichaelmusic Жыл бұрын
Agreed. In English there are 10s of thousands of words. To store each word of length k for all possible wildcards, you'd generate and insert 2^k entries (each entry can be the original letter or '*'). Many of them will be repeats, so the actual memory usage won't be as bad as storing all those combinations individually (e.g., "*a*" gets generated many times, but stored only once). Still, that's a very large blowup in memory and time complexity for building the dictionary. I would have asked her how many words she expects in her dictionary, and what the typical length is. For the implied English dictionary, this is probably not a good approach.
@lanetimepditty
@lanetimepditty 2 жыл бұрын
Okay, but why'd she keep calling a list a dictionary?
@HaseebHeaven
@HaseebHeaven Жыл бұрын
It was fun to watch but i don't see this problem for senior level developer this problem of "Searching Words in Dictionary" is entry level problem for jr Devs I guess. Senior developer focus on design patterns and architecture.
@michaelwilson367
@michaelwilson367 11 ай бұрын
When he got stuck, my brain went to storing an array of arrays of the letters in each word. So in the example you'd store [ [ c, c, b ], [a, a, a ], [ t, r, r ] ] initially, then when you check the word you just loop through each letter and do checks like if ( letter !== "*" && !dict[0].includes(letter) ) { return false; } else { //idk...store index of matches and check those positions for the next letters? } ...no idea the time complexity though. It seems like it's small-ish though, unless the words themselves can be arbitrarily long strings.
@djee02
@djee02 2 жыл бұрын
That's a lot of high level library methods for a simple string building task. This makes it so more complicated to read.
@davidcarroll4850
@davidcarroll4850 Жыл бұрын
Enjoyed watching how others interview candidates. I also use a very conversational style and iterative approach when conducting coding interviews. Great job and thanks for sharing. ------------------------ Improved Approach to Support Wildcard Character(s): ------------------------ The space complexity for the approach taken to support the wildcard character(s) was still larger than it had to be. By creating every possible variation of each word with a wildcard character, the space complexity was O(n * k) where n is number of words in the array and k is the character length of each word. This increases exponentially if creating every combination of wildcard characters for every character position and as the word length increases. -------- Example: -------- ['cat'] -> ['cat', '*at', 'c*t', 'ca*', '**t', 'c**', '***'] Increasing the array isn't necessary. This could have been reduced to O(1) (or constant space complexity) with the following approach: - While looping through the array of words, update the current word to contain the wildcard character in the same index positions found in the input value. - Then, return true if the modified current word equals the input value. Here's a version of the code to better illustrate: playcode.io/1462862
Front End Mock Technical Interview | JavaScript, CSS, React, and Algorithms
1:33:39
FAANG Level Mock Software Engineer Interview (JavaScript)
1:00:05
DonTheDeveloper
Рет қаралды 39 М.
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
How I Failed the Google Coding Interview (and lessons I learned)
14:24
Mock Technical Interview - Javascript Developer Entry Level
1:36:22
Tech with Nader
Рет қаралды 509 М.
Full Stack Mock Interview | Interview Questions with Software Engineer
1:01:31
Interview Kickstart
Рет қаралды 14 М.
Entry-level JavaScript Mock Interview
1:20:23
DonTheDeveloper
Рет қаралды 16 М.
Confessions from a Big Tech Hiring Manager: Tips for Software Engineering Interviews
20:16
React Coding Interview Ft. Clément Mihailescu
47:08
Conner Ardman
Рет қаралды 141 М.
Google Coding Interview With A Facebook Software Engineer
49:59
Clément Mihailescu
Рет қаралды 954 М.
Software Engineering Job Interview - Full Mock Interview
1:14:29
freeCodeCamp.org
Рет қаралды 1,6 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН