Open In App

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 min

Hint: Use a Binary Indexed tree with DFS



Result: I solved Q2 and partially Q3. Many students solved 2 questions but a plagiarism checker was used and only 8 students were shortlisted. I was fortunate to be one among them.

Round – 2: Google Meet Interview with Software developer – 2 yrs experience: 60 min

The interview consisted of 1 coding question and a few CS core questions.



Find the maximum non-decreasing Array length

Though the interviewer asked the question differently the question was the same as the Hard question given on the previous Week’s Leetcode Biweekly Contest – 118. But I was sure he did not refer to the question from Leetcode as he expected O(n^2) complexity but O(n) or O( n log n ) is possible. I did not know the best solution but managed to give a correct O( n^2 ) approach during the Interview.

Result: 3 Students were shortlisted for Round 2 but after 2 days I got a call for Round 2 too.

Round 3: Google Meet Interview with Software developer – 6 yrs experience: 60 min

The interview was of the same pattern as Round 2. I did not have any time to prepare as I got a call 15 min before the interview while I was writing an Online test for another company.

Example: S = ()()(()) A = () B = ()(()) , A = ()()(()) B = etc.,
We have to say how many possibilities are there.
I would try to write a separate article for it later. I solved the question from O(n^3) and improvised to O(n^2). In both rounds, I was asked to code in Google Docs.

Result: I was confident that I would get a call for the next round as the Interview went well according to me. Also, I had other interviews with Zomato, and Mathworks the next day, so was not prepared for anything particularly.

Round 4: Google Meet Interview with Manager – 10 yrs experience: 60 min

I had given 4 rounds of Zomato Interviews and was fortunate to clear it, I will write about the same soon. While this was happening I got a call for Round 4.

Input – top left lat-long, bottom right lat-long

Output – top ten rated articles

I tried to give a map of map questions with latitude and longitude approximated containers based on how the data is. The interviewer seemed not so happy with it but appreciated the approach.

Result: In the end, the interviewer said I was good at solving DSA, and CS Core subjects but lacked projects using Data structures in large-scale applications. He also hinted by saying I would do better elsewhere but not in Media.net right now.

Verdict: I was not called for the HR round. The day was a roller coaster experience for me and I was completely exhausted with all the interviews. I was happy with Zomato but not with how the Media.net Interview went. I was happy with the journey from not getting a good Internship opportunity during my 3rd year but working my way through positively in this recession.

Note: They did ask resume before the contest and also considered your CP profile ratings etc., I gave my Leetcode ratings, Codechef and Codeforces ratings.

Solve Leetcode or GFG consistently and give as many weekly contests as possible.

Article Tags :