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
3.7

based on 171 Reviews

Filter interviews by

ZeMoSo Technologies Lead Engineer Interview Questions and Answers

Updated 1 May 2024

ZeMoSo Technologies Lead Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of mcq's and 2 programs

Round 2 - Technical 

(2 Questions)

  • Q1. Spring security
  • Q2. Programs on stream API
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • It supports lazy evaluation, allowing for efficient processing of large datasets.

    • Example: stream.filter(x -> x > 5).map(x -> x * 2).forEach(System.out::println)

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of recent project
  • Ans. 

    Designed a microservices architecture using Docker and Kubernetes for a real-time analytics platform

    • Utilized Docker containers to encapsulate each microservice

    • Implemented Kubernetes for container orchestration and scaling

    • Used Kafka for real-time data streaming between microservices

  • Answered by AI
  • Q2. Spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through details mentioned in resume thoroughly

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL coding questions
Round 2 - Technical 

(1 Question)

  • Q1. SQL coding questions
Round 3 - COO Round 

(1 Question)

  • Q1. Behavioral check
Round 4 - Client Interview 

(1 Question)

  • Q1. SQL questions mostly
Round 5 - HR 

(1 Question)

  • Q1. Normal HR discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Lead Consultant with a background in project management and client relations.

    • Over 5 years of experience in consulting roles

    • Strong project management skills, able to lead teams to successful outcomes

    • Excellent communication and relationship-building abilities

    • Proven track record of delivering results for clients

    • Certified in relevant consulting methodologies

  • Answered by AI
  • Q2. Brief me about your experience
  • Ans. 

    I have over 10 years of experience in consulting, specializing in project management and client relations.

    • 10+ years of consulting experience

    • Specialize in project management

    • Strong client relations skills

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Share past challenges
  • Ans. 

    Overcoming challenges in previous roles through problem-solving and perseverance.

    • Successfully managed a project with a tight deadline by prioritizing tasks and delegating responsibilities

    • Resolved conflicts within a team by facilitating open communication and finding common ground

    • Adapted to a new software system by seeking out training resources and practicing regularly

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain the gaps in your CV
  • Ans. 

    Career breaks for personal development and family commitments

    • Took a year off to travel and gain new perspectives

    • Took a break to care for a sick family member

    • Attended a professional development program to enhance skills

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a proven track record of successfully leading teams and delivering results in complex consulting projects.

    • Extensive experience in consulting industry

    • Strong leadership skills demonstrated through successful project delivery

    • Ability to effectively communicate and collaborate with clients and team members

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and stick to your basics.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

2 hrs test , had questions from various filed of aptitude

Round 2 - Coding Test 

2 hrs test online
had questions from dynamic prog

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare aptitude and coding dedicately
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Test 

(1 Question)

  • Q1. Basic python question like sorting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Its more about the previous roles & project
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 - Coding Test 

HackerRank Coding Test followed by one to one

Round 3 - One-on-one 

(2 Questions)

  • Q1. Deep Dive into Programming Language questions
  • Q2. System Design related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get the basics right, hands on coding is a must. It also depends on interviewer what questions they ask

I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL queries, joins, lead lag functions,
  • Q2. Unix scripting, snowflake, cloud technology background, practical experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was more of technical check, mostly bon SQL queries as I was considered as ETL developer.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 5 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 - Aptitude Test 

Mettal test which is online. This test contains question from apptiitude and technical. You need to get minimum 50%.

Round 3 - Technical 

(1 Question)

  • Q1. Questions depends for which role you have applied.
Round 4 - Behavioral 

(1 Question)

  • Q1. This is something like case studies and behaviour analysis round.
Round 5 - HR 

(1 Question)

  • Q1. This is just salary discussion round.

Interview Preparation Tips

Interview preparation tips for other job seekers - First clear mettal test and ready with basi c of roles you have applied.

ZeMoSo Technologies Interview FAQs

How many rounds are there in ZeMoSo Technologies Lead Engineer interview?
ZeMoSo Technologies interview process usually has 2 rounds. The most common rounds in the ZeMoSo Technologies interview process are Coding Test and Technical.
What are the top questions asked in ZeMoSo Technologies Lead Engineer interview?

Some of the top questions asked at the ZeMoSo Technologies Lead Engineer interview -

  1. Java memory management for heap and stack, what is the use of string pool, java...read more
  2. How SQL index works internally, SQL execution or...read more
  3. Why spring framework, app concept, spring security jwt, design food ordering ...read more

Tell us how to improve this page.

ZeMoSo Technologies Lead Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
73 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
33 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