i
ZeMoSo Technologies
Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Java related and programming questions
Find the longest subsequence in an array of strings
Iterate through the array of strings and compare each string with the next one to find the longest common subsequence
Use dynamic programming to efficiently find the longest common subsequence
Example: ['abc', 'abg', 'bdf', 'aeg', 'acefg'] - The longest subsequence is 'aeg'
What people are saying about ZeMoSo Technologies
Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Streams provide a way to work with collections of objects in a functional style.
Functional interfaces are interfaces with a single abstract method, used for lambda expressions.
Default methods allow interfaces to have method...
ZeMoSo Technologies interview questions for popular designations
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...
Get interview-ready with Top ZeMoSo Technologies Interview Questions
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 Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
3 questions, 1 group the anagram in the given string , 2. Generate the Fibonacci series 3. Sort the string based on length.
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...
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.
...
I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
First round was a coding round on coderbyte
Some of the top questions asked at the ZeMoSo Technologies interview -
The duration of ZeMoSo Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 122 interviews
Interview experience
based on 172 reviews
Rating in categories
Senior Software Engineer
74
salaries
| ₹12.7 L/yr - ₹33 L/yr |
Associate Software Engineer
45
salaries
| ₹6.5 L/yr - ₹7.3 L/yr |
Software Engineer
35
salaries
| ₹6 L/yr - ₹17 L/yr |
Software Engineer2
31
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