Media.net Interview Experience Last Updated : 12 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Round 1: Algo round Given a sorted array, find two values a and b which sum up to x. I told use binary search, he said optimize it. I couldn't do it, he gave hint array is sorted so consider that. I thought of restricting the search by pre-calculating lower_bound of x. Find nth element from last of singly-linked list. Use two pointers. Given a string. Find all permutations of string, sort them and give index of particular string in the sorted list. I couldn't get how to find all permutations (See this), but I explained the other parts of the question. For index, I told him we can use some math like formula for finding no. of permutations starting with a particular letter. Given a matrix of size n x n. Cells (i, j) and (j, i) are 1 if person i shakes hand with person j. Find all groups of people i.e. if person i shakes hand with person j and person j shakes hand with person k, then {i, j, k} is one group. I tried to explain union-find algorithm to him, but I wasn't able to explain him clearly. So, he told me to use DFS like approach, I tried to tell him the complete algorithm but then time limit reached and he said time's up. Round 2: F2F (Tech) round Questions about my resume - work and projects. He gave a SQL query to do based on my project. In my project I had used XML, so he asked me to design schema if SQL has to be used instead. Then based on that schema he asked me a query which I couldn't solve. Find top 10 max elements given a structure of string and float values. Use priority queue. How www.facebook.com will be resolved? DNS resolution steps. Then, he asked, how many GET requests will be sent? I was not sure and said 1 request should do. He then asked how will server know what to send based on just 1 request, I didn't knew how. Difference between process and thread. Can a process be invoked from a thread? I wasn't sure of this. Comment More infoAdvertise with us Next Article NTRO Interview Experience Anonymous Improve Article Tags : Interview Experiences Experienced Experiences media.net Practice Tags : Media.net Similar Reads Media.net Interview Experience 1 Round-1 (Technical Interview Round-1)The first round was of total 1 hour and it was purely based on testing domain knowledge, I was asked about my previous project and experiences and about technology I used.I was then asked to design test case for a given "app" (app can be anything like uber, zepto 2 min read Media.net| Interview Experience | SRE Media.net Interview Consisted to two major roundsRound 1: Simple 45 min round consisting of mcq questions from OS, CN , Linux and 2 easy dsa questions and 1 bash scriptRound 2: Two socket programming question ,Make a basic UDP client and echo server. Write a UDP client that will send a heartbeat mes 1 min read Media.net Interview Experience for SDE I recently had an interview with Media.net for the position of Software Engineer intern. The interview was scheduled after I received a call . Previous Experience:Btech from tier 2Passout:2023Working in a small product-based company. First Round Two programming questions which were relatively easy, 1 min read Media.net Interview Experience for SDE - 1 Media.net visited our campus placements with 3 Rounds of interviews. Round - 1: Interview bit platform contest with 3 questions: 90 minCame directly from the Interview bit StringoholicsTree questionGiven a binary tree with n nodes and each node with values uniquely from 0 to n - 1. The value of each 5 min read NTRO Interview Experience Everyone always remembers their first interview. No matter whether you are selected or rejected. As this was my first interview and had no idea about what they asked I have prepared some expected questions that can be asked from a Computer Science student. On the day of the Interview, I was more ner 2 min read NetApp Interview Experience NetApp is a leading company of innovative storage and data management solutions that helps organizations around the world store, manage, protect, and retain their data. Even though being in the enterprise space, Netapp is known for attracting the sharpest minds in the industry. Meet Parag who got an 5 min read Like