A collection of sysadmin test questions and answers for interviews/exams
31–38 of 38 posts
Re: A collection of sysadmin test questions and answers for interviews/exams
#32Not only is it immediately useful, it's actually educational. That's nice. I'd say it's well done, even if some people are saying that the questions are too junior. It's well-organized, well-structured, and well-written.
Re: A collection of sysadmin test questions and answers for interviews/exams
#33Funny, I don't see the immutable file question, or questions on capabilities, systemd, selinux, etc. Also, there are "big traffic" questions missing, like how to tune a kernel to perform lots of network ops, how to design a system for high-performance and high-availability, network attached storage, firewalls, replication, etc. Basically, how do I build a system that I know can deliver X traffic at Y rate, and scale…
Re: A collection of sysadmin test questions and answers for interviews/exams
#34"what happens when you type api.example.com and press enter?" This has been one of my interview questions for years. Take a minute to speak your answer aloud. Do it now, I'll wait. It requires walking through several layers and subsystems. Really a great question for exposing how the candidate models a complex system. The best part, as an interviewer, is seeing how deep the candidate goes down the potentially infinit…
>"what happens when you type api.example.com and press enter?" That's easy. Bash checks all the directories as listed in my $PATH, doesn't find it and then prints "api.example.com: command not found" on the screen. If you want me to tell you how a bluetooth keyboard works you're going to need to pay more than a sysadmin's salary.
There are some poorly paid electrical engineers in the world. There are overpaid under educated sysadmins in the world as well.
Re: A collection of sysadmin test questions and answers for interviews/exams
#35"what happens when you type api.example.com and press enter?" This has been one of my interview questions for years. Take a minute to speak your answer aloud. Do it now, I'll wait. It requires walking through several layers and subsystems. Really a great question for exposing how the candidate models a complex system. The best part, as an interviewer, is seeing how deep the candidate goes down the potentially infinit…
Re: A collection of sysadmin test questions and answers for interviews/exams
#36"what happens when you type api.example.com and press enter?" This has been one of my interview questions for years. Take a minute to speak your answer aloud. Do it now, I'll wait. It requires walking through several layers and subsystems. Really a great question for exposing how the candidate models a complex system. The best part, as an interviewer, is seeing how deep the candidate goes down the potentially infinit…
> Really a great question for exposing how the candidate models a complex system.
The question could do that, if the interviewer is sufficiently interactive and asks the candidate to explore or explain, but I have yet to experience it. Every single time I've answered the question, the interviewer just sits and listens.
Am I really exposing how I model anything when I'm giving what's now a pretty rote answer, colored by years of reading postings about it?
Re: A collection of sysadmin test questions and answers for interviews/exams
#37"what happens when you type api.example.com and press enter?" This has been one of my interview questions for years. Take a minute to speak your answer aloud. Do it now, I'll wait. It requires walking through several layers and subsystems. Really a great question for exposing how the candidate models a complex system. The best part, as an interviewer, is seeing how deep the candidate goes down the potentially infinit…
there's at least one collaboratively edited doc about this standard interview Q; see https://github.com/alex/what-happens-when
This question can truly be incredibly interesting.
Re: A collection of sysadmin test questions and answers for interviews/exams
#38Earlier quoted context omitted.
there's at least one collaboratively edited doc about this standard interview Q; see https://github.com/alex/what-happens-when
Interestingly enough this only ever attempts to answer the technical part but doesn't consider the electrophysiology and psychology of it. What happens in your brain when you start typing each letter? And in your arms and fingers? And your memory? What if you have dyslexia? Or Parkinson's? Or dementia? What if your primary language is Swahili? And so on. This question can truly be incredibly interesting.
But I didn't come up with it in a quick Web search and thought maybe I had dreamed it.