Fetch Senior Site Reliability Engineer interview questions
based on 1 rating - Updated Mar 19, 2025
Averageinterview difficulty
Very negativeinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
1 interviews
Fetch interviews FAQs
Candidates applying for Senior Site Reliability Engineer roles take an average of 21 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Fetch overall takes an average of 19 days.
Here are the most commonly searched roles for interview reports -
I applied online. The process took 3 weeks. I interviewed at Fetch in Mar 2025
Interview
Looks like I'm adding to the chorus here, which I should have checked beforehand. I applied on February 21, and on March 3 I got an email from Fetch saying I had been "hand selected" to complete a code exercise. I went well beyond what the exercise prompt requested, submitted it on March 5. I emailed the recruiter that day and on March 15, never heard back from them. On March 19, I got the automated Greenhouse rejection, no feedback, never heard from a human.
This is truly bad form. Looks like they're just farming for free code. I would never work for this company.
Interview questions [1]
Question 1
Implement a program to check the health of a set of HTTP endpoints. A basic overview is given in this section. Additional details are provided in the Prompt section. Read an input argument to a file path with a list of HTTP endpoints in YAML format. Test the health of the endpoints every 15 seconds. Keep track of the availability percentage of the HTTP
domain names being monitored by the program. Log the cumulative availability percentage for each domain to the console after the completion of each 15-second test cycle.