Questions About Web Development Flashcards
1
Q
Why are first-party cookies and third-party cookies treated so differently?
A
2
Q
How would you manage Web Services API versioning?
A
3
Q
From a backend perspective, are there any disadvantages or drawbacks on the adoption of Single Page Applications?
A
4
Q
Why do we usually put so much effort for having stateless services? What’s so good in stateless code and why and when is statefulness bad?
A
5
Q
What is REST and how does it work?
A
6
Q
REST and SOAP: when would you choose one, and when the other?
A
7
Q
In web development, Model-View Controller and Model-View-View-Model approaches are very common, both in the backend and in the frontend. What are they, and why are they advisable?
A