string problem based on greedy approach, dp problem
Sde Interview Questions
16,615 sde interview questions shared by candidates
find the median of a stream of numbers
1)You are given the prices of a stock for n days. You have to tell the longest period for which the stock looses its value.
Array based question with sliding window solution
it was one basic coding question and a puzzle puzzle:min weights to measure all 1 to 100 weights using a weight balance
What happens if you write public void main() ? Bias vs Variance(ml) OOPS principles
Given an array , return an array with number of elements smaller than the current element , it was divide and conquer question.
Round - 2 LLD To design an app where you add buses, stops, find routes to the buses, set trip (of a bus), bookings and more
Q: Given a random number generator that generates numbers from 1 to 6 with equal probability. Let's call this rand6(), define a function rand12() that generates numbers between 1 and 12 with equal probability using the aforementioned function.
longest non-repeating substring in dsa
Viewing 851 - 860 interview questions