Media.Net SRE 1 Role: My Interview Journey

media.net-sre-1-role:-my-interview-journey

Overview

I was hired at Media.Net as an SRE in 2022. After a year, I finally found some time to share my interview experience. I hope this helps those of you aiming to secure a similar role.

A little bit about me – If anyone is interested 🫣

Before starting, let me be clear – I don’t know DSA and never solved anything more than medium-level questions on Leetcode. Neither I do have an SRE or DevOps background. I am also an ECE Btech grad – so whatever CSE core subjects I have learned – all thanks to Google and YouTube.

During my interviews, I had approximately 1.5 years of experience as a front-end developer. At that time, I was also exploring backend development and DevOps to some extent. I believe that knowing all these areas greatly contributed to my success in securing this role.

This is going to be an extensive blog about my interview experience. I hope it assists you in acing your interviews!


It Crowd Maurice Moss GIF – Find & Share on GIPHY

Discover & share this It Crowd GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

The SRE role heavily relies on DevOps practices. As an SRE, the most important task is to ensure the application runs smoothly and that everything works as expected.

The scope of work of SRE engineers varies from industry to industry. But to get hired as an SRE, the following subjects need to be known in depth:

  1. Operating Systems
  2. Computer Networks
  3. Linux
  4. System Design
  5. DSA (no need for in-depth knowledge of competitive programming, only the concepts and easy to medium leetcode level is sufficient)

Interview rounds

The overall process consisted of 6 rounds in total.


Awkward Season 9 GIF by The Office – Find & Share on GIPHY

Discover & share this The Office GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

  • Round 1 and Round 2 was compulsory round – whose cumulative score was necessary to move into the next rounds
  • Round 3 was the machine coding round (it was held in a pool of 10-12 colleges).
  • The colleges include IITs, NITs, and other 2-3 colleges including ours.
  • Rounds 4, 5 and 6 were all technical interview rounds.

Round 1: MCQ + DSA Round


Search Engine Ugh Gif By Gif – Find & Share on GIPHY

Discover & share this Giflytics GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

  • This round was divided into 4 sections:
  1. Operating System MCQs
  2. Computer Network MCQs
  3. DSA and OOPS MCQs
  4. Coding questions (2 DSA questions and 1 questions based on bash scripting)
  • Each section has to be completed in a given time frame and switching between different sections was turned off.

  • The total time given was 1.5 hours

  • DSA Questions were easy, it was asked only to check how fast the candidate could think.

Questions asked were:

  1. Fizzbuzz (easy)
  2. Some array element counting type of questions (easy)
  3. Bash scripting question:
  4. Candidate has to validate a log of phone numbers according to the given phone number format
  5. This can be easily solved using cat, grep and regex command.

MCQs

  • MCQs were easy to moderate level.
  • Most were factually based, so one can refer to Geeks for Geeks or other related sites for MCQ preparations

Verdict

  • I was able to solve both DSA questions and almost all MCQs.
  • Most of the students were selected for thRound 4: Technical Interview 1
    e next round which was the machine coding round

Round 2: Machine Coding – Capture the flags


Capture The Flag Run GIF by Planet Eclipse – Find & Share on GIPHY

Bringing you awesome paintball Gifs from the world of Eclipse.

favicon
giphy.com

  • This round was 1.5 hours long.
  • In this round, we got access to the Media.Net machine coding platform.
  • Before taking part, read the instructions provided as it will be crucial for this round.

Tasks

  • There were 6 tasks in total.
  • 3 tasks were basic and were to get used to the platform
  • The other three tasks were intermediate to advanced level.
  • After each task, the candidate gets a flag (a unique string) which has to be pasted into the platform.
  • This will add points to your profile.
  • Googling things was allowed.
  • The task points in order of difficulty – 1, 2, 3, 7, 10, 10
  • The first two basic tasks were easy – can be done in a few minutes.
  • For this knowledge of SSH is important.
  • Make sure that SSH (in Linux distros and Mac) and putty (in Windows) is working.
  • The third basic task required some socket programming.
  • Use Python for socket programming as implementing it will be easier
  • One can read GFGs Python socket programming
  • There are plenty of videos on YouTube too
  • The other three tasks required us to communicate with the server and VM whose credentials were provided to us.

Verdict

I was selected for the next round – which was a machine coding round.

Round 3: Machine Coding Round


Work Coding GIF by Pudgy Penguins – Find & Share on GIPHY

Discover & share this Pudgy Penguins GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

  • This round was a machine coding round and one of the longest rounds.
  • We have to join the meeting at 7:30 AM
  • We get the intro to the Media Net SRE role and how to proceed in the round.
  • This was an inter-college hiring round where various colleges took part.

Task:

  • At 8:00 AM the round started
  • There were 9 tasks in total.
  • Googling things was allowed.
  • We have to write a server code and check our logic in the VM whose credentials were provided to us the night before.
  • Check that your SSH or putty is working.
  • Also, check you can paste code from your local machine to the VM terminal.
  • All tasks were interrelated to each other (unlike the previous round).
  • We have to complete 4 tasks in two hours.
  • After completing the first four tasks, the successful candidates were allotted individual breakrooms where interviewers came one by one at an interval of 30 minutes.
  • You have to explain your approach.
  • They will ask questions on each line of your code.
  • In the next two hours, we have to implement the remaining tasks.
  • The problem statement we got can be found in this github gist – Link

Verdict

  • I got selected for a technical interview which was scheduled a couple of days after.

Round 4: Technical Interview 1


Over It Lol GIF by WGN Morning News – Find & Share on GIPHY

WGN Morning News. We’re not drunk, we swear. Weekdays 4-10a.

favicon
giphy.com

  • My first technical interview was scheduled a day after round 3.
  • It was about 1.5 hours long interview.
  • The major focus of this round was Operating systems and computer networks.
  • The interviewer asked me to give my intro.
  • Then he moved to my resume and asked about my projects, tech skills, and internship experience.
  • Make sure that whatever you write in your resume is 100% correct and you can explain it thoroughly.
    Then interviewer started asking Computer Network questions.

Questions

  • Some questions that were discussed in depth were:
  1. OSI Model (make sure that you know every layer of it and how data is transferred from top to bottom layer and on both the client and server-side)
  2. What happens when you type google.com
  3. Make sure you know what happens in your browser
  4. how DNS lookup is done and what happens inside google servers too.
  5. Windows Subsystem for Linux
  6. How it works in windows
  7. What it does inside Windows is that you can use Linux without a virtual machine
  8. Job scheduling algorithms
  9. HTTP methods and how to write query
  10. TCP, UDP, and other methods in depth
  11. What are ports?
  12. What is IP, IPv4, IPv6?
  13. Various protocols and how they work
  14. Three-way handshaking
  15. Role of routers
  16. DHCP
  17. How IPs are allocated
  18. Uses of Operating System
  19. Kernel and its uses
  20. Cache
  21. RAM, ROM
  22. Git and GitHub
  23. Situational-based DSA question – for a given scenario which algorithm or data structure should be used?

Tips

  1. For quick revision, one can refer to interview bit interview questions for OS and CN.
  2. Make sure you have a notepad or whiteboard application ready.
  3. If you don’t know technical terms, explain with diagrams and examples.
  4. Ask questions if you don’t understand something or want more hints.


Fran Healy Reaction GIF by Travis – Find & Share on GIPHY

Discover & share this Travis GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

Round 5: Technical Interview 2

  • My second technical interview was scheduled for the next day of Round 3.
  • It was purely focused on Linux and System Design (more weightage).
  • Make sure you know the basics of System design or at least enough to catch up on hints given by the interviewer.
  • This round was 2 hours 30 minutes long.
  • The interview started with an introduction, and then we moved on to my resume – internships, projects and tech stacks.
  • The interviewer asked me to show the code and ER diagram of one of my projects – so I showed him the same.
  • Make sure that all your project’s documentation is up to date before the interview.
  • Then he started with Linux questions.
  • As I didn’t know linux in depth – these questions were tough for me.


– Find & Share on GIPHY

Discover & share this c’t Magazin GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

Linux and Operating Systems

  • Questions asked on Linux and OS were:
  1. What happens when you boot up your PC
  2. What happens when you create a new file or folder (internally)
  3. How RAM works
  4. How Cache works
  5. How virtual address transforms into logical addresses
  6. Linux Commands
  7. Compiler signals like SIGKILL, SIGTERM, etc. and what they do.
  8. Mutex and semaphore
  9. What happens to your laptop when you click the power button?
  10. How does your computer know when to wake up after you switch it off
  11. Though Linux and OS are important, the major focus for this round was System design.
  12. I was asked to design a chat app which can be scaled to 100M real-time users (as I had mentioned a chat app project in my resume)
  13. Make sure you know the concepts of cache, database sharding, load balancers, etc.
  14. Do all the calculations for bandwidth usage, per-second data upload, download, database storage estimation etc.

Round 6: Final Technical Interview


Get Ready Lets Do This GIF by Aurora Consulting: Business, Insurance, Financing Experts – Find & Share on GIPHY

Discover & share this Aurora Consulting: Business, Insurance, Financing Experts GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

  • This round was supposed to 3 hours long.
  • Director of SRE, Media Net was the interviewer of this round.
  • Every candidate was allocated a different breakroom in Zoom.

  • The interviewer asked this question:

Given a 2 TB log file containing hostname, destination and source IP addresses, and status code (all are independent of each other) on the client side.

You are provided with 3 servers each with 16 cores and 64 GB RAM. Find the optimal way to process the log files to find the top 20 hostnames, top 20 IP addresses and the total count of each status code.

  • This interview was to see your quick thinking and how you think of solutions in stress.
  • The interviewer will come every 30 minutes to see your approach.
  • Make sure you use the whiteboard app for explanation.
  • You won’t be given hints in this round and the interviewer will question you about anything and everything about your proposed solution.
  • The ideal solution will be to give a high-level overview of how you allocate server resources and how you process the log files.
  • After 2 hours, I was asked to leave the meeting as I was not getting to the most optimal solution.

Final Verdict


Proud I Did It GIF by myHQ – Find & Share on GIPHY

Discover & share this myHQ GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.

favicon
giphy.com

  • Finally after 6 interview rounds and waiting for another one week for the result, I was offered the SRE role at Media.Net.
  • I also got the offer of 6 month internship along with the full time role.
  • The whole interview process was tiring yet the most interesting one for me. As all the interviews only focused on practical knowledge and implementation over theoretical or mugged up concepts.

Ending note

  • Thank you for reading until the end.
  • I hope that my blog has helped you or at least given you some tips and insights on how an interview is conducted for an SRE fresher.
  • If any of you want to discuss anything regarding the blog or want to contact me, please do so:
  • GitHub – Link
  • Twitter – Link
  • Linkedin – Link
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
how-to-list-project-management-skills-on-your-resume

How to list project management skills on your resume

Next Post
how-to-manage-project-assurance-(with-prince2-guide)

How to manage project assurance (with PRINCE2 guide)

Related Posts