Sollicitatievraag
Sollicitatiegesprek voor de functie Back-end Developer (Python Django)
-
ErnieAppIf you had to design from day zero, an horizontally scalable REST-API, which techniques would you suggest to use? How would you structure the architecture of the backend? How would you structure the DB?
Antwoord op sollicitatievraag
1 Antwoord
▲
0
▼
I have mentioned that the backend application has to be stateless, so that no state information is stored with each app instance. Split everything in app layer, DB layer, cache, session db, etc. Then add a load balancer in front of you multiple app instances an you have a horizontally scalable REST API.
Anoniem op
Voeg antwoorden of opmerkingen toe
Meld u aan of registreer u om hier een opmerking over te maken.