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 campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was both aptitude and coding questions combined test.
There will be 2 questions and we have 30 mins of time. I solved one of them and the other I just wrote code but did not get enough time to submit.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain All sorting techniques and implement bubble sort in online compiler.
  • Ans. 

    Explanation of sorting techniques and implementation of bubble sort

    • Sorting techniques include bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order, repeating until the array is sorted.

    • Example: [5, 3, 8, 2, 1] -> [3, 5, 8, 2, 1] -> [3, 5, 2, 8, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 5, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 3, 1,

  • Answered by AI
  • Q2. Asked few SQL questions.
  • Q3. Explain Binary search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left half. If greater, search the right half.

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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Fullstack Developer Intern interview:
  • SQL
  • DSA
Interview preparation tips for other job seekers - Be strong with your DSA and SQL part. In DSA focus on topics like arrays, strings, sorting, searching, linked lists.

Skills evaluated in this interview

Fullstack Developer Intern Interview Questions asked at other Companies

Q1. Shortest Path in an Unweighted Graph The city of Ninjaland is represented as an unweighted graph with houses and roads. There are 'N' houses numbered 1 to 'N', connected by 'M' bidirectional roads. A road connecting two houses 'X' and 'Y' a... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 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 - Aptitude Test 

Had 8 problems, 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. Quetions on springboot, microservices, Java 8, Steam API

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiter and the interviewer were very helpful and friendly. it was one of the most well-organized and efficient experiences I've had in my career. From the very beginning, the communication with the HR team was prompt and informative. Ms Chitra is very good communicator she provided clear instructions oh how the interview proceed how many rounds and what would happen in each round , what to expect.
The interviewers were experts in their field, and their expertise was evident in the questions they posed he even helped in some place where I stuck or I knew the details but was not able to recall the topics.

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
-

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Write code based on situation with proper implementation using Design patterns etc.
  • Ans. 

    Implement a code scenario using design patterns

    • Identify the problem statement and requirements

    • Choose appropriate design patterns like Singleton, Factory, Observer, etc.

    • Implement the code following the selected design patterns

    • Test the code for functionality and efficiency

  • Answered by AI
  • Q2. Coding question in which you need to write optimize program.
Round 3 - Technical 

(2 Questions)

  • Q1. Linked list Coding questions
  • Q2. Design a database scheme of one of the known website.
  • Ans. 

    Design a database scheme for Amazon website

    • Create tables for users, products, orders, reviews, and payments

    • Use primary and foreign keys to establish relationships between tables

    • Include attributes such as user_id, product_id, order_id, review_id, and payment_id

    • Implement indexes for faster data retrieval

    • Consider denormalization for performance optimization

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Coding questions and some design questions. I got the offer within few days.

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. 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Csv parse using node.js
  • Ans. 

    Use the 'csv-parser' package in Node.js to easily parse CSV files.

    • Install the 'csv-parser' package using npm: npm install csv-parser

    • Require the 'csv-parser' module in your Node.js script: const csv = require('csv-parser')

    • Use the 'fs' module to read the CSV file and pipe it to the csv-parser module for parsing

    • Example: fs.createReadStream('data.csv').pipe(csv()).on('data', (row) => { console.log(row) })

  • Answered by AI
  • Q2. Most challenging task in past experience

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)

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 Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to leave the current job?
  • Q2. What is your salary expectations?

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Project Management Consultant interview:
  • Agile princiiples
  • Agile Methodology
  • Agile Values
  • Product Backlog
  • User Story
  • User Story Mapping
  • Sprint Metrics
  • Sprint Velocity
Interview preparation tips for other job seekers - This is for scrum master interview.
1. Brush up on Agile principles and values.
2. Expect questions about story writing - explain with good example
3. Expect questions on Breaking Product into Epics, into stories. e.g. explain about Amazon or Swiggy or OLA
4. Expect questions about metrics and reports for different stakeholders

Project Management Consultant Interview Questions asked at other Companies

Q1. What is the strength of concrete cube as per IS code after 7 days?
View answer (1)

Get interview-ready with Top ZeMoSo Technologies Interview Questions

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 Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. The first round was based on general aptitude questions and technical questions based in my skill set.
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview questions were based on dsa and array based questions to be specific. Questions based on string manipulation and other Java related basic to intermediate technical questions.
Round 4 - Technical 

(1 Question)

  • Q1. Interview was based on some project related discussion and intermediate level of array based dsa questions. The other questions were related to Spring, Spring boot framework amd other Java related intervie...

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)

Jobs at ZeMoSo Technologies

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Case Study 

Short case study to assess user research and prototyping skills.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on Assignment submitted.
Round 4 - HR 

(1 Question)

  • Q1. Culture fit round with L&D team
Round 5 - One-on-one 

(1 Question)

  • Q1. Technical round with Product Design team.

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Associate Product Manager interview:
  • product design
  • figma
  • Prototyping
  • user research
Interview preparation tips for other job seekers - Topics:
Product Design, Figma, Prototyping, Stakeholder Management.

Skip this company if you have other offers. My candidature was rejected (although I believed it went well since I could answer almost all the Qs) and no reason was provided as to why even after asking for interviewer feedback and reason for rejection. I found this discourteous.

But, the Talent Acquisition team was extremely polite and professional.

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Mixed conceptual questions from java8, Spring Boot and SQL and microservices

Round 3 - Technical 

(3 Questions)

  • Q1. One round technical question and coding on Java, Java 8, Spring boot,Rest webservices, SQL. Code for rest API using jpa for CRUD.
  • Q2. Singleton pattern for thread safety .
  • Ans. 

    Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.

    • Use lazy initialization to create the instance only when needed.

    • Use synchronized keyword to make the getInstance() method thread-safe.

    • Consider using double-checked locking for better performance.

    • Use enum to implement singleton pattern as it is inherently thread-safe.

  • Answered by AI
  • Q3. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently in a linked list

    • Traversal starts from the head node and follows the next pointers

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Parenthesis balancing question
  • Q2. Caching in Hibernate
  • Ans. 

    Caching in Hibernate improves performance by storing frequently accessed data in memory.

    • Hibernate supports first-level cache at session level

    • Second-level cache can be configured at session factory level

    • Caching strategies include read-only, read-write, and transactional

    • Cache providers like Ehcache, Infinispan, and Hazelcast can be used

  • Answered by AI
  • Q3. Maven scope questions
  • Q4. Ci and CD concept
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good coding and conceptual questions

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

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

Online Test containing technology related questions related to java.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Questions related to Java/Spring/Microservices etc.
  • Q2. One programming question to print only unique numbers from given array.
  • Ans. 

    Print unique numbers from given array of strings.

    • Convert array of strings to array of integers.

    • Use a set to store unique numbers.

    • Iterate through array and add numbers to set if not already present.

    • Print out the unique numbers from the set.

  • Answered by AI
  • Q3. Question based on Design Pattern

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Software Engineer III interview:
  • Design Patterns
  • Microservices
  • REST API
Interview preparation tips for other job seekers - Make sure your resume is up to date and prepare theoretically also for technical interviews. This could depend on the technology for which you are giving interview.

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

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Coding Test 

The test is around 1 hour. All the questions will test the aptitude and coding skills. The questions are challenging but few are easy to crack.

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on the Java 8 features
  • Q2. Questions on the spring boot
  • Q3. Asked me to code on Java 8 features, Springboot
  • Q4. Questions on the restful APIs

Interview Preparation Tips

Interview preparation tips for other job seekers - The technical interview is very well conducted. They asked me on the previous work that I have done and mostly questions were asked on that. And as per coding, simple Java 8 features related question and Springboot related question were asked to me. Overall, if you have good grip on the previous work and on the technology you are applying for, you can easily crack the interview.

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)

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