Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Media.net Software Services (India) Team. If you also belong to the team, you can get access from here

Media.net Software Services (India) Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Media.net Software Services (India) Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top Media.net Software Services (India) Interview Questions and Answers

View all 52 questions

Media.net Software Services (India) Interview Experiences

Popular Designations

69 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Held on interview bit. 3 ques were asked. Questions were from range query and DP.

Round 3 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question. Given a sequence of positive numbers, make it a non-decreasing sequence. Operation allowed: adjacent elements can be added to form a single element. What is the minimum no of operatio...

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA as much as you can. Be well-versed in CS fundamentals such as CN, OS, DBMS, and OOPS.
Practice CP if you can.

Top Media.net Software Services (India) Software Developer Interview Questions and Answers

Q1. Interleaving Two Strings Problem Statement You are given three strings 'A', 'B', and 'C'. Determine if 'C' is formed by interleaving 'A' and 'B'. String 'C' is an interleaving of 'A' and 'B' if the length of 'C' equals the sum of the length... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Guesstimates 

(2 Questions)

  • Q1. Calculate the amount of water that is being consumed at a 5-star hotel in Mumbai.
  • Ans. 

    Calculating water consumption at a 5-star hotel in Mumbai.

    • Determine the number of rooms in the hotel

    • Estimate the average occupancy rate

    • Calculate the average water usage per guest per day

    • Consider water usage in common areas like restaurants, pools, and gardens

    • Factor in laundry and kitchen water usage

  • Answered by AI
  • Q2. #new user signups per week in BigBasket has been gradually declining over the last few months
  • Ans. 

    The decline in new user signups per week in BigBasket may be due to various factors such as increased competition, changes in marketing strategies, or a decrease in customer satisfaction.

    • Evaluate the competitive landscape to see if new players have entered the market or existing competitors have improved their offerings.

    • Analyze the effectiveness of current marketing strategies and consider implementing new tactics to a...

  • Answered by AI
Round 2 - Product Management 

(3 Questions)

  • Q1. Design an application to track expiry of perishable items in a household.
  • Ans. 

    An application to track expiry of perishable items in a household.

    • Allow users to input items with expiry dates

    • Send notifications when items are close to expiry

    • Provide suggestions for recipes using soon-to-expire items

  • Answered by AI
  • Q2. What parameters will you consider for building the recommender engine of a news aggregator website?
  • Ans. 

    Parameters for building a recommender engine for a news aggregator website

    • User behavior and preferences

    • Content relevance and quality

    • Collaborative filtering

    • Personalization based on user demographics

    • Real-time updates and trending topics

  • Answered by AI
  • Q3. Netflix has just implemented password-sharing features. What next steps would you pursue for growth of Netflix - consider parameters: revenue, engagement, retention, etc.
  • Ans. 

    Implement personalized recommendations, enhance user experience, and explore new revenue streams.

    • Implement personalized recommendations based on user viewing habits to increase engagement and retention.

    • Enhance user experience by improving interface, adding new features like offline viewing, and expanding content library.

    • Explore new revenue streams such as partnerships with content creators for exclusive content, target...

  • Answered by AI
Round 3 - Product Management 

(2 Questions)

  • Q1. How would you improve YouTube SkipAds? How would you go about implementing it?
  • Ans. 

    Improve YouTube SkipAds by allowing users to choose the type of ads they want to see.

    • Implement a feature where users can select the category of ads they are interested in.

    • Provide an option for users to skip ads after watching a certain duration.

    • Introduce a reward system for users who choose to watch ads without skipping.

    • Utilize user feedback to continuously improve the relevance of ads shown.

  • Answered by AI
  • Q2. You are the PM of Amazon for cancellations/returns. Increase in price drop of a product leads to increased return and order. How would you solve for this issue?
  • Ans. 

    Implement dynamic pricing strategies based on customer behavior and market trends to reduce price drops and returns.

    • Utilize data analytics to identify patterns in price drops and returns

    • Implement dynamic pricing algorithms to adjust prices in real-time based on demand and competition

    • Offer personalized discounts or promotions to incentivize customers to keep the product instead of returning it

    • Improve product description...

  • Answered by AI

Top Media.net Software Services (India) Associate Product Manager Interview Questions and Answers

Q1. You are the PM of Amazon for cancellations/returns. Increase in price drop of a product leads to increased return and order. How would you solve for this issue?
View answer (1)

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)
Media.net Software Services (India) Interview Questions and Answers for Freshers
illustration image

Research Analyst Interview Questions & Answers

user image Vishal Mulik

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Job role Process information

Round 2 - Case Study 

Presentation explanation

Research Analyst Interview Questions asked at other Companies

Q1. What is income statement how do u calculate net profit? What is stock split and merger and takeover and depreciation and amortization and net worth and retaining earnings,book value per share? Types of equity shares etc...
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test with two section one is general aptituide and Basic cs concepts. And Second round containing the 2 dsa question with intermediate level question.

Round 2 - HR 

(2 Questions)

  • Q1. Two sorted array in asscending order give the media of two array after merging in asscending order.
  • Ans. 

    The median of two sorted arrays merged in ascending order.

    • Merge the two sorted arrays into a single sorted array.

    • Find the median of the merged array.

    • If the merged array has an odd length, the median is the middle element.

    • If the merged array has an even length, the median is the average of the two middle elements.

  • Answered by AI
  • Q2. Question on resume on java script 1. whats is closure? 2. what is hoisting? cookie session.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the DSA very well because only DSA will help to take most of the time in interview. AND good knowledge of what you have written in the resume.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Media.net Software Services (India) interview questions for popular designations

 Web Application Developer

 (6)

 Product Manager

 (6)

 Software Engineer

 (5)

 Software Developer

 (5)

 Web Developer

 (5)

 Research Analyst

 (3)

 UI Developer

 (2)

 Site Reliability Engineer

 (2)

Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. HTML, CSS and JS basic questions.
Round 2 - Assignment 

This was a take home assignment. Given a design, convert that to Website along with some functionalities

Round 3 - Technical 

(1 Question)

  • Q1. Basic coding questions and advanced JS questions

Get interview-ready with Top Media.net Software Services (India) Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA questions (difficult)

Round 2 - Technical 

(1 Question)

  • Q1. Graph based questions. Do cses.
Round 3 - Technical 

(1 Question)

  • Q1. Puzzle (Leetcode)

Interview Preparation Tips

Interview preparation tips for other job seekers - Do CSES , Leetcode

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 5 interview rounds.

Round 1 - Coding Test 

2 hr easy questions mostly aptitude and easy leetcode

Round 2 - System Round 

(1 Question)

  • Q1. Design TCP Server with TCP sockets and sys calls
  • Ans. 

    Designing a TCP server using TCP sockets and sys calls

    • Create a socket using socket() system call

    • Bind the socket to an address and port using bind() system call

    • Listen for incoming connections using listen() system call

    • Accept incoming connections using accept() system call

    • Communicate with clients using read() and write() system calls

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. CS Basics, DNS TCP/IP Stack OS Fundamentals
Round 4 - One-on-one 

(1 Question)

  • Q1. System Design - Design Sharepoint
Round 5 - One-on-one 

(1 Question)

  • Q1. Director Round - Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First few rounds are easy, one-on-one rounds will be very difficult.
Give as much details as possible, Enineering teams will ask question around those

Skills evaluated in this interview

Site Reliability Engineer Interview Questions asked at other Companies

Q1. what is diff cloud formation vs terraform, release management like blue green etc.
View answer (1)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2023

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

1.5hrs long test, dp,graph,hackerrank

Round 3 - Technical 

(2 Questions)

  • Q1. What is breadth first search?
  • Ans. 

    Breadth First Search is a graph traversal algorithm that explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.

    • BFS starts at the root node and explores all of the neighbor nodes at the present depth before moving on to the nodes at the next depth level.

    • It uses a queue data structure to keep track of the nodes to be visited.

    • BFS is often used in shortest path and min...

  • Answered by AI
  • Q2. What is dynamic programming?
  • Ans. 

    Dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems and storing the solutions to avoid redundant calculations.

    • Dynamic programming involves breaking down a problem into smaller subproblems and solving each subproblem only once.

    • It is used to optimize solutions by storing the results of subproblems to avoid redundant calculations.

    • Examples include Fibonacci sequence c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company's process is difficult. so please prepare well.

Skills evaluated in this interview

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)

I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were aptitude questions, logical reasoning, essay writing

Round 2 - One-on-one 

(3 Questions)

  • Q1. Guestimates, Logical reasoning, CV Related questions, quick maths
  • Q2. How many iPhone users are there in India
  • Ans. 

    There is no official data on the number of iPhone users in India.

    • Apple does not disclose the number of iPhone users in India.

    • Various market research firms provide estimates, but the numbers vary widely.

    • As of 2021, Statista estimates the number of iPhone users in India to be around 38 million.

    • However, other estimates suggest the number could be as high as 100 million.

    • The actual number of iPhone users in India is difficu...

  • Answered by AI
  • Q3. How many cars visit the toll booth on Mumbai Pune expressway
  • Ans. 

    The exact number of cars visiting the toll booth on Mumbai Pune expressway is not available.

    • The Mumbai Pune expressway is a busy route connecting two major cities in India.

    • The toll booth collects fees from vehicles passing through the expressway.

    • The number of cars visiting the toll booth varies depending on the day, time, and season.

    • The toll booth authorities may have data on the average number of cars passing through ...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. How many active valorant players are there right now
  • Ans. 

    The exact number of active Valorant players is not publicly available.

    • The exact number of active Valorant players is not disclosed by Riot Games.

    • Riot Games, the developer of Valorant, has not provided any official statistics on the current player count.

    • The player count of Valorant can fluctuate daily and is influenced by various factors such as updates, events, and competition from other games.

    • Estimates of the active p...

  • Answered by AI
  • Q2. 5 strengths and weaknesses
  • Ans. 

    Strengths: Analytical thinking, attention to detail, communication skills, adaptability, teamwork. Weaknesses: Impatience, public speaking, time management, delegation, perfectionism.

    • Analytical thinking: Able to analyze data and make informed decisions.

    • Attention to detail: Thorough and meticulous in completing tasks.

    • Communication skills: Effective in conveying ideas and collaborating with team members.

    • Adaptability: Qui...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice logical reasoning questions and guestimates

Campaign Management Associate Interview Questions asked at other Companies

Q1. How many cars visit the toll booth on Mumbai Pune expressway
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Normal aptitude and coding test of 180 minutes with 25 aptitude question and 2 dsa question

Round 3 - Coding Test 

Dsa coding round with most of the question wich are on leetcode

Round 4 - Coding Test 

Dsa coding round with moderate dsa questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Media.net Software Services (India) Interview FAQs

How many rounds are there in Media.net Software Services (India) interview?
Media.net Software Services (India) interview process usually has 2-3 rounds. The most common rounds in the Media.net Software Services (India) interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Media.net Software Services (India) interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Media.net Software Services (India). The most common topics and skills that interviewers at Media.net Software Services (India) expect are Digital Marketing, Campaign Management, Python, Javascript and Marketing.
What are the top questions asked in Media.net Software Services (India) interview?

Some of the top questions asked at the Media.net Software Services (India) interview -

  1. You are the PM of Amazon for cancellations/returns. Increase in price drop of a...read more
  2. How many cars visit the toll booth on Mumbai Pune express...read more
  3. Netflix has just implemented password-sharing features. What next steps would y...read more
How long is the Media.net Software Services (India) interview process?

The duration of Media.net Software Services (India) interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Indian Space Research Organisation

No Interviews

LIST OF COMPANIES

Media.net Software Services (India)

Overview

INTERVIEWS

Cross Country Infotech

No Interviews

INTERVIEWS

Cross Country Infotech

No Interviews

Tell us how to improve this page.

Media.net Software Services (India) Interview Process

based on 56 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 44 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
PubMatic Interview Questions
3.9
 • 30 Interviews
Affle Interview Questions
3.1
 • 4 Interviews
Komli Media Interview Questions
4.0
 • 1 Interview
View all

Media.net Software Services (India) Reviews and Ratings

based on 215 reviews

3.6/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.4

Salary

3.2

Job security

3.7

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 215 Reviews and Ratings
Web Application Developer
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Operations Analyst
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Associate
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Media.net Software Services (India) with

PubMatic

3.9
Compare

Komli Media

4.0
Compare

Vserv Digital Services

4.1
Compare

Adcolony

5.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent