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 Senior Software Engineer 2 Interview Questions, Process, and Tips

Updated 18 Oct 2024

Top ZeMoSo Technologies Senior Software Engineer 2 Interview Questions and Answers

ZeMoSo Technologies Senior Software Engineer 2 Interview Experiences

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

Round 1 - Coding Test 

Coderbyte test on DSA and few Stack related MCQs.

Round 2 - Technical 

(3 Questions)

  • Q1. DSA question related to Arrays, difficulty level medium.
  • Q2. Stack related questions like mine was MERN, so question on Nodejs, Database schema design, reactjs and Javascript basics.
  • Q3. This was taken by Flocareer, Zemoso hired them to evaluate me.
Round 3 - Technical 

(1 Question)

  • Q1. Discussed overall experience on different types of products and how I deal with those. And one coding question.
Round 4 - Technical 

(1 Question)

  • Q1. Again full interview on MERN STACK with one coding question on coderbyte.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do some DSA before applying here.
Brushup your basics on the stack on which you are giving interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Question on Spring boot backend coding problem
  • Q2. DSA medium level coding question
  • Q3. Questions on Maths and Logical Reasoning
  • Q4. Normal questions on development role
Round 2 - Technical 

(6 Questions)

  • Q1. Java 8 features (Lambda, Streams, DateTime, Optional class etc.)
  • Q2. Core java (Multithreading, Collections working, Exception Handling etc.)
  • Q3. Designing an API for a Product table, basically CRUD operations
  • Ans. 

    Designing a RESTful API for CRUD operations on a Product table

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /products for listing all products, /products/{id} for specific product, etc.

    • Use JSON format for request and response bodies

    • Implement authentication and authorization mechanisms for secure access

  • Answered by AI
  • Q4. Spring boot all annotations and why they are used (underlying concepts)
  • Q5. Discussion on Response Status Code and how we can customise as per business requirements
  • Q6. A Math coding problem
Round 3 - Coding Test 

There were 3, 4 questions asked in coding round. First, second one was easy followed by medium and Hard. Mostly questions were from Arrays, String, Dynamic Programming

Round 4 - HR 

(2 Questions)

  • Q1. Roles and Aspirations
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals strong, from core java to your current tech stack. Have some hands on each of these if not.

For coding, you need practice to come up with efficient solution from brute force and let the interviewer know why you chose the approach. If you're able to express and convince properly then you're in.

All the best!!

Senior Software Engineer 2 Interview Questions Asked at Other Companies

asked in Synechron
Q1. What microservices patterns are you aware ? let's assume that the ... read more
Q2. Draw a system diagram for ecommers system to place an order and g ... read more
asked in Synechron
Q3. What is the internal implementation of hashmap? Let's assume that ... read more
Q4. what is the need for @Service annotation?
Q5. Internal working of Node.js and how node processes asynchronous r ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a hacker rank test with a couple of DSA questions and a few MCQs related to core language.

Round 2 - Technical 

(4 Questions)

  • Q1. DSA question to find out warmer temperatures from daily temperatures. Leetcode 739.
  • Q2. Question on designing tables for a university with students and courses. Asked to write a select query on finding out students with course and grades with MySQL.
  • Q3. Frontend questions on react related to hooks
  • Q4. Internal working of Node.js and how node processes asynchronous requests
  • Ans. 

    Node.js is a runtime environment that executes JavaScript code outside of a web browser, using an event-driven, non-blocking I/O model.

    • Node.js uses the V8 JavaScript engine to execute code.

    • It uses an event-driven architecture to handle asynchronous operations.

    • Node.js uses a single-threaded event loop to process multiple requests concurrently.

    • Callbacks are used to handle asynchronous operations in Node.js.

    • Node.js provid...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion on salary and benefits. This was more of a casual discussion

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Software Engineer 2 interview:
  • Node.Js
  • React.Js
  • Database
  • Design principles
  • Design Patterns
Interview preparation tips for other job seekers - Keep updated with your resume and work on a good amount of DSA problems.

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 in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

DSA related problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to your tech and current project
  • Q2. Coding questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Database optimization techniques
  • Ans. 

    Database optimization techniques involve indexing, query optimization, normalization, and denormalization.

    • Use indexing to improve query performance by creating indexes on frequently searched columns.

    • Optimize queries by avoiding unnecessary joins, using proper WHERE clauses, and limiting the number of returned rows.

    • Normalize database tables to reduce redundancy and improve data integrity.

    • Consider denormalization for rea...

  • Answered by AI
  • Q2. Reactjs/Nodejs/Javascript topics covered
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Work and policies discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics sharp and work on DSA medium level.

ZeMoSo Technologies interview questions for designations

 Senior Software Engineer

 (23)

 Software Engineer

 (16)

 Senior Software Developer

 (2)

 Software Engineer III

 (7)

 Associate Software Engineer

 (5)

 Principal Software Engineer

 (5)

 Software Engineer II

 (1)

 Assistant Software Engineer

 (1)

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

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

Round 1 - Assignment 

Assignment questions was based as per the position. All the questions technically good.

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round with one of the expert from FloCareer. Questions was based on Javascript, NodeJs and backend technologies.
Round 3 - One-on-one 

(1 Question)

  • Q1. It was a technical round with Senior Backend Developer of Zemoso, and all the question has tricky part in it and was based on NodeJs and Backend technologies.

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Software Engineer 2 interview:
  • Node.Js
  • AWS
  • Application Deployment
  • Javascript
  • Serverless
  • Lambda
  • SQS
  • ExpressJS
  • NestJS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

Coding test and mcqs.

Round 2 - Technical 

(2 Questions)

  • Q1. Nodejs techniques.
  • Ans. 

    Node.js is a popular runtime environment for executing JavaScript code outside of a browser.

    • Node.js allows for asynchronous programming using callbacks, promises, and async/await.

    • Node.js has a large ecosystem of libraries and frameworks, such as Express for building web applications.

    • Node.js uses the CommonJS module system for organizing code into reusable modules.

  • Answered by AI
  • Q2. About databases
Round 3 - Technical 

(2 Questions)

  • Q1. System design discussion.
  • Q2. Coding questions

Skills evaluated in this interview

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.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 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:
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 - Coding Test 

Hackerrank test, Java programs on count of non intersecting numbers in the arrays

Round 3 - Technical 

(1 Question)

  • Q1. Project overview, Oauth2, Security in Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Prepare well
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 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. Basic Java springboot interview questions
Round 3 - Technical 

(1 Question)

  • Q1. Java springboot interview questions
Round 4 - Technical 

(1 Question)

  • Q1. Java springboot interview questions
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 Apr 2023. There were 4 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 - Coding Test 

Technical round through "DoSelect"
Two parts : Multiple choice questions on theory (Java, Microservices, Javascript, React). Coding solution for problem statement.

Round 3 - One-on-one 

(1 Question)

  • Q1. Project technical discussion. System design question. To design architecture of URL shortener
Round 4 - HR 

(1 Question)

  • Q1. Basic information.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics thoroughly. Prepare for clear approach to solve problems

ZeMoSo Technologies Interview FAQs

How many rounds are there in ZeMoSo Technologies Senior Software Engineer 2 interview?
ZeMoSo Technologies interview process usually has 3-4 rounds. The most common rounds in the ZeMoSo Technologies interview process are Technical, Coding Test and Resume Shortlist.
What are the top questions asked in ZeMoSo Technologies Senior Software Engineer 2 interview?

Some of the top questions asked at the ZeMoSo Technologies Senior Software Engineer 2 interview -

  1. Internal working of Node.js and how node processes asynchronous reque...read more
  2. Designing an API for a Product table, basically CRUD operati...read more
  3. Database optimization techniq...read more
How long is the ZeMoSo Technologies Senior Software Engineer 2 interview process?

The duration of ZeMoSo Technologies Senior Software Engineer 2 interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ZeMoSo Technologies Senior Software Engineer 2 Interview Process

based on 10 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
ZeMoSo Technologies Senior Software Engineer 2 Salary
based on 25 salaries
₹21.3 L/yr - ₹25 L/yr
At par with the average Senior Software Engineer 2 Salary in India
View more details

ZeMoSo Technologies Senior Software Engineer 2 Reviews and Ratings

based on 19 reviews

3.6/5

Rating in categories

4.1

Skill development

3.5

Work-life balance

3.9

Salary

3.4

Job security

3.4

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
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