Earlier quoted context omitted.
> That is, scheduling the in-person interview. If a company is flexible, I could take an extended lunch and have an interview (or better yet, go after normal business hours). Good point. Having to always blow a vacation day on an interview seriously limits the number you can do per month/year. Want to do 10 interviews a month? You've blown half the month right there.
I mean, the interview ER has to be there, too...
Tech Interview Torture Chamber
201–210 of 232 posts
Re: Tech Interview Torture Chamber
#202Earlier quoted context omitted.
Always this "memorizing algorithms" strawman. If you can't code basic list/tree/graph algorithms on the fly then there are serious holes in your programming ability. This has nothing to do with memorization.
How often do you waltz into work and write list/tree/graph algorithms on a daily basis?
Also, my codebase does have an honest to god tree traversal, on the front end no less. This stuff shouldn't be seen as esoteric trivia.
Re: Tech Interview Torture Chamber
#203I once had to do a take home project... the spec said I could write either a console application or a GUI. Fast forward to the in person meeting, they go through my solution and nitpick random things like "why use NuGet packages" or "why no test cases" (I had written them but they got mysteriously removed from the solution). Finally the CTO speaks up and asked why I didn't write a GUI, as many other candidates had (m…
CTO then snarkily asks me "do you always do the minimum"? I would have responded "Yes". The less we do, the less scope to go wrong, the less maintenance we have, etc etc. In fact I don't want to work with anyone who would answer "No" to that.
Re: Tech Interview Torture Chamber
#204Heh I've been applying to some gigs recently and those job application pages! They can be infuriatinggggg. Oh, upload the resume that you just spent 2 hours tweaking and feel great about? Simple enough you think. No, a parser tries to extract all of the relevant information from the PDF and place it in the appropriate fields with about a -50% success rate. Now it looks like you've had 5 jobs in the past 5 years. Want…
The best company job site I've used would allow me to use my linkedin profile to log in then it would just pull all my resume data from my profile. The only thing I actually had to fill out was just a cover letter. I applied to a bunch of positions within a hour although I never got a call back from them.
Re: Tech Interview Torture Chamber
#205Damn, now I'm going to waste time today actually trying to figure out how to implement a radix sort with red-black trees, just in case.
My understanding (somewhat limited), is that you would never want to use a radix sort with red-black trees, as a tree should already have some sorting to it as is. Otherwise, why not just used a linked list? Besides, radix sorts are generally good for fixed-width data that has a known bound, like integers. Basically, this is made-up nonsense. It's good made-up nonsense though.
Re: Tech Interview Torture Chamber
#206Heh I've been applying to some gigs recently and those job application pages! They can be infuriatinggggg. Oh, upload the resume that you just spent 2 hours tweaking and feel great about? Simple enough you think. No, a parser tries to extract all of the relevant information from the PDF and place it in the appropriate fields with about a -50% success rate. Now it looks like you've had 5 jobs in the past 5 years. Want…
I really wish the standard was to just ask you to upload your resume and cover letter as a PDF. Dont have any auto extraction. Then have some forms to fill out for basic info that shouldn't take more then 5 minutes. I loathe the processes that have you upload a resume and then take 30 minutes to fill out forms of information that asks questions that should already be on your resume. It's feels painfully redundant but…
Re: Tech Interview Torture Chamber
#207Earlier quoted context omitted.
LOL. You have to have guts, to ask such question.
One time i coxed the interviewer to show me the solution on the whiteboard when i could not figure it out. I kid you not he could not do it and got confused like i did. I caught the punk red handed asking a question he did not know very well.
Re: Tech Interview Torture Chamber
#208Earlier quoted context omitted.
I agree. Phone tech interviews are usually low level screens to see if the candidate has the minimum technical chops to come on board. Short and sweet is what I prefer, especially since I'm usually doing the phone interview on a lunch break and would like to have some time to actually wolf down my lunch. Collaborative code editors are an unpleasant modern addition to the interview process. Plus I'm usually writing th…
"I'm usually writing the code in another window before transcribing it to the collaborative window" Speaking from the other end of the phonescreen line and collab editing session, that behavior looks a lot like googling and pasting in the first answer you find on stackoverflow. We use a collaborative environment because I kind of want to see you typing, sorry. I know, it's degrading, but... it's a screen, it's not de…
Re: Tech Interview Torture Chamber
#209We all agree the tech interviews are broken. I suspect that the next trend in tech interviews will be worse in just a slightly different way. We got rid of the "Why are manholes round?" questions, now we have live coding tests.
Do we though? What if the current system is the least bad option out of a set of much worse alternatives?
Re: Tech Interview Torture Chamber
#210Earlier quoted context omitted.
It's a symptom of a process that is completely broken. I have given up entirely on interviewing for SV companies, and work 100% remote now.
If there was a better process, companies would adopt it, as it would give them a major competitive advantage. They're not complete fools.
The same logic that states that bad candidates are always floating around applies to companies... companies that always have open positions are not necessarily the best ones, those seem to fill their open positions faster.