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

Updated 11 Dec 2021

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

1 interview found

I was interviewed in Nov 2021.

Interview Questionnaire 

2 Questions

  • Q1. First interview will be a DSA coding round having 2 medium problems. DP is extensively asked.
  • Q2. Machine learning rounds would focus on basics and tree based algos will be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good DSA knowledge is prerequisite.

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 5 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 tips
Round 2 - Coding Test 

2 medium level questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic data structures
Round 4 - Technical 

(1 Question)

  • Q1. Data structure with code writing
  • Ans. 

    Implement a stack data structure using an array of strings.

    • Use an array to store the strings in the stack.

    • Implement push() and pop() functions to add and remove elements from the stack.

    • Keep track of the top of the stack using a variable.

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. C or Java language specific

Skills evaluated in this interview

I was interviewed before Jun 2016.

Interview Questionnaire 

9 Questions

  • Q1. Questions on my resume. 1. What is your CGPA? 2. Tell us about your project (3-2 project).
  • Q2.  Which coding language do you prefer and why?
  • Ans. 

    I prefer Python because of its simplicity, readability, and extensive libraries.

    • Python is known for its simplicity and readability, making it easier to write and understand code.

    • Python has a large number of libraries and frameworks that can be used to quickly develop applications.

    • Python's syntax is clean and concise, allowing for faster development and easier maintenance.

    • Python is widely used in various domains such as...

  • Answered by AI
  • Q3. Questions on my interests
  • Q4. Questions on Android ROMS
  • Q5. Salary discussions
  • Q6. Work place (location)
  • Q7. Questions on technical skills required for the post
  • Q8. Where do you lack? (And more questions to build stress)
  • Q9. Why do you want to work with Pubmatic?
  • Ans. 

    I want to work with Pubmatic because of their innovative technology solutions and strong reputation in the industry.

    • Pubmatic is known for their cutting-edge technology solutions in the digital advertising space

    • I admire Pubmatic's strong reputation and track record in the industry

    • I believe working at Pubmatic will provide me with valuable learning opportunities and career growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Essay on 'Today's trending topics'. My topic was, 'Smartphone boon or curse'.
Tips: Write in lay man's language. Your approach should be an engineer's point of view.
Duration: 1 hour

Round: Technical Interview
Experience: Face to Face interview with Assistant Manager.
This interview was mainly to check my communication skills and basic technical knowledge.
Tips: Try to be yourself. Improve your communication skills, as no company selects a candidate who can't present her/his views.

Round: Behavioural Interview
Experience: Face to Face interview with Manager.
(I was selected after this round because of my confidence. )
Tips: As mentioned before you must have confidence and good communication skills. Be thorough with your basics orelse you will land up in an awkward situation. :p

Round: HR Interview
Experience: This round was for discussing salary and other facilities.
Tips: Be sure about your answer for 'preferred work place'. All the best.

Skills: Coding Skills, Proficiency In English, Confidence, Communication
Interview experience
5
Excellent
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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. C# oops polymorphism extension methods
  • Ans. 

    Polymorphism is a key feature of OOP in C#. Extension methods allow adding new functionality to existing types.

    • Polymorphism allows objects of different classes to be treated as if they are of the same type.

    • Extension methods are static methods that can be called as if they were instance methods of the extended type.

    • Polymorphism and extension methods can be used together to add new behavior to existing types without modi

  • Answered by AI
  • Q2. Angular javascript vs typescript services components
  • Ans. 

    Angular is a framework for building web applications using TypeScript, which is a superset of JavaScript.

    • Angular provides a structure for building web applications using components, services, and modules.

    • TypeScript is a statically typed language that provides better tooling and error checking than JavaScript.

    • Services in Angular are used for sharing data and functionality across components.

    • Components in Angular are the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practical questions. easy interview. learn c# oops, ref, out, extension methods,

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They are asking technical questions what is their in the resume
Round 2 - Technical 

(1 Question)

  • Q1. They will technical questions as per your resume what you mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you say the answers in the interviewer

Media.net Software Services (India) Interview FAQs

What are the top questions asked in Media.net Software Services (India) Machine Learning Engineer interview?

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

  1. First interview will be a DSA coding round having 2 medium problems. DP is exte...read more
  2. Machine learning rounds would focus on basics and tree based algos will be aske...read more

Tell us how to improve this page.

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
Groupm Media Interview Questions
3.9
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 32 Interviews
Merkle Sokrati Interview Questions
3.8
 • 31 Interviews
PubMatic Interview Questions
3.9
 • 30 Interviews
View all
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

Digital Marketing Associate
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Operations Analyst
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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

PubMatic

3.9
Compare

Affle

3.1
Compare

Komli Media

4.0
Compare

Vserv Digital Services

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview