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

 (24)

 Software Engineer III

 (8)

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

I appeared for an interview in Aug 2024.

Round 1 - Javascript assessment 

(1 Question)

  • Q1. Core javascript concepts questions
Round 2 - Coding Test 

After 1st round of core javascript assessment gets cleared they scheudle a 2nd round for technical interview.
They ask starting from basics to advance concepts.
Whatever you have experience in you should know its concept.
In the same interview there will be 4 coding questions out of which 3 you have solve.
1. Two questions on DSA problem solving
2. Two questions on domain wise for me it was on React

I had solve 2 DSA questions and 1 react question.
Interviewer may ask to change input and see if your logic work for it or not
If it does not work you should be capable enough to make it work for given input.

Round 3 - Behavioral 

(1 Question)

  • Q1. Situational based questions.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. 1.Tell me about your self?
  • Q2. 2.what is you learn in institution?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's real good experience and I have learn and This is my first call interview..So next time i will give my full potential and do well thanks for give me an opportunity

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Database related questions
  • Q2. Api
  • Q3. Two basic coding questions
  • Q4. Some apti based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to attempt all the sample questions available in geeks for geeks

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

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

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

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