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) UI Developer Interview Questions, Process, and Tips

Updated 19 May 2024

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

View all 7 questions

Media.net Software Services (India) UI Developer Interview Experiences

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 19 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is HTML Full form
  • Ans. 

    Hypertext Markup Language

    • HTML stands for Hypertext Markup Language

    • It is the standard markup language for creating web pages

    • HTML elements are represented by tags enclosed in angle brackets, like <html>

  • Answered by AI
  • Q2. What is css full form
  • Ans. 

    CSS stands for Cascading Style Sheets.

    • CSS is used to style the layout and design of web pages.

    • It allows developers to control the appearance of multiple web pages at once.

    • CSS can be applied inline, internally within the HTML document, or externally in a separate file.

    • Example:

  • Answered by AI
  • Q3. Explain box model
  • Ans. 

    Box model is a concept in CSS where every element is treated as a rectangular box with content, padding, border, and margin.

    • Every element in CSS is treated as a rectangular box with content, padding, border, and margin.

    • Content area is where the actual content of the element is displayed.

    • Padding is the space between the content and the border.

    • Border is the line that surrounds the padding and content.

    • Margin is the space ...

  • Answered by AI
  • Q4. Difference between var let cons
  • Ans. 

    var, let, and const are used to declare variables in JavaScript with different scopes and mutability.

    • var is function-scoped and can be redeclared and updated

    • let is block-scoped and can be updated but not redeclared

    • const is block-scoped and cannot be updated or redeclared

  • Answered by AI

Skills evaluated in this interview

UI Developer Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2023

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

I applied via Company Website and was interviewed before Oct 2022. 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 tips
Round 2 - Coding Test 

This is a machine round to check the candidates ability on the UI part, how much better the candidate can solve a UI problem

Round 3 - Technical 

(5 Questions)

  • Q1. This technical round involves answering various frontend developer questions and dsa questions. DSA question were ranging from easy to medium
  • Q2. 1. Find the longest subsequence in string
  • Ans. 

    Find the longest subsequence in a string

    • Iterate through the string and keep track of the current subsequence length

    • Update the longest subsequence length whenever a longer subsequence is found

    • Return the longest subsequence found

  • Answered by AI
  • Q3. 2. Difference between synchronous and asynchronous programming
  • Ans. 

    Synchronous programming executes code sequentially, blocking further execution until the current task is completed. Asynchronous programming allows multiple tasks to be executed concurrently, without waiting for each other to finish.

    • Synchronous programming is easier to read and debug, but can lead to blocking issues.

    • Asynchronous programming is more complex, but improves performance by allowing non-blocking execution.

    • Ex...

  • Answered by AI
  • Q4. 3. Check whether a given string is a palindrome or not
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Convert the given string to lowercase and remove any non-alphanumeric characters

    • Reverse the string and compare it with the original string to check for palindrome

    • Examples: 'racecar' is a palindrome, 'hello' is not a palindrome

  • Answered by AI
  • Q5. 4. Some questions related to react as well

Skills evaluated in this interview

UI Developer Interview Questions Asked at Other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkbox ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. What is Call, Apply and Bind in javscript
Q4. Explain Higher order function and Higher order component?
asked in iC Consult
Q5. What are the benefits of Angular vs other modern frontend framewo ... read more

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Basic JavaScript and React.js questions
  • Q2. Questions on functions, hooks and DOM
  • Q3. Questions on SSR
  • Q4. Questions on strings and arrays
Round 2 - Coding Test 

Api related questions

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

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Prepare js array and string functions, and React js core concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

It was based on frontend technologies

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic frontend question
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
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 Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Easy-Medium level Leetcode questions on linkedlists
  • Q2. Simple recursion question
  • Q3. An SQL query Basic question in OOPS and resume description..
  • Q4. Basic questions regarding SQL
  • Q5. Difference between thread and process
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process that can run concurrently with other threads.

    • Processes have their own memory space while threads share the same memory space within a process.

    • Processes are independent of each other while threads within the same process can communicate with each other.

    • Processes are heavier in terms of resource consumption compared to threads.

    • Example: A web br...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

I applied via Hirect and was interviewed in Sep 2022. There were 4 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 - HR 

(2 Questions)

  • Q1. What was your prior experiences?
  • Q2. Can you work in rotational shifts
Round 3 - Aptitude Test 

It will ask about different type of reasoning and numerical questions, some coding decoding questions as well.

Round 4 - Technical 

(3 Questions)

  • Q1. Everything about WordPress basic settings, colour choices, fonts choices and basic understandings of WordPress tactics.
  • Q2. They'll ask you to speak Continuosly for one minute on any topic.
  • Q3. They'll give you any random situation and will ask how you'll proceed in that situation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, don't hesitate and don't make awkward silences in between.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2022. There were 4 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 - Aptitude Test 

Some basic aptitude questions related to mental abilities and some technical

Round 3 - Assignment 

They give you demo domain and demo worksheet with website contents and we have create a web page with these provided details in worksheet

Round 4 - Technical 

(1 Question)

  • Q1. Technical round is all related to web design and wordpress plugins and templates

Interview Preparation Tips

Topics to prepare for Affinity Express Web Developer interview:
  • Wordpress
  • HTML
  • CSS
  • Web Designing
  • fonts
  • rgba
Interview preparation tips for other job seekers - Just inhanced the wordpress skills made some websites using beaver builder and elementor plugins
Round 1 - Aptitude Test 
Round 2 - Assignment 
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions were basics , I would suggest only apply here if you have no other options keep this company as your last option

Media.net Software Services (India) Interview FAQs

How many rounds are there in Media.net Software Services (India) UI Developer interview?
Media.net Software Services (India) interview process usually has 2 rounds. The most common rounds in the Media.net Software Services (India) interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Media.net Software Services (India) UI Developer 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 Javascript, CSS, HTML, UI and UI Development.
What are the top questions asked in Media.net Software Services (India) UI Developer interview?

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

  1. 3. Check whether a given string is a palindrome or ...read more
  2. 2. Difference between synchronous and asynchronous programm...read more
  3. 1. Find the longest subsequence in str...read more

Tell us how to improve this page.

Media.net Software Services (India) UI Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 106 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 33 Interviews
Merkle Sokrati Interview Questions
3.8
 • 31 Interviews
View all
Media.net Software Services (India) UI Developer Salary
based on 38 salaries
₹4 L/yr - ₹11 L/yr
11% more than the average UI Developer Salary in India
View more details

Media.net Software Services (India) UI Developer Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

3.9

Salary

4.1

Job security

4.9

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 6 Reviews and Ratings
Web Application Developer
61 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Research Analyst
60 salaries
unlock blur

₹2.5 L/yr - ₹8.2 L/yr

Softwaretest Engineer
47 salaries
unlock blur

₹4.5 L/yr - ₹12.2 L/yr

Digital Marketing Associate
42 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Product Operations Analyst
40 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

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

R.R. Donnelley

3.8
Compare

Epsilon

3.9
Compare

ChannelPlay

3.8
Compare

Affinity Express

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