Cómo te clasificarías con respecto al Seniority?
Backend Engineer Interview Questions
14,386 backend engineer interview questions shared by candidates
Please to introduce your self
Coding Interview Level 2 Similar to level 1, but we now add an additional input which is an employee id. Only include departments that have this particular employee id in it. Sample Input: dictionary: {"general": [2,3,4], "infra": [3,5], "humor": [4,6]} employeeId: 3
Perform sequence of stack operations and display stack after each operation.
round 3 - cache module question question : implement a cache module with following features. --size initialization --if cache is full then one can choose eviction strategies to eliminate the element. --eviction strategies : LRU, LFU. --can switch between LRU and LFU -- time based removal . given ttl if time over then remove using eviction strategy above are the main features.
Subset sum problem in the online coding test
Design IMDB site in design round?
OOP related to a real world situation
You are getting an Home assignment where you have to design and implement some kind of Repricer unit which listens on http endpoint and writes data to files every 1 second or 10 events whichever comes first
Questions related to developer's past experience with programming and coding practices.
Viewing 1761 - 1770 interview questions