Live data from Hacker News

All the jobs I failed to get

shkspr.mobi

111–120 of 180 posts

Re: All the jobs I failed to get

#111
If you been at more than a few jobs, almost certainly you have had failures/ disasterous interviews. I certainly have.

Once I’ve gotten a job, a question coworker asked: how did some of these other people around me get through the interview process.

Re: All the jobs I failed to get

#112

GoDaddy rejected me a year after I applied and only realized it when a recruiter was trying to input me into their system. I took great pride in informing her that a) I made more than their proposed offer and b) I’d never work for a company who couldn’t operate with basic human decency in their recruiting process. Because of that experience, I make it a point that every single candidate deserves a yes or no response…

> I took great pride in informing her that a) I made more than their proposed offer and b) I’d never work for a company who couldn’t operate with basic human decency in their recruiting process. I used to work in tech recruiting. I guarantee you 100%, no one cares. As a candidate your only option is to move on or write a bad glassdoor if you are so inclined and move on.

While I agree with you in the sentiment that they are venting to space... metaphorically speaking. A recruiter either works for themselves, as an agency, or for a company. In all three scenarios your business is only as good as your reputation since “service” is your business. I’d highly suggest taking a second look at your stance. While it takes years to build reputation, it takes minutes to destroy it.

Re: All the jobs I failed to get

#113
Rejection is a fact of life, be it in relationships or in a job hunting.

Just give yourself some time to go through the sad period, and then power through the next one.

Luck is a high factor in getting a job anyway.

Re: All the jobs I failed to get

#114
post #50

Earlier quoted context omitted.

Deputy Director jobs in the UK Civil Service aren’t actually that senior. They tend to pay around £75k, or $100k US, which is a pretty decent wage for the general population but not quite at levels.fyi rates.

Sorry since when is over double the median wage 'decent'. Some people on this forum have their head in their arses when it comes to money.

[deleted]

Re: All the jobs I failed to get

#116
post #72

Earlier quoted context omitted.

I'd argue that not being able to program in C marks someone as not serious about programming, but that's mostly because I know and like C.

I didn't say it was the only criteria, just that it is one.

My point is that these criteria are largely meaningless. It all depends on what you're working on. In some jobs, you'll occasionally need to write a recursive function. In others, it's probably a benefit if you can't.

Re: All the jobs I failed to get

#117
post #89

Earlier quoted context omitted.

Out of hundreds of applicants I screen, very few even have the skill to implement a standard algorithm with recursion in a language of their choice that I explain meticulously.

If it's really that standard, then wouldn't we just use a library for it to cut out a large portion of the development, testing, and maintenance?

If you can't do the curriculum standard, how will you build the non-standard? CS is very much an on-the-shoulder-of-giants field.

Re: All the jobs I failed to get

#118
If you find this interesting you may also appreciate:

Susan Tan Rants and Ruminations From A Job Applicant After 100 CS Job Interviews in Silicon Valley https://www.youtube.com/watch?v=uzz5AaCWMps

My recent job search adventures https://medium.com/@arctansusan/my-adventures-in-job-searchi...

I really liked the airtable at the end of that post: https://airtable.com/shrL4aSSKldQHTtM3

Re: All the jobs I failed to get

#119
post #93
post #83

Earlier quoted context omitted.

>USD $100k is ~4 year experience software engineer salary. Not in the UK, though.

Point still stands. UK software engineer median wages are above UK national median wages.

Yes, but 100k USD is a very high (though not impossibly high) wage for a software engineer in London. In the US it's an unremarkable salary in major tech hubs.

Re: All the jobs I failed to get

#120
post #81

Earlier quoted context omitted.

Honestly I think recursion is overrated. Does anyone here really write recursive functions in production? I mean it takes up stack space (which on some systems is a systemparameter), creates functioncall overhead and has rarely advantages. Trees have more natural recursive structures, but then you basically always have cache misses making your program orders of magnitude slower than if you can fit the data in a linea…

If you can take a problem where I'm thinking of a recursive solution as the interviewer, but you can come up with an iterative solution and explain why you think it's better, I would give you full marks.

Thats not the point. I think it is possibly harmful to focus on recursion in teaching and interviews. (Of course if the understanding is, that you do not use it in real life, then its ok, but still why not test people on skills they need for the job; its like making people jump through hoops for a swimmers position).

Of course I will be embarressed soon, when it is only me who doesnt use recursion in production. :-)

Post reply on HN