1. Given a string s, find the first non-repeating character in it and return its index. If it does not exist, return -1. 2. Write a program to print a diamond pattern 3. Design in-app API throttler for request rate limiting in a distributed system
Senior Reliability Engineer Interview Questions
503 senior reliability engineer interview questions shared by candidates
I was tested on programming knowledge, GCP and SRE experience.
write a command to fetch all the files in a directory starting with a particular substring and output the number of lines in each file eg. directory /home/userA file names starting with: logs_ output expected: logs_1 101 logs_2 10 logs_3 155 ...
Viewing 501 - 510 interview questions