Upload Button Icon Add office photos

Filter interviews by

Zomentum Interview Questions and Answers

Updated 3 Jun 2024

Zomentum Interview Experiences

Popular Designations

6 interviews found

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

Q1. Pair Sum Problem Statement You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'. Note: Each pair should be ordered such that... read more
View answer (1)
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

Front end Engineer Interview Questions asked at other Companies

Q1. Pair Sum Problem Statement You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'. Note: Each pair should be ordered such that... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 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 - Technical 

(1 Question)

  • Q1. Javascript basic filter , map, call, apply bind
Round 3 - Technical 

(1 Question)

  • Q1. React games tik tok toe, snake and ladder, rock paper scissor
Round 4 - One-on-one 

(1 Question)

  • Q1. Form based react question and clock timer react and a puzzle
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and cultural fit round

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. How will you cross sell or upsell products to existing customers. Basic concepts of Saas and CSM role. Situational question to gauge your approach to certain problems.

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Zomentum interview questions for popular designations

 Front end Engineer

 (2)

 Customer Success Manager

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Software Tester

 (1)

Software Tester Interview Questions & Answers

user image Shivani Rana

posted on 3 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Assignment on testing their own application

Round 2 - Coding Test 

Problem was given, followed by a coding round

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 80 minutes
Round difficulty - Hard

This was the CTO round. He introduced himself, gave an overview of the company. Then he discussed my projects, my internships. We discussed some DevOps practices since I worked in the DevOps team in my previous internship. Then he gave me a question on problem-solving for which he needed an optimised working solution.

  • Q1. 

    Find Indices for Local Minima and Maxima

    Given an integer array arr of size N, your task is to determine all indices of local minima and local maxima within the array. Return these indices in a 2-D list, ...

  • Ans. 

    Find indices of local minima and maxima in an integer array.

    • Iterate through the array and compare each element with its neighbors to find local minima and maxima.

    • Consider corner elements separately for comparison.

    • Return indices of local minima and maxima in a 2-D list.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaZomentum interview preparation:Topics to prepare for the interview - DSA, Operating systems, Databases, System design, NetworkingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident in the projects you have mentioned in your resume.
Tip 2 : Always discuss your approach with the interviewer first for any problem.
Tip 3 : Always start with a basic solution and then discuss further optimisations.

Application resume tips for other job seekers

Tip 1 : Good projects showing your skills (Be clear in what you achieved from those projects)
Tip 2 : Internship experience at the top (It gives you an edge over others)

Final outcome of the interviewSelected

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They need skills of googler at 4 lakhs
  • Q2. 2 leetcode hard and 2 project Euler problems,did all still got rejected
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode Hard questions
  • Q2. IPO Leetcode Hard
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have experience in conducting market research and analyzing data to identify trends

    • I am proficient in using tools like Excel, SQL, and Tableau for data analysis

    • I have excellent communication skills and can effectively collaborate with cross-functional

  • Answered by AI
  • Q2. Some questions on project

Zomentum Interview FAQs

How many rounds are there in Zomentum interview?
Zomentum interview process usually has 2-3 rounds. The most common rounds in the Zomentum interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Zomentum 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 Zomentum. The most common topics and skills that interviewers at Zomentum expect are Account Management, B2B Sales, Campaign Management, Content Writing and IT Marketing.
What are the top questions asked in Zomentum interview?

Some of the top questions asked at the Zomentum interview -

  1. Tic-tac-toe game using any JS framework(rea...read more
  2. LLD for autoComplete compon...read more
  3. How will you cross sell or upsell products to existing customers. Basic concep...read more

Tell us how to improve this page.

Zomentum Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Freshworks Interview Questions
3.5
 • 159 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Whatfix Interview Questions
3.4
 • 29 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
MindTickle Interview Questions
2.8
 • 21 Interviews
Chargebee Interview Questions
3.9
 • 16 Interviews
CleverTap Interview Questions
3.6
 • 16 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
View all

Zomentum Reviews and Ratings

based on 10 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.0

Salary

3.5

Job security

4.4

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
17 salaries
unlock blur

₹10 L/yr - ₹38.5 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

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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