Filter interviews by
To find a number in a sorted rotated array, use binary search algorithm.
Identify the mid element of the array
Check if the mid element is the target number
If not, check if the left half or right half of the array is sorted
If the left half is sorted and the target number falls within that range, search in the left half
If the right half is sorted and the target number falls within that range, search in the right half
Repea...
I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.
1. Implement stack using two or one queue
2. Find the max profit on each day sales
Ex input
int[] bookPrice = {‘7’,’1’,’5’,’6’,’4’};
Output : 5 ( 6 - 1);
int[] bookPrice = {‘5’,’4’,’1’}; output : 0
posted on 24 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
HashMap is not thread-safe, ConcurrentHashMap allows concurrent access, synchronized HashMap uses explicit synchronization.
HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.
ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.
Synchronized HashMap uses explicit synchronization to make it thread...
A lambda expression is a concise way to represent an anonymous function, often used with functional interfaces in Java.
Lambda expressions provide a way to pass functionality as an argument to a method.
Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.
Example: (x, y) -> x + y is a lambda expression that takes two parameters and returns their sum.
posted on 17 Jul 2024
posted on 16 Jun 2023
posted on 11 Dec 2024
posted on 14 Apr 2021
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
In my current role, I am responsible for overseeing the daily operations and strategic planning of the department.
Manage a team of 20 employees
Develop and implement departmental goals and objectives
Collaborate with cross-functional teams to improve processes and efficiency
Monitor and analyze departmental performance metrics
Prepare and present reports to senior management
posted on 19 Nov 2024
I was interviewed in May 2024.
posted on 16 May 2023
I applied via Approached by Company and was interviewed in Apr 2023. There was 1 interview round.
posted on 19 Dec 2023
I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.
based on 3 reviews
Rating in categories
Associate
2.3k
salaries
| ₹10.5 L/yr - ₹41 L/yr |
Analyst
1.7k
salaries
| ₹9.9 L/yr - ₹14.5 L/yr |
Vice President
1.6k
salaries
| ₹19 L/yr - ₹73 L/yr |
Senior Analyst
1.1k
salaries
| ₹5 L/yr - ₹20 L/yr |
Financial Analyst
313
salaries
| ₹2 L/yr - ₹8.1 L/yr |
JPMorgan Chase & Co.
Morgan Stanley
TCS
Amazon