Questions related about managing customer
Site Reliability Engineer Interview Questions
2,547 site reliability engineer interview questions shared by candidates
Just regular web application for take home assessment
General questions around how to deal with engineers in different time zones
Where do you see yourself in 5 years?
General questions about the technologies they use as a company and the ones you are comfortable with.
They asked probably around 20-30 rapid fire questions. Maybe 4-5 on different topics. 1 Sys-admin-ish. 1 SRE. 1 SWE. 1 DBA/data analysis vibes. I don't really recall the last. And a trick question! Be prepared for that ;)
Technical question on AWS Terraform Kubernetes, architecture security best practices and troubleshooting and behavioural situation based questions
Find all the files in a system containing a given string and change them to a new string. Describe how you would do this in bash.
What's a system call? Context switch?
Three questions were asked - 1) Fizzball (but with LinkedIn). Given an integer 1 to n, print "Linked" if divisible by 4 and "In" if divisible by 6 and "LinkedIn" if divisible by 4 and 6. Print the integer if it doesn't meet any of the above criteria. 2) Recursive API question. It's easy but tricky given the exam conditions. You are given an employee API URL to GET the names of an employee reporting structure. The JSON response returns the employee some othet key-value paor and the reports under the employee. The key here is to recognize the need to use recursion. At the very least mention it so they are aware you know what to do even if you don't get it completely correct. 3) You are given some logs with timestamp, process ids, log statement . You need to parse the the log file and print out in two columns the time stamp and the number of times the same process (or thereabout) shows up in the same time stamp (in order words column A has the time stamp, column B has the count). I think this needed to be outputted in CSV or something, but interviewer mentioned it didn't really matter. Hope this helps someone ace their next interview with them. Goodluck!
Viewing 1461 - 1470 interview questions