.NET Practice Test – 5 Posted by Editor Date 2022-10-11 Comments 0 comment Welcome to your .NET Practice Test - 5 Which of the following types of routing is supported in Web API? A. Attribute Routing B. Conventional Routing C. All the above D. None of the above Windows-Based Authentication is well suited for? A. Intranet environment B. Public web site C. Desktop application D. None of the above Web API supports which of the following protocols? A. TCP B. HTTP C. Soap D. All the above Clicking a CheckBox does not cause an automatic PostBack. How do you make the CheckBox cause an automatic PostBack? A.Set the AutoPostBack property to true. B.Add JavaScript code to call the ForcePostBack method. C. Set the PostBackAll property of the Web Page to true D. None of the above Which of the following action method names are valid to handle HTTP GET Requests in Web API? A. Get() B. GetAllStudents() C. GetStudent() D. All the above Web API Controller must be derived from which class? A. Controller B. ApiController C. WebApiController D. WebController Choose the correct option according to given statements. Statement 1: Authentication is the process that determines the identity of a user. Statement 2: Authorization is the process of determining whether a user is permitted to access to any part of an application, or any particular resource. Statement 3: Authorization is the process that determines the identity of a user. Statement 4: Authentication is the process of determining whether a user is permitted access to any part of an application, or any particular resource. A. Statement 1 and Statement 2 are correct. B. Statement 3 and Statement 4 are correct. C. Statement 1 and Statement 3 are correct. D. Statement 2 and Statement 4 are correct. Which of the following class is used to send HTTP requests to Web API in .NET 4.5? A. WebClient B. HttpClient C. MessageClient D. None of the above What types of Objects can you query using LINQ? A. DataTables and DataSets B. Any .NET Framework collection that implements IEnumerable(T) C. Collections that implement interfaces that inherit from IEnumerable(T) D. All of the above Web API supports which of the following request/response data formats by default? A. JSON B. XML C. BSON D. All the above Time is Up! Time's up Share: Editor Previous post .NET Practice Test - 4 2022-10-11 Next post .NET Practice Test - 6 2022-10-12 You may also like Oracle Tutorial Videos 8 April, 2023 Spring Tutorial Videos 8 April, 2023 Ui Technologies Tutorial Videos 1 April, 2023