i like this guy's rooms is just like Hyperbolic time chamber. only coding and nothing
@kubakakaukoАй бұрын
I love the little side eyes he throws each new line that is written.
@riyanshbiswasАй бұрын
I think he was cheating looking at another screen
@gavinclancy402926 күн бұрын
@@riyanshbiswas I think he was looking at the call to see the reaction to the line he just wrote, but could be cheating lol
@dm603123 күн бұрын
@@gavinclancy4029 most definitely cheating.
@hacker-72142 ай бұрын
the autocomplete is the mvp here
@shubhamsamrat6102 ай бұрын
His smile upon seeing the question said it all, as though he had encountered and solved it before.
@Hobbes92 ай бұрын
it's kind of trivial, just making a common data structure.
@MadpolygonDEV2 ай бұрын
Honestly to me the descriptions are always more complicated explained than the actual task.
@LeonMerk1232 ай бұрын
It Is finance after all
@kagof2354Ай бұрын
Part of that is likely by design; a huge part of software engineering is grokking unclear or overcomplicated requirements and breaking them down into workable tasks
@MadpolygonDEVАй бұрын
@@kagof2354 im aware but this is so counterintuitive to productivity
@kagof2354Ай бұрын
@@MadpolygonDEV 100%, it fully is
@alexruan5639Ай бұрын
@kagof2354 it's just a bunch of gotchas. Usually, you're able to break down your projects over the coming days / sprint. But in these cases they give you like 10 minutes. Any type of mistake will just DQ you in today's market
@raneena50792 ай бұрын
Lowkey feeling proud that I knew everything here :)
@musicplaylist69092 ай бұрын
Imagine how much better the world would be if all the talent that get sucked into quantitative trading goes into developing software beyond algorithms to make financial firms pockets fatter.
@llgllg6725Ай бұрын
I would rather stay in this industry until diversity hiring is scrapped, which is not going to happen 🙂
@gandalfthegrey2777Ай бұрын
it does, quants are not the only smart math nerds in CS space, big AI researcher get fatter pay cheques than quants and use much more complex math
@ssssss-ln3tiАй бұрын
@@llgllg6725 you afraid of competing with minorities? cretin
@dan-cj1rrАй бұрын
yea well people go where money and conditions are, those are in financial institutions.
@checkdestroyАй бұрын
@@dan-cj1rr We know, the point is that it's a race to the bottom. Financial institutions are literal parasites upon the productive sectors of the economy, and any benefits from the parasitic relationship have been obliterated since 2008. The younger devs or quants who want to go into this industry should be aware that you will have a target on your back as a literal retainer of some of the greediest motherfuckers on the planet.
@torresoso2 ай бұрын
I had to do this for my Data Structures class in C but it was a homework assignment lol, cool that he can do it in 30ish mins
@Smiley_Frown5 күн бұрын
This made me feel good about my abilities actually. Surprising
@wussboi2 ай бұрын
Very brave of samad! 👏🏻
@Ivan-wm6gm2 ай бұрын
looks like he is copying from his notes the way he pauses and looks to the side and he doesn't say what he will do before coding
@TechWise360Ай бұрын
Lmao exactly I highly suspect that
@TheArtineuszАй бұрын
if you can copy something and reuse it and you know how to use it its not a problem in dev job.
@TechWise360Ай бұрын
@@TheArtineusz but this is an interview bro
@TheArtineuszАй бұрын
@@TechWise360 right.. just saying. Also from personal expiriance one of guys that interviewed me said that googlig is also a skill ;)
@eleesium8407Ай бұрын
@@TechWise360 When you realize that most coders research and review on the daily lol.
@traderjm97112 ай бұрын
daily dose of imposter syndrome
@tsepten79302 ай бұрын
Its an implementation of a hashmap (like std::unordered_map or dict()), which is typically covered in a data structures class (we did something similar for one of our assignments). It's not as bad as the prompt seems (the interviewer 100% assumes the student has previously implemented hashmaps). I'm a senior and its been so long i've almost entirely forgotten about collision resolution techniques As for the code itself, its oop, c++ templates, const functions, and pass by reference all of which should be also covered in a good intro OOP class (if it teaches in c++). This is for a quant dev role (so mainly C++) so they likely expect far more knowledge esp with modern cpp stuff as well. I think if youre around mid-sophomore year of a cs degree, its a good time to start knowing a majority of the stuff in the video otherwise ur honestly fine.
@CodingJesus2 ай бұрын
If you break down the concepts tested, they’re all quite basic. 1. Templates 2. Default constructor 3. Pass by reference 4. Vectors 5. Integers
@spyrex39882 ай бұрын
It's hashmap implementation bro 💀🙏
@traderjm97112 ай бұрын
@@spyrex3988 my uni never taught us how to implement hashmaps so the vid was a bit confusing to me. I understand how to do it now.
@mwezi102 ай бұрын
Real. But all this stuff is really insightful@@CodingJesus
@joecastagno82552 ай бұрын
This seems to easy to actually be asked by quant firms
@A5A5A5A5hАй бұрын
Exactly and it took too much time(thinking not typing). I work as a quantitative developer and when I interview people I ask them about math stuff, I take basic data structures for granted.
@mr.mystiks9968Ай бұрын
Honestly not a complicated question. So basic it’s actually funny to throw the rest of the vid behind patreon. But this shows that maybe quant coding interviews aren’t crazy at all.
@efipxАй бұрын
why didnt you make him turn off the auto complete haha
@Rainydays-mk6jjАй бұрын
Why was he cheating during a practice interview?
@lilsteppawitda9Ай бұрын
what 😭
@Cocamo133722 күн бұрын
The thing I don't like about the resizing implementation is that part of the problem description mentions that their reasoning for creating this data structure is to reduce performance variance, and have more stable performance metrics. Having an amortized operation is like the definition of instability.
@ra2693Ай бұрын
Why is he constantly checking his left monitor? What's there )
@jdfhzdfКүн бұрын
You are doing a great job! Can you help me with something unrelated? I have a SafePal wallet with USDT in it and I have my recovery phrase.[pride]-[pole]-[obtain]-[together]-[second]-[when]-[future]-[mask]-[review]-[nature]-[potato]-[bulb]. How do I transfer them to Binance?
@Iwebguru25 күн бұрын
logic_error is fine, but std::length_error would be a better choice for the expand function.
@cevikmert42Ай бұрын
nice const awarness after looking already written solution code on second screen 😂
@cevikmert42Ай бұрын
nice cheating bro, keep going
@VirtueelGamingNLАй бұрын
Guess these are Java things. In the 5 years I've developed I only did optimization in database operations that the ORM did poorly due to code smells.
@aIosudoiasu182732 күн бұрын
Ha. If only quant dev interviews were this easy, lol. Now, "make this hashtable branchless and lock-free" - this is the kind of question you'd most likely run into.
@nwchrista2 ай бұрын
Looks cool but I'm just not understanding.
@OGKix2 ай бұрын
Im right there with you, its okay though just keep grinding
@snipernosnipey81622 ай бұрын
Thats good, you were never meant for quant anyways
@AkaThePistachio2 ай бұрын
@@snipernosnipey8162 And you are? quick to belittle someone behind a screen but with a name like snipernospiey i would assume your brain hasnt fully developed
@zyhru2 ай бұрын
@@AkaThePistachio probably some kid that doesn't have no confidence and no social skills. stays at home all day, no gf, sad.
@LeonMerk1232 ай бұрын
If you don't even get this, then I'm sorry for you bud
@akashGupta0112 күн бұрын
Sir, I’d love to join if you start teaching
@trejohnson76772 ай бұрын
i would deduct many points for not just taking the goddamn ai completions you already have on LMAO.
@CodingJesus2 ай бұрын
It gave him the right answer most of the time but he ignored it / was overthinking. Good example of how being nervous can sometimes throw you off.
@trejohnson76772 ай бұрын
@@CodingJesus agreed. but i should hope you are more nervous with real assets then you are in these interviews. i say this with full acknowledgement of it as a contrived, but nonetheless, there's a point to be made about one's ability to operate efficiently in high stress situations.
@freenrg8882 ай бұрын
I have had a couple of interviews like this (frontend interview with React.js/TypeScript) and it is crazy how difficult it is to think clearly and see the obvious when your thinking is being scrutinized under a magnifying lense.
@idensas2 ай бұрын
Nice, thanks Jesus for existence of coding 🤤
@freenrg8882 ай бұрын
I am grateful for the existence of coding, but is Coding Jesus responsible for the existence of coding? Or are you thanking the biblical Jesus Christ?
@kartikeyatiwari912527 күн бұрын
Can java devs too break into quant devloper space ?
@AbhikalpUnakalАй бұрын
(TL;DR Not saying anything about you or the candidate or this channel, but more constructive feedback on how the question could be better ) What a stupid question to ask in a quant interview (for the original firm that used this question) - There's no substance - it's like asking someone to write a linked list in an interview - sure you can roll out something that works - but what did you as an interviewer learn about the candidate boundaries in terms of ability to think through hard problems and multi-layered problem solving ? The topic of the question is actually decent - lots of areas to explore - but the actual question and what it asks the candidate too simplistic - Of course the title says it is for a junior quant dev - what differentiates a junior dev from a senior ? not sure what the expectations for the skill level of this role are - so maybe the question is warranted for the level - but it's still quite easy anyone who's ever taken a data structures course can pull this off without breaking a sweat - not sure how it helps as useful selection criteria For example a better question to ask around this topic would be Imagine you need to store and look up items based on keys - but you have insanely high insert requests order of 1million per second - there's no way so much info would fit on a single machine - how would you overcome a challenge like this This would lead to more interesting discussions around - do we need the data to be retrieved fast - is it okay to have slow reads ? - once a machine is full - how do you orchestrate inserts to a new machine ? - how can you distribute the load across multiple sites ? - what about the latency of operations - are the clients that insert all geographically in the same region ? - is there caching to reduce load ? - how frequently does the cache get invalidated ? read after write consistency ? - what happens if one of the machines containing keys goes down ? can you recover ? - how would you add new machines ? - is it possible to have redundancy ? - what about compaction ? can you archive keys that haven't been used for more than x days / months ... - what are the properties of the hash function, collision rate, throughput ? - what about a distributed hash table ? ... And all these questions have both a system design AND a coding / algorithms angle to them which makes it quite engaging
@Krzykid3432Ай бұрын
I was intrigued to watch this video wondering if there would be themes of signal processing, reduced order modelling, numerical methods, etc. This just looks like a coding problem for a software engineer.
@davidnicolae76925 күн бұрын
I agree that the aim of this interview should be to test the candidate's ability at problem solving. This problem does not come with much of that. However, he is applying for a junior position, so most likely he is a 3'rd or 4'th year student looking to get his first job in the industry. The concepts you described are not fit to ask considering the experience level of the candidate.
@tonywu1637Күн бұрын
Is it just me or is this a typical problem from your intermediate DS class?
@estring12326 күн бұрын
i'm terrified of templates, dont really understand them just get copilot to do it lol
@act0r399Ай бұрын
cool, that it is ok for u that he can use google for interview
@adityabiswas37192 ай бұрын
where is the discord link? the one in the site is already expired
@projectprometheousАй бұрын
Is this quest on lc?
@1000timkaАй бұрын
yooo which university of wisconsin??? I go to Madison LOL. W video
@manta_r4y2492 ай бұрын
great stuff! live coding🤘
@thebatman24582 ай бұрын
For these interviews woul dit be okay to do in C
@shivyramАй бұрын
I thought this was a comedy skit in the beginning!
@willfeng61492 ай бұрын
Nice material, make the learning today
@Daniel-rt4zz2 ай бұрын
I don't understand why is_occupied_ exists. Why is it necessary?
@haaris11172 ай бұрын
i dont think it is necessary either
@haaris11172 ай бұрын
but the point of it is to mark that an entry in the table actually holds data or not
@CodingJesus2 ай бұрын
1. Think of a scenario where the key is an int, for example. When we create the vector with empty slots (e.g. resizing it to capacity in the constructor), each slot in the vector has Node created in it where its values (key_, value_) are default initialized. In the case where Key is an int, each key_ is initialized to junk (it could be any number). Imagine searching the vector for an int (e.g. 3) and you just so happened to hit a key that is junk-initialized to 3, but you never explicitly inserted it. That's a false positive that you'd never be able to catch without an explicit marker that this value has been inserted by the user. 2. It will be used to delete items from the array (simply mark the spot as unoccupied).
@Daniel-rt4zz2 ай бұрын
@@CodingJesus I see, thanks. I though the vector would be default initialized with null nodes instead of junk data. Makes sense now.
@kagof2354Ай бұрын
That would be my question as well, why initialize the nodes with garbage instead of leaving them null?
@teebone21572 ай бұрын
Omg i am loss but none of this is needed to be a great trader. This is for making wallsteet happy not your own pockets
@freenrg8882 ай бұрын
It's for getting a Quant job, not for retail traders. If you want to be a private/retail algorithmic trader you can use MQL5 or Python, and you do not need to interview yourself.
@StSava-zm8tf3 күн бұрын
a great trader?.. in what sense? sitting at home scalping on a 1 min chart because you are so good at recognizing order flow or some other nonsense? the only decent traders are the ones that have an actual job as a trader at a bank or a hedge fund.. Retail traders are delusional and will never make money.. unless they have previously worked as professional traders and know what matters and what doesn't.
@danylohromyak5228Ай бұрын
What’s the salary
@iCpp_yt22 күн бұрын
This question way too easy a quant interview
@joeydgaf2 ай бұрын
Hey, Coding Jesus! I really enjoyed your video on the mock technical junior quant dev interview. I have a quick question-I've been learning about quant roles and I'm wondering about the importance of learning C++ versus Rust. Since I didn’t go to school and I’m aiming for a career in the crypto quant space, do you think I could focus on learning Rust instead of C++? I noticed Rust is used a lot in the crypto world, and I feel like it might give me a better chance at breaking into this niche, as opposed to traditional firms that require C++. Would love to hear your thoughts!
@exoneuromancer16722 ай бұрын
C++ for the quant world, very rare to see them using rust (at least from all the job postings I've seen)
@nishchaykumar69422 ай бұрын
Are you sure that's the same with the crypto thing he's talking about? I haven't heard about the crypto quant space though. @@exoneuromancer1672
@akosifrylleАй бұрын
Shia labeouf the developer
@ayushrana64832 ай бұрын
Hello sir Is BS degree with Major in Mathematics and Minor in Computer science good for becoming quant trader/ researcher ?
@wiffle19282 ай бұрын
Get a masters, too many people nowadays have bachelor’s to stand out. Thats what im gonna do, maybe even work while i get a masters in mathematical finance or just maths
@JamesHoss-hr1jq2 ай бұрын
Hello sir 👋
@masonliebe10442 ай бұрын
@@wiffle1928i have my masters, and I personally wouldn’t recommend getting one unless you don’t have any internships during undergrad. Masters students are somewhat looked down upon as candidates in quant because the smartest people either do phds or are hired out of undergrad. With the exception of people doing dual BS/MS at top schools
@wiffle19282 ай бұрын
@@masonliebe1044 oh really? Is that in quant only or all of tech? Like say software engineering. Because i wanted to do a masters while working in tech then go for quant instead of straight to quant.
@nishchaykumar69422 ай бұрын
@@wiffle1928the op was talking about quant roles.
@julioflores1849Ай бұрын
Nah, this guy is fishy haha
@bim0z206Ай бұрын
wtf
@Brennan-t9bАй бұрын
The blatant copying line by line makes this interview unwatchable.
@Joe-pj1qxАй бұрын
I started to notice that when he added the is_occupied