Live data from Hacker News

Interview advice that got me offers

zainrizvi.io

371–372 of 372 posts

Re: Interview advice that got me offers

#371

Earlier quoted context omitted.

That is surprising to me, but more pertinently, how often is this the case? Even if expectations don't match, how often do you actually undercut the recruiter's expectations? I would think most people would have a reasonable ballpark idea of what the recruiter has in mind - so just overshoot and then get negotiated down from there. The suggested tactic only really makes sense to me if you frequently expect to be unde…

Young engineers often undercut their value by a lot. That's part of why they are popular

I agree (and expect) that people new to the job market would be poor estimators of their market value. They would also have the least room to negotiate.

Re: Interview advice that got me offers

#372
post #126

Earlier quoted context omitted.

Heh, I once was introduced to a particular interview question. It has a solution that is hugely better than the best naive solution, but is basically a giant gotcha that seems obvious in retrospect. I couldn't find it myself even though I was stumbling around in its neighborhood. Obviously I gave this question informally to a ton of people as entertainment (Bay Area techies in various companies), and most couldn't fi…

Do you mind saying what the question is?

Sorry, I was offline for the break. You have a singly linked list with each node having a "random pointer", an extra field that points to another node in the list (including itself or null). You need to make a copy of the list, in such manner that random pointers in the copy correspond to the original list, e.g. if the 10th element of the original points to the 3rd element of the original, 10th element of the copy needs to point to the 3rd element of the copy.
Post reply on HN