What does SOLID stand for?
Backend Engineer Interview Questions
14,346 backend engineer interview questions shared by candidates
Asked to build a webscraper in Nodejs and to output the result in a comma separated value file
Determine whether a circular array with magic indexes contains a full circle. The array is circular in the sense that, the entry A[i] points to entry A[A[i]]. Full circle means it covers all the elements of the array. As a follow-up, I was asked to solve the problem in O(1) space. Example: Input: [2,3,1,4,0], Output: true Input: [2,3,2,4,9], Output: false
Quelle est la complexité d'un algorithme de tri
Detect and remove a loop from a linked list?
they ask me about solid principle and also they foucuse on API
If you have a ball of lead on a boat on a lake, what happens to the water level when the ball is thrown off the boat into the lake?
Write a program in javascript returning prime numbers form 1 to n,
a follow up question - the allowed parentheses are {} [] and () and there is hierarchy { -> [ -> ( meaning that { cannot be nested inside [ or ( and [ cannot be nested inside ( how would you check validity given these constraints?
Viewing 61 - 70 interview questions