Web API Test

Question 1: Web API supports which of the following protocol?

Question 2: Web API supports which of the following request/response data formats by default?

Question 3: Which of the following .NET framework supports Web API?

Question 4: Which of the following statement is TRUE?

Question 5: Web API uses which of the following open-source library for JSON serialization?

Question 6: Web API controller must be derived from the __________ class.

Question 7: Which of the following types of routing is supported in Web API?

Question 8: Which of the following types are valid response types of Web API action method?

Question 9: Which of the following action method names are valid to handle HTTP GET request?

Question 10: Web API sends which of the following status code on successful execution?

Question 11: Which of the following is a formatter class for JSON?

Question 12: Which of the following property returns all the formatters in Web API?

Question 13: Web API Filters are used ____________.

Question 14: Web API extract the values of primitive type parameters of an action method from _____ by default.

Question 15: Web API extract the values of complex type parameters of an action method from _____ by default.

Question 16: By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

Question 17: Which of the following is used to check the validity of the model in Web API?

Question 18: Web API 2 is supported in _______.

Question 19: Which of the following is true?

Question 20: Which of the following class is used to send HTTP requests in .NET 4.5?