Implement an application that can generate a unique urls and store/retrieve data using POST/GET. Isolate the data persistence and integrate it with Docker-Compose.
Site Reliability Engineer Interview Questions
2,637 site reliability engineer interview questions shared by candidates
Tell me a challenge you met in one of your projects.
when summing the values of a 2D array in a nested for loop where the outer loop index counter is i and the inner loop index counter is j, what is the difference when you sum array[i][j] vs array [j][i]
How to check a host that cannot be connected
LC easy solved with binary search
Mainly related to your own experience. Questions are all derived from there
Given a 2d matrix with only alphabetical characters as items inside and a certain path, return the path direction provided that you can traverse only horizontally and vertically.
How would you make a web server in bash
How would you design a system to handle rate limiting for an API?
What is 4 golden signals in monitoring
Viewing 2131 - 2140 interview questions