i
ZeMoSo Technologies
Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 5 interview rounds.
2 Coding questions and 15 MCQs
Difficulty - Intermediate
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
Basic mcqs related to the language, two coding questions
I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.
The test was on the Coderbyte platform which consisted of a few general aptitude questions, one coding question on backend development and one coding question on problem-solving
I applied via LinkedIn and was interviewed in Feb 2024. There were 5 interview rounds.
There were 2 to 3 easy to mid level Coding question. Time duration is one hour
ZeMoSo Technologies interview questions for designations
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
It was a online test having coding questions and aptitude questions.
Get interview-ready with Top ZeMoSo Technologies Interview Questions
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.
2 questions - one was a basic DP question
Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.
The height of an empty tree is -1.
The height of a tree with only one node is 0.
The height of a binary tree can be calculated recursively by finding the height of the left and right subtrees and adding 1 to the maximum of the two heights.
Sort an array of 0s and 1s in linear time complexity.
Use two pointers approach - one from the start and one from the end of the array.
Swap 0s to the left side and 1s to the right side until the pointers meet.
Time complexity: O(n), Space complexity: O(1)
LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.
Use a combination of a doubly linked list and a hashmap to efficiently implement LRU cache.
Keep track of the most recently used item at the head of the linked list and the least recently used item at the tail.
When a new item is accessed, move it to the head of the linked list and update the hashmap...
I was interviewed in Dec 2023.
The question asks to find the number of consecutive alphabets in a string.
Iterate through the string and check if each character is consecutive to the previous one.
Keep track of the count of consecutive alphabets encountered.
Return the count at the end.
I was interviewed in Jan 2024.
2 programming questions on Java 8 and 2 logical reasoning questions.
I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.
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
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
Top trending discussions
3 Interview rounds
based on 18 reviews
Rating in categories
Senior Software Engineer
71
salaries
| ₹12.7 L/yr - ₹30 L/yr |
Associate Software Engineer
44
salaries
| ₹6.5 L/yr - ₹7.3 L/yr |
Software Engineer
33
salaries
| ₹6 L/yr - ₹17 L/yr |
Software Engineer2
28
salaries
| ₹10 L/yr - ₹14 L/yr |
Senior Software Engineer 2
25
salaries
| ₹21.3 L/yr - ₹25 L/yr |
Persistent Systems
LTIMindtree
Mphasis
TCS