Where do you want to be in five years?
Server Systems Engineer Interview Questions
34 server systems engineer interview questions shared by candidates
why are you leaving your current job?
none. Standard unix and redhat questions about services and files
Not supposed to talk about questions that were asked.
You have to sign an NDA, so I can't share them.
I don't think there was anything particularly difficult. I talked about my experience in grad school with regards to Linux for most of the time.
There were many logical challenge questions, mostly word based.
The programming tests were a bit above my capabilities. It might be worth doing some project Euler problems for a few days as warm-up.
During the technical interview with an employee, I was asked how I could handle when 3 different situations go wrong on the same day. Which one would I help first? How would you tell them you need another week?...etc. Not all that technical but more situation based. Tech did play a role.
A string A contains k lowercase letters and can form multiple subsequences (not necessarily contiguous). If each lowercase letter appears with the same frequency in a subsequence as in the original string, then this subsequence is considered a perfect subsequence. Given a string A, determine the number of its perfect subsequences. For example, in the string "abca", the subsequences "a", "b", "c", "a", "ab", "bc", "ca", "aa", etc., are all valid.
Viewing 11 - 20 interview questions