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

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2021
  • 🎉 Join Discord - / discord
    🐦 Follow On Twitter - / thedonofcode
    🤝 Get Help From Me - calendly.com/donthedeveloper
    ❤️ Become A Member - ruclips.net/user/donthedevelop...
    -
    Apply to my official frontend mentorship program:
    forms.gle/Y9zuGxzVZe154uSz8
    Disclaimer: The following may contain product affiliate links. I may receive a commission if you make a purchase after clicking on one of these links. Also, I will only provide affiliate links for apps that I've used and highly recommend.
    My #1 recommended FRONTEND course:
    scrimba.com/?ref=donthedeveloper
    My #1 recommended BACKEND course:
    boot.dev?via=donthedeveloper
    Want to come onto my podcast and ask me a few questions? Just fill out this form: forms.gle/esQMbaRjQt9SkD1XA
    My favorite todo app (Todoist): get.todoist.io/lbibntzmg4yg-H
    ---------------------------------------------------
    Many of you wanted to see what a senior technical interview looked like for software engineers. You asked, and thanks to Sophie and Dan, you shall have. Here's what an algorithm/coding portion of a senior software engineer interview can look like. I love how Sophie progressed the problem until Dan was truly challenged. How you handle that moment in the interview speaks volumes about your character and how you'll most likely handle future challenges. Enjoy!
    Host (Don Hansen):
    Linkedin - / donthedeveloper
    Interviewer (Sophie Novati):
    Linkedin - / sophienovati
    Website - formation.dev
    Interviewee (Dan Cortes):
    Linkedin - / dan-cortes-8954b345
    Website - dancortes.dev

Комментарии • 398

  • @Gabriel-nd5rp
    @Gabriel-nd5rp 2 года назад +297

    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  2 года назад +18

      Yeah props to both of them for being willing to do this on camera where it can be even more nerve-racking.

    • @ozzyfromspace
      @ozzyfromspace 2 года назад

      @@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 Год назад +3

      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.

  • @alejandrorisco4201
    @alejandrorisco4201 Год назад +19

    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 !!!

  • @ayushanand18
    @ayushanand18 Год назад +10

    This was a fantastic interview! I have seen many interviews on RUclips 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!

  • @davidlee588
    @davidlee588 Год назад +2

    This is very real, not some RUclips interview drama, thank you!

  • @jekinneys
    @jekinneys Год назад +19

    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".

  • @compncheese8358
    @compncheese8358 Год назад +8

    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

  • @nathanmartinez2630
    @nathanmartinez2630 Год назад +4

    Sophie is the best - awesome feedback post-interview.

  • @khalidm5346
    @khalidm5346 Год назад +3

    Great interview, I learned a lot with what questions to ask, and more on how to approach problems like this.

  • @mumk
    @mumk 9 месяцев назад +5

    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.

  • @gamerscouncil2262
    @gamerscouncil2262 Год назад +2

    major kudos for you guys putting yourself out there for our benefit. I learned a lot, thank you

  • @NavI11-11
    @NavI11-11 6 месяцев назад +6

    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.

  • @randy4ii411
    @randy4ii411 9 месяцев назад +1

    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 2 года назад +9

    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  2 года назад +1

      That could be interesting. Thanks for the suggestion.

  • @smallg9109
    @smallg9109 Год назад +5

    being a novice my first thought was remove the * and do an 'any' search, seems like O(n) would be pretty fast already but getting it to O(1) is neat and an interesting example of forward planning
    edit: after testing it's not possible to do it quite so easily as "c*t" fails the 'any' check unless you add in pattern checking etc which makes it much less time efficient

  • @ToreyLittlefield
    @ToreyLittlefield 2 года назад +37

    What a cool problem and solution. Definitely would've been sweating that one. Thank you Don and the participants. 🙏

  • @naveedalirehmani4135
    @naveedalirehmani4135 Год назад

    This was amazing, I need to watch more of these type of videos.

  • @iTzPiShPoSh
    @iTzPiShPoSh 2 года назад +2

    Man, this is great! Thanks for the video.

  • @aeb1305
    @aeb1305 2 года назад +33

    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 10 месяцев назад +1

      mock means not real bro

    • @ThaRealiestJEDI
      @ThaRealiestJEDI 10 месяцев назад +1

      @@stemipadpro what's the point of your comment?

    • @urlvo
      @urlvo 9 месяцев назад +1

      @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 8 месяцев назад

      After giving multiple interviews at big tech can confirm being casual doesn't hurt.

  • @juan74826
    @juan74826 5 месяцев назад

    She is a very very good interviewer, I really liked the feedbacks at the end. Amazing content, congrats and keep it up!

  • @mar-17905
    @mar-17905 2 года назад +49

    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  2 года назад +3

      Yeah, it can be a really popular and effective strategy for interviews.

    • @verb0ze
      @verb0ze 2 года назад +4

      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 Год назад +1

      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.

  • @msee254
    @msee254 2 года назад +86

    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 10 месяцев назад

      @@TheMasterUzi DANMMM

    • @Ghosty716
      @Ghosty716 9 месяцев назад

      @@TheMasterUzi What are you on about 🤣. I'm sure you would've flopped it

  • @kelvinxg6754
    @kelvinxg6754 2 года назад +20

    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 года назад +13

      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 Год назад +8

      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

  • @teryldunlap7186
    @teryldunlap7186 Год назад +317

    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 Год назад +38

      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 Год назад +51

      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.

    • @faeyn
      @faeyn Год назад +55

      @@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 Год назад +1

      Wanna mentor me and make superiour web-developing machine from myself? I have all the free time of this world.

    • @erkinyildiz2367
      @erkinyildiz2367 Год назад +21

      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.

  • @jtrenda333
    @jtrenda333 Год назад +4

    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.

  • @GravyTraining
    @GravyTraining Год назад +54

    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 Год назад +3

      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 Год назад

      @@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 9 месяцев назад

      @@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.

  • @Hz-qz5mr
    @Hz-qz5mr 2 года назад +3

    Thanks for doing this I really appreciate that

  • @yunocchika
    @yunocchika Год назад

    Wow, really great feedback from Sophie! Super helpful.

  • @benjaminmoseslieb9856
    @benjaminmoseslieb9856 Год назад

    Super beneficial to see the interview and communication process

  • @JudoboyAlex
    @JudoboyAlex 2 года назад +73

    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  2 года назад +7

      Another one should be released in the next month or so.

    • @RaZoRxan
      @RaZoRxan 2 года назад +18

      not at all dude, this is a junior interview in my reality

    • @dstn3422
      @dstn3422 2 года назад +4

      @@RaZoRxan junior to mid at best but even then definitely not MANGA tier, just your normal everyday interview

    • @angelleal3005
      @angelleal3005 2 года назад +17

      @@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

  • @dustink.5778
    @dustink.5778 11 месяцев назад

    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 11 месяцев назад

      Immediately subscribed to your channel!

  • @AonyjsViolmlar05
    @AonyjsViolmlar05 Год назад +24

    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 Год назад +1

      Same here, what are the odds 😄

    • @yvng4697
      @yvng4697 Год назад +9

      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!

  • @verb0ze
    @verb0ze 2 года назад +8

    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!

  • @kiorq
    @kiorq 5 месяцев назад

    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

  • @arcturianninja
    @arcturianninja 11 месяцев назад

    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.

  • @abdullahahmed8468
    @abdullahahmed8468 Год назад

    i loved it and i hope to see more content like this

  • @sandralane6379
    @sandralane6379 9 месяцев назад

    That was awesome thanks so much!

  • @udemyaccount4082
    @udemyaccount4082 Год назад +5

    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

  • @hongthien15
    @hongthien15 Год назад

    Amazing! thank you so much!

  • @Caucasian_Shepherd
    @Caucasian_Shepherd 9 месяцев назад +2

    This is a classic Trie problem and can be easily solved with it.

  • @tyh7388
    @tyh7388 2 года назад +6

    Really fun to watch and super helpful! Thanks a bunch Sophie and Dan! Love the videos Don. Stay awesome! =D

  • @XLpacman805
    @XLpacman805 Год назад +1

    Thank you! There's a lack of senior engineer interview prep on RUclips.

  • @_superlearner_
    @_superlearner_ 11 месяцев назад

    Very helpful and precise. Thanks for sharing.

  • @shavar67
    @shavar67 Год назад

    This was a great interview!

  • @licokr
    @licokr 7 месяцев назад

    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!

  • @nurhamsah_tech
    @nurhamsah_tech Год назад

    really helped me in deepening the javascript language 😁

  • @banatibor83
    @banatibor83 10 месяцев назад +3

    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 :)

  • @lostgoat
    @lostgoat 6 месяцев назад +1

    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

  • @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.

  • @jrhager84
    @jrhager84 Год назад +17

    Seems like a really good structure to use here would be a trie.

  • @crisi6754
    @crisi6754 2 года назад +3

    I LOVE THIS SERIES!!!! :) Thanks Don

  • @dancedeja
    @dancedeja 2 года назад

    Thanks for sharing!

  • @YunkookPark
    @YunkookPark Год назад +9

    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 8 месяцев назад

      @ 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.

  • @Josh-ge1cr
    @Josh-ge1cr 9 месяцев назад

    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.

  • @gm836
    @gm836 Год назад +1

    I've just begun learning Python/coding in general and this is daunting.

  • @arsnakehert
    @arsnakehert 8 месяцев назад +1

    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

  • @Gauravkumar-jm4ve
    @Gauravkumar-jm4ve 4 месяца назад

    very helpful thanks for sharing

  • @-.nisa.-
    @-.nisa.- 3 месяца назад +1

    This is such a good video

  • @InJunoWeTrust
    @InJunoWeTrust Год назад +5

    Tough interview. I don't see myself passing this but then again, I'm an accountant.

  • @harigtayeb2826
    @harigtayeb2826 11 месяцев назад

    This is amazing video with a lot of great helpful works very you.

  • @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.

  • @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..

  • @souravhemachandran5298
    @souravhemachandran5298 2 года назад +204

    His hairline is impressive for a senior dev

    • @minademian
      @minademian 2 года назад +5

      He's the resurrected Boris from the Bond film Goldeneye.

    • @liamconverse8950
      @liamconverse8950 Год назад +6

      I'm not really that impressed with his JavaScript fluency though

    • @hottvcschannelopedia4738
      @hottvcschannelopedia4738 11 месяцев назад +2

      @@minademian 🤣🤣🤣🙌

    • @centr0
      @centr0 9 месяцев назад

      @@minademian “I AM INVINCIBLE!”

    • @arnelgo3777
      @arnelgo3777 2 месяца назад

      💀💀

  • @Maffoo
    @Maffoo 11 месяцев назад +1

    Dan needs to discover styled components for react native - really fills a lot of the gaps with the mobile styling issues he talks about

  • @egborojie453
    @egborojie453 11 месяцев назад

    I eenjoyed every bit of this video..aweesome

  • @gg.martins
    @gg.martins Год назад +1

    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.

  • @MocBocUS
    @MocBocUS 7 месяцев назад

    i would have aced it but the follow up (multiples wildcard) question had me. For that, I was thinking toward binary search

  • @winuxworx
    @winuxworx Год назад +2

    Another way to solve this problem is to create your own function that compares a two arrays character by character. if there's an asterisk, in that particular string location then that means you have to skip that character and just compare the other characters of the word.

  • @Jliuify
    @Jliuify 9 месяцев назад +1

    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.

  • @TheAyushSomani
    @TheAyushSomani Год назад +1

    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.

  • @kb3khs
    @kb3khs Год назад +1

    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.

  • @uzairkiyani5203
    @uzairkiyani5203 5 месяцев назад

    You guys are highly professional

  • @mazthespaz1
    @mazthespaz1 Год назад +1

    i came back to this video after visiting 4 months ago and this time i did the assignment along with the video. i didn't allow reference material since guy in video didn't have any. I got what i believe is a working solution. i was thinking of some kind of tree structure at first but realized that would take too long to do. since i am learning javascript and i had just done some samples with maps, i decided to use maps to do all my preprocessing and then my lookup. assuming some kind of fast hashing is used to access elements of the map, my map solution would have ok speed. if i did only ascii characters i could have wayyy sped up the search. but i decided on an international language solution. once it seemed to work i spent the last couple minutes renaming my variables. if anyone tries out my code please let me know where it can be improved so i can use that advice on my other projects. thanks. here is my solution done in the time allowed:
    function buildSubDictionary( subDictionary, word )
    {
    const firstLetter = word.substr( 0, 1 );
    let dict;
    if( subDictionary.has( firstLetter ) )
    dict = subDictionary.get( firstLetter );
    else {
    dict = new Map();
    subDictionary.set( firstLetter, dict );
    }
    if( word.length > 1 )
    buildSubDictionary( dict, word.substr(1) );
    }
    function preprocessDictionary( wordlist )
    {
    const wordDictionary = new Map();
    for( let i = 0; i < wordlist.length; i++ )
    buildSubDictionary( wordDictionary, wordlist[i] + '#' );
    return wordDictionary;
    }
    function findWord( subDictionary, word )
    {
    if( subDictionary.size === 0 )
    return false;
    const firstLetter = word.substr( 0, 1 );
    if( firstLetter === '*' ) // wildcard
    {
    if( word.length < 2 )
    return true;
    for (let [ledder, subDict] of subDictionary.entries()) {
    if( findWord( subDict, word.substr(1) ) )
    return true;
    }
    }
    if( !subDictionary.has( firstLetter ) )
    return false;

    if( word.length > 1 && !findWord( subDictionary.get( firstLetter ), word.substr(1) ) )
    return false;
    return true;
    }
    function wordInDictionary( dictionary, word )
    {
    // all words added to dictionary have a # terminator
    return findWord( dictionary, word + '#' );
    }
    function buildAndTestDictionary()
    {
    const gameDictionary = preprocessDictionary( ['car', 'cat', 'dog', 'deer']);
    console.log( 'has *at ' + wordInDictionary( gameDictionary, '*at' ) );
    console.log( 'has d*n ' + wordInDictionary( gameDictionary, 'd*n' ) );
    console.log( 'has dee ' + wordInDictionary( gameDictionary, 'dee' ) );
    console.log( 'has d*** ' + wordInDictionary( gameDictionary, 'd***' ) );
    }
    buildAndTestDictionary();

  • @JamesSmith-cm7sg
    @JamesSmith-cm7sg 7 месяцев назад

    I'm surprised how much she helped him. It was like hand holding him to the answer.

  • @monsterclass
    @monsterclass 2 года назад +3

    My face melted off early on...good vid

    • @DonTheDeveloper
      @DonTheDeveloper  2 года назад

      That’s good. Face melting was the goal of this video.

  • @omgharajuku
    @omgharajuku 8 месяцев назад +1

    Wow this interview made me realize how dumb I sound in most interviews. No wonder I'm unemployed still lol

  • @antonmartynenko4171
    @antonmartynenko4171 Год назад +1

    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.

  • @TheYinyangman
    @TheYinyangman Год назад +9

    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 Год назад +7

      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.

  • @mazthespaz1
    @mazthespaz1 2 года назад +28

    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 года назад +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 Год назад

      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 Год назад

      @@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 10 месяцев назад

      @@mazthespaz1 I know right?? People use the word "senior" so loosely these days. It was pretty Junior-ish. Mid-senior level tops.

  • @markedwards1607
    @markedwards1607 Год назад +1

    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 😅

  • @pablotapia8237
    @pablotapia8237 Год назад +6

    i love the fact that these coding interviews still exists lol

  • @heruilin4404
    @heruilin4404 Год назад

    Sophie killed it!

  • @JianqiuChen
    @JianqiuChen Год назад +12

    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 Год назад

      true!

    • @Rppiano
      @Rppiano 13 часов назад

      There are multiple rounds. Things you have mentioned would be tested too in system design round

  • @greob
    @greob 3 месяца назад

    Thanks for sharing this, and thanks to Dan and Sophie for taking part in this exercise, that was really interesting to watch!

  • @djee02
    @djee02 Год назад

    That's a lot of high level library methods for a simple string building task. This makes it so more complicated to read.

  • @milospavlovic9512
    @milospavlovic9512 2 года назад +1

    So there is difference between finishing uni and not. We learned of trie in 2nd year at construction and analysis of algorithms class.

  • @Gigachad-bv8zr
    @Gigachad-bv8zr Год назад +1

    NIce one. enjoyed watching

  • @ShopperPlug
    @ShopperPlug 7 месяцев назад

    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.

  • @Fitnurd
    @Fitnurd Год назад

    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.

  • @ShubhamGupta-wq4ew
    @ShubhamGupta-wq4ew Год назад

    @Don, let's say if someone is in Manual testing profile and want to switch to automation using programming language like JAVA. Is this channel a good choice for those guys also?

  • @JamesSanderson85
    @JamesSanderson85 Год назад +5

    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 11 месяцев назад +1

      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

  • @pavelyankouski4913
    @pavelyankouski4913 Год назад +1

    Visual coding is so much better and flexible. I always beginning from the end, probably I am different of a common people

  • @srgeyt
    @srgeyt Год назад

    love it!!!

  • @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?

  • @acfromspace
    @acfromspace 2 года назад +1

    I was asked this same problem when I interviewed with Blue Origin after graduating college (I didn't make it haha)

  • @botlomedino7369
    @botlomedino7369 Год назад

    This video is very educational and especially Sophie is very talent. Unfortunitely, she did not see the potential power of Dan. She values Dan's skill, coding behavior, etc exactly. But in my poor opinion, it seems like Dan is a little nervous and he does not have any experinece to have this kind of technical interview before. If he puts something more a little, he will be a greate engineer.

  • @anikethnair1629
    @anikethnair1629 2 года назад +1

    This was a fantastic mock interview! I've been surfing the web this past week preparing (as an Interviewer) to find the best mock interviews to learn from. Have found a lot of takeaways as both an Interviewee and Interviewer 😄
    Thanks so much for setting this up Don. Dan, Sophie and Noa were amazing in the two mock interviews I've watched here, definitely looking forward to more of these discussions on your channel! 😀

  • @unknowproduction7109
    @unknowproduction7109 Год назад

    Is the levesthein distance a possible solution of the jolly character problem?

  • @viktorb137
    @viktorb137 26 дней назад

    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.

  • @wizzenberry
    @wizzenberry Год назад

    wow i understood this, apart from the data structure language (o) notation, looked like java?

  • @Vietnamkid1993
    @Vietnamkid1993 Год назад +1

    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.