Asked a lot of questions on Networking
Site Coordinator Interview Questions
6,921 site coordinator interview questions shared by candidates
Related with Linux commands, Apache server troubleshooting, finding bugs of given code and system design for you tube.
Its repeated multiple times in this forum.
You will be asked to role play a scenario where the number of registrations for a service has dropped to 0 for the past 6 or so hours, setting off an alert. You will have to go through an incident response and elevation. You will be asked to write simple reports that are suitable for giving high-level status to a manager.
Coding test: Parse a (syslog) file to get various fields from the logs and message counts. Associate counts with the processes that logged them.
Describe how curl works. What happens when you call the command? Describe the process of loading libraries, parsing arguments, DNS resolution, etc.
*Interviewer describes the full stack setup of a web app*, Please list the benefits and disadvantages of this setup. And if you could, how would you improve it?
Write a Python script to do some analysis of some debug logs
1. Write a sort of FizzBuzz 2. Use rest api to get a JSON and traverse it 3, Parse a log file and process the data 4. Parse the same file in a more advanced way (regex, grouping, etc.) 5. The same file but parse it continuously (the file can be rolled-over, etc.) Side questions: advantages and disadvantages of a recursion, rewrite a recursion in a non-recursive way, etc. (depends on what do you write)
Scale a ride-hailing application so that it handles ~10,000 requests/minute. This was a 1.5-hour-long discussion with follow-ups, including Consistent Hashing. They also challenged multiple of my design claims which I had to think about on the spot.
Viewing 5411 - 5420 interview questions