Media.net interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Media.net
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 Month
Topics: DSA, Computer Networks, Operating Systems, DBMS, OOPS
Tip
Tip

Tip 1 : Practice CP more and more.
Tip 2 : Keep your resume short and crisp.

Application process
Where: Referral
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Keep your resume short and crisp.
Tip 2 : Highlight your achievements and projects.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date1 Apr 2021
Coding problem1

1. Maximum Area Square

Moderate
10m average time
90% success
0/80
Asked in companies
Urban Company (UrbanClap)FreshworksBNY Mellon

You have been given a non-empty grid ‘MAT’ consisting of only 0s and 1s. Your task is to find the area of maximum size square sub-matrix with all 1s.

If there is no such sub-matrix, print 0.

For example, for the following grid:

Input

The area of the largest square submatrix with all 1s is 4.
Try solving now
02
Round
Hard
Video Call
Duration60 Minutes
Interview date10 Apr 2021
Coding problem1

1. Implement Trie ll

Moderate
30m average time
70% success
0/80
Asked in companies
UberMedia.netSamsung R&D Institute

Ninja has to implement a data structure ”TRIE” from scratch. Ninja has to complete some functions.

1) Trie(): Ninja has to initialize the object of this “TRIE” data structure.

2) insert(“WORD”): Ninja has to insert the string “WORD”  into this “TRIE” data structure.

3) countWordsEqualTo(“WORD”): Ninja has to return how many times this “WORD” is present in this “TRIE”.

4) countWordsStartingWith(“PREFIX”): Ninjas have to return how many words are there in this “TRIE” that have the string “PREFIX” as a prefix.

5) erase(“WORD”): Ninja has to delete one occurrence of the string “WORD” from the “TRIE”.

Note:

1. If erase(“WORD”) function is called then it is guaranteed that the “WORD” is present in the “TRIE”.

2. If you are going to use variables with dynamic memory allocation then you need to release the memory associated with them at the end of your solution.

Can you help Ninja implement the "TRIE" data structure?

Try solving now
03
Round
Hard
Video Call
Duration60 Minutes
Interview date30 Apr 2022
Coding problem2

1. OS Questions

Question of scheduling algorithms, faults, starvation etc.

2. DBMS Questions

Indexing, btree, b+tree, bst, sql queries

04
Round
Easy
Video Call
Duration60 Minutes
Interview date31 Mar 2022
Coding problem1

1. Hurdle Game

Easy
10m average time
90% success
0/40
Asked in companies
Media.netGoldman SachsGartner

Once Kevin is playing a hurdle game in which he has to jump some hurdles to clear a particular level. Each level ‘i’ has ‘i’ hurdles (for example, level 6 has 6 hurdles).

You are provided with the total number of hurdles that Kevin has jumped, you have to tell how many levels he has cleared.

Note :

Kevin has played this game once. He can only reach the level ‘i’ if and only if he has already cleared the level (‘i’ - 1).
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 6 problems
Interviewed by Media.net
4659 views
1 comments
0 upvotes
SDE - 1
4 rounds | 6 problems
Interviewed by Media.net
0 views
0 comments
0 upvotes
SDE - Intern
3 rounds | 2 problems
Interviewed by Media.net
1367 views
0 comments
0 upvotes
SDE - Intern
2 rounds | 5 problems
Interviewed by Media.net
919 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15606 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15500 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes