Questions
Let’s look at a few practice questions:
- What is the most common status code sent in a REST API after creating an entity?
- If you introduce a default strategy that returns the lowest possible version when no version is specified, would it break existing clients?
- If you want to read data from the server, what HTTP method would you use?
- Can DTOs add flexibility and robustness to a system?
- Are DTOs part of an API contract?