Consider the following code:

[Route("api/[controller]")]
[ApiController]
public class UserController : Controller
{
            [HttpGet]
            public string MethodOne()
            {
                return "Method One";
            }
            [HttpGet]
            public string MethodTwo()
            {
                return "Method Two";
            }
} 

What will be the output obtained while invoking the URL : https://localhost:44378/api/user

AmbiguousActionException: Multiple actions matched
Method One
This localhost page cannot be found
Method Two
Verified Answer
Correct Option - a

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