i
SAP
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.
Create a stack to store the elements and another stack to store the minimum values encountered so far.
When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.
When popping an element, check if it ...
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Asked about introduction and then few coding questions
The output of the code will be the sum of the elements in the given array.
The code likely involves iterating through the array and adding up the elements.
Make sure to handle edge cases like empty arrays or arrays with negative numbers.
Example: If the array is [1, 2, 3], the output will be 6.
HashMap is a data structure in Java that stores key-value pairs. ConcurrentHashMap is a thread-safe version of HashMap.
HashMap is not thread-safe, while ConcurrentHashMap is thread-safe.
ConcurrentHashMap allows concurrent read and write operations without the need for external synchronization.
HashMap allows null keys and values, while ConcurrentHashMap does not allow null keys or values.
I applied via campus placement at Mumbai University and was interviewed before Sep 2023. There were 3 interview rounds.
BST formation code in java
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
HashSet is an unordered collection of unique elements, while Hashtable is a synchronized collection of key/value pairs.
HashSet does not allow duplicate elements, while Hashtable does not allow duplicate keys.
HashSet does not maintain insertion order, while Hashtable does not guarantee any order.
HashSet allows null values, while Hashtable does not allow null keys or values.
Collection is an interface in Java that represents a group of objects, while Collections is a utility class that contains static methods for operating on collections.
Collection is an interface in Java that represents a group of objects.
Collections is a utility class in Java that contains static methods for operating on collections.
Example: List
Example: Collections
Java program to find duplicates in an array of strings
Create a HashSet to store unique elements
Iterate through the array and check if element is already in the HashSet
If element is already in the HashSet, it is a duplicate
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Generate all permutations of a given number without duplicates
Use backtracking to generate all possible permutations
Avoid duplicates by keeping track of used digits
Recursively swap digits to generate permutations
posted on 3 Jan 2025
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Developed a web application for online shopping with features like user authentication, product search, and order management.
Implemented user authentication using Spring Security
Utilized Hibernate for database operations
Designed front-end using AngularJS for dynamic user interface
Questions on permuation and combination
I was interviewed in Jun 2024.
Java Coding Questions based on ArrayList, HashMap, etc.
Count distinct elements in given String.
Our current project architecture follows a microservices design pattern with separate services for different functionalities.
Microservices architecture with separate services for different functionalities
Use of RESTful APIs for communication between services
Containerization using Docker for easy deployment and scalability
Implementation of service discovery and load balancing with tools like Kubernetes
Use of message bro
My role in the project was to develop and maintain Java applications to meet the project requirements.
Developing Java applications based on project requirements
Maintaining and updating existing Java code
Collaborating with team members to ensure project success
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
Sir.Sridhar Vembu is the founder and CEO
Yes, Zoho is a foreign company based in India.
Zoho is headquartered in Chennai, India.
It was founded by Sridhar Vembu in 1996.
Zoho has offices in multiple countries including the United States, China, Japan, and Singapore.
based on 4 interviews
Interview experience
based on 8 reviews
Rating in categories
Software Developer
1k
salaries
| ₹8.5 L/yr - ₹32 L/yr |
Developer
863
salaries
| ₹10 L/yr - ₹34 L/yr |
Developer Associate
823
salaries
| ₹6.3 L/yr - ₹20.5 L/yr |
Senior Developer
487
salaries
| ₹13.1 L/yr - ₹48 L/yr |
Business Process Consultant
421
salaries
| ₹10 L/yr - ₹40 L/yr |
Oracle
SAS
Zoho
IBM