Enumerate the following from 1 to 4, being 1 the fastest to execute and 4 the slowest: - read cpu register - disk seek - context switch - read from main memory
Site Reliability Engineering Intern Interview Questions
49 site reliability engineering intern interview questions shared by candidates
What signal is sent by default in the unix kill command
How many bits is the access flags of a file?
Take part of a log file, export to CSV.
code in the language of your choice: A site has 4,320,000 users. The users are sequentially numbered -- each user has a user_id between 1 and 4320000. You want to slowly roll out a new feature to all users, at a consistent rate of X users per second. The roll-out should start at noon today, beginning with the newest user (id 4320000). The rollout should last two days, so user_id 1 gets the feature around noon two days from now. $Write a function to determine whether the feature is currently enabled for a given user_id: can_use_new_feature(int user_id) -> bool.
classic fermi problem. estimate some value making some approximations.
How many computers would it take to run gmail.
Your application is getting popular and getting million read requests, how will you handle it? follow up - now heavy writes coming in, how will you scale then and keep a consistent state?
Please provide the command to identify the node location in linux sysytem ?
How do you provide permission for everyone to read a file in current directory name "apple" at the unix prompt.
Viewing 1 - 10 interview questions