Earlier quoted context omitted.
Doesn’t “enthusiasm to try and tackle somewhat abstract puzzling questions” act as a reasonable proxy for some of those attributes?
It does; the old school hackers, the people who built the computer and software industry, loved logic puzzles / brainteasers and elegant, high performance solutions to coding challenges. Most of the pushback is from dull corporate programmers (no shame in that, so am I) who want to claim that they are hackers for the clout but aren't. Ironic that a site named Hacker News is almost entirely devoid of true hackers.
That time when I failed the Microsoft interview
251–260 of 324 posts
Re: That time when I failed the Microsoft interview
#252Earlier quoted context omitted.
This reminds me of the weirdest interview I ever had (boutique software agency, maybe 30 devs). I walk in, and the CEO's secretary hands me an IQ test and says I have one hour. I do the test, then I meet the CEO and we chat about general topics while she grades the test nearby. Then she announces my IQ, and the CEO says "hmm, yes, that's above the minimum I'd consider for a developer." Then for the last few minutes h…
At least he didnt came out with a measuring tape and tried to measure your skull.
Re: That time when I failed the Microsoft interview
#253Earlier quoted context omitted.
This reminds me of the weirdest interview I ever had (boutique software agency, maybe 30 devs). I walk in, and the CEO's secretary hands me an IQ test and says I have one hour. I do the test, then I meet the CEO and we chat about general topics while she grades the test nearby. Then she announces my IQ, and the CEO says "hmm, yes, that's above the minimum I'd consider for a developer." Then for the last few minutes h…
This can't have been recent. Or perhaps it was and they violated the law. A standard IQ test is probably quite good at assessing if you'll be good at a programming job but it is also quite illegal unless it has passed through a battery of compliance paperwork - which it actually cannot pass because it would require the output of IQ tests to be race-equal and they cannot be both an IQ test and race-equal. This is lite…
Re: That time when I failed the Microsoft interview
#254So the question was something like, here is a table of predicted probabilities for credit card transactions (hypothetical table, I do not remember the exact quantities), but it looked something like this:
Amount, Probability, ActualFraud
$5 , 0.2 , 0
$100 , 0.5 , 0
$3 , 0.7 , 1
$1 , 0.9 , 1
And then the question was "what was the threshold used to maximize (precision|recall)?" (I cannot remember which metric they were asking for).My response was that a proper decision model should take the dollar amount of the transaction into consideration, so the decision should more like be `$*p > threshold`, where this threshold meets your precision and recall for preventing dollars lost instead of the binary yes/no.
The interviewers English was not great, so after all that I was just like "well to answer your exact question, it could be anywhere between `0.5 Did not make the second round!
Re: That time when I failed the Microsoft interview
#255Earlier quoted context omitted.
This reminds me of the weirdest interview I ever had (boutique software agency, maybe 30 devs). I walk in, and the CEO's secretary hands me an IQ test and says I have one hour. I do the test, then I meet the CEO and we chat about general topics while she grades the test nearby. Then she announces my IQ, and the CEO says "hmm, yes, that's above the minimum I'd consider for a developer." Then for the last few minutes h…
This can't have been recent. Or perhaps it was and they violated the law. A standard IQ test is probably quite good at assessing if you'll be good at a programming job but it is also quite illegal unless it has passed through a battery of compliance paperwork - which it actually cannot pass because it would require the output of IQ tests to be race-equal and they cannot be both an IQ test and race-equal. This is lite…
"This is literally a Title VII violation."
Griggs v. Duke Power Co. held that "The [Civil Rights] Act [of 1964] does not preclude the use of testing or measuring procedures, but it does proscribe giving them controlling force unless they are demonstrably a reasonable measure of job performance."
Why do you believe that prior documentation is required, and that the absence of such documentation would make the testing illegal?
Re: That time when I failed the Microsoft interview
#256My experience like this was for a data scientist position at Facebook in 2022. So the question was something like, here is a table of predicted probabilities for credit card transactions (hypothetical table, I do not remember the exact quantities), but it looked something like this: Amount, Probability, ActualFraud $5 , 0.2 , 0 $100 , 0.5 , 0 $3 , 0.7 , 1 $1 , 0.9 , 1 And then the question was "what was the threshold…
Re: That time when I failed the Microsoft interview
#257Earlier quoted context omitted.
The water level decreases, along with the shore and anything with it falling within the event horizon. Any other apocalyptic brain teasers?
You invert the phase of the Higgs field within a basketball. What happens?
(I actually don't know the answer to this)
Re: That time when I failed the Microsoft interview
#258Earlier quoted context omitted.
First one water is lower. Ball is more dense than water, in boat displaces its weight in water, in water displaces it's volume Dip for hill roll is faster
But won't your boat displace more water by lowering a bit if you've got additional mass on board?
Re: That time when I failed the Microsoft interview
#259In this case, the goal is to hire great engineers; and great engineers do not memorize solutions to every problem, nor can they come up intuitively with great solutions in a matter of minutes.
Re: That time when I failed the Microsoft interview
#260One thing I've taken away in my career, interviewing every 3-5 years is that difficulty of interview & difficulty of job are uncorrelated. Often they are inversely correlated. Possible reasons.. Sometimes a team is growing so fast / or turnover is so high / everyone is so busy / etc that they cannot really stand up a proper interview process .. and/or they just need to get people into seats, and are happy to fire fas…
Define "difficulty of job"
I'm going to assume you mean "people problems;" because the best way a team avoids people problems is by interviewing very, very carefully.