Algorithm, time complexity of code
Software Developer New Grad Interview Questions
3,049 software developer new grad interview questions shared by candidates
1. Why Adyen? 2. Two easy LC java question (object orientaiton design and binary search) and one medieum LC SQL question (group by, join,...)
why do you want to work here?
You're getting a list of event logs, composed of timestamps and events that happened at each timestamp. Write functions to access all of the events that happened before a given time, after a given time, or between two given times.
What projects are you excited to work on? Streaming question
- bank data streaming question - create a cache
LC Mediums (can't share questions)
Similar to LC- Combination Sum
Concurrency Problem:- You are given a bucket of capacity N in which tokens are added at the rate of 1 per second. If overflow occurs, the tokens are dropped from the bucket. There are several threads, that need 1 token to complete their execution. So, whenever they are invoked, they capture one token from the bucket (which is removed) and continue their execution. Implement the problem, and synchronize access to the shared bucket.
Was asked to validate BST
Viewing 1771 - 1780 interview questions