#quants-n-traders
1 messages · Page 74 of 1
The majority of features you get asked about, you will not use in leetcode
Oh I read it differently
The comma helps lol
Yeah I agree
I didn’t mean Leetcode when I said using them, I meant more like real coding
Truly the best language
It compiles and runs
Yeah but when you say it doesn’t actually work it doesn’t tell you it doesn’t work
That definitely is an issue
After creating the monstrosity I actually thought of an example where I’d want that in a codebase
Imagine something like a BitLiteral class that lets you assign a binary value to any object, you could do like
// sizeof(MyClass) == 8
MyClass obj;
obj = BitLiteral(0, 0, 0, 1, 0, 0, 1, 0);
Where the class and constructor have a variadic template parameter and there is a static assert in the cast operator to make sure you are assigning it to an object of the same size
Maybe but this is more concise
Yeah something like that lol, it’s a bit out there but i was just trying to think of any situation where that code snippet would be actually practical
Oh does it not
I figured that it could work on some compilers
Isn’t UB like
“Maybe this could work if you’re lucky comoiler/arch, which is why it’s bad”
Keep in mind this also required making this project one of like, two in the entire repo using c++23
No he wanted me to use it
yeah
old code used to rely on UB though i think
like ppl keep sharing around the quake fastinvsqrt thing
anyone interviewed for citsec fundamental analyst?
i think i can interview for fundamental instead if want
and its option
and idt i can pass qt process
i’m wondering if fundamental analyst process is easier
undergraduation 💔
That’s not UB afaik
Just clever bit manipulation
But it’s deterministic
Carmack definitely did some UB optimizations though like writing out of bounds for scrolling the screen or something
You mean like you can’t do c style casts of pointers?
Why though
I’ve never run into an issue with doing it
And I do it a lot lol
what about the part where they create a union of a float and u32
and use that to bit manipulate a float
isn't it UB cos the representation is not necessarily well defined
Oh good point, that makes sense
But in my engine I have a Vec4f class with a method .xyz() that returns a reference to the first three elements which is basically implemented as
Vec3f& Vec4f::xyz()
{
return *((Vec3f*)&x);
}
which lets me do something like
vec4.xyz() += { 0, 1, 1 }
Even though that’s technically UB it works in every major compiler
Thanks, I’ll watch this
Comment on that video that I agree with 100%
Not to get extreme or anything but c++ purists should be condemned to the deepest depths of an AWS data center, far away from any ANSI/ISO committee
Glad u didn’t get extreme
fair enough
I think a lot of these standards were designated back when (CPU) hardware architecture was more of a wild west
and you'd end up with really weird and whacky ways on how processor design should look like
now that things are pretty much de-facto standardized I can see why people are willing to allow certain kinds of UB if the behaviour is farily predictable
ive heard of like, not 8-bit bytes, weird integer sizes (24????), not using 2s complement, different Floating point reprs, etc.
e.g. I think it's okay to use gcc extensions in code even though it's non-standard compliant
maybe i should watch 👀
maybe ill listen while eating
and fixing my broken bed LOL
WTF LOL
yeah
but I think generally "gcc" targeting "intel or amd" is resaonble
that being said
MSVC 
lol did you know that windows uses 16 bit characters? fun
I spent 3 hours debugging that one time
blobspin
Wait what? I’m almost 100% sure that msvc has 8 bit char type on every machine I’ve used
What architecture were you compiling for?
Or were u using wchar_t or smth
@rose holly I found this cool cheat sheet on value types btw https://github.com/jeaye/value-category-cheatsheet/blob/master/value-category-cheatsheet.pdf
Don’t rmb exactly, but it was like Win11
But yeah a wchar_t snuck into my code when I was using std filesystem
It was hidden in a typedef
Yeah windows typedefs can be tricky
I did not expect wchar in file names 😭 😭
Taught me to Wpedantic
I thought pedantic > all
Real kicker is werror tho 
Normally I just do wpedantic wall werror
Idk if all three are necessary tho lol
And then when I get an error I don’t like I do -wno-…
Hahaha
do trader recruiters bat an eye to frontend focus swe
Cpp is cool
Holy DE Shaw internal recruiter reachout
Prolly not gonna respond
I'm not built like that
ahead of its time for real
if i got a bbl would it help me get into quant
why do u say
yucky

the w in wchar_t stands for We Gave Up
😭
personally i think it stands for what the FUCK
windows nt remembered CJK characters but forgot about 𒐫
have you been using rocm?
i ran into this issue because AMD's hipify script expects utf-8
but windows was defaulting to utf-16
That’s what the w in windows stands for
(I’ll still use windows for the foreseeable future)
Anyone that has interviewed with Jane Street willing to give some insight on the interviews
“Who is Jane” is a common one
I got asked to make a market on the length of my interviewer
Super uncomfortable situation
bless me wid it
holy orz, what do you need to get these reachouts 
ex discovery day atendee and incoming oa recipient
Lmao
how will they know if it's a different company
also that's a huge w that your dad is also a quant
up and coming quant legacy
Linux community can’t ever convince me to become a dork
If my os doesn’t have spyware disguised as AI features I don’t want it
Cross that bridge when you come to it
Normally I thought they ask if they are in the government tho
Not like another firm
I’m probably misremembering
2 yoe at mid firms I guess
anyone has advice on how to prep for citadel QD technical and onsite?
Just lock in bud
lc n cs concepts
lc?
really?
are you talking about leetcode
or is there another lc for quant i'm unaware of
Yes it’s called Codeforces
oh that i've heard of
i mean something by the acronym lc
is he finally leaving the old head place
cause i though leetcode is mostly irrelevant for quant
nobody is asking anything harder than an easy ish leetcode hard
for most firms
unless u get extremely unlucky
like u can definitely stack at least 8-10 quant swe offers without knowing anything beyond leetcode mediums and an intro OS class
i see
so at the interview stage they don't actually expect quant knowledge, just programming and math abilities
what role are you even talking about
they ask a lot of probability theory questions though right
quant
just in general
?
so it's completely different for the two?
have you ever even applied to a role lmao
yes and theyre both different from swe
no that's why i'm asking lol
u should at least read job postings
and see what each one is about
They are completely different jobs
leetcode is kind of useless for qt, required sometimes for qr
i see
but yes those are both more mathy
usually probability/stats stuff ive seen linalg before too
it's mainly differential equations and probability theory right
i think the only diffeq thats even kind of relevant is for like options pricing/risk stuff but they dont expect u to know that coming in at most firms
potentially
idk that much
im a swe 
i'm still deciding my path and i'm mainly interested in computer vision, but quant sounds cool too
nah
who told you that
if ur interested u should definitely recruit for both
better to have options
yeah
i honestly can't decide between the two so i'll probably just take up both to the best of my ability
yeah i'm doing that right now
me and the other student are new so they're just having us do basic stuff first
but later the plan is to contribute to their paper
and hopefully get that into a top security conference (the research is on security in cv)
that dudes kinda annoying though right
i heard he's extra asf
oh alright
me
i do not plan to do contests tho, i feel like the leetcode ui is cleaner for implementing
i just psuedocode codeforces for the patterns and implement on leetcode for the practice
is he saying he doesn't want to do contests just cause of him not liking the ui
egregious statement
if only i could do that with school
Know all the stl data structures well and the general idea behind how they are implemented
Also move semantics, smart pointers, and concurrency/synchronization stuff
That’s probably it on the cpp front, depending on firm they may ask more OS stuff or Leetcode as well
There’s probably some stuff im forgetting but I think those are the main things
Also I guess templates and virtual functions
has anyone done the phone / 30 min round for GSAM quant strats
😭
the only thing i really like about codeforces versus leetcode is that the problem ratings have difficulties, mediums are too easy, but hards can be like 2300 and that's too far
makes it easier to track progress
and the proofs for the solution
ngl ive never seen a hard that's >=2300
i dont think that would work because the shortest path isn't necessarily optimal, a component of the solution depends on the fact that each player has to move each time, there can be situations where the cat reaches the hole first, but the mouse still wins
if the cat is on the hole and the mouse is adjacent to it, the mouse will win
Listen to yourselves man is this what the world has come to
Arguing over cats and mice
This makes me feel ngmi
GSAM </3
pretty such sums it up imo
Lol
What the difference in desired qualifications for quant swe compared to other competitive swe roles
I also enjoy cpp 
Hey guys, I’m studying math finance + stats — just wondering what kind of internships I should aim for if I want to end up in quant trading?
you should be aiming for quant trading internships

whats a cht

WTF ORZ
i havent gotten that far...
oh you don't need cht for that
oh
for NlogN?
i would kms if lc wnated me to do that prob in NlogN
@low vault uwu
oTz
ORZ -> OTZ -> ??? -> oTz
weird capitalization ig
not sure what i was aiming for originally :p
How much does GPA matter for Quant? What would the gpa cutoff be for someone who goes to Rutgers University
the quant roles are quant swe, quant trader, and quant researcher right
Thank you thank, but is it possible to get the quant internship as a second-year student without any relevant experience?
just be smart orz
and go to good school but if you're smart you should be at one anyway
Iam in a target school, so this part is fine
So do you think I should just be looking for quant internships now?
why not
Oh because I thought it’s pretty hard to get it now😭
so?
So I thought I might need to do some other internships first before doing quant internship,
But it seems like I was wrong?
i agree
if you do not have enough on your resume to show that you are smart maybe work on that
Yeah I don’t think I have enough experience now
So what other internships do you think I should do some first
Thank you thank you
do you guys think learning to be a quant trader as a source of secondary income is a good idea, as in doing it for trading on my own instead of to work at a quant firm
Just invest in index funds bro
Brother you do not have any job yet
What the fuck are you talking about
i mean for the future
cause i'm interested in both computer vision and quant
so i'll be learning both
when i say secondary source of income i mean second "job"
mainly doing it cause i think it's cool
Bro what
Traders have like the most elite data and tools
U can’t just be a “quant trader” on the side
u can trade sure
😂
He’s him, u wouldn’t get it
they're gonna make a movie ab him
wolf of quant street
I’m a part time algo trader at HRT then I leave to work at my main gig at Walmart Labs
wolf of john's street
i see, so the only option would be to do it as a career
unless i first make enough to buy my own servers
nah i was asking cause idk anything
I can tell
Is there a job board for summer 2026 quant internships similar to the simplify one for CS internships?
im a freshman at a t3 school for quant who got in for mostly bio & linguistics related things and decided i want to switch my major to studying math/CS over winter break. i have some basic cs experience w/ python, js, and R in the context of data science, and im currently in a lab thats using statistics to predict epileptic seizure time, and im helping transfer their codebase to python. dont have much math comp experience except aime x2 and a difficult proof based math class im taking rn. other than that ive joined my colleges poker clubs and quant traders club. how do i lock in (in terms of personal projects, general studying, etc) to land a quant internship asap
my name jeff
Ur ngmi
freshman at t3 got in for bio/linguistics and want to switch to cs
go for faang should be easy fresh/soph
congrats on cal buddy
not t3 cs school
congrats on penn buddy
not penn either
congrats on cmu buddy
nope
^
ah right
what are the top 3 quant schools in ur eyes
forgot
maybe im overestimating
not NYU
qt
Uc irvine uc santa cruz colorado school of mines
what is a t3 school for quant lol
none of the schools that would reasonably be t3 "for quant" admit by major like that
it doesnt admit by major
ok
i just mean my activities were all tailored to those areas
i see
mit stanford harvard?
harvard
you just doxed yourself
jsut take the hardest stem classes, learn to code well if you're interested in research or dev
do research
i mean harvard is harvard
everyone knows harvard
harvard passes hella recruiter screens
ur not gonna get passed over because u go to any of those schools tbh
how do i get a swe / quant adjacent internship for the summer as fast as possible
or just anything thatll help me with qr or qt
for the summer
for this summer?
yes
ok im doing research rn
are there any categories of personal projects i should try to do
is there anything ur interested in
like when i was in college there was a list of open source things i wanted to contribute to
so when i had time i just knocked those off my todo list
i talked about some of them in my interviews
it was reasonable
i mean
if its on ur resume
algo trading
dude idk what im supposed to care about
i only learned about quant like 2 months ago
sure then go make a bot for a prediction market or something
like a polymarket trading bot
haha
some of these prediction markets are really soft imo and u dont need any crazy data to compete
ive always really liked math and im taking a really nice math class thats made me want to be a math major, and i figured that if quant lets u use mostly mathematical ability while also making money i should just go for that
also game theory hella interesting
i think qr or qt
so math major math and quant are very different
not sure
i feel like real math majors also like being employed tho
do they
have you met a real math major
it is totally ok to say you want to do it for the money
i definitely do
"I like algo trading" yeaaaaa sure buddy
but if u know of a better job that u can make money with that suits math majors then lmk
because im not going into academia
it suits math majors as much as a swe job does lol
💀
yeah but also isnt the interview process less dependent on swe experience
ok i can work with this maybe
ive asked people about implementation details before
because it was on their resume
dude
u go to harvard
just do research
harvard research is better than any experience u can hope to get at this point
then do a non bio lab
maybe ill change to that
which is better, math major or cs major + math minor
it does not matter
ig i could also apply to REUs but those seem kind of cooked atp
reus are closed
bet
a ton of people said math major is a necessity so i wasn't sure earlier
math major isnt a necessity
ppl just say nonsense
or extrapolate from their experiences
yeah i was planning to take probability theory for ml in general
i'm kind of conflicted between computer vision and quant
so for the time being i'm just planning on studying both
i think ik who this is lmao 😭
are you being serious
but very helpful ty
or is this sarcastic
u can def do cv + quant at the same time
excellent
ill try to cold email startups and get research tho
and im like halfway thru green book rn
so the people that said otherwise were just tryna throw me off
why fixate on interning
we've told him this like 4x already
jsut let him do it man
spend 2 days on angellist interacting with ngmi founders as harvard student
incoming swe intern @ "startup" that has been around for 10 years, no funding
(unpaid)
yeah so the thing about quant is that
holyy
it doesnt shoehorn u into any research
did ur friend do math comps
specifically
wow
and for cv u just need to stack research
so its compatible
its less compatible if you're doing like hardcore systems + qr
how much does networking play a role
should i be cold linkedining people
for referrals
ok
harvard cold linkedining is wild
this is equivalent to making 3m a year and eating ramen off the floor
dam
mit cmu caltech
who should i go to for better advice then
i mean fwiw i was a ft quant for 2 years before quitting
oh shit nice
Harvard research will let u pass every screen trust
ive been on the recruiting side of the table
and have seen and evaluated resumes
so even if i extrapolate from personal experience its more holistic than anything people here can extrapolate from
haha
lol recruiters have a completely different POV than actual industry individuals- source my recruiter
ive spoken to recruiters about how we vet candidates
Maybe it’s firm dependent?
there are some pretty competitive data science / ml related clubs here, is it worth spending time on those next semester or should i focus on trying to get fall internships / winternships instead
my firm said they didn’t even look at personal projects
It was just school name and prev
nothing else
my brother's friends at stanford got into jump with his personal project
well research/personal project
Yeah so pinpointing to proj is hard
if ur proj is cracked enough id just put it in exp lol
nah, they literally reached out to him and mentioned the project
Bro ANY u can just larp u go to Harvard
likle that explains 99% of the variance
haha
im not saying u need to have projects
What
and im not saying the average or even 80p project is worth looking at
because its not
but if u have something truly good it will be noticed
^
but it’s hard to fuck it up going to ivy
like ur guaranteed big tech if u don’t sabotage urself
wow
what call backs did u get this recruiting szn
^
u can do both?
Yeah networking, focus on both
i didnt really know what i was doing lol i just applied to like 10 random data science postings and got rejected from all
Apply citadel rn
They still hiring
what year are u
and is ur coursework up to par
freshman
JS and cit still hiring
ok u have time
u can def pass screen
just do research and take hard classes next year
apply but dont get ur hopes up ig
firms dont like sophomores anyway
intro cs, multi, linalg, topology/real + complex analysis
De Shaw and JS do
he can def get interview at least
Especially if he’s taking topology as freshman
ppl used to play a lot of games with grad year
the average firm just outright rejects sophomores now
im gonna try to get usaco gold and decent putnam by end of year
yeah
ik drw crashed out about that stuff
like 3 years ago
gathered all the interns
day 1
asked who was a sophomore
oh wow good to know
no return offers
haha
2nd year of college
yeah but whos gonna do that
for drw nonetheless
lol
lol DRW so ass
sup cuh
That’s low no?
seems low
i mean
sig 400 is like
dishonest tho
the ev is higher
because of the cit 800 poach
haha
citsec poaches a bunch of sig new grads every year
rightbefore class
and the offer is 800
last i heard
Wild take
yeah
only rzn to even apply to SIG
What does r1 mean
Oh
I thought I was misinterpreting
My friend got 600 no nego
qt
but could be Cinderella
can u do qt and swe process at these firms or naw
tryina optimise NG recruiting if I don’t get RO
do quant firms value icpc
I’m gonna try converting to QR ro but if that fails Im gonna try recruiting qt/swe ng
but will only risk QT if I can do both processes
yeah it happens
ro
rare but ik 3 prev interns that did it
at hft
like I won’t apply qt unless I get the dev ro lol
yah which is why if I can’t do both processes I wouldn’t risk just sending it on qt ng
the EV from a NG qt is way higher than their salary tho
like rn?
Ye
damn i realized they have one posting i want to do
How long do they take to get back lmao
I just applied even tho I’m not a co-op 😂
Makes sense lmao
Like very early in cycle
do universities not have coop programs
like
shouldnt a coop program be commonplace
but from what i see online apparently coop programs are rare?
hmm interesting
why is coop rare
like coop seems beneficial in every circumstance
a university setting up a coop program shouldnt be difficult
delays graduation
like co-op is good if you're ngmi and planning to take 5 years to graduate or something
but if you're smart you just need foot in door for industry and the rest doesn't matter too much
i mean some people can graduate in 3 years
regardless it offers more choices to students
i believe in letting students make the choice
there's a lot of logistics associated with it tbh
extra staffing for co-op management, course timings (ex. what if X class isn't available every semester/year), capstone projects or theses
then thats fair i guess
Sorryyy 😭 😭 😭 😭
Chat, Is having an experfience of developing and optimizing compilers relevant exp for SWE in HFTs/Quant firms?
Yes, very
yes
do you know ml compiler
thats also in demand afaik
100%
What if I don’t know compilers 
yo how much value do options group (headhunting firm afaik) actually provide and do they work with js/hrt
anti larp
Is everyone here orz
lol did they hit u up too
anyone here go through the process with SIG? if u did please dm!!
(43 + 42) * (1193 - 1) =
practing mental math anyone know how to solve this quickly in their head
85 * 1192 is a little annoying
85 * 1200 is kind of a round number (102000 - 8 * 85 -> 101320)
Is trading cooked if I only have quant dev summer before last year
Like
Should I larp grad date and do a trading internship after I graduate or is NG trading even viable
firms usually wouldn't expect you to do this in your head on the spot right?
larping grad date prolly gives u a much better chance
@lunar thicket does 5r actually grill mental math that's so aut of them
@mint aurora bro u cant just delete comments and then leave me out to dry like a lunatic
:(
5r grills hella bs
nah just OA
gpa matters a lot more for qt compared to qswe right
what kind of mental math is usually expected during these interviews
what is the greatest extent of it
do u know abt sig QT intern process?
did in Oct last year but rejected after super
by this i mean what's the most mental math that is typically asked
cant really say with confidence cause personally havent done any rounds with focus on that but i guess 2 digit multiplication should be the worst of it
honestly the mental math is more for quick EV calcs if anything
at least any of my processes very rarely involved some dude asking me whats 78*32, and more the general problem type would require some degree of quick mental math
really?
oh nevermind
i was worried
do you mind if I dm?
i thought it would be some numeric integration approximation done mentally
yea fs but not sure how much i can help tbh lol
no worriesss, n thank you😭
imo most questions for QT boil down to any intro level prob + stochastic course flow
yeah that's gonna be a big focus of mine in uni with the classes i take
that and computer vision/some general ml courses
in how much time would they expect an answer to this level of mental math
depends on problem, usually should averaging 5-8 secs, but this depends on firm again
i see
like for IMC they literally didnt gaf that I didnt give answer
5-8 seconds is wild
oh lol
doable though, might just need some practice
some places r more chill i hear like give up to 30 seconds
and then some to like tests like how many u can do in a set time
oh 30 seconds is generous asf
what do they expect in terms of projects
like what's an example of a project that would be sufficient in complexity for the average quant firm
wdym
not sure about qt, for swe i just had one simple ml project, but i dont think they care about projects that much
what would they hire a new grad based off of
other than which school, relevant coursework, and gpa
i meant for internships
wait my bad i shouldn't have said new grads
college students in general
i see
Like if u interned somewhere and didn't join for ft
It's pretty obvious you didn't get ro
seriously though what is 5r
Google is really cool!
5 rings trading firm?
Yes
oh i was asking earlier cause i thought it was some classification for what they expect, didn't think it's a firm
@rose holly can u help me figure something out pls
I read that the decltype(auto) version of this funciton is better but I've been trying a ton of stuff and i can't figure out when it does something different
In the situations I tried it produces the same code in the template instantiation https://cppinsights.io/s/b534bf3d
The other one works for lvalue reference
And wouldn’t the rvalue reference be dangling
Could u try and think of a code snippet where the decltype auto behaves preferably to the one that returns T? My brain must not be working rn bc I can’t come up with one
5r has stuff like this on the OA not during interview
Log base 2 of 50! and such
an estimate right??
what's the purpose of quant hiring process having this
to assess how quickly we can think under pressure??
hi
@tardy shell have you interviewed with g-research?
Nah res rej
the input is exact answer
oh
they prolly give + points for close estimates tho
Anyone done the imc launchpad phone?
was there a link to apply for it or anything
okay genuine question, i want to break into being a swe at a quant firm, how can i stand out to places like jane street for the fall co op
I go to a T100 college
incoming aws sde intern on lambda for ML and infrastructure
prev swe at a bio lab
prev ML research intern at a PhD lab
prev gov research worked with boston dynamics robots

i wrote papers too
making the worlds largest butterfly genome dataset


Why quant
smartest minds in country going into quant
buy low sell high
i wanna be a swe
not a quant per say
its just
cool
i ifnd it cool asf
Ngl QSWE work isn’t that interesting
ik i just wanna do it for a few years
and transfer companies
bro sees the dollar sign
on god
😭
seriously though how would one answer that question
would i just talk about an interest in math?
(i actually do have an interest in math, i just don't know if that's what should be brought up for that question or if it would be better to talk about an interest in the finance part)
i have an answer
Ok so u want money
Yenno this isn’t an interview right
money and i think working on some of the internal tools would be cool asf
and its good prestige to jump around later on
Uhm
i met someone who worked there while i was in paris
What kind of tools
aw shucks
but i haven't 😂
yeah it is 
hello plasmatic
Hello wecu 😳
jane street isnt #1 on my ng list
#1 is prolly datadog
which i can get i interviewed with them already
plasmatic turned down js btw
and have a referral
orz them
Inb4 I regret that decision in a year LOL
Would u happen to know what their int process is like?
data processing
Oh huh
I cold emailed recruiter and I have a phone scheduled
i fuck with data processing and ML heavy and some of the things she told me that quant firms do with them are interesting
my top 3 for new grad are prolly like
- datadog
- Google
3)Jane street - take the aws RO
Honestly congrats on having smth legit to say
ty ty
My personal impression is that
honestly money is the main thing that drew me in, just for ML and data processing i wanna go to datadog
they pay less but seems so much more interesting
hey at least hes honest
Quant tends to try and play up the interestingness of their own work from the outside
Bcs they know academics won’t be attracted by money alone
nah i can fully see that 100% being a quant seems mind numbingly boring
also performance engineering is boring at quant
the citsec guy i talked to said his work feels like playing civ 6
in my head im like... hoe?
I didn’t find it particularly being more compelling than just a regular tech job
all u do is wait fo rprofiles
thats why id rather be a swe if possible and just work with data and do something kinda interesting
or applied ML
LOL what wait
thats really fun to me
That sounds kinda fun
I think if the team you land is a good fit, then you’re solid
i just gotta make sure i pass ATS
he was on a MM desk for some futures so i guess maintaining that delta neutrality really is just civ 6
i prolly wont tho 
Just my opinion tho I’m a uni student LOL
yea same LMAO
every company ever:
Mega resource management game
Except if you lose you lose in real life
Weird fact: you don’t strictly need an SSN to get a credit card https://www.americanexpress.com/en-us/credit-cards/credit-intel/credit-card-without-ssn/
Many credit card applications require you to provide a Social Security number, but you may be able to apply even if you don’t have this form of identification.
jp morgan credit risk quants shitting themselves:
u sometimes gotta feel bad for risk quants
more math less pay
orz...
More math 😋
does anyone know why the TC "wf" would be yes? https://codeforces.com/problemset/problem/2085/A
Personally my top 3 are:
-rentech
-radix
-openAI
personally my top 3 are:
- gardening
- home maintenance
- traveling
persoanlly my top 3 are:
- Juda
- walmart
- Juda
I'm curious, do non quant interns also get paid 100$+ at quant firms? Or they get paid normal amount like 50$~
I’m personally a janitor and I get paid $1000/hr at Wells Fargo
a&w over mcdonalds noob
My code basically attempts to make a lexicographically smaller string, decreasing K on swaps. Then at the end I check if k>=0. I know it’s not optimal but I’m just not sure how you could ever make
r<r’ with the string “wf” with the above logic
depends on position, iirc alt positions are usually ER/TDOE which are capped at 200k ft, and intern maybe 20 lesser, but the big crunch is youre cut off from bonuses
i dont know how true this is? mostly because a lot of work in control theory and RL(which more or less for purpose of qt often is restricted to control type analysis cuz of HJB) doesnt really apply anywhere else other than noisy pricing data
but SWE work is prolly way dif than QR/QT, but the math usually is still novel
only issue is youre capped on whether you can publish
signal gen or arbitrage as a framework in general is still a very active topic of research and quant firms literally just deal with those problems on a daily basis, and realistically being in academia and just re-analyzing public datasets from 30 years with limited insight into derivatives youre pretty capped in what you can do
Thank you for your answer! What does tdoe stand for? And specially I'm looking at a software engineer full time position
tdoe is trading desk operations
(FWIW I was referring to SWEs, but fair point, I suppose a similar argument can be made in favour of SWEs who do low latency work)
I think most HPC applications nowadays are on GPU (b/c of the hotness of ML and whatnot), and so there isn't much demand for super efficient C++ code on the CPU for example
I think outside of like, snowflake (even databricks doesn't really use C++)
the c in cuda stands for Can You Stop Writing Metaprogramming Code It Bloats My Binary Size
top firms pay a lot
shaw pays like 120/hr for swes
js is like, also 120 or so?
etc. p72/cubist is like 90 or so and hrt/cit are around 100 something(?)
LOL
😭
how impressive is meta summer and zon fall, is it enough for quant dev roles
also, is it that much better than just doing meta summer
trading desk operation engineer
its back end and low level stuff
uhh not sure about dif firms, but JS/Optiver TDOE is usally jokes lmao, you're more data processing than anything
edit: no, their definition is <=
oh i agree then
ohmmmm
databricks uses c++ for photon
yeah but i was told that they have very little C++
most of it scala i think
but for the performance criticla stuff
oohhhh
it's in c++
honestly scala is kinda fire
ye
kinda depends on how mission critical each individual componnent is
orz..
ye this makes sense
True about HPC generally, but does that really apply to trading firms/hedge funds? The only real example I can think of is High Flyer.
and can you elaborate on what you meant by “there isn’t much demand for efficient C++ code on the CPU”
anyone know anything about schonfeld? would it be worth going amazon soph swe ---> schonfeld junior swe if I want to recruit for QT/QR senior summer between masters or would it be better to just stay at amazon
Which team
investment sciences
hi everyone Im new to finance can anyone help me to learn financing from scratch please
i know a lot of couple of people from targets/semi-targets who got SIG/Akuna/Tier 2 firms with Schonfeld SWE experience
Create an LBO model for the Israel acquisition of the gaza strip
you think they wouldve done better with zon + schonfeld or like zon + meta/google for QT recruiting?
dont think it makes a dif lmao eod its all just signalling lmao
passing screens usually the light part for Tier 1/2 QT, I know people from non-target with fucking waiter on their resume who work at JS/IMC
JS admittedly screens more intense now, but as long as you have something on your resume that just screams 'I AM REALLY SMART AND CAN MAKE YOU MONEY' youre literally fine
excel and python scripter
more than enough if it’s for quant swe intern
otherwise idk
Real
Is previous zon, Ml research, gov research, and internship at a lab doing SWE enough for quant SWE intend
👴🏻
nah its not
o im being serious only non larp thing there is zon
Gatekeep dis field
If u have to ask no
Ur ngmi
Anyone know what the interview is like for citadel nxt rounds? Is it like leetcode style?
at least it feels like most job postings are like
higher levlel programming language
often python
I just don't think there's that many applications where the latency/performance of a single machine is so important that you have to optimize it to that degree
or at least, outside of library code (which will usually be small teams at most companies)
your average tech company will be mostly using python, java, go, or some other high level lgnauge
just Know Shit Lol
Anyone done experienced dev interviews at DE shaw
Also do they blacklist if you fail
anyone apply for Jane Street Xcelerate Colloquium?
Maybe I missed the connection to “quant firms play up how interesting their work is” because im not following. I would say the people who do low latency at these firms are almost always passionate nerds like william
but I could see a point made for swe which I find boring in general
Yeah swe blows
Should've done IB
If you're a freshman or sophomore in college change course
Or any other career field which entails getting to do things for free with/as a potential client and also interacting with women in your daily life
🤣
I can help
Nah u trollin stop 😂
no
not true
Doing low latency + having 0 passion for the field
least obvious cmu student
where's that jane street copypaste
im not a cmu studnet
ngl yall r the closest to cmu there is for a state school
like this describes a lot of ppl at ur school too
😎
Hello, I was wondering how to break into quant swe for an internship. I am a freshmen so have not taken os but will take it fall semester. how do i prepare for the interview and get passed the resume screening?
i am going to be applying as new grad
oh it’s probably cooked then
do lc until u can comfortably solve any med and solve most hards within 20 mins
is it only lc?
like do i need to know anything else?
and is there any tips on getting past resume screening. Im interning at oracle this summer
ur chilling
you’ll prolly pass at least a few next year
just lc is enough for like half of quant swe intern jobs lol
otherwise u might need very base level OS knowledge or maybe networking/system design for like 2 firms
ok thanks bro
wtf
You're still in college
When you graduate you'll realize
there's no way you are seriously recommending IB
you are either messin with me or you know people who have made it
IB suffers from outspoken success stories even more than CS
survivorship bias
"i am 1 of 5000 to make MD from my cohort i am truly the blessed one orzbob"
yea im on pure alpha team
yea im on pure sigma team
50$ steam gift card steamcommunity.com/giftcard/B1f3R5t-b1c1D5a-N8P0Q4e @everyone
berkeley bro…
does anyone what are the targets for Jump, and if coffee chats might help for summer recruitment?
prolly hypsm
are the probability puzzles easier than leetcode/codeforces or am i tripping
seems like a lighter grind
like u can do 500 questions in 2 months
uiuc cmu uchicago berk harvard mit stanford harvard princeton cornell
Lol even if you exit after 2 years it's still better than CS


