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

Web Developer

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

Interview preparation journey

expand-icon
Journey
I cracked JEE MAINS in 2016 with AIR 12990 and got into NIT Puducherry in CSE. CGPA 9 in my BTech and started my corporate journey with NCR Corporation (Product Based Company). I got this opportunity via HackerEarth and cracked the interviews. My on campus job was from a service based company (L&T Infotech). But I practiced DSA and I was able to crack a Product Based Company (NCR Corporation). Currently working as a Backend Developer.
Application story
I cracked JEE MAINS in 2016 with AIR 12990 and got into NIT Puducherry in CSE. CGPA 9 in my BTech and started my corporate journey with NCR Corporation (Product Based Company). I got this opportunity via HackerEarth and cracked the interviews. My on campus job was from a service based company (L&T Infotech). But I practiced DSA and I was able to crack a Product Based Company (NCR Corporation). Currently working as a Backend Developer.
Why selected/rejected for the role?
My resume was inline with the job requirement. I was having the relevant skills required for the job. Also I had an ATS compatible resume which helped me go through the ATS.
Preparation
Duration: 3 Months
Topics: DSA, OOPS, OS, DBMS, Computer Networks, System Design
Tip
Tip

Tip 1 : Be Strong with DSA
Tip 2 : Be Strong with OOPS and Core CS Fundamentals

Application process
Where: Linkedin
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : One Page Resume
Tip 2 : Highlight your coding profiles

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date14 Jul 2021
Coding problem4

Online Test

1. Technical Question

Time Complexity of Quick sort

Problem approach

Case Time Complexity
Best Case O(n*logn)
Average Case O(n*logn)
Worst Case O(n2)

2. SQL Question

Which command is used to remove a relation from an SQL?
a) Drop table
b) Delete
c) Purge
d) Remove

Problem approach

Drop table

3. Binary Search

Easy
15m average time
85% success
0/40
Asked in companies
OracleMedia.netAdobe

You are given an integer array 'A' of size 'N', sorted in non-decreasing order. You are also given an integer 'target'. Your task is to write a function to search for 'target' in the array 'A'. If it exists, return its index in 0-based indexing. If 'target' is not present in the array 'A', return -1.


Note:
You must write an algorithm whose time complexity is O(LogN)


Try solving now

4. OOPS Question

Data members and member functions of a class are private. default. True or False?

Problem approach

TRUE

02
Round
Medium
Video Call
Duration60 Minutes
Interview date22 Jul 2021
Coding problem1

DSA problem solving

1. Length of the longest substring with the equal number of 1s and 0s.

Moderate
30m average time
70% success
0/80
Asked in companies
Media.netMcKinsey & CompanyFlipkart limited

You are given a binary string 'S' of length 'N'. Your task is to find the length of the longest substring with an equal number of 1s and 0s.

Note:

1. The given string will only contain 0 and 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
Web Developer
3 rounds | 9 problems
Interviewed by Media.net
1829 views
0 comments
0 upvotes
SDE - 1
4 rounds | 8 problems
Interviewed by Media.net
1442 views
0 comments
0 upvotes
Web Developer
2 rounds | 2 problems
Interviewed by Media.net
0 views
1 comments
0 upvotes
Web Developer
3 rounds | 4 problems
Interviewed by Media.net
622 views
0 comments
0 upvotes