How to solve 9 x 9 with for loop.
Backend Engineer Interview Questions
15,493 backend engineer interview questions shared by candidates
Describe a private project
Como diseñaria una bd en base a lo solicitado
Two threads run the code: for (a<100; a++) a++ what is the min and max value of variable "a"?
Delete an element that has a pointer to it from a linked list
Cómo te clasificarías con respecto al Seniority?
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.
Viewing 1891 - 1900 interview questions