TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Programming Interview from Hell

57 pointsby shantnutiwariover 3 years ago

7 comments

IronWolveover 3 years ago
I was asked to do some bash programming for a linux admin gig, was able to do them all with 1 liners in bash with sed/perl/awk, which is how I would do it on linux. They didnt like that, real world experience, how strange.
908B64B197over 3 years ago
It's interviewing season I guess, so we'll see these posts complaining about interviews and algorithm questions for a few months.
esseeayenover 3 years ago
I don’t agree with the Big O notation question as useless to know. I once had a programmer that had come from marketing background who taught himself to code. Could get things started but when he had to do a data processing job he used jq in bash because “nothing is faster than bash” then wrote his code in On^n which took days to run. When I tried to explain that it was inefficient the way he was doing it because it had to iterate over and over for each entry and explained algorithmic complexity and how to do it faster and wrote up some quick code in python he got in a huff and tried to proclaim “nothing is faster than bash”.<p>For those who may assume the system was memory&#x2F;storage limited and that’s why it was written that way, no we had enough memory and storage.
stefanos82over 3 years ago
I laughed like a dork! ^_^ cheers, I needed it!
评论 #28442334 未加载
black_13over 3 years ago
Interviewed with Bose in framingham mass i had the flu 3 hour interview with 7 people im grateful they passed
nine_zerosover 3 years ago
If interviews were real.<p>Oh wait!
commandlinefanover 3 years ago
&gt; The only time linked lists come up is in interview questions.<p>Only if you don’t know what they’re for and when they’re useful. You can speed up Java a lot if you instantiate LinkedList instead of ArrayList when you can get away with it.<p>And you’re definitely not hired.
评论 #28439318 未加载