Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en LinkedIn en dic 2019
Entrevista
First there was a short screen call with the recruiter.
The second phase was a 1 hour coding interview with a number of questions requiring you to write some code. The questions increase in complexity plus I was asked some solution-specific questions. By the end of interview I got to 6th question. In general I had a good experience about it. They use coderpad as a platform. The only thing I would say is a lack of preparation materials compared to other companies (like Facebook or Google). After that the interviewer contacted me next day and scheduled the next interview.
The third interview was a systems-like. There were three questions. As for the previews interview there were not a lot of preparation material. I was given a link to Google's SRE book, but I can't say that it was very useful. Although it helped me to understand what kind of answers they were expecting from me. Another thing is that they do not use anything to write down the questions. It was a pure phone call. So I spent some time trying to figure out the details and what where the questions about. In general that was also a positive experience. The only thing I did not like is that some questions are too vague and you have short time answering it. After the interview there were no follow up from the recruiter.
Preguntas de entrevista [2]
Pregunta 1
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)
1. Explain in details what is happening when you type curl https://...
2. Copy a huge set of files over 10000 nodes, keep the files updated, check the consistency
3. How to organize a monitoring in a n-node cluster running a web application
Me postulé a través de un reclutador. Acudí a una entrevista en LinkedIn en jun 2022
Entrevista
There were two rounds
1.operation round
2.coding round
both rounds were easy answered all questions which interviewer agreed are correct .still din't get feedback why i was rejected. They have standard questions which will be asked in every interview . I don't know how they are evaluating candidates.
Preguntas de entrevista [1]
Pregunta 1
Operations asked three questions
1.ssh how will it work
2.send one file from one server to 10,000
3.how to monitor three tier architecture
coding
1.FizzBuzz
2.recursion
3.log parsing
you can see answers here https://yumminhuang.github.io/note/sreinterview/
Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en LinkedIn (Nueva Delhi) en feb 2021
Entrevista
The Hiring process was long, lasted over a month. I had an initial Hacker Rank coding round, followed by first round of interview, then second round and then final round which consisted of 4 rounds of interview.
I had referred previous interview experiences on Glassdoor and that helped to prepare. The questions were mostly similar. I got a rejection mail after the first round but then again I got a call for second round. They never answer when we call back. That's what I felt very bad about it.
Preguntas de entrevista [5]
Pregunta 1
First round was based on Networking. TCP/IP, ARP, DNS resolution, Sharding, Scaling, caching, server management concepts were covered.
Second round was scheduled only for Linux Memory management. Entire Memory management questions were asked. How it works, why is it required, Virtual memory, swap memory, swappiness and all.
System design was okay. They gave situations and asked how to design system in that scenario. We were allowed to ask questions to check if we were in tbe right track.
The last one was Troubleshooting
There was an Apache server and we had tk debug jt. It had 500 and 400 errors. I wasn't able to solve any in this round.
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en LinkedIn (Bengaluru) en ene 2021
Entrevista
The process started with an online coding challenge. It had three coding questions around LeetCode medium level, one DBMS query, and around 20 MCQs involving Networks, DBMS, Linux, etc. Following that, there were two technical interviews and one host manager round. The first technical interview was a Service Architecture round where I was asked to scale a ride-hailing application to handle about 10000 requests/min. It was a 1.5 hour round. In the second interview, I was tested a lot on Data Structures, Networking, Linux administration, troubleshooting. Certain questions were very tough, like in what port do you attach your hard drive, but I guess they asked that to check our limits, and they weren't deciding questions. The last round was a Hiring Manager round close to a typical HR round, but I had certain technical questions about my projects.
Preguntas de entrevista [2]
Pregunta 1
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.