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
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It will be around 3 hours and 2 questions of leetcode hard difficulty will be asked in the interview and 1 question is of codeforces 2400+ difficulty question.

Round 2 - Technical 

(2 Questions)

  • Q1. 1-2 DSA medium-hard difficulty question will be asked.
  • Q2. CS fundamentals in depth had been asked in the ending of the interview.
Round 3 - Technical 

(1 Question)

  • Q1. System Design problem was asked.
Round 4 - HR 

(1 Question)

  • Q1. This is a cultural fit round. Common HR question was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Competitive programmer at the minimum rank of codeforces specialist is must.In depth knowledge of CS fundamentals is required. Basic Understanding of system design concepts is must,with standard problems.

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Second highest Salary
  • Ans. 

    To find the second highest salary in a database table, you can use a SQL query with the ORDER BY and LIMIT clauses.

    • Use a SQL query with ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to retrieve the second highest salary.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1;

  • Answered by AI
  • Q2. Left and right join explanation
  • Ans. 

    Left join includes all records from the left table and matching records from the right table. Right join includes all records from the right table and matching records from the left table.

    • Left join: Returns all records from the left table and the matched records from the right table.

    • Right join: Returns all records from the right table and the matched records from the left table.

    • Example: Left join - SELECT * FROM table1...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Question on Binary Search tree
  • Q2. One easy array question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql questions and basics of DBMS

Skills evaluated in this interview

Database Developer Interview Questions asked at other Companies

Q1. - Waterfall model - What is cursor in SQL - Normalization and denormalization - SDLC Lifecycle - Why we need SQL - Function and procedure in SQL - What are the main blocks of T-sql or Pl-sql - Column in left table is NULL and Column in righ... read more
View answer (1)
Media.net Software Services (India) Interview Questions and Answers for Freshers
illustration image

Web Developer Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA easy-medium
  • Q2. HTTP/HTTPS, web fundamentals
Round 2 - Technical 

(3 Questions)

  • Q1. DSA medium (array, two pointer based)
  • Q2. Project based questions were asked
  • Q3. DSA easy - medium on string

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)

Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

SQL, Web Tech, Logical Reasoning, Data Interpretation

Round 2 - Technical 

(1 Question)

  • Q1. SQL, Web Tech, Logical Reasoning, Data Interpretation
Round 3 - HR 

(1 Question)

  • Q1. Excel, Normal HR Questions

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 experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Time and distance, profit-loss

Round 2 - Coding Test 

Basic programs like fibonacci, find second largest/smallest

Round 3 - HR 

(2 Questions)

  • Q1. Why are you switching
  • Ans. 

    Seeking new challenges and growth opportunities in software testing field.

    • Desire to work in a more challenging and dynamic environment

    • Interest in gaining experience in software testing

    • Opportunity for career growth and development

  • Answered by AI
  • Q2. Salary discussion

Associate Software Test Engineer Interview Questions asked at other Companies

Q1. Write a java code to generate fibonacci series
View answer (2)

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dsa easy medium array question
  • Q2. Dsa medium tree question
Round 2 - Technical 

(2 Questions)

  • Q1. Web fundamentals
  • Q2. Dsa medium two pointer question

Web Application Developer Interview Questions asked at other Companies

Q1. What is and how to use This keyword
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about the projects you worked on earlier
  • Q2. Case study discussion for amazon
Round 2 - Case Study 

Case study of you tube video success

Round 3 - HR 

(2 Questions)

  • Q1. Tell us about your self
  • Q2. Willing to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume and case studies on media marketing

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Case Study 

Guesstimate: what is the ecommerce apparel market size in India

Interview Preparation Tips

Interview preparation tips for other job seekers - Very structured case studies in the interviews. Prepare prodman case studies, guesstimates, improvement questions well

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

Q1. How many UPI transactions would be happening in a month?
View answer (7)

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. DS/Ago problem - dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Guesstimate on delivery boys
  • Q2. Metrics dashboard creation
Round 2 - One-on-one 

(1 Question)

  • Q1. Design thinking RCA
Round 3 - One-on-one 

(1 Question)

  • Q1. Past Experience, case study

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

Q1. How many UPI transactions would be happening in a month?
View answer (7)

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Staircase Problem
  • Q2. Problem using stack
Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts all
  • Q2. Java concepts and DBMS
Round 3 - HR 

(1 Question)

  • Q1. General Questions and Joining Related Discussions

Skills evaluated in this interview

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

Dentsu Aegis Network

No Interviews

INTERVIEWS

NCR Voyix

No Interviews

INTERVIEWS

Saint-Gobain

No Interviews

INTERVIEWS

Rohm Semiconductor

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