interview was smooth he asked very good and basic questions only 1st round was technical what is ssh how it works, tcp vs udp, ip addresses and but it went deep on all topics, basic bash script and then basic python coding thats all it was all basic but remember all things at that time was having some pressure even it was simple things
Site Reliability Engineer Interview Questions
2,640 site reliability engineer interview questions shared by candidates
Write a function that checks if a given ip is a member or a subnet such as (10.10.0.0 - 255.255.192.0) You cannot use a library, not even built-in - pure Python. Essentially binary ops.
There are 2 list, you have to find smallest from both of these list, subtract them and again see if the subtracted results is present in any of the list.
1 - Give a string reverse the string where there are alphanumeric characters but leave the none alphanumeric character in the same position. 2 - create a binary tree, add to a list all the numbers within each level of the binary tree to a list
Write a code to retrieve the same number in 2 sorted arrays
What are your weaknesses?
How you will store & pass credentials/sensitive data in kubertenes and in dockerfile.
Scenario based questions on the project I have performed.
Be prepared to answer concepts and best practices for the technical questions by Karat. You will be requested to explain the algorithm in English before starting to write codes. I usually think of the detail as I write code, but THIS IS NOT ALLOWED for this interview. The problems are written in a bit confusing way (intentionally? similar to Hackerrank).
Print the n biggest files of a path with the following function available : listfiles, isdir, sizeof
Viewing 1371 - 1380 interview questions