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 for Experienced

Updated 24 Mar 2025

Top ZeMoSo Technologies Interview Questions and Answers for Experienced

View all 20 questions

ZeMoSo Technologies Interview Experiences for Experienced

Popular Designations

30 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Question on Spring boot backend coding problem
  • Q2. DSA medium level coding question
  • Q3. Questions on Maths and Logical Reasoning
  • Q4. Normal questions on development role
Round 2 - Technical 

(6 Questions)

  • Q1. Java 8 features (Lambda, Streams, DateTime, Optional class etc.)
  • Q2. Core java (Multithreading, Collections working, Exception Handling etc.)
  • Q3. Designing an API for a Product table, basically CRUD operations
  • Ans. 

    Designing a RESTful API for CRUD operations on a Product table

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /products for listing all products, /products/{id} for specific product, etc.

    • Use JSON format for request and response bodies

    • Implement authentication and authorization mechanisms for secure access

  • Answered by AI
  • Q4. Spring boot all annotations and why they are used (underlying concepts)
  • Q5. Discussion on Response Status Code and how we can customise as per business requirements
  • Q6. A Math coding problem
Round 3 - Coding Test 

There were 3, 4 questions asked in coding round. First, second one was easy followed by medium and Hard. Mostly questions were from Arrays, String, Dynamic Programming

Round 4 - HR 

(2 Questions)

  • Q1. Roles and Aspirations
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals strong, from core java to your current tech stack. Have some hands on each of these if not.

For coding, you need practice to come up with efficient solution from brute force and let the interviewer know why you chose the approach. If you're able to express and convince properly then you're in.

All the best!!

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. 1. Explain about CORS? 2. Explain about REST API Versioning 3. Convert loops into Java 8 Streams. 4. List vs Set 5. Runnable vs Callable 6. Checking palindrome of a String which contains special characters...
  • Q2. 1. Explain about Spring scopes 2. Explain about synchronization 3. Explain about Java8 streams 4. Parrallelism vs concurrency 5. Dead lock in java 6 Implementing Immutablitiy class 7 Find square root of a ...

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java question with coding
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot micro services question with coding
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

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 (223)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java questions and data engineering

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

ZeMoSo Technologies interview questions for popular designations

 Senior Software Engineer

 (24)

 Software Engineer

 (16)

 Senior Software Engineer 2

 (11)

 Node JS Developer

 (8)

 Senior Software Engineer 1

 (8)

 Software Engineer III

 (8)

 Principal Software Engineer

 (5)

 Associate Software Engineer

 (5)

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

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

Round 1 - Coding Test 

It was about 90 min and having multiple choices and two coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Distributed locking
Round 3 - Technical 

(1 Question)

  • Q1. Design Patterns

Senior Software Engineer 3 Interview Questions asked at other Companies

Q1. What is Micro frontend
View answer (1)

Get interview-ready with Top ZeMoSo Technologies Interview Questions

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

(2 Questions)

  • Q1. What is module ?
  • Ans. 

    A module in Node.js is a reusable block of code that encapsulates related functionality.

    • Modules help in organizing code into separate files for better maintainability.

    • Modules can be imported and used in other files using the 'require' function.

    • Node.js has a built-in module system that allows developers to create and use modules.

    • Examples of modules in Node.js include 'fs' for file system operations and 'http' for creati

  • Answered by AI
  • Q2. Write down a code for server connection.
  • Ans. 

    Code for establishing a server connection in Node JS.

    • Use the 'http' module to create a server

    • Call the 'createServer' method with a callback function to handle requests

    • Listen on a specific port for incoming connections

  • Answered by AI

Skills evaluated in this interview

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)

Jobs at ZeMoSo Technologies

View all
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 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The test was on the Coderbyte platform which consisted of a few general aptitude questions, one coding question on backend development and one coding question on problem-solving

Round 2 - Technical 

(1 Question)

  • Q1. Java8 questions like streams, lambda etc. Spring Boot questions Microservices principles
Round 3 - Technical 

(1 Question)

  • Q1. Problem-solving questions using array and stack Questions on java and spring boot

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Software Engineer interview:
  • Java
  • Spring Boot
  • DSA
  • java8
Interview preparation tips for other job seekers - If you are good at problem-solving and good in Java along with java8 features and Spring Boot or prepared to crack the interview easily.

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. 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Faced coderbyte issues

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related to NodeJS and Javascript
Round 2 - Technical 

(1 Question)

  • Q1. Advanced NodeJS related questions and MongoDB queries and few system design related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR round for salary related

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2024.

Round 1 - Coding Test 

Aptitude and coding on hackerrank

Round 2 - One-on-one 

(3 Questions)

  • Q1. Design related question for experienced
  • Q2. Scenario based questions for experienced
  • Q3. Few of the java basics
Round 3 - One-on-one 

(2 Questions)

  • Q1. This round is with VP
  • Q2. It is technical round

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

ZeMoSo Technologies Interview FAQs

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

Some of the top questions asked at the ZeMoSo Technologies interview for experienced candidates -

  1. 1. Explain about CORS? 2. Explain about REST API Versioning 3. Convert loops in...read more
  2. Java memory management for heap and stack, what is the use of string pool, java...read more
  3. One programming question to print only unique numbers from given arr...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 for Experienced

based on 28 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all

ZeMoSo Technologies Reviews and Ratings

based on 177 reviews

3.6/5

Rating in categories

4.2

Skill development

3.5

Work-life balance

3.6

Salary

3.2

Job security

3.6

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 177 Reviews and Ratings
Node Js Developer

Pune,

Bangalore / Bengaluru

+1

3-8 Yrs

Not Disclosed

Data Engineer

Hyderabad / Secunderabad,

Pune

+1

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
78 salaries
unlock blur

₹9.3 L/yr - ₹30 L/yr

Associate Software Engineer
45 salaries
unlock blur

₹6.5 L/yr - ₹7.3 L/yr

Software Engineer
37 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

Saama Technologies

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

Cyfuture

3.0
Compare

DISYS

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