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 LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. First round was coding test and technical test. I was asked about the project I have worked on and some related questions and one coding test related to string manipulation.
Round 2 - Technical 

(1 Question)

  • Q1. Some technical questions related to my work and 2 coding questions were asked.

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
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java, spring boot, java 8 features, java programs
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot security, multithreading, analytical skills
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

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
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java related and programming questions

Round 2 - Technical 

(3 Questions)

  • Q1. Java basic questions
  • Q2. Springboot and Database question
  • Q3. Problem Solving subsequence longest
  • Ans. 

    Find the longest subsequence in an array of strings

    • Iterate through the array of strings and compare each string with the next one to find the longest common subsequence

    • Use dynamic programming to efficiently find the longest common subsequence

    • Example: ['abc', 'abg', 'bdf', 'aeg', 'acefg'] - The longest subsequence is 'aeg'

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Developer interview:
  • Java
  • SPringboot
  • SQL
Interview preparation tips for other job seekers - having the understanding of things work gets better response than just questions.

Skills evaluated in this interview

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Features of Java8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Streams provide a way to work with collections of objects in a functional style.

    • Functional interfaces are interfaces with a single abstract method, used for lambda expressions.

    • Default methods allow interfaces to have method...

  • Answered by AI

Skills evaluated in this interview

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)

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 questions - one was a basic DP question

Round 2 - One-on-one 

(4 Questions)

  • Q1. Streams Question
  • Q2. Questions related to Java
  • Q3. Height of the binary tree
  • Ans. 

    Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

    • The height of an empty tree is -1.

    • The height of a tree with only one node is 0.

    • The height of a binary tree can be calculated recursively by finding the height of the left and right subtrees and adding 1 to the maximum of the two heights.

  • Answered by AI
  • Q4. Minimum spanning tree
Round 3 - One-on-one 

(2 Questions)

  • Q1. Sort 0 and 1
  • Ans. 

    Sort an array of 0s and 1s in linear time complexity.

    • Use two pointers approach - one from the start and one from the end of the array.

    • Swap 0s to the left side and 1s to the right side until the pointers meet.

    • Time complexity: O(n), Space complexity: O(1)

  • Answered by AI
  • Q2. Implement LRU cache
  • Ans. 

    LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • Use a combination of a doubly linked list and a hashmap to efficiently implement LRU cache.

    • Keep track of the most recently used item at the head of the linked list and the least recently used item at the tail.

    • When a new item is accessed, move it to the head of the linked list and update the hashmap...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Java, Spring, DSA
  • Q2. Find the number of consecutive alphabets in a string.
  • Ans. 

    The question asks to find the number of consecutive alphabets in a string.

    • Iterate through the string and check if each character is consecutive to the previous one.

    • Keep track of the count of consecutive alphabets encountered.

    • Return the count at the end.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Java, Spring, SonarCube, Unit test, SQL index, API Gateway
Round 3 - HR 

(1 Question)

  • Q1. Mostly CTC discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Its an easy level of interview experience.

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)

Jobs at ZeMoSo Technologies

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

I was interviewed in Jan 2024.

Round 1 - Coding Test 

2 programming questions on Java 8 and 2 logical reasoning questions.

Round 2 - Technical 

(1 Question)

  • Q1. Find longest palindromic substring in a string, basic java and springboot questions.
Round 3 - Technical 

(1 Question)

  • Q1. Print all the pairs of anagram present in a list of string, questions on java and Springboot, details of the project you have worked upon.

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions, 1 group the anagram in the given string , 2. Generate the Fibonacci series 3. Sort the string based on length.

Round 2 - Technical 

(3 Questions)

  • Q1. Java memory management for heap and stack, what is the use of string pool, java 8 features, multi threading sample program, explain one design pattern with example
  • Ans. 

    Java memory management, string pool, Java 8 features, multi threading, design patterns

    • Java memory management involves managing memory allocation for heap and stack. Heap is used for storing objects and is managed by garbage collector. Stack is used for method calls and local variables.

    • String pool is a special area in heap memory where String literals are stored to optimize memory usage. Strings with same values are sto...

  • Answered by AI
  • Q2. Why spring framework, app concept, spring security jwt, design food ordering api
  • Q3. How SQL index works internally, SQL execution order
  • Ans. 

    SQL indexes are data structures that improve the speed of data retrieval operations by providing quick access to rows in a table.

    • SQL indexes are created on columns in a table to speed up SELECT queries.

    • When a query is executed, the SQL engine first checks if there is an index on the columns involved in the query.

    • If an index is present, the SQL engine uses it to quickly locate the rows that satisfy the query conditions.

    • ...

  • Answered by AI

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to js es6
  • Q2. Questions related to string rotation

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Software Engineer2 interview:
  • Node.Js
Interview preparation tips for other job seekers - The interview process went smooth. The entire process was well organised and efficient and I was particularly impressed by the professionalism of HR representative, Ritu Aggarwal.
Overal, I was very impressed with Zemoso Technologies interview process. It is evident that you value the candidate experience, and it reflects positively on the company culture.

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)

Full Stack Developer Interview Questions & Answers

user image Pranay Usgaonkar

posted on 8 Jul 2024

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

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

Round 1 - Coding Test 

First round was a coding round on coderbyte

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently appeared for the interview in Zemoso Technologies. The structured approach to the interview process made it clear and engaging, and I appreciated insightful questions that helped me showcase my skills. Thanks to Ritu Aggarwal for creating a welcoming atmosphere, it made the interview experience very positive

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
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