Count number of substrings with exactly k distinct characters
Graduate Software Engineer Interview Questions
3,310 graduate software engineer interview questions shared by candidates
Recursion and DFS based questions
NDA
Stack-based, sets and hashmap based and one design
It was coding assessment about the decryption of a password
Two leetcode type of questions Behavioural assessment had general stuff on how you would react to different scenarios at work, a situation where someone wants to push unreviewed code, but also like 3 questions to quickly debug something and draw your conclusions.
Would recommend practicing medium leetcode questions.
Find all palindromes in a string if you removed a given character
a dynamic programming coding problem.
1. Leetcode question: trapping rainwater. 2. Design / OOP: Design classes / data structures for a restaurant that has multiple pizza types and a salad, each has dressings with some specific price and quantity. We want to be able to calculate the price of some menu item. 3. General coding problem: You have a list of 10k product items, and want to display the user 10 of those every day they log in. How can we randomly chose 10 items with equal probability at each day from the list. Write a function for that (requires you to also come up with data structure or requirements like whether the input is modified etc.)
Viewing 3111 - 3120 interview questions