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) Software Engineer Interview Questions and Answers

Updated 19 Oct 2024

Media.net Software Services (India) Software Engineer Interview Experiences

5 interviews found

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Data structure and algorithm problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Think out loud for all questions you solve

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It consited of apti as well as coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of coding were asked like arrays,strings
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

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

 Software Development Engineer

 (1)

 Associate Software Test Engineer

 (1)

 Software Developer

 (5)

 Softwaretest Engineer

 (1)

 System Engineer

 (1)

 Test Engineer

 (1)

 Site Reliability Engineer

 (2)

 Automation Test Engineer

 (1)

I was interviewed in Sep 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Basic about Javascript,HTML,CSS
Round 2 - Technical 

(1 Question)

  • Q1. Design a weather app
  • Ans. 

    A weather app that provides accurate and up-to-date weather information.

    • Include real-time weather updates

    • Provide hourly and daily forecasts

    • Include radar and satellite maps

    • Allow users to set location and receive alerts for severe weather

    • Include a widget for quick access to weather information

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Javascript,html,css basix and some array string DS

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What type of products are there ?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Reverse LinkList
  • Q2. Reverse Array array is given
Round 3 - Technical 

(1 Question)

  • Q1. Low Level System Design,SOLID principles
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic DSA question on array, linked list, graph
  • Q2. Loop in kinked list
  • Ans. 

    Detecting a loop in a linked list

    • Use two pointers, one moving at double the speed of the other

    • If there is a loop, the two pointers will eventually meet

    • Use Floyd's Cycle Detection Algorithm for efficient solution

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Similar question on DSA and little bit details on previous work experince.
Round 3 - Manegerial 

(1 Question)

  • Q1. Standard managerial round with focus on previous work

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Consisted of 1 easy, 2 medium level problems

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of Heap data structure An easy LC question
Round 3 - Technical 

(1 Question)

  • Q1. Discussion on some design question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic string manipulation and general DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tree traversal iteratively
  • Q2. Implement DFS,BFS on graph

Media.net Software Services (India) Interview FAQs

How many rounds are there in Media.net Software Services (India) Software Engineer interview?
Media.net Software Services (India) interview process usually has 1-2 rounds. The most common rounds in the Media.net Software Services (India) interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Media.net Software Services (India) Software Engineer interview?

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

  1. Two sorted array in asscending order give the media of two array after merging ...read more
  2. Design a weather ...read more
  3. question on resume on java script 1. whats is closure? 2. what is hoisting? coo...read more

Tell us how to improve this page.

Media.net Software Services (India) Software Engineer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Media.net Software Services (India) Software Engineer Salary
based on 23 salaries
₹7.6 L/yr - ₹30 L/yr
114% more than the average Software Engineer Salary in India
View more details

Media.net Software Services (India) Software Engineer Reviews and Ratings

based on 7 reviews

2.4/5

Rating in categories

2.8

Skill development

2.4

Work-life balance

2.6

Salary

1.8

Job security

2.6

Company culture

1.9

Promotions

2.8

Work satisfaction

Explore 7 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