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

Clear (1)

ZeMoSo Technologies Software Engineer2 Interview Questions, Process, and Tips

Updated 18 Dec 2024

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.
  • Q2. Given an input string "aaabbCCaaDD" , O/p : a3b2C2a2D2 , we need to find the frequency of subsequent characters.
  • Q3. Actuator in spring boot and what are the actuator endpoints
View all 7 questions

ZeMoSo Technologies Software Engineer2 Interview Experiences

4 interviews found

Software Engineer2 Interview Questions & Answers

user image Vaibhav darwekar

posted on 18 Dec 2024

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

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

Round 1 - Coding Test 

It was an assessment test consisting of data structures and algorithms (DSA) and multiple-choice questions (MCQs).

Round 2 - Technical 

(1 Question)

  • Q1. 30 min Technical round. Question on Node js, React, and Javascript
Round 3 - Technical 

(1 Question)

  • Q1. What were the in-depth concepts of Node, React, and JavaScript that were covered in the technical round?
Round 4 - Technical 

(1 Question)

  • Q1. Final Technical Round cosist of Topics like System Design, Node js, React

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Software Engineer2 interview:
  • Node.Js
  • Javascript
  • React.Js
  • Data Structures
  • Algorithms
  • Database
  • Microservices
Interview preparation tips for other job seekers - Prepare thoroughly, focusing more on in-depth and practical implementation rather than just definitions.

Software Engineer2 Interview Questions & Answers

user image shashank jadhav

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding test will be conducted on CoderByte platform , where we will be given two question one is a backend challenge and other question on DSA , dynamic programming.

Round 2 - Technical 

(4 Questions)

  • 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.
  • Ans. 

    Find pair of elements in array whose sum is equal to target k.

    • Use a hashmap to store the difference between target k and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the pair that sums up to target k.

  • Answered by AI
  • Q2. Asked about OAuth and JWT
  • Q3. Actuator in spring boot and what are the actuator endpoints
  • Ans. 

    Actuator in Spring Boot provides production-ready features like monitoring and metrics.

    • Actuator is a set of tools provided by Spring Boot to monitor and manage your application.

    • Actuator endpoints are URLs that provide information about your application, such as health, metrics, info, etc.

    • Examples of actuator endpoints include /actuator/health, /actuator/metrics, /actuator/info, etc.

  • Answered by AI
  • Q4. Design pattern of microservices architecture
  • Ans. 

    Microservices architecture is a design pattern where an application is composed of small, independent services that communicate over well-defined APIs.

    • Each microservice is responsible for a specific business function or capability

    • Services are loosely coupled and can be developed, deployed, and scaled independently

    • Communication between services is typically done through lightweight protocols like HTTP or messaging queue...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Given an input string "aaabbCCaaDD" , O/p : a3b2C2a2D2 , we need to find the frequency of subsequent characters.
  • Ans. 

    The task is to find the frequency of subsequent characters in a given input string.

    • Iterate through the input string while keeping track of the current character and its frequency.

    • If the current character is the same as the previous character, increment the frequency count.

    • If the current character is different, append the previous character and its frequency to the output string.

    • Repeat until the end of the input string

  • Answered by AI
  • Q2. Branching strategies in Agile methodologies
  • Ans. 

    Branching strategies in Agile methodologies involve creating separate branches for different features or tasks to enable parallel development.

    • Feature branching: Each feature or user story is developed in a separate branch, allowing for isolation and independent testing.

    • Release branching: A branch is created for each release, enabling bug fixes and maintenance to be done separately from ongoing development.

    • Task branchin...

  • Answered by AI
  • Q3. Questions on NoSQL and MySQL
  • Q4. Questions on Springboot and Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on coding knowledge on java , spring boot , microservices design pattern

Skills evaluated in this interview

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Design a Order and Cart Page in iOS. The user should be able to o ... read more
Q3. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q4. Can you describe the system design for the checkout feature on Am ... read more
Q5. Given an integer array , and a target k , we need to find the pai ... read more
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

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.

ZeMoSo Technologies interview questions for designations

 Software Engineer

 (16)

 Software Developer

 (3)

 Senior Software Engineer

 (23)

 Software Engineer III

 (7)

 Associate Software Engineer

 (5)

 Principal Software Engineer

 (5)

 Software Developer Intern

 (2)

 Senior Software Developer

 (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Talent500 and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between SQL and NoSQL databases?
  • Ans. 

    SQL databases are relational databases with structured data and predefined schema, while NoSQL databases are non-relational databases with flexible schema and unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with rows and columns, while NoSQL databases can be document-based, key-va...

  • Answered by AI
  • Q2. What are the methods for enabling communication between microservices?
  • Ans. 

    Methods for enabling communication between microservices

    • RESTful APIs

    • Message queues (e.g. RabbitMQ, Kafka)

    • gRPC (Google Remote Procedure Call)

    • Service mesh (e.g. Istio, Linkerd)

    • Event-driven architecture (e.g. using Apache Kafka)

  • Answered by AI

I applied via Naukri.com and was interviewed in Jan 2022. 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 Resume tips
Round 2 - Case Study 

They just asked about my previous experience and questions from my resume

Round 3 - Technical 

(1 Question)

  • Q1. Bsod , how to handle angry customer ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident.
They will just your potential.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Daemon thread in java
  • Ans. 

    Daemon thread is a low priority thread that runs in the background and does not prevent the JVM from exiting.

    • Daemon threads are used for tasks that do not require user interaction or continuous execution.

    • They are automatically terminated when all non-daemon threads have finished.

    • Set a thread as daemon using setDaemon(true) method before starting it.

    • Example: Thread t = new Thread(); t.setDaemon(true); t.start();

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Basics Technical Questions
  • Q2. In depth knowledge OOPS concepts and basic practice skills of SQL operations
  • Q3. In depth practice of String Manipulations using looping and conditional statements
  • Ans. 

    String manipulation using loops and conditionals for software engineering

    • Use loops to iterate through each character in the string

    • Use conditional statements to check for specific conditions and manipulate the string accordingly

    • Examples: reversing a string, counting occurrences of a specific character, removing whitespace

  • Answered by AI
  • Q4. In depth knowledge of J2ee concepts with any ORM / MVC framework skills
Round 2 - Technical 

(1 Question)

  • Q1. Java Basics Technical Questions

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.
Contribute & help others!
anonymous
You can choose to be anonymous

ZeMoSo Technologies Interview FAQs

How many rounds are there in ZeMoSo Technologies Software Engineer2 interview?
ZeMoSo Technologies interview process usually has 3 rounds. The most common rounds in the ZeMoSo Technologies interview process are Technical, Coding Test and HR.
What are the top questions asked in ZeMoSo Technologies Software Engineer2 interview?

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

  1. Given an integer array , and a target k , we need to find the pair of elements ...read more
  2. Given an input string "aaabbCCaaDD" , O/p : a3b2C2a2D2 , we need to find the fr...read more
  3. Actuator in spring boot and what are the actuator endpoi...read more

Recently Viewed

INTERVIEWS

Zensar Technologies

No Interviews

INTERVIEWS

Softenger

No Interviews

SALARIES

Zensar Technologies

INTERVIEWS

Diffusion Engineers

No Interviews

INTERVIEWS

Diffusion Engineers

No Interviews

INTERVIEWS

Zensar Technologies

No Interviews

INTERVIEWS

Zensar Technologies

No Interviews

INTERVIEWS

Diffusion Engineers

No Interviews

INTERVIEWS

Diffusion Engineers

No Interviews

INTERVIEWS

Zensar Technologies

100 top interview questions

Tell us how to improve this page.

ZeMoSo Technologies Software Engineer2 Interview Process

based on 4 interviews

3 Interview rounds

  • Coding Test Round
  • Technical Round - 1
  • Technical Round - 2
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all
ZeMoSo Technologies Software Engineer2 Salary
based on 31 salaries
₹10 L/yr - ₹14 L/yr
41% less than the average Software Engineer2 Salary in India
View more details

ZeMoSo Technologies Software Engineer2 Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

3.0

Salary

3.6

Job security

3.6

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer 2
25 salaries
unlock blur

₹0 L/yr - ₹0 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