Filter interviews by
I applied via campus placement at Panjab University and was interviewed before Aug 2023. There were 2 interview rounds.
MCQ's for verbal reasoning, math
The right view of a binary tree shows the nodes that are visible when looking at the tree from the right side.
The right view of a binary tree can be obtained by performing a level order traversal and keeping track of the rightmost node at each level.
Nodes that are visible from the right side are the ones that are the rightmost at their respective levels.
For example, in the binary tree: 1 / \ 2 3 \
Top trending discussions
posted on 10 Dec 2024
Design patterns in Java are reusable solutions to common problems in software design.
Creational patterns (e.g. Singleton, Factory, Builder)
Structural patterns (e.g. Adapter, Decorator, Facade)
Behavioral patterns (e.g. Observer, Strategy, Template Method)
The diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common ancestor, leading to ambiguity in method invocation.
Diamond problem arises in multiple inheritance when a class inherits from two classes that have a common ancestor.
It leads to ambiguity in method invocation as the compiler cannot determine which inherited method to invoke.
Example: Class A has a method 'display...
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
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
I m to get yourlife company to work.
It's like technical round & Hr round , way of language speaking.
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
Find repeat elements in an array of strings
Iterate through the array and store each element in a HashMap with its count
Check if the count of any element is greater than 1, then it is a repeat element
Return the repeat elements found in the array
Build a basic CRUD REST API endpoint
Create a REST API endpoint for each CRUD operation (Create, Read, Update, Delete)
Use HTTP methods like POST, GET, PUT, DELETE to perform CRUD operations
Implement data validation and error handling for each operation
Utilize a framework like Spring Boot or Express.js to simplify API development
To find the third highest salary in a SQL table, you can use the 'SELECT TOP 1' statement with 'ORDER BY salary DESC OFFSET 2 ROWS FETCH NEXT 1 ROWS ONLY'.
Use the 'SELECT TOP 1' statement to retrieve only one record
Order the records by salary in descending order using 'ORDER BY salary DESC'
Skip the first two highest salaries using 'OFFSET 2 ROWS'
Fetch the next record after skipping the first two using 'FETCH NEXT 1 ROW
I was interviewed in Jul 2024.
Functional interfaces in Java are interfaces with only one abstract method, used for lambda expressions and method references.
Functional interfaces can be used with lambda expressions and method references to provide implementation for the single abstract method.
Examples of functional interfaces in Java include Runnable, Callable, and Comparator.
Functional interfaces can also have default and static methods in addition
No, static methods cannot be overridden in interfaces.
Static methods in interfaces are implicitly public and abstract, so they cannot be overridden.
If two interfaces have the same static method signature, it will not cause any conflict.
Implementing classes will have to provide their own implementation of the static method.
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.
Ages, trains, profit losss, hcf lcm, clock, simple interest 30 min
Array string sorting algorithm
I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.
Custom exception is a user-defined exception that extends the functionality of the built-in exceptions in Java.
Custom exceptions are created by extending the Exception class or one of its subclasses.
They allow developers to define their own exception types for specific scenarios.
Custom exceptions can include additional methods and fields to provide more information about the exception.
Example: public class CustomExcept...
Use a HashSet to find duplicate elements in an array of strings.
Create a HashSet to store unique elements.
Iterate through the array and check if the element is already in the HashSet.
If it is, then it is a duplicate element.
Example: String[] array = {"apple", "banana", "apple", "orange"};
I was interviewed in Oct 2023.
Analyst
33
salaries
| ₹2.4 L/yr - ₹7.9 L/yr |
Software Engineer
25
salaries
| ₹4.7 L/yr - ₹13 L/yr |
Associate Engineer
18
salaries
| ₹5 L/yr - ₹10 L/yr |
Team Lead
14
salaries
| ₹4.9 L/yr - ₹21.3 L/yr |
Senior Software Engineer
13
salaries
| ₹7 L/yr - ₹28.8 L/yr |
Fiserv
FIS
Global Payments
WEX Inc