|
|
|
|
|
by peeky
3711 days ago
|
|
I interview people like this all the time. I'm long enough in the tooth to have been using telnet regularly, and it terrifies me that so many people doing what I was doing 20 years ago have found a path to obsolescence in an industry with such a critical skills shortage. |
|
When I interviewed for my first real job they included a programming "test". It was basic C stuffs (really, more C pointer focused). Things like 4 swap functions, each incorrectly implemented, what are the resulting values of a and b after running swap(a,b) or swap(&a,&b), etc.
Apparently, I found out after getting hired on, I was the only one to have ever gotten every question correct (note: I was not their only hire, the code there made sense once I heard this, I'm not there anymore). So I guess I shouldn't be surprised that sys admin jobs see similar problems. But it still really bothers me for some reason. This is fairly basic knowledge (telnet/ssh for admins, C and pointers for embedded systems programmers).