Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ZeMoSo Technologies Team. If you also belong to the team, you can get access from here

ZeMoSo Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZeMoSo Technologies Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top ZeMoSo Technologies Interview Questions and Answers

View all 83 questions

ZeMoSo Technologies Interview Experiences

Popular Designations

128 interviews found

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a hacker rank test with a couple of DSA questions and a few MCQs related to core language.

Round 2 - Technical 

(4 Questions)

  • Q1. DSA question to find out warmer temperatures from daily temperatures. Leetcode 739.
  • Q2. Question on designing tables for a university with students and courses. Asked to write a select query on finding out students with course and grades with MySQL.
  • Q3. Frontend questions on react related to hooks
  • Q4. Internal working of Node.js and how node processes asynchronous requests
  • Ans. 

    Node.js is a runtime environment that executes JavaScript code outside of a web browser, using an event-driven, non-blocking I/O model.

    • Node.js uses the V8 JavaScript engine to execute code.

    • It uses an event-driven architecture to handle asynchronous operations.

    • Node.js uses a single-threaded event loop to process multiple requests concurrently.

    • Callbacks are used to handle asynchronous operations in Node.js.

    • Node.js provid...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion on salary and benefits. This was more of a casual discussion

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Software Engineer 2 interview:
  • Node.Js
  • React.Js
  • Database
  • Design principles
  • Design Patterns
Interview preparation tips for other job seekers - Keep updated with your resume and work on a good amount of DSA problems.

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. Draw a system diagram for ecommers system to place an order and get order history for a particular customer
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 in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic questions on Java, Spring boot and Angular

Round 2 - Technical 

(2 Questions)

  • Q1. Core Java basic questions
  • Q2. Spring Boot and Angular
Round 3 - Technical 

(3 Questions)

  • Q1. Binary Search Algorithm
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Divide the array in half and compare the target value with the middle element

    • If the target value is smaller, search the left half. If larger, search the right half

    • Repeat the process until the target value is found or the subarray is empty

  • Answered by AI
  • Q2. Valid Parenthesis String
  • Ans. 

    Check if a string of parentheses is valid

    • Use a stack to keep track of opening parentheses

    • Iterate through the string and push opening parentheses onto the stack

    • When encountering a closing parenthesis, pop from the stack and check if it matches the corresponding opening parenthesis

    • If stack is empty at the end and all parentheses have been matched, the string is valid

  • Answered by AI
  • Q3. Getting number of unique elements of array with in-place modification
  • Ans. 

    Use hash set to track unique elements while iterating through array and modify array in-place

    • Iterate through array and add elements to hash set to track unique elements

    • Modify array in-place by removing duplicates using hash set

    • Return the size of the hash set as the number of unique elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with your basics. The interview process is very streamlined and HR is very friendly.

Skills evaluated in this interview

Top ZeMoSo Technologies Senior Software Engineer 1 Interview Questions and Answers

Q1. Convert a String into sub-strings based on the number of given rows in a zig-zag pattern and display as a single string P A H N I/P: "paypalishiring" ----> A P L S I. I G Y . I R O/P: "PAHNAPLSIIGYIR"
View answer (1)

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

DSA related problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to your tech and current project
  • Q2. Coding questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Database optimization techniques
  • Ans. 

    Database optimization techniques involve indexing, query optimization, normalization, and denormalization.

    • Use indexing to improve query performance by creating indexes on frequently searched columns.

    • Optimize queries by avoiding unnecessary joins, using proper WHERE clauses, and limiting the number of returned rows.

    • Normalize database tables to reduce redundancy and improve data integrity.

    • Consider denormalization for rea...

  • Answered by AI
  • Q2. Reactjs/Nodejs/Javascript topics covered
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Work and policies discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics sharp and work on DSA medium level.

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. Draw a system diagram for ecommers system to place an order and get order history for a particular customer
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 in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test includes 2 coding questions and multiple choise questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Linked List medium level question
  • Q2. Graphs medium to hard level question
  • Q3. Design patterns
Round 3 - Technical 

(2 Questions)

  • Q1. Implementation of game usign ReactJS.
  • Ans. 

    Implementing a game using ReactJS involves creating components for game elements, managing state, handling user interactions, and updating the UI.

    • Create separate components for game elements such as game board, player pieces, and score display.

    • Use React state to manage game state, such as player turns, scores, and game progress.

    • Handle user interactions, such as clicking on game pieces or buttons, to update game state.

    • U...

  • Answered by AI
  • Q2. System design of Paytm and Microservices Architecture.
  • Ans. 

    Paytm uses microservices architecture for scalability and flexibility in system design.

    • Paytm's system design is based on microservices architecture to break down the application into smaller, independent services.

    • Each service in Paytm's architecture handles a specific function, such as payments, wallet, or shopping.

    • Microservices communicate with each other through APIs, allowing for easier scalability and maintenance.

    • T...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary Structure discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Having good knowledge on DSA, design patterns and specific Tech stack knowledge will help to get into Zomoso Technologies.

Skills evaluated in this interview

Top ZeMoSo Technologies Software Engineer2 Interview Questions and Answers

Q1. Given an integer array , and a target k , we need to find the pair of elements from array whose sum will be equal to target k.
View answer (1)

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

ZeMoSo Technologies interview questions for popular designations

 Senior Software Engineer

 (23)

 Software Engineer

 (16)

 Senior Software Engineer 2

 (11)

 Node JS Developer

 (8)

 Senior Software Engineer 1

 (8)

 Software Engineer III

 (7)

 Associate Software Engineer

 (5)

 Principal Software Engineer

 (5)

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

I applied via LinkedIn and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Coding Test 

2 Coding questions and 15 MCQs

Difficulty - Intermediate

Round 2 - Technical 

(1 Question)

  • Q1. Basic NodeJS related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. System Design questions and coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Nodejs fundamental questions and system design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and growth expectations

Top ZeMoSo Technologies Senior Software Engineer Interview Questions and Answers

Q1. New technologies learnt in last 6 months.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Get interview-ready with Top ZeMoSo Technologies Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy question on arrays
  • Q2. Easy question on arrays and trees

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy level dsa..is enough

Top ZeMoSo Technologies Associate Software Engineer Interview Questions and Answers

Q1. Ninja and Alternating Largest Problem Statement Ninja is given a sequence of numbers and needs to rearrange them so that every second element is greater than its neighbors on both sides. Example: Input: [1, 2, 3, 4, 5] Output: [1, 3, 2, 5, ... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Jobs at ZeMoSo Technologies

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Dsa algorithm js python

Round 2 - Assignment 

React base code assement

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions on node js
  • Q2. Coding round which had 2 questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Design patterns
Round 2 - Technical 

(1 Question)

  • Q1. Datasource and jdbc , bean lifecycle

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Assignment 

Assignment questions was based as per the position. All the questions technically good.

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round with one of the expert from FloCareer. Questions was based on Javascript, NodeJs and backend technologies.
Round 3 - One-on-one 

(1 Question)

  • Q1. It was a technical round with Senior Backend Developer of Zemoso, and all the question has tricky part in it and was based on NodeJs and Backend technologies.

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Software Engineer 2 interview:
  • Node.Js
  • AWS
  • Application Deployment
  • Javascript
  • Serverless
  • Lambda
  • SQS
  • ExpressJS
  • NestJS

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

ZeMoSo Technologies Interview FAQs

How many rounds are there in ZeMoSo Technologies interview?
ZeMoSo Technologies interview process usually has 2-3 rounds. The most common rounds in the ZeMoSo Technologies interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for ZeMoSo Technologies 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 ZeMoSo Technologies. The most common topics and skills that interviewers at ZeMoSo Technologies expect are Java, Python, Angularjs, Javascript and Hibernate.
What are the top questions asked in ZeMoSo Technologies interview?

Some of the top questions asked at the ZeMoSo Technologies interview -

  1. Given a Map of fruits with there price as a key value pair respectively, find t...read more
  2. Internal working of Node.js and how node processes asynchronous reque...read more
  3. Given an integer array , and a target k , we need to find the pair of elements ...read more
How long is the ZeMoSo Technologies interview process?

The duration of ZeMoSo Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ZeMoSo Technologies Interview Process

based on 122 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

ZeMoSo Technologies Reviews and Ratings

based on 172 reviews

3.7/5

Rating in categories

4.2

Skill development

3.5

Work-life balance

3.6

Salary

3.3

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 172 Reviews and Ratings
Qa Engineer

Pune,

Chennai

+1

4-9 Yrs

₹ 12-15 LPA

C++/MFC

Pune,

Mumbai

4-9 Yrs

₹ 12-15 LPA

Sse Programmer Analyst

Chennai

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
74 salaries
unlock blur

₹12.7 L/yr - ₹33 L/yr

Associate Software Engineer
45 salaries
unlock blur

₹6.5 L/yr - ₹7.3 L/yr

Software Engineer
35 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Software Engineer2
31 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Senior Software Engineer 2
25 salaries
unlock blur

₹21.3 L/yr - ₹25 L/yr

Explore more salaries
Compare ZeMoSo Technologies with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

TCS

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