Data Science Job Interview - Full Mock Interview

  Рет қаралды 455,268

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

This full-length interview will show you what a data science interview is like. This is a great video for anyone currently in the job-market for a data-focused role. It is also a solid video for anyone who wants a better understanding of the machine learning process. They cover topics that include building a dataset for training/testing purposes, feature vectorization, and model implementation details. Consider pausing after the question and thinking about how you would answer them.
Interviewer: @KeithGalli
Interviewee: @KylieYYing
⭐️ Contents ⭐️
⌨️ (0:00:00) Video overview & format
⌨️ (0:02:13) Introductory Behavioral questions
⌨️ (0:07:46) Social media platform bot issue task overview
⌨️ (0:15:26) What are some features we should investigate regarding the bot issue?
⌨️ (0:25:02) Classification model implementation details (using feature vectors)
⌨️ (0:41:38) What would a dataset to train models to detect bots look like? How would you approach collecting this data?
⌨️ (0:51:38) Technical implementation details (python libraries, cloud services, etc)
⌨️ (0:56:01) Any questions for me?
⌨️ (1:03:42) Post-interview breakdown & analysis
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 Otis Morgan
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Пікірлер: 308
@nicokalkusinski9320
@nicokalkusinski9320 11 ай бұрын
Key takeaways: 1. Talk a lot and explain why you decided to go with the specific solution 2. Don't be afraid to take a pause and rethink the problem 3. Don't get fixated on one aspect of the problem too much, always try to approach it from the bird's view 4. Focus first on the easier parts of the problem and then approach the harder ones 5. Remember it's a conversation with the interviewer, not the solo showoff 6. Ask them questions about the work they've done so far, what they learnt in the company, look for the signs of being valued as a person in a team, how would the first 6 months on the job look like
@will201084
@will201084 8 ай бұрын
Talk with a purpose. I hate people that talk to fill space lol
@TacoMaster07
@TacoMaster07 6 ай бұрын
No you don't want it to be a conversation with the interviewer. Point 5 is wrong, if you are the 'solo showoff' and you talk through a detailed correct solution to a problem for 30 minutes and you hit many of the faucets then the interviewer will be impressed. You want as little tips or hints for the answer as possible, questions to clarify the problem are great if they aren't dumb questions.
@chelseaporter6477
@chelseaporter6477 2 ай бұрын
I learned that you should probably do some research on the company you want to work at so that you spend more time practising relevant topics
@KylieYYing
@KylieYYing Жыл бұрын
Thanks for featuring!!
@RAY18999
@RAY18999 Жыл бұрын
You did an amazing job, keep up the good work
@brahmasipu
@brahmasipu Жыл бұрын
Very Good Job . superb way to learn from you
@anabelberumen
@anabelberumen Жыл бұрын
I admire you.
@deepthireddy3267
@deepthireddy3267 10 ай бұрын
You are really confident while communicating with interviewer. It's almost like 2 colleagues discussing about a problem. Great work
@oumaymaredissi5213
@oumaymaredissi5213 11 ай бұрын
I appreciate that this interview is more like a conversation, with a focus on problem-solving. In the past, I've had interviews where the tone was passive-aggressive instead of constructive, so it's refreshing to have a more productive experience. It's great when interviews can be a valuable use of time, rather than a frustrating waste.
@adeel.travel
@adeel.travel Жыл бұрын
I love the part they pull open a Google doc to clarify their points and have it noted down. Excellent problem-solving approach. Focusing on the problem, its scope, its limitation, whats expected behaviour, what isnt etc ...was always something that I was rushing ahead with. Jumping to the solution right away is something that I had to unlearn. Also great on Kylie for being super composed. Another super power and not easy to do in live situations. Great video!
@arsnakehert
@arsnakehert Жыл бұрын
Even not knowing much about data science, this interview was very helpful in learning how it might be applied to real, known problems, and the mutual feedback at the end was very helpful to learn about the dynamics of interviews, too! Thank you guys for doing this.
@duckcluck123
@duckcluck123 Жыл бұрын
As someone who just finished their masters and is looking for a job in data science, this interview really boosted my confidence cuz I was able to respond to every question
@emekamadubuko1717
@emekamadubuko1717 11 ай бұрын
Exactly my thoughts…. Glad to hear someone else with similar thought
@yugiohfanatic1964
@yugiohfanatic1964 11 ай бұрын
enjoy your underpaid intern in the capitalistic world. Everyone is replaceble, you will make zero difference.
@duckcluck123
@duckcluck123 11 ай бұрын
@@yugiohfanatic1964 that's a very sad way to view the world. Hope you feel better soon
@yugiohfanatic1964
@yugiohfanatic1964 11 ай бұрын
@@duckcluck123 hello simp
@duckcluck123
@duckcluck123 11 ай бұрын
@@yugiohfanatic1964 are you 12
@ShermSuite
@ShermSuite 8 ай бұрын
Thank you for sharing this video. As someone who is transitioning into the Data Science field( Machine Learning/ AI), I was very surprised that I was able to keep during the interview. I was it lost at all. I don’t have a technical background, but I’ve been studying ,Azure,python,GitHub,R,SQL etc… pretty hard for the past few months, and doing some labs I’m feeling pretty confident I can make the move.
@agil.eera3010
@agil.eera3010 Ай бұрын
Hello, I dont usually comment on KZbin but this time I just wanna say thank you for the people involved in this video. This really helped go through my technical interview and I ended up getting the job I wanted. The introduction and close of the interview was almost a copy of what happen in my interview. Obviously, the technical part was different (in my case they just asked about the technical challenge I had to solve prior the interview) but the way I approached the questions was very similar. Just THANKS!!
@DANNYEL20122
@DANNYEL20122 Жыл бұрын
I kinda surprisingly enjoyed this. I didn't even know when the interview started. Feels like two people having a convo about data science
@temiwale88
@temiwale88 4 ай бұрын
Thank you for this interview. For the spam issue, you can tag on the traditional features that Kylie Ying mentioned, and then use a multi-lingual embedding model to create vectors out of the post content. Use these features + embeddings to train your model.
@Fetrah2
@Fetrah2 Жыл бұрын
⭐ Contents ⭐ ⌨ (0:00:00) Video overview & format ⌨ (0:02:13) Introductory Behavioral questions ⌨ (0:07:46) Social media platform bot issue task overview ⌨ (0:15:26) What are some features we should investigate regarding the bot issue? ⌨ (0:25:02) Classification model implementation details (using feature vectors) ⌨ (0:41:38) What would a dataset to train models to detect bots look like? How would you approach collecting this data? ⌨ (0:51:38) Technical implementation details (python libraries, cloud services, etc) ⌨ (0:56:01) Any questions for me? ⌨ (1:03:42) Post-interview breakdown & analysis
@gideonogunbanjo8161
@gideonogunbanjo8161 5 ай бұрын
As someone who is currently in college and is actively preparing for interviews, this video helped me because i answered every question almost easily.
@Eizengoldt
@Eizengoldt 5 ай бұрын
Grrr i couldn’t answer them all , but I’m gonna catch up to you soon GIDEON
@streetthinker1978
@streetthinker1978 Жыл бұрын
Keith is one fantastic teacher. He took my analytics skills from 0 to 5 very quickly. Great content.
@yuti65
@yuti65 11 ай бұрын
Ghanta
@RakeshA-eq3dw
@RakeshA-eq3dw 9 ай бұрын
​@@yuti65 why bro?
@byronwilliams7977
@byronwilliams7977 Жыл бұрын
Great video, I watched it from beginning to end. I liked how she answered the questions. I was surprised at how conversational the interview was. If possible, could you post a Data Analytics interview as well please. Thank you.
@dipankarnandi7708
@dipankarnandi7708 Жыл бұрын
This was really a useful video. If interviews are like this. It's love 🎉 One thing we can add in this feature are the links. Certain spam posts consists of similar links to the same post/ profile. Not only bots do it, but even people constantly spam their account in the comments. So Link Frequency, Link Context and so on. That feature used with Bayes Classifier can be useful to make the model more robust. Bag of Words from NLP can also be used in order to make this Link tasks easier. Just an opinion of mine. 😊
@animexworld6614
@animexworld6614 15 күн бұрын
My Knowledge increase a lot by watching this. Please Upload more mock interviews like this. I also some technical details in model implementation.
@RobSchatz
@RobSchatz 4 ай бұрын
I really liked that Keith decided to use a Google doc, because in these what I would First Round 'team fit' and knowledge-gauging interviews the assumption is you'll just talk over zoom and not do whiteboarding or use another tool. This was a good reminder to expect the unexpected - you could be asked to do anything - maybe even code :)
@fuuman5
@fuuman5 Жыл бұрын
Wow, I didn't expect such a video. Very interesting. Thank you for sharing!
@DavidMares-dc3yk
@DavidMares-dc3yk Жыл бұрын
more mock interviews please
@TravisMeyerPhD
@TravisMeyerPhD Ай бұрын
Nice video. I think in the beginning when asked if she had any first thoughts on the issue of spam bots, one thing that could've been added was 'what are the positives of bots' Too much was said about the negative aspects of bots, and the first impression I had was, if all bots are so negative, just ban bots. But bots do have a role, and many bots are used to automate functionality. So the real important point is, identify bots that are being malicious in some way. Then dive into how to develop metrics to identify the concept of 'malicious'.
@mortimetr
@mortimetr 11 ай бұрын
Thanks for boosting my confidence, that I might get a job if i stay focused on learning. Good luck
@grandmastergyorogyoro532
@grandmastergyorogyoro532 Жыл бұрын
Can you pls provide Data Engineer interview Process as well? It will be greatly appreciated. Thank you for changing lives for better around the world, including mine! 😁✌️
@andreasp8131
@andreasp8131 Жыл бұрын
This is a great interview, thanks for doing this! If only all data science interviews would be like this in reality (w/ some exceptions), the world would be a better place.
@alirezouali3119
@alirezouali3119 Жыл бұрын
tell us more about the interviews you had plz
@piyushprakash7458
@piyushprakash7458 Жыл бұрын
​​@@alirezouali3119 can you tag me , if he replies
@DimitrijeAdzic
@DimitrijeAdzic Жыл бұрын
Real life interviews are simillar. Usualy there would be a separate interview to asses your coding skills.
@geld5220
@geld5220 Жыл бұрын
that was pretty intense at the beginning when he started asking about how would a email filter model look like or how would data set look like to feed the model... She went into implementation immediately which is a normal resort because how else can you defin the data set if your not gonna think of the function that might be doing the filtering. Overall was handled nicely from both sides. Thanks for sharing.
@chrisberdin
@chrisberdin Жыл бұрын
Proven. Reliable. Keith Galli!! I love you man!! 😂😂
@blaizeW
@blaizeW 10 ай бұрын
So, I think I want to go into Data Science beside Web Development, and this was pretty handful. Even tho, I miss some points, I answered some questions in a pretty good way. Thank you!!
@BABEENGINEER
@BABEENGINEER 5 ай бұрын
Interesting to see a data science interview, it's the same format as other tech interviews
@mayankpal6519
@mayankpal6519 Жыл бұрын
Please upload all mock interviews for web development, app development etc.
@averagebedroomproducer5008
@averagebedroomproducer5008 9 ай бұрын
Interview seems very easy, as a product owner I speak to our Data scientists and many of them are building business projection models etc. Is the technical implementation the key skill here? Because working in tech now, the first hour of this interview I think most of our stakeholders would even be able to answer during requirements gathering due to subject matter expertise. Like what to train the model on is usually subject matter expertise. I think its so well understood among tech stakeholders that something happens in the system, can you show me a 1 if it, or a combination of things happened, or a 0 if not and push that to some visualization report.
@worldwillrunoncrypto8698
@worldwillrunoncrypto8698 Жыл бұрын
Great video on interview processes! ❤
@CriticalJur
@CriticalJur Жыл бұрын
This actually got me hyped for a job interview!
@nb7070
@nb7070 Жыл бұрын
are data science interviews even remotely similar to this mock interview? If so i would be hyped too lol
@MAAZ_Music
@MAAZ_Music Жыл бұрын
@@nb7070 personal experience from my machine learning interview - 90% interview is a conversation between you and the hiring person about ur projects and your ideas and approach.
@ducle7970
@ducle7970 Жыл бұрын
Actually, I think so. I joined a fresher DS Interview a year ago, and they asked me to whiteboard coding, IQ problem solving, mathematics, machine learning, etc. Even though I did not do too worse except for the whiteboard part, I did not land that job. Lmao
@gerrardandeminem
@gerrardandeminem 10 ай бұрын
I have noticed that there wasn't much conversation in regards to what ML model to use or what hyperparameters or architectures. Is this normal for an ML/Data Science interview?
@mohammedshehada5373
@mohammedshehada5373 Жыл бұрын
Cool interview, Wanted to add, the account's age would make a very good feature I guess
@kimchansokpheng2456
@kimchansokpheng2456 7 ай бұрын
This mock interview really impressed me.
@mudumbypraveen3308
@mudumbypraveen3308 9 ай бұрын
my approach is slightly different : Basic data collection : 1. You have basic details capture when you create a YT account, name, email, DOB, Image, etc 2. Assume that everytime you log into KZbin your activity is recorded as follows : comment made (if any), time, post, ip_address, email, like, dislikes, report, type of report, followers, activity spent (scrolling, browsing etc) . Selection on queries : 1. Filter on accounts where comments are made and activity time in one session is extremely long (say more than 12hrs) or very frequent activities in a time interval ( e.g. log in/out 5 times in 1 minute) On feature engg side : Extract features -> in 1day how many comments are made, number of links posted in comment, number of reports per time interval, number of words, number of words which are spam, difference between account followers vs those followed , activity time in minutes/seconds (scrolling 100 videos/minutes indicates bot action). Target variables: 1. Set threshold based on existing patterns visible eg. more than 50 comments are day, more than 100 reports in 1hr, clicking 100 video's in 1min, if spam words > 10 ( should satisfy any of these conditions ) -> set to 1 else set to 0. Classification model side : Sklearn (fast and quick to test your ideas and features), Model- XGB, Logistic/SVM (baseline) Deploy, see and rework This is not perfect but this what I was coming up while seeing this video.
@Emotekofficial
@Emotekofficial 8 ай бұрын
If time is considered as attribute... A model that predicts Human entered predicted time based on Tweet length can be made.. now after getting the predicted time we can have Bayesian Network with a particular account, time took to predict whether its a SPAM/Bot attack.
@kunal_tajane
@kunal_tajane Жыл бұрын
Great Interview, thank you you guys! CEO of quitter Elon Tusk, got me😂
@user-ph8lw2tg6p
@user-ph8lw2tg6p 4 ай бұрын
one way that will help in labeling for a given account , is how many of the account's posts are reported as spam . If an account shares a post that is for some reason , is reported spam 1000 of times but the other posts have 0 spam report , then how confident should we be to label it as a bot Feature idea : alongwith the number of followers . Each follower should get a weight , i.e, if an account is followed by genuine people (celebrities) then the weight of that incoming link should be high . Note that the problem with the idea that whether an account is followed by other bots or not , was circular in nature .
@franciscofurey4878
@franciscofurey4878 Жыл бұрын
Incredible video! Nice job.
@tomnamikawa
@tomnamikawa Жыл бұрын
excellent interview it inspired me to go ahead and update myself into Data Scientist again.
@nursegilbey
@nursegilbey Ай бұрын
wow is that how it works? I'm gonna update myself to billionaire.
@SimonDeLaCroix23
@SimonDeLaCroix23 4 ай бұрын
Meaningful insights, thanks for sharing it!
@tfebster
@tfebster 10 ай бұрын
The initial tip I got from this was to not shave before my interview.
@zacneley4685
@zacneley4685 5 ай бұрын
so i've never had any technical interviews before thats why i'd like to ask do they usually ask you to code some stuff on the go or its just some broad questions about the technicalities of the problem you're trying to solve ?
@Beto99PY
@Beto99PY Жыл бұрын
Would love one for Data engineering too
@xzebix
@xzebix Жыл бұрын
Thanks for this great insight!
@trediaz4012
@trediaz4012 Жыл бұрын
Thank you for this. Wow!
@rmfalme
@rmfalme Жыл бұрын
Can we have Data Analyst mock interviews too?
@color_314
@color_314 Жыл бұрын
Yes please
@xzebix
@xzebix Жыл бұрын
Yeah, that'd be great!
@richi1235
@richi1235 Жыл бұрын
No, unfortunately not 😔
@Akbarkhan-ly2oc
@Akbarkhan-ly2oc Жыл бұрын
Please 🙏
@vikas2435
@vikas2435 Жыл бұрын
Yes please
@stojce
@stojce Жыл бұрын
Great video, but next time can you please post a how would successful job interview look like?
@arjunajesh1068
@arjunajesh1068 3 ай бұрын
great video! more data science mock interviews, pls
@PetRockButler
@PetRockButler 7 ай бұрын
Would love to see the technical programming interview as well! Thank you for sharing this.
@XX-vu5jo
@XX-vu5jo 5 ай бұрын
she can't code LOL!
@uminhtetoo
@uminhtetoo Жыл бұрын
Thank you so much for sharing.
@ErcoleBellucci
@ErcoleBellucci Ай бұрын
It would be great and crazy if after this video she does the implementation of the model like step by step
@ethanmcdermott8738
@ethanmcdermott8738 Жыл бұрын
This channel is amazing
@narenkarthikeya9
@narenkarthikeya9 Жыл бұрын
Very Nice , Post more content on Data Science!
@alejandrochacaliaza
@alejandrochacaliaza Жыл бұрын
Greate video. Create a Data Analyst Mock, please
@MrTheanimekiller
@MrTheanimekiller 5 ай бұрын
I think a good approach for labeling things as spam is writing a program called checkspam that references the posting frequency or if the post are the same within a certain time frame. It could label it as spam if it falls within such parameters. You could make it so the program checkspam would only run if it was reported by another account in order to combat the potential of false flagging from people with negative intentions.
@MrTheanimekiller
@MrTheanimekiller 5 ай бұрын
I simply think any implementation that checks the number of reports is easily abusable
@ForestDewberry
@ForestDewberry 5 ай бұрын
Right? There could have been more out-of-the-box thinking@@MrTheanimekiller
@zmartkooky244
@zmartkooky244 6 ай бұрын
There are flaws with some of those solutions. Like flagging an account as spam if it is follower by spam accounts. That could lead to valid accounts being flagged as spam or even attacked by bots intentionally adding users to flag them as spam. The thing about using email from random domains is also problematic in many ways, and also using emails that use random characters (some of us use random emails for different accounts precisely to keep spam away and improve privacy). You could also not even guess bot characteristics and feed data for models to try to find common characteristics and trends.
@bot64397
@bot64397 4 ай бұрын
That's what I thought of too. For example, checking if a name is common is not possible. But of course, we're watching from the sideline so it's easy to form criticism.
@idkidkidk3488
@idkidkidk3488 3 ай бұрын
This is awesome thanks!
@zinnia993
@zinnia993 5 ай бұрын
Do we usually have other rounds of interviews to actually do the coding like software engr usually have?
@JohannBaritono
@JohannBaritono Жыл бұрын
Excellent video! What about a video on an entry-level no experience ciber security interview? 😊
@13TrafalgarLaw
@13TrafalgarLaw Ай бұрын
Could explain somebody i do not see the true reason why not use only Binary Encoding but choose one hot, when there are not associations between the emails and one user has only one email ?
@naveenrs7742
@naveenrs7742 Жыл бұрын
The interview was awesome
@maniishbhandarii
@maniishbhandarii Жыл бұрын
One for Full stack development please.
@wb1847
@wb1847 4 ай бұрын
Another feature to be included could be the IP address from which the request is coming
@mamuzouakpo376
@mamuzouakpo376 6 ай бұрын
Impressive! Well detailed! @KeithGalli, that siren was pretty loud. Perhaps you have trained a model that picks and feeds only @KylieYYing's voice to you and removes any other unwanted voices or sounds 😁😜
@Rulzan
@Rulzan 7 ай бұрын
Very fruitful interviews you guys put together, thanks for sharing!
@Physicsguru103
@Physicsguru103 Жыл бұрын
Sir i have completed bsc physics but now I m very instrested in programing can i m eligible in msc IT Or data science
@chiragmd8565
@chiragmd8565 2 ай бұрын
Clarification at 48:37 can’t we just consider the accounts that have already been reported as spam and create a dataset just based on these accounts?
@usmanrasheed6707
@usmanrasheed6707 6 ай бұрын
Thanks for sharing this.
@DanOhCaptainDaniel
@DanOhCaptainDaniel 11 ай бұрын
Amazing interview
@MegaMaxHouse
@MegaMaxHouse 11 ай бұрын
30:00 - omg, and im literally hearing the sirens with my studio pairs headphones.
@auwalmb
@auwalmb Жыл бұрын
Wow, thank you so much
@EcomADcreatives
@EcomADcreatives Жыл бұрын
Very exciting!
@tavistaylor1811
@tavistaylor1811 6 ай бұрын
She came in saying she wanted to build the Iron Man suit 😂
@JokeryEU
@JokeryEU Жыл бұрын
being reported as spam shouldnt be the the only way to mark your mail as spam, many bots/trolls that doing just because they can. World of warcraft has this useless report spam /offensive that automatically kick and mute you from the game for a month if enough reports are summited and doesnt need that many reports in the first place. But we need to have another check to be sure isnt just fake reports, an extra check can be made from the last 10 posts, if any have offensive/repetitive languages combined how often was written.
@mekanavyasri9071
@mekanavyasri9071 11 ай бұрын
Hi very useful video. Please do the same video for a Machine Learning Engineer position as well that would be very useful. Thank you.
@mahmoudadas5602
@mahmoudadas5602 11 ай бұрын
I have a question, do Data Science consider people who are below the age allowed in apps for example, a BOT?
@iorekby
@iorekby Жыл бұрын
"You had me at 'Bachelors and Masters from MIT' 😁"
@KabeloMoiloa
@KabeloMoiloa Жыл бұрын
She literally does have that tho 😅
@daniela9171
@daniela9171 Ай бұрын
Why not just train a neural network on text patterns including spam and flag the messages to be filtered ?
@zxzanh
@zxzanh 6 ай бұрын
i wonder how elon's bandaid solution of monetizing the ability to even use twitter has been working, thats just making more steps for the attackers to achieve their goal but anyways, wonderful example of behavior questions, i wish i was asked these tailored questions instead of the more general ones (how to deal with bad coworkers, etc), the technical questions are really useful too because i was able to be excited to give my own answers while Kylie was answering
@EcomADcreatives
@EcomADcreatives Жыл бұрын
I definately think, this interview was good. 😁
@randy4ii411
@randy4ii411 Жыл бұрын
So mr tusk is hiring again, so soon? Seriously though, A software developer interview would be great.
@piyushborse
@piyushborse Жыл бұрын
Great Video, Now can you make a video on how to get interview calls for freshers from no name universities but abundance of talent
@ulamss5
@ulamss5 Жыл бұрын
this is the most reasonable interview I've ever seen, which ironically makes it somewhat unrealistic and useless.
@alexandreburhan443
@alexandreburhan443 11 ай бұрын
Amazing content
@Joshs8707
@Joshs8707 Жыл бұрын
please do more mock interviews many thanks
@AhmadShehanshah
@AhmadShehanshah Жыл бұрын
Can we have DevOps/ Cloud Engineer mock interviews too?
@robertlong6
@robertlong6 7 ай бұрын
I am a data scientist (with PhD level education and work experience) in the UK and applying to a job which would sponsor a H1B visa if successful. Does anyone have any specific advice for how to tailor my CV(resume) for this?
@tomashorych394
@tomashorych394 8 ай бұрын
Thanks for the video. Both of you did a great job in making it feel realistic. My only question is. Is this really the sort of difficulty of the entry data science jobs? It feels suspiciously easy or shallow to me. Can someone back this up? Thank you again!
@amaebarnes
@amaebarnes 8 ай бұрын
That's what I'm saying
@amj.composer
@amj.composer 6 ай бұрын
I have been interviewing for entry level data science jobs and this is fairly accurate! Although I have often been asked about what advanced concepts I know and how I've used it.
@redouaneikro7445
@redouaneikro7445 Жыл бұрын
Please we need a full stack web job interview how is it looking like
@terran008
@terran008 Жыл бұрын
Thanks a lot for sharing, would this be like an interview for a senior data scientist position ? I once had an interview for a big tech company ( not FAANG though) and it took like 20 min, I was interviewing as a medior so I’m surprise that an interview could really take this long.. 😅
@iiYoan
@iiYoan Жыл бұрын
Most interviews I've done for internships, and entry level jobs took more than 1 hour.
@physicsfaith
@physicsfaith 4 ай бұрын
This interview is interesting but is so unlike any of the 4 in-person interviews I've had in the last 2 months as to be comical. Observations: 1. I don't believe the person being interviewed is answering these case problems cold... some guidance has been given to direct their thinking in preparation. Ex: How many people on the fly can give 5 reasons for x decision-making in classification? In this case the person has serious experience solving the problems and is clearly reading her other screen to develop her answers!!! 2. In my interviews I am not convinced the person actually read my resume. 3. In my interviews I am not convinced I was being seriously considered... in one case I was told the interview was 30 minutes only, and the interviewer kept cutting me off.
@canadascanner1429
@canadascanner1429 Жыл бұрын
Can we have azure and AWS data engineering interviews also please
@serhanmmiah7315
@serhanmmiah7315 7 ай бұрын
Is there a mock interview for super junior entry level role in data science?
@joseignacioalonso9454
@joseignacioalonso9454 7 ай бұрын
Why was her first idea to go for a neural network for the solution? ~ 28:00 can anyone explain?
@smiley3239
@smiley3239 7 ай бұрын
because she's familiar with tensorflow
@Flop2795
@Flop2795 9 ай бұрын
I expected it to be an interview with code, at least that meant in my mind an interview for a data scientist position.
@biplavoraon9702
@biplavoraon9702 21 күн бұрын
What are some resources for interview preparation?
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 Жыл бұрын
I need Django interviews ❤️
@folkusonme
@folkusonme Жыл бұрын
cried meself to sleep when she said she has a masters edit: the way she speaks about things omg, wow, I wanna be like her one day
@camsmith931
@camsmith931 8 ай бұрын
Calm down, what she said wasn't earth shattering, she's just using the lingo. Once you learn the lingo you too can speak the way she does plus learn data.
@MS-dc2tt
@MS-dc2tt Жыл бұрын
Thanks!
Why EVERYONE Is Struggling to Become a Data Analyst
8:03
Learn with Lukas
Рет қаралды 204 М.
YOU WILL GET 100 STARR DROPS! #100StarrDrops
01:43
Brawl Stars
Рет қаралды 21 МЛН
Малышка Поняла, что Её Папа Ушёл... 💔
00:31
Глеб Рандалайнен
Рет қаралды 5 МЛН
Wait till the end 🫣
00:10
Lexa_Merin
Рет қаралды 43 МЛН
Thx for 54M ❤️
00:17
Younes Zarou
Рет қаралды 46 МЛН
Amazon Data Scientist Mock Interview - Fraud Model
37:08
DataInterview
Рет қаралды 24 М.
Software Engineering Job Interview - Full Mock Interview
1:14:29
freeCodeCamp.org
Рет қаралды 1,1 МЛН
Data Analytics vs Data Science
6:30
IBM Technology
Рет қаралды 235 М.
Is Data Science For You? | Guide From a Professor
8:23
Data Science Cross-Validated
Рет қаралды 6 М.
3 Types of Data Science Interview Questions
8:09
Joma Tech
Рет қаралды 638 М.
What is Data Science?
7:51
IBM Technology
Рет қаралды 305 М.
Data Science Interview Questions (with answers)
27:05
The Rise Academy
Рет қаралды 100 М.
Top 5 Data Analyst Interview Mistakes
5:28
Alex The Analyst
Рет қаралды 69 М.
YOU WILL GET 100 STARR DROPS! #100StarrDrops
01:43
Brawl Stars
Рет қаралды 21 МЛН