Filter interviews by
Top trending discussions
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
Program to calculate factorial
Use a loop to multiply the numbers from 1 to n
Handle edge cases like 0 and negative numbers
Use recursion for a more elegant solution
posted on 16 May 2021
I applied via Job Portal and was interviewed in May 2021. There were 4 interview rounds.
I applied via Naukri.com
Java program to sort an array of strings
Use Arrays.sort() method to sort the array of strings
Import java.util.Arrays package
Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);
Collections in Java and Spring Boot are used to store and manipulate groups of objects.
Collections in Java are used to store multiple objects in a single unit.
Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.
Collections in Java and Spring Boot help in organizing and manipulating data efficiently.
Example: List<String> names = new ArrayList<>();
posted on 8 Mar 2024
I applied via Campus Placement
I appeared for an interview in May 2023.
I applied via Approached by Company and was interviewed before Mar 2022. There were 3 interview rounds.
It depends on the region, for me they conducted tool test in the 1st round.
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 4 interview rounds.
Mix of coding, aptitude, java, javascript
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.
If multiple keys hash to the same index, a collision occurs and the pairs are stored in a linked list at that index.
To...
I have used design patterns such as Singleton, Factory, and Observer in my projects.
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and
Print Fibonacci series using recursion
Define a recursive function to calculate Fibonacci numbers
Base case: return 0 if n is 0, return 1 if n is 1
Recursive case: return sum of previous two Fibonacci numbers
Print each Fibonacci number in the series
based on 1 interview
Interview experience
Process Associate
164
salaries
| ₹1.4 L/yr - ₹4 L/yr |
Software Engineer
44
salaries
| ₹3 L/yr - ₹12.3 L/yr |
Research Associate
34
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Processing Executive
30
salaries
| ₹1 L/yr - ₹3.1 L/yr |
Data Analyst
26
salaries
| ₹2 L/yr - ₹4 L/yr |
Mercer
Citco
Willis Towers Watson
WSP