Microsoft Exam Questions

You need tocreate methods to support standard insert, select,update and delete operations in an HTTP

You are developing an ASP.NET MVC Web API application. The method names of the Web API must match
naming guidelines for RESTful services. You need tocreate methods to support standard insert, select,update
and delete operations in an HTTP service. What should you do?

Answer:

Explanation:

Put is a correct answer, however if PUT is missing as an option, POST could also be valid if you consider “id” to
be a parameter.