What would cause you to leave the company in under 3 months? A bunch of other easy technical questions.
Backend Software Interview Questions
15,450 backend software interview questions shared by candidates
Implement a simple version of Brex’s backend (check if card has enough remaining balance to accept incoming transaction) using database. After that, think about fraud detection, if all you have is the information about the transaction.
What does SOLID stand for?
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
Why you want to go for a bpo profile when you are have an experieence in IT sector
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
Viewing 61 - 70 interview questions