Which of the following is the recommended format for naming a resource in a RESTful API?
If you want to update an existing resource in a RESTful API, which HTTP method should you use?
Which HTTP method is considered idempotent in RESTful API design?
When a new resource is created successfully, which HTTP status code should be returned?
In a RESTful API, what is the ideal response when a requested resource does not exist?
Which HTTP method is commonly used for partial updates to a resource?
What is a widely accepted way to include versioning in API endpoints?
Which is a standard way to secure RESTful APIs?
What is the most common data format for RESTful API responses?
Which principle emphasizes that each API call contains all necessary context without relying on server-stored session information?