But they appear to be changed in subtle ways from what's listed on other sites. For example, googling for: Google SRE interview questions inode
returns a few hits, including:
https://www.glassdoor.com/Interview/Linux-system-call-for-in...
which lists the question as "system call for inode data" - which is importantly different from a system call to return an actual inode.
This post says something similar: http://gregbo.livejournal.com/182506.html
"There were some questions I just didn't remember the answers to, such as "What system call gives all the information about an inode?" and "What are the fields in an inode?""
(Argh, the blog post is down, so I can't compare some of the others, but several of them seemed to have been changed in ways that made the question itself seem wrong.)
((Thanks to leetrout below for bopping me on the head with the google cache. Next bit added thanks to said bop.))
Another one: The blog post lists "what is the name of the KILL signal?", but googling for: google sre interview questions kill signal
turns up this post on glassdoor: https://www.glassdoor.com/Interview/site-reliability-enginee...
Which lists the question as "What signal does the "kill" command send by default?"
That matches much more the answer SIGTERM that the interviewer was described as insisting on.
That suggests a few likely possibilities: (a) The interviewer misread the questions; (b) There was a horrible communication failure between the interviewer and the interviewee; (c) The interviewee failed to actually listen to the questions before answering.
I have no information with which to assign weights to those possibilities, but all of them seem more likely than "the interview questions themselves are actually this horrible" (they're not as broken as the blog post made them out to be. After writing this, I looked.)