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?
Q5. What is meta tag? What is position What promise What is callback ... read more

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

English and reasoning

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

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions were related to tree
Round 2 - One-on-one 

(1 Question)

  • Q1. Designing of chess
  • Ans. 

    Designing a chess game involves creating a board with 64 squares, defining the movement rules for each piece, implementing game logic, and designing a user interface.

    • Create a 8x8 board with alternating colors for squares

    • Define movement rules for each type of chess piece (pawn, rook, knight, bishop, queen, king)

    • Implement game logic for capturing pieces, checkmate, stalemate

    • Design a user interface for players to interact

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Cs fundamental questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding + design

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are looking for work life balance

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 Questionnaire 

1 Question

  • Q1. If given the situation to wfh or work from office what would you prefer ?
  • Ans. 

    I would prefer to work from home (WFH) due to the convenience and flexibility it offers.

    • WFH allows for a better work-life balance as there is no commuting time.

    • It provides a comfortable and personalized work environment.

    • WFH reduces distractions and interruptions from colleagues.

    • It allows for increased productivity and focus.

    • WFH promotes better health and well-being by avoiding exposure to office germs.

    • It saves time and...

  • Answered by AI

I applied via Approached by Company and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • I am flexible and open to negotiation.

    • I am more interested in the overall package and growth opportunities.

    • I would like to be compensated fairly for my skills and experience.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a consultant at XYZ Company, providing strategic advice and solutions to clients.

    • Provided consulting services to clients in various industries

    • Analyzed client's business processes and identified areas for improvement

    • Developed and implemented strategies to optimize client's operations

    • Conducted market research and competitor analysis

    • Delivered presentations and reports to clients

    • Collaborated with cross-function

  • Answered by AI
  • Q3. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a highly experienced and sought-after consultant, leading successful projects and making a significant impact in the industry.

    • Leading and managing high-profile consulting projects

    • Building strong relationships with clients and delivering exceptional results

    • Continuously expanding my knowledge and expertise in the field

    • Mentoring and developing junior consultants

    • Contributing to thought leadershi

  • Answered by AI
  • Q4. Tell me about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in developing and implementing effective strategies

    • Proven track record of delivering successful projects

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

    • Ability to work well in cross-functional teams

    • Experience in vario...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview only check your pronunciation and sentence construction.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude, logical reasoning, communication

Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. HR - shift timings
Round 3 - One-on-one 

(1 Question)

  • Q1. Situation based questions

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
 • 99 Interviews
Publicis Interview Questions
3.7
 • 54 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.5
 • 32 Interviews
Merkle Sokrati Interview Questions
3.8
 • 31 Interviews
PubMatic Interview Questions
3.9
 • 30 Interviews
View all
Media.net Software Services (India) UI Developer Salary
based on 38 salaries
₹4 L/yr - ₹11 L/yr
13% 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
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