
Media.net Frontend Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 17 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Media.net.
UI Developer
They asked me questions related to HTML, CSS, and Javascript. I messed up when I couldn't name a Javascript operator, and that led to my rejection. I didn't hear back from them after that. This wasn't my first time interviewing with Media.net, but I've never received a response from them.
- Basic HTML concepts
- Basic CSS concepts
- Basic Javascript concepts
Front End Developer
They started with a telephonic interview where they asked around 30-40 questions related to front-end development. After that, there was a technical round where I had to convert a PSD design into a web application using the latest technologies but without any frameworks or libraries. I was given 2 hours for this assignment, but the PC provided was very slow and had outdated software, which made it difficult to use the latest languages. Despite doing my best, they said I didn't meet their requirements.
- Questions about HTML5
- Questions about CSS3
- Questions about JavaScript
UI Developer
The interview process started in August 2023 and wrapped up in about a month. It involved 5 rounds. First up was an assignment: I had to build a page in Figma within 2 days. Then, a Talent Acquisition person called, did a quick intro, and asked some basic HTML/CSS questions. The third round was a 1 hour 45 minute session with a UI developer who really drilled me on JS and React. Round four was with the Team Lead, focusing on JS, HTML, and CSS. The final round was with the business team, and it was all about situation-based questions.
- Given arr = [1,2,5,6], what is the output of this code: let newArr = [].concat(arr); newArr = arr.concat(newArr); console.log(newArr);?
- Given arr = [1,2,5,6] and secondArr = [8,5,11], and assuming let newArr = [...arr,...secondArr]; let solution = []; for(let i=0;i element*2); console.log(doubleArr); what is the output?
- How would you write a polyfill for Array.map?
Media.net Frontend Engineer Interview Questions
Quoted word for word from Media.net interview reports.
“Given arr = [1,2,5,6], what is the output of this code: let newArr = [].concat(arr); newArr = arr.concat(newArr); console.log(newArr);?”
Read reports →“Can you check if a character is present in a String?”
Read reports →“Given arr = [1,2,5,6] and secondArr = [8,5,11], and assuming let newArr = [...arr,...secondArr]; let solution = []; for(let i=0;i element*2); console.log(doubleArr); what is the output?”
Read reports →“How would you reverse a string without using JavaScript's built-in functions?”
Read reports →“What is the output of this unusual CSS code?”
Read report →“What is the 2nd largest element of an array?”
Read report →“What are the highest and lowest numbers in an array, and how do you find them?”
Read report →“Can you check if a given String is to be converted to Palindrome or not?”
Read report →“How would you write a polyfill for Array.map?”
Read report →Formats, difficulty and experience
Across all 17 Media.net interview reports.