Upload Button Icon Add office photos

Filter interviews by

Zomentum Front end Engineer Interview Questions and Answers

Updated 3 Apr 2024

Zomentum Front end Engineer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test was based on vanilla js like flatmap and writing polyfill for es6

Round 2 - Technical 

(1 Question)

  • Q1. LLD for autoComplete component
  • Ans. 

    LLD for autoComplete component involves designing the architecture and data flow for a feature that suggests completions based on user input.

    • Design a data structure to store possible completions

    • Implement a search algorithm to filter completions based on user input

    • Handle user interactions like selecting a completion and submitting the form

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Technical LLD for custom Form Component

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. Tic-tac-toe game using any JS framework(react)
  • Ans. 

    A tic-tac-toe game built using React framework in JavaScript.

    • Create a board component to display the game grid.

    • Implement logic to handle player moves and check for win conditions.

    • Use state management to update the game state.

    • Consider adding features like a reset button or keeping track of player scores.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Advance Js and framework (react) questions
Round 3 - Technical 

(1 Question)

  • Q1. Multilevel dropdown

Interview Preparation Tips

Topics to prepare for Zomentum Front end Engineer interview:
  • Javascript
  • Javascript Frameworks
  • CSS3
  • Html5
Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

Front end Engineer Interview Questions Asked at Other Companies

asked in Housing.com
Q1. Pair Sum Problem Statement You are given an integer array 'ARR' o ... read more
asked in Snapdeal
Q2. Write a code to find if the input date is today or tomorrow based ... read more
asked in Snapdeal
Q3. Explain box model in css, and what is specificity in CSS. What ar ... read more
asked in FactWise
Q4. What is a callback? How is it accompanied with asynchronous progr ... read more
asked in Housing.com
Q5. How does a browser render a webpage?

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the purpose of FLEX property in CSS Flexbox?
  • Ans. 

    The purpose of the FLEX property in CSS Flexbox is to define how a flex item will grow or shrink to fit the available space.

    • The FLEX property is used to set the initial size of a flex item.

    • It can be used to specify how much a flex item can grow or shrink relative to the other flex items.

    • The FLEX property is a shorthand for the FLEX-GROW, FLEX-SHRINK, and FLEX-BASIS properties.

  • Answered by AI
  • Q2. The flex property defines the ability of a flex item to grow ,shrink,,,,etc
  • Ans. 

    The flex property defines the ability of a flex item to grow, shrink, or stay the same size.

    • The flex property is a shorthand for flex-grow, flex-shrink, and flex-basis properties.

    • It allows a flex item to grow or shrink to fill the available space.

    • Values for flex property include a unitless number for flex-grow, a unitless number for flex-shrink, and a length or percentage for flex-basis.

    • Example: flex: 1 1 50%;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on creating responsive designs to ensure your websites looks great on all devices.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative aptitude, logical apptiude,

Round 2 - Technical 

(2 Questions)

  • Q1. Data structure and algorithms
  • Q2. Programming concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - . Prepare a Strong Resume

Tailor your resume to the job description.

Highlight relevant skills, projects, and achievements.

Keep it concise, error-free, and easy to read.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Aptitude Test 

Some question basis on JavaScript are asked in google form.

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer give some links from Freecodecamp. Interviewer give some time for solving question you need to pass the all test cases.
  • Q2. Wordblank , Data Algorithm que

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all question from free code camp. They didn't take even introduction from you in technical round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.

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. Clone a Todo Application UI using ReactJS, Sass
  • Ans. 

    Clone a Todo Application UI using ReactJS, Sass

    • Create a new ReactJS project using create-react-app

    • Design the UI using Sass and implement it in ReactJS

    • Use state and props to manage the todo list

    • Add functionality to add, delete and mark tasks as complete

    • Implement local storage to persist data

    • Test the application thoroughly

  • Answered by AI
  • Q2. Explain the order of specifity in CSS classes, elements, ids, etc
  • Ans. 

    Explanation of CSS specificity hierarchy

    • Inline styles have the highest specificity

    • IDs have higher specificity than classes and elements

    • Multiple selectors with the same specificity are resolved by the order in which they appear in the stylesheet

    • The universal selector (*) has the lowest specificity

  • Answered by AI
Round 3 - Coding Test 

This round was more focused on the problem solving. 2 coding questions were asked. The round was for an hour

Round 4 - Technical 

(1 Question)

  • Q1. How does Server-Side Rendering work?
  • Ans. 

    Server-Side Rendering (SSR) is the process of rendering web pages on the server and sending the HTML to the client.

    • SSR improves website performance and SEO by reducing load times and providing search engines with fully rendered pages.

    • React provides a library called ReactDOMServer that allows developers to render React components on the server.

    • SSR requires a server-side framework or library, such as Next.js or Gatsby, t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more Basic JavaScript questions & have basic problem solving skills from sites like Leetcode, etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Referral and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a front end developer with 5 years of experience in creating user-friendly and visually appealing websites.

    • 5 years of experience in front end development

    • Proficient in HTML, CSS, and JavaScript

    • Strong understanding of responsive design principles

    • Experience with front end frameworks like React and Angular

    • Ability to collaborate with designers and backend developers to implement website features

    • Portfolio showcasing pre

  • Answered by AI
  • Q2. Why do you want to join Webdew
  • Ans. 

    I want to join Webdew because of their reputation for innovative web development and their focus on creating user-friendly experiences.

    • Webdew has a strong track record of delivering cutting-edge web development projects.

    • I am impressed by their portfolio of user-friendly websites and applications.

    • I believe joining Webdew will provide me with opportunities to learn and grow as a front-end developer.

    • Their company culture ...

  • Answered by AI
  • Q3. What were your day-to-day responsibilities at your last job?
  • Ans. 

    As a front end developer, my day-to-day responsibilities at my last job included designing and developing user interfaces, collaborating with the design team, and ensuring cross-browser compatibility.

    • Designing and developing user interfaces

    • Collaborating with the design team

    • Ensuring cross-browser compatibility

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I advise others for HR rounds to be calm and relaxed and patiently give the answers to the questions asked by HR.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Screening 

(1 Question)

  • Q1. About my background and skills
Round 3 - Coding Test 

Longest String, Longest Histogram.....

Round 4 - Assignment 

Online game expense tracker

Interview Preparation Tips

Interview preparation tips for other job seekers - Very supportive interviewer and there and very supportive
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between on-page seo and off-page seo?
  • Ans. 

    On-page SEO refers to optimizing elements on a website to improve search engine rankings, while off-page SEO involves external factors like backlinks and social signals.

    • On-page SEO includes optimizing meta tags, headings, content, and images on a website.

    • Off-page SEO involves building backlinks from other websites, social media shares, and online reputation management.

    • Examples of on-page SEO techniques are keyword opti...

  • Answered by AI
  • Q2. On-page seo is optimizing within the

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay Persistence. keep learning all fine."
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Jul 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic aptitude , basic coding quetion on php and JS

Round 3 - Coding Test 

Duration 30min - 4 qusn asked to me- all from freecode camp...
sum of prime number under N.
Search and replace
Diff two array
word blanks

Round 4 - Technical 

(1 Question)

  • Q1. One coding question chunky monkey by freecodecamp... (explain your approach properly). you want to ask something end of Interview

Zomentum Interview FAQs

How many rounds are there in Zomentum Front end Engineer interview?
Zomentum interview process usually has 3 rounds. The most common rounds in the Zomentum interview process are Technical, One-on-one Round and Coding Test.
What are the top questions asked in Zomentum Front end Engineer interview?

Some of the top questions asked at the Zomentum Front end Engineer interview -

  1. Tic-tac-toe game using any JS framework(rea...read more
  2. LLD for autoComplete compon...read more
  3. Advance Js and framework (react) questi...read more

Tell us how to improve this page.

Zomentum Front end Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Freshworks Interview Questions
3.5
 • 154 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
Zenoti Interview Questions
3.0
 • 40 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Whatfix Interview Questions
3.5
 • 29 Interviews
View all
Software Engineer
17 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Software Developer
4 salaries
unlock blur

₹9 L/yr - ₹23 L/yr

UX Designer
4 salaries
unlock blur

₹7 L/yr - ₹7.5 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹24 L/yr - ₹45 L/yr

Product Support Specialist
4 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare Zomentum with

Freshworks

3.5
Compare

Chargebee

4.0
Compare

Postman

3.6
Compare

Druva

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