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
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 (3)
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 applied via LinkedIn and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

There were 2 to 3 easy to mid level Coding question. Time duration is one hour

Round 2 - Technical 

(1 Question)

  • Q1. One coding question and detailed discussion on Java, Spring Boot and microServices
Round 3 - Technical 

(1 Question)

  • Q1. One Coding Question and detailed discussion on Java 8 and above
Round 4 - Behavioral 

(1 Question)

  • Q1. One coding question and was asked to write the logic. Basically this round was to assess the problem solving skills
Round 5 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice lots of Arrays and String questions

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding in Python
  • Q2. About docker-compose

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. NodeJs architecture
  • Q2. Middleware in nodejs

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 (1)

Get interview-ready with Top ZeMoSo Technologies Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Node.js Three tier architecture

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
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Mcq,coding - mcq based on nodejs, coding questions LIS, count of brackets

Round 2 - Technical 

(1 Question)

  • Q1. What is constructor? profiler in mongodb, writing basic express app, Modules in Angular, Event-driven in Nodejs, Types of compilation in anagular, scaffolding in nodejs, MVVM architecture in angular, Hosti...

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

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
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the use of pretty in JavaScript
  • Ans. 

    The pretty function in JavaScript is used to format and display data in a more visually appealing way.

    • Pretty function is used to format JSON data for better readability.

    • It can be used to display data in a structured and organized manner.

    • Pretty function is commonly used in debugging to make output easier to read.

  • Answered by AI
  • Q2. What are the features of Date and Time API in Java 8
  • Ans. 

    Java 8 Date and Time API provides improved date and time handling capabilities.

    • Introduction of new classes like LocalDate, LocalTime, LocalDateTime, ZonedDateTime, OffsetTime, OffsetDateTime, and Instant for better date and time manipulation

    • Support for time zones and offsets

    • Ability to perform date and time calculations easily

    • Enhanced formatting and parsing capabilities

    • Integration with existing date and time classes lik

  • Answered by AI
  • Q3. What are SOLID principles?
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its sub...

  • Answered by AI

Skills evaluated in this interview

Top ZeMoSo Technologies Principal Software Engineer Interview Questions and Answers

Q1. What are the features of Date and Time API in Java 8
View answer (1)

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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)
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 Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a online test having coding questions and aptitude questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Database related questions
Round 3 - Technical 

(1 Question)

  • Q1. Javascript and coding questions

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)

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