Show HN: Free, anonymous coding interview practice
51–60 of 223 posts
Re: Show HN: Free, anonymous coding interview practice
#52Earlier quoted context omitted.
For me a popup appeared with a Github auth window. It's possible that your browser blocked the popup.
I did email, not Github. I no more want to log in with Github than I want to log in with Facebook. EDIT It seems to crash in the background if you have a "+" in your email address.
Re: Show HN: Free, anonymous coding interview practice
#53This looks great. These days I skip all interviews which require me to code in the interview. I have plenty of open source code, if they cannot figure how good I am looking at, then they definitely cannot figure how good I am with a 3 hour coding interview. IMO, coding interviews is like public speaking. Many people get nervous in front of a crowd. It's a skill one has to obtain should it be required. Coding intervie…
>I have plenty of open source code, if they cannot figure how good I am looking at... I've interviewed several people with lots of code on github and what looks like lots of accepted pull requests to many projects who still can't seem to reason through a problem described as "write a function that takes two unsorted lists and returns one sorted list". I think I'll continue asking technical/coding questions...
def function(unsorted1, unsorted2):
return [1, 2, 3]
;-)Re: Show HN: Free, anonymous coding interview practice
#54Re: Show HN: Free, anonymous coding interview practice
#55[1] But without the dicks
I laughed at this...
Re: Show HN: Free, anonymous coding interview practice
#56Earlier quoted context omitted.
>I have plenty of open source code, if they cannot figure how good I am looking at... I've interviewed several people with lots of code on github and what looks like lots of accepted pull requests to many projects who still can't seem to reason through a problem described as "write a function that takes two unsorted lists and returns one sorted list". I think I'll continue asking technical/coding questions...
This satisfies your problem description: def function(unsorted1, unsorted2): return [1, 2, 3] ;-)
poorly specified questions are very important to ask IMHO :)
Re: Show HN: Free, anonymous coding interview practice
#57Earlier quoted context omitted.
>I have plenty of open source code, if they cannot figure how good I am looking at... I've interviewed several people with lots of code on github and what looks like lots of accepted pull requests to many projects who still can't seem to reason through a problem described as "write a function that takes two unsorted lists and returns one sorted list". I think I'll continue asking technical/coding questions...
This satisfies your problem description: def function(unsorted1, unsorted2): return [1, 2, 3] ;-)
Re: Show HN: Free, anonymous coding interview practice
#58Re: Show HN: Free, anonymous coding interview practice
#59Earlier quoted context omitted.
This satisfies your problem description: def function(unsorted1, unsorted2): return [1, 2, 3] ;-)
indeed! Yet, in the interview I'm thinking of, he didn't even get this far. poorly specified questions are very important to ask IMHO :)
Re: Show HN: Free, anonymous coding interview practice
#60I'm absolutely one of these people who melt down. Give me a task and leave the room and I'm on it, but while being watched I loose all ability to think, which I think has a lot to do with the fact that I never went to college and jumped right into the industry directly after high school essentially bypassing a very important skill you learn there: test taking. Two weeks ago the position of my dreams -- literally, exa…