Filter interviews by
I applied via Walk-in and was interviewed before Jun 2023. There were 2 interview rounds.
10 questions for prelims
Find the maximum sum subarray within an array of integers.
Iterate through the array and keep track of the current sum and maximum sum seen so far.
If the current sum becomes negative, reset it to 0.
Return the maximum sum found.
Find duplicates in an array of strings
Iterate through the array and use a hash set to keep track of seen elements
If an element is already in the hash set, it is a duplicate
Return a list of all duplicates found
posted on 25 May 2024
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Node.js uses event-driven architecture where events trigger callbacks to handle asynchronous operations.
Node.js uses event loop to handle asynchronous operations efficiently
Events are emitted by various objects in Node.js like HTTP servers, file system, etc.
Callbacks are registered to handle events and execute code when events occur
posted on 23 Jul 2024
Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the superclass.
Overloading allows multiple methods with the same name but different parameters in the same class.
Overriding involves implementing a method in a subclass that is already defined in the superclass.
Overloading is resolved at compi
Java features include object-oriented programming, platform independence, automatic memory management, and multithreading.
Object-oriented programming: Java supports classes and objects, allowing for modular and reusable code.
Platform independence: Java programs can run on any platform with the Java Virtual Machine (JVM).
Automatic memory management: Java uses garbage collection to automatically manage memory allocation ...
Abstract class is a class that cannot be instantiated and may contain abstract methods.
Cannot be instantiated directly
May contain abstract methods that must be implemented by subclasses
Used to define a common interface for subclasses
posted on 13 Sep 2024
Island Perimeter and Number of Provinces. Basic Leetcode question
posted on 31 May 2024
Simple algorithm question about sorting
The time complexity of the quicksort algorithm is O(n log n).
Quicksort has an average time complexity of O(n log n).
The best case time complexity of quicksort is O(n log n) when the pivot element divides the array into two equal halves.
The worst case time complexity of quicksort is O(n^2) when the pivot element is the smallest or largest element in the array.
posted on 17 Oct 2023
posted on 21 Dec 2022
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Analyst
2.7k
salaries
| ₹3.5 L/yr - ₹13 L/yr |
Software Engineer
879
salaries
| ₹7.8 L/yr - ₹28 L/yr |
Operations Analyst
760
salaries
| ₹2 L/yr - ₹6 L/yr |
Associate Vice President
700
salaries
| ₹12 L/yr - ₹43.5 L/yr |
Analyst
650
salaries
| ₹1.4 L/yr - ₹7.2 L/yr |
HSBC Group
Standard Chartered Plc
Barclays PLC
JPMorgan Chase & Co.