Front End Mock Technical Interview | JavaScript, CSS, React, and Algorithms

  Рет қаралды 272,332

DonTheDeveloper

DonTheDeveloper

Күн бұрын

Пікірлер: 191
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
Here's a code sandbox link to the template for these problems. JS questions are in "/vanilla-js-qs/index.js" and the React app is in "src/App.js": codesandbox.io/s/vanilla-js-react-pokedex-i7clq
@inordirectional
@inordirectional 3 жыл бұрын
I would be super happy to work on a team lead by Dan. Seems like a great mentor and an easy guy to get along with
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
He absolutely is. He ended up being a great mentor and friend to me.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
It looks like this podcast episode was well received. I'm glad it helped so many people! If you'd like to see more mock interviews, what other types of interviews would you like to see? Reply to this comment with your ideas. I'd love to hear them.
@taeril1
@taeril1 3 жыл бұрын
Hi there, really loved this one. It's great opportunity for people to get some ideas and preparation for interviews. How ever, for me it was even better for other reasons, because I'm working on two jobs, when I get home, i don't really have time watching others coding, rather I spent this little time coding on my own. Though, i have time on my job listening Podcasts etc, that's why I like your channel as well, so I really liked this one, even without watching it I could follow it and even learn something new. What I would like to find or listen is someone coding their project and talking and explaining steps, similar to what they were doing here. Usually, developers just code, talk here and there what they are doing, but missing lot of things out, and if you aren't really watching, you can't really figure out whole process. Well, I'm not really sure there's much interest for this, but if you think this would be interesting to your audience, i would definitely like it
@philipbeauford
@philipbeauford 3 жыл бұрын
Please get Dan to just do a few more of these same type of React focused interviews but with different candidates bc each will have different skill levels and performance which would be great to learn from, seeing the differences from candidate to candidate.
@taeril1
@taeril1 3 жыл бұрын
@@philipbeauford Don does whatever Don wants, no need to ask me to get him to do anything, as I really don't have any such power to make Don do anything (though, if I'm completely honest, I'm writing this little sweet script that will make Don make my all wishes come true, but please, don't let anyone knows about this one, this will be our little secret and when I have it done, I'll make Don realise your wish as well, agreed?). I was simply giving suggestion based on my experience, so can you to as well, and I believe Don understood your wish as writing it for him and not for me, but I couldn't help to make fun of it, I'm sorry
@pretto417
@pretto417 3 жыл бұрын
Please make more! At Onja Madagascar, we use this video as an example of good interview technique.
@marktellez3701
@marktellez3701 2 жыл бұрын
It is really well done!
@licokr
@licokr Жыл бұрын
He's a great mentor who seniors should be, and also the interviewee has a good attitude. Under the pressure, he kept asking questions and requesting feedback, and he was waiting for until the feedback had done. Everyone would face difficulties when they start learning for the first time. I believe that attitude is more important than skills for the future. I'm sure the interviewee is going to be a great senior. Thank you for sharing the video. It's absolutely amazing.
@Kelz_369
@Kelz_369 3 жыл бұрын
This is a really great video... i was literally pausing between some of the questions to solve them on my own. Would love to see more interview content like this :-)
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
I just released another mock interview today that gives a peak into a senior software engineer interview. Check it out here. kzbin.info/www/bejne/r5vYZa2tgLiln6s If you'd like to participate in an entry level backend mock interview (on the podcast), just share your email with me here and I'll be in touch. forms.gle/r6cs4X6kR38sWAZV6 Thanks!
@alexl4853
@alexl4853 3 жыл бұрын
This gives me so much confidence! I think I’m ready for a job! Thank for this!
@n_fan329
@n_fan329 19 күн бұрын
38:40 tab.filter(val => val.name).map(val => val.name)
@a_drunk_carry371
@a_drunk_carry371 2 жыл бұрын
I'm finding this also a year later, but thanks for this video! I'm a tech recruiter and often have frontend applicants ask about the on-site interview process. A peek into how things go after we switch hands over to the engineers helps a ton. Both in helping the candidate be well prepared and in me knowing the deeper level things on certain stacks.
@jessicachen8865
@jessicachen8865 3 жыл бұрын
This is a great mock interview and as an aspiring developer myself, gives me a lot of insight of what kind of questions I can expect and what my general knowledge/skill should be at. Thank you!
@pratikgajjar6183
@pratikgajjar6183 28 күн бұрын
49:07 if you're using await, you do not need promise (then function). You can simply await the api call and return data.json().result.
@melandau
@melandau 3 жыл бұрын
function sum(...args) { return args.reduce((acc, val) => acc + val, 0) }
6 ай бұрын
const sum = (num1, num2) => num1+num2;
@TheVideogamemaster9
@TheVideogamemaster9 3 жыл бұрын
As someone who already has experience doing pokedex projects as far back as 2017, I'm so hyped that I could've fully completed the project (with css styling) within the allotted time. If my interviews are anything like this, I'll be a frontend engineer in no time!
@guerra37
@guerra37 3 жыл бұрын
Very helpful, informative, and very well put together. I have an interview this week and this video helped A LOT. Thanks to all parts involved, great stuff.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Good luck with the interview.
@xrr-1
@xrr-1 3 жыл бұрын
I wish frontend interviews in India were this awesome. All questions that are asked in this interview are used in the day to day life of a FE engineer. There are some companies here that reject if we don't memorize the latest version of a framework/library.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
I've heard many stories similar to what you're sharing. You're definitely not he only person in India that feels that way.
@xrr-1
@xrr-1 3 жыл бұрын
@@DonTheDeveloper true. great video, would be great if you guys can also do this with a senior frontend engineer as the interviewee.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
@@xrr-1 As the interviewer or interviewee?
@xrr-1
@xrr-1 3 жыл бұрын
@@DonTheDeveloper interviewee
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
@@xrr-1 Why’s that?
@laszloekovacs
@laszloekovacs 2 жыл бұрын
Thank you. This gave me some confidence boost. I am stuck in tutorial hell for such a long time I don't even want to reveal. I always worried everyone codes like in the 30 second fireship vids. Sadly you never see how it really looks like.
@jpm8288
@jpm8288 3 жыл бұрын
10:20 starts the technical questions
@Akash-yr2if
@Akash-yr2if Жыл бұрын
Most Chilled Interviewee ever born
@ozzyfromspace
@ozzyfromspace 2 жыл бұрын
the interviewer is an incredibly patient dude, mad props to him. the react section was particularly painful ngl. I hope the guy interviewing for the position has made even more progress since then 🙏🏽☮️
@usernamediv
@usernamediv 2 жыл бұрын
Thank you so much for doing these! They are extremely helpful! I think one thing that would be really cool is having access to the codepen or interview questions so that we can try the problems out ourselves before watching.
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
You're welcome! You're not the only person to suggest that. I'll reach out to Dan to see if he still has those links available.
@liezlmier1687
@liezlmier1687 2 жыл бұрын
me too I lke to try coding this as well
@wesatat
@wesatat 2 жыл бұрын
@@DonTheDeveloper Did he have the link?
@barcalona55
@barcalona55 2 жыл бұрын
Wow I got all the HTML and CSS questions correct. Gives me confidence now.
@scottmillion
@scottmillion 3 жыл бұрын
If this is an average technical interview then I'm way beyond ready. Let's go! Got one tonight.
@senorarty6745
@senorarty6745 2 жыл бұрын
any updates?
@UvstudioCaToronto
@UvstudioCaToronto 2 жыл бұрын
The average interview I've had is more challenging than this.
@malcolmharris7363
@malcolmharris7363 2 жыл бұрын
He took it really easy on him. These questions are not to be expected on standard interviews.
@akashuday7107
@akashuday7107 Жыл бұрын
Agreed generally they are way harder😭😭
@Last6251
@Last6251 Жыл бұрын
@@UvstudioCaToronto ю
@rrrrrrrojan
@rrrrrrrojan Жыл бұрын
this is a gold mine. I had one interview, if I would rate my performance it would be below 50%. I knew what to do, how to build projects(using google, documentation and so on). But, I was unable to explain very simple things in clear way. Anyway, really helpful video, it inspired me, give me bit of hope that I can make it as developer, I need more time to learn, and improve communication and interview skill.
@Ohcheesewhiz
@Ohcheesewhiz 3 жыл бұрын
Seriously such a great video! I was feeling really nervous and unconfident for my interview but after watching this I hope it is actually like this. Super confident after watching this. Thanks for making this! Hope you guys can do more like this.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
I'm glad this gave you a confidence boost. You got this!
@consoledoterror971
@consoledoterror971 3 жыл бұрын
How did the interview go for you?
@fragrantbloom
@fragrantbloom 2 жыл бұрын
How did it go!?
@deepseablu91
@deepseablu91 2 жыл бұрын
I have a frontend engineer interview next week!! My dream job!! 🥺 Thank you so much for doing this!! Also, love the Pokemon theme 💚💚💚
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
Haha thanks. Good luck with the interview.
@AnonymousWolfx
@AnonymousWolfx 2 жыл бұрын
Hey Gabrielle, How did it go?
@lifeincentralvalley9430
@lifeincentralvalley9430 2 жыл бұрын
Great job! I liked it, could you do more front end engineer interviews like this one? There's not a lot of resources on FEE interviews
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
Thanks. What things would need to be similar and what would need to be different for another FE mock interview to be valuable to you?
@oktadoputra872
@oktadoputra872 2 жыл бұрын
@@DonTheDeveloper i think some technical coding interview, like hackerrank etc.
@alechemy
@alechemy 3 жыл бұрын
Awesome video. For any curious about the final, "hardest" question in the JS lightning round (the one that deals with Promises and async/await), here is one solution: const delay = (n) => { return new Promise((resolve, _reject) => setTimeout(() => resolve(), n)); } (async () => { console.log("Testing delay"); await delay(1000); console.log("Testing delay end"); })()
@alfredwindslow1894
@alfredwindslow1894 3 жыл бұрын
Yes, also an even cleaner option is to just do setTimeout(resolve, n), since you aren’t passing any arguments into resolve and you’re only calling resolve in the callback, you can just directly use resolve as the callback.
@CreeperCatsGaming
@CreeperCatsGaming 3 жыл бұрын
Thank you for uploading these mock interviews, they really help boost my confidence and show me what I need to improve on.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Glad to hear it. You're welcome.
@swtlynn93
@swtlynn93 2 жыл бұрын
Thank you for sharing this! It gives me so much more insight as I’m still on my self-taught journey as a FE Dev. It’s nice to know that they actually give you prompts. I thought they just show you a random website and say, “okay, share your screen and build” - which is extremely intimidating. I hope this is exactly how majority of the interviews are because my brain isn’t creative enough to just “build” a website. Based off of this video, it really seems like it’s a lot of “how you think” and “what you’re thinking” and “how are you executing this code”.
@Wanderer2035
@Wanderer2035 Жыл бұрын
I noticed it’s easy to fall into the trap of focusing on and learning a lot of the big stuff like frameworks, JavaScript, databases etc, but not on the small easy fundamental things, so small that it’s overlook and that’s how the interview can catch you off guard. Like css specificity and html webpage formatting, those things are really easy, but so much so that it’s easy to forget about and that’s why it can be challenging. So we should not only focus on the big things but also the small fundamental things.
@ultronsam1214
@ultronsam1214 Жыл бұрын
@29:33 The dot dot dot parameter is known as Rest Parameter. More efficient than the argument keyword (pseudo array-like). I guess!
@polyAesthetics
@polyAesthetics 3 жыл бұрын
Nice Don! Thanks to Dan and Noa!
@bakihanma1865
@bakihanma1865 3 жыл бұрын
this was an awesome interview , I haven't gone through any interviews myself yet , but it gives me hope that I'm getting closer to start applying for jobs, since all these tasks seemed to be pretty basic
@costcomembership4617
@costcomembership4617 2 жыл бұрын
wait.. im a noob at javascript and have been learning react for about a week, and these questions are pretty easy. is this the difficulty of an average frontend technical interview?
@horne1395
@horne1395 Жыл бұрын
this seems too easy tbh.
@andrewwoan
@andrewwoan 3 жыл бұрын
This was an amazing interview. Thank you so much for sharing this video it's super helpful.
@jpm8288
@jpm8288 3 жыл бұрын
When he brought out the pokedex problem and wanted him to solve it on the spot, I started to get worried lol. I would shit my pants if they wanted me to put all that together in 25 minutes in an interview. Seems more like a take home problem. Also, it would be nice to have a link to some of these mock problems. I would like to try the pokedex problem myself.
@riceball100
@riceball100 3 жыл бұрын
Would love to see a mid-level to senior level coding interview around 4-5 years of experience kind
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Here you go. kzbin.info/www/bejne/r5vYZa2tgLiln6s
@kinxori
@kinxori Жыл бұрын
I feel like most of the interviews I've had for a Jr role are mid-level 💀💀💀
@iheachochristian807
@iheachochristian807 Жыл бұрын
Write a function that takes two strings A and B and return whether B is in A in case-sensitve way const checkChar = (string1, string2) => { return string1.indexOf(string2) >= 0; } console.log(checkChar("Obinna", "Ob"))
@claraharmonson2181
@claraharmonson2181 2 жыл бұрын
This video is pure gold!!! Thank you so much for this. please have more interviews coming!!!
@crisi6754
@crisi6754 3 жыл бұрын
This was awesome bro! Thank you so much for this!
@abrahamosas7129
@abrahamosas7129 2 жыл бұрын
super grateful for this mock interview video. It really helped boost my confidence
@shabnamnaaz4676
@shabnamnaaz4676 3 жыл бұрын
this interviewer is really sweet.
@kevinchaplin672
@kevinchaplin672 3 жыл бұрын
Front End dev job interview in two days, very useful, thanks guys.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Good luck!
@SatoshiSky
@SatoshiSky 7 ай бұрын
2 years late but how'd it go? Are you a Front End Developer?
@kevinchaplin672
@kevinchaplin672 7 ай бұрын
@@SatoshiSky lol Not sure if it was this one, but I got a job in the end. I think the numbers were something like 1000 hours of study, 100 job applications, interviews at 5 companies (some of them up to 3 interviews) and `1 job offer! It was just a contractor job, so worked there for a year and now in my second job, full-time at a very nice company and a great team. To anyone reading this, just hang in there, don't over think it, just keep working and you'll get there.
@TheMeepPlay
@TheMeepPlay 2 жыл бұрын
I just recently went on a interview where the person ask me to build a single app with react with fetch, saving data, forms, pages, validations, with all methods to save the new data from the form, basically a crud, delete with a popping ui to ask if you are sure of the delete, and all of that 1 hour, i felt really discourage cause i wasnt able of doing it all, and it was my first interview for a junior job...
@eldowado
@eldowado 2 жыл бұрын
That is such a large task, especially if you weren't expecting it. I think that interviewing in itself is a skill that we need to work on - I personally am here because I am pretty well established a developer by now, but I never really had to interview for any of the roles I got. Be encouraged, and I that you at least took something away from that interview!
@TheMeepPlay
@TheMeepPlay 2 жыл бұрын
@@eldowado ty, yeah at least it was worth the experience!
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
Sounds like a lot of fun. Stop focusing so much on finishing the challenge, and enjoy the process. Talk with the interviewer. Have fun!
@hirekaanmanasseh4692
@hirekaanmanasseh4692 2 жыл бұрын
This was really an amazing mock interview really gave me a good insight on how a frontend technical interview is , Thanks a lot for sharing, Please would love to get the starter code, if possible for the react interview to try and test myself and also try to time myself while doing it
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
I just pinned a new comment with the code sandbox link.
@hirekaanmanasseh4692
@hirekaanmanasseh4692 2 жыл бұрын
@@DonTheDeveloper Thanks alot
@joeblack5638
@joeblack5638 Жыл бұрын
Nice. Thanks for the interview!
@madhusudhan4001
@madhusudhan4001 2 жыл бұрын
Shout out: --- "I KNOW THIS IS MOCK INTERVIEW BUT IF YOU CAN SOLVE THIS IN GIVEN TIME, WE WILL GIVE YOU JOB IMMEDIATELY" this is epic lol A pro and con about this interview: pro: first, the content is amazing every question is super good and this is how questions will be usually in interviews. con: in my experience i was never asked this many questions in that limited amount of time: the algos in this video during the functions part --- i would never go for a predefined method, instead, i would do a proper algo which would almost take 30 minutes of my time.
@EstebanInTech
@EstebanInTech 2 жыл бұрын
Love this this was very helpful as i will start applying to front end developer jobs next month! great to know what to expect. Please make more of these!
@arifmuhamadthalhah9043
@arifmuhamadthalhah9043 Жыл бұрын
Just landed my very 1st job with the same api😂, thx for the mock interview , great as always
@justusbuyu9344
@justusbuyu9344 3 жыл бұрын
Loved this ! Definitely looking forward to more!
@JakeSummers2424
@JakeSummers2424 2 жыл бұрын
The real question is how good are they at writing e2e and unit tests.
@pinpon163
@pinpon163 2 жыл бұрын
Love the Sufjan Stevens lyrics at 26:43
@slaffsla
@slaffsla Жыл бұрын
This was very helpful and fun to watch! The text was hard to read from time to time, but mostly it was fine.
@alpsavasdev
@alpsavasdev 2 жыл бұрын
This is awesome! Thank you for this, really appreciate
@coyoliver7410
@coyoliver7410 Жыл бұрын
This is seriously valuable content!
@elisamunozespineira6809
@elisamunozespineira6809 Жыл бұрын
Loved it! Where can I find more templates like this to practice?
@only_oneone1751
@only_oneone1751 2 жыл бұрын
Just wondering which level of position does this interview aim to?
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
junior
@CuongQuoc-el2sl
@CuongQuoc-el2sl 3 жыл бұрын
Can i have the codesandbox links? thx.
@alexandrnasonov
@alexandrnasonov 3 жыл бұрын
Thanks for your video it's really helpful for me because I'm not a native English speaker and I searched example frontend interview for my next job in English
@stan_de
@stan_de Жыл бұрын
Nice interview. And I feel so confident now :) I would pass this one even maybe a bit faster though :) Do you hire more ppl? 😅
@FatahChan
@FatahChan 2 жыл бұрын
Hey there, I am a student, and I haven't had an internship, I would like do a mock interview as it seems like it's really helpful thing to expernice
@SatoshiSky
@SatoshiSky 7 ай бұрын
Would this be an "entry level" interview or would this be a mid/senior interview? Trying to gauge the complexity level of the react project from the perspective of someone who is brand new to coding (me).
@DonTheDeveloper
@DonTheDeveloper 7 ай бұрын
This is an entry level interview ...back then. It'll be a little more difficult now for entry level developers.
@alia2279
@alia2279 3 жыл бұрын
Thank you so much Don😊 Do you have any information about Tech Elevator coding BootCamp? Can you do a review.. I was thinking to join this summer but was not able to find any reviews on KZbin. Thanks
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
You're welcome. I'll certainly keep it in mind. Thanks for the suggestion.
@akeinchina
@akeinchina 2 жыл бұрын
I hope my interviewers are nice like this..
@heroyuki44
@heroyuki44 3 жыл бұрын
Thank you for this excellent interview! Are these some common questions for entry level positions?
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
You can expect any of those questions to potentially come up in a frontend interview. The real question is - should you have answers to all of those questions? Definitely yes.
@heroyuki44
@heroyuki44 3 жыл бұрын
@@DonTheDeveloper this makes me confident. I listened to the podcast version of this and I was answering the questions out loud. I really need to get those projects done and hosted!
@racerten4481
@racerten4481 2 жыл бұрын
Gold interview. Thank you
@ainneo
@ainneo 3 жыл бұрын
please do more mock interviews!!!! loved this!!!!
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Don't worry. There will be more.
@handikadwi7559
@handikadwi7559 2 жыл бұрын
can we really open google while doing tech interview?
@philipkenyatta6638
@philipkenyatta6638 Жыл бұрын
Great video guys but tiny font zoom the coding area
@MirzaIrtiza
@MirzaIrtiza 2 жыл бұрын
I have a front-end Engineer III level interview coming weekdays. can anybody help me to provide the technical interview links
@johnacsyen
@johnacsyen 8 ай бұрын
@22:58, having !important in the css is a no-no in my opinion
@AndrewTSq
@AndrewTSq 2 жыл бұрын
Actually, I felt like a pro when I saw him do the plain javascript :D and I would never be hired as a developer for JS. just a thing like doing the sum of arguments function sum(...args) { return args.reduce((a,b)=>{return a+b})}
@AndrewTSq
@AndrewTSq 2 жыл бұрын
getnames function, I wrote as function getNames(arr) { return arr.filter(value=>value.hasOwnProperty("name")).map(value=>value.name) }
@AndrewTSq
@AndrewTSq 2 жыл бұрын
but I felt stupid when it comes to react lol :)
@MarinaVendetta
@MarinaVendetta 3 жыл бұрын
How long should one take to finish the whole Pokedex App? Great video btw! Very helpful.
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Thanks. I don't think finishing the app or timing it was ever a focus. If you practiced building the app yourself and finished it. That's awesome.
@MirzaIrtiza
@MirzaIrtiza 2 жыл бұрын
can anybody tell me, what is the front-end level for this interview??
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
junior
@truth8422
@truth8422 Жыл бұрын
@@DonTheDeveloper So junior means a total beginner? I have almost 2 years of experience. Is this what I should expect? Thanks in advance.
@youtubejproasters1224
@youtubejproasters1224 2 жыл бұрын
Hi, so i am about getting into a bootcamp for web development and its for beginners without prior knowledge at all , is this Interview for entry level pass?
@CharlieNotChaplin
@CharlieNotChaplin 2 жыл бұрын
The man has some insanely fast typing speed. 🤯
@MakeshiaCook
@MakeshiaCook Жыл бұрын
Awesome insight! Thanks! Greatly Appreciated..
@rawstrife9762
@rawstrife9762 2 жыл бұрын
Please more react fee interviews this was very enjoyable to watch!
@tonidwi4123
@tonidwi4123 2 жыл бұрын
Why fe interview no solve struktur data and algorithm like be but just solve interface?
@SS-bb1nc
@SS-bb1nc 2 жыл бұрын
Hey I may be closer than I thought!!
@dimapintilie2760
@dimapintilie2760 Жыл бұрын
Don i appreciate this format of video but there is a issue about 720p quality and that makes hard to read the codes shown. Thanks again for your content 🙏
@DonTheDeveloper
@DonTheDeveloper Жыл бұрын
Bump it up to 1080p. Looks readable on my end.
@dimapintilie2760
@dimapintilie2760 Жыл бұрын
@@DonTheDeveloper Ohh , i pressed Higher picture Quality, this option sets no more than 720p. I put this video on 1080p by accessing Advanced mode option . Sorry for disturbing 🥲
@tkimdev
@tkimdev 3 жыл бұрын
I wish I got pokedex problem for an interview :)
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
That'd be so much fun.
@angelrivera4491
@angelrivera4491 3 жыл бұрын
Thanks for this video ! it is gold for me !
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
You're welcome!
@sarahconteh1406
@sarahconteh1406 Жыл бұрын
What is something that you would traditionally do as backend that is now frontend?
@taggs4317
@taggs4317 3 жыл бұрын
This was so good!!!!
@timtim1145
@timtim1145 3 жыл бұрын
Is this mock interview more geared towards mid-level applicants?
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
Entry level
@timtim1145
@timtim1145 3 жыл бұрын
@@DonTheDeveloper oof, looks like I'll need way more studying to do lol. Thanks for letting me know
@DonTheDeveloper
@DonTheDeveloper 3 жыл бұрын
@@timtim1145 No problem. You got this.
@sakibcoder
@sakibcoder Жыл бұрын
If this is what Frontend Interview look like, then I'm ready for interview. I don't think anyone can get hired with this preparation. Am I right?
@brettRaper1996
@brettRaper1996 Жыл бұрын
41:00 no disrespect at all meant in my statement, are you actually allowed to look things up during an interview? very surprising to see.
@austink6276
@austink6276 2 жыл бұрын
bruh I dont know why but I laughed so hard when the venusaur butt got rendered
@DonTheDeveloper
@DonTheDeveloper 2 жыл бұрын
It's the little things in life
@manishmayur7454
@manishmayur7454 Жыл бұрын
wanna talk personally with you is it possible?
@jhjhj2172
@jhjhj2172 3 жыл бұрын
till 13:36
@CreepyHollow
@CreepyHollow Жыл бұрын
Good Lord, I'm currently self-teaching in an effort to change careers, if I ever get to the point of applying for jobs, I'm going to die during the interview.
@itSUFzz
@itSUFzz Жыл бұрын
I’m going to be honest; I’m very scared on seeming dumb during these interviews… that crazy thing I’m just starting a Thinkful bootcamp and 3 days in my prep and I feel like I’ve just absorbed nothing
@gmusic8812
@gmusic8812 Жыл бұрын
Are these really interviews?
@williammansfield7471
@williammansfield7471 3 ай бұрын
Funny watching this. Today I don't have to think through the "possible" solutions. I consult A.I. so I'm curious how new employers are dealing with that. My current employer embraces and insists that we use A.I. and select the most streamlined appropriate answer. Anyone have any interviews where they are not allowing A.I. still?
@VivekChavan-ov3pl
@VivekChavan-ov3pl Жыл бұрын
49:00
@raphaeljatoba
@raphaeljatoba 3 жыл бұрын
Thank you Don.
@IanHnizdo
@IanHnizdo Жыл бұрын
Is anyone else getting lag issues or weird jumps in the video?
@jhowzeen7141
@jhowzeen7141 2 жыл бұрын
thanks guys
@ninjaplavi
@ninjaplavi 2 жыл бұрын
For some reason, this guy has techlead vibe...I don't know why :D
Mock Technical Interview - Javascript Developer Junior Level
1:46:35
Tech with Nader
Рет қаралды 36 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
React Junior Developer Interview (Questions & Challenge)
1:06:19
Cosden Solutions
Рет қаралды 142 М.
A subscriber was asked these interview questions for a junior role
44:35
What a REAL web developer interview is like (Front End)
19:59
Joshua Fluke
Рет қаралды 1,5 МЛН
I'm Leaving Frontend For Backend
14:20
DonTheDeveloper
Рет қаралды 10 М.
Mock Technical Interview - Javascript Developer Entry Level
1:36:22
Tech with Nader
Рет қаралды 507 М.
10 JavaScript Interview Questions You HAVE TO KNOW
13:41
James Q Quick
Рет қаралды 78 М.
Let's do 100 Front End Interview Questions (Part 1, HTML)
18:56
Aaron Jack
Рет қаралды 83 М.
FAANG Level Mock Software Engineer Interview (JavaScript)
1:00:05
DonTheDeveloper
Рет қаралды 38 М.