Which of the following statements are true about the following UseEndpoints() method in conventional way of routing? (Choose any 2)

app.UseEndpoints(endpoints =>
           {
               endpoints.MapControllerRoute(
               name: "default",
               pattern: "api/{controller=Guest}/{action=GetAllGuestDetails}",
               defaults: new { controller = "Guest", action = "GetAllGuestDetails" });
           });

The ‘pattern’ refers to the URL pattern which will be matched for an incoming request to the API
The ‘name’ refers to the name of the default controller which will be used for a request
The ‘pattern’ must contain the keyword ‘api’ before the controller and action name
The ‘defaults’ contains the default values for route parameters
Verified Answer
Correct Option - ad

To get all Infosys Certified Dotnet Core Web API Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in

Updated on Sun, 9 Nov 2025