Sr Developer Interview Questions

30,121 sr developer interview questions shared by candidates

- The lead dev called me at 6:30 from his home phone, before he put down, he said "don't call back on this number, my wife will answer and you won't like it" .. that was quite unexpected from an otherwise professional interview,
avatar

Senior Software Developer

Interviewed at Ascend Learning

3.8
Oct 13, 2014

- The lead dev called me at 6:30 from his home phone, before he put down, he said "don't call back on this number, my wife will answer and you won't like it" .. that was quite unexpected from an otherwise professional interview,

Implement a rate limiter that upon construction is given an integer representing the number of times a target resource is accessible during a fixed 1-minute time window. The interface would declare a single method: boolean canAccess() that would return true if a resource can be accessed immediately during the current time window, false otherwise. Additional requirements: * You can't use any helper thread to maintain state. * Must maintain time complexity of O(1) * Must be thread safe.
avatar

Senior Java Developer

Interviewed at Cybereason

2.8
May 18, 2023

Implement a rate limiter that upon construction is given an integer representing the number of times a target resource is accessible during a fixed 1-minute time window. The interface would declare a single method: boolean canAccess() that would return true if a resource can be accessed immediately during the current time window, false otherwise. Additional requirements: * You can't use any helper thread to maintain state. * Must maintain time complexity of O(1) * Must be thread safe.

Viewing 2841 - 2850 interview questions

Glassdoor has 30,121 interview questions and reports from Sr developer interviews. Prepare for your interview. Get hired. Love your job.