Which of the below option will display the output as “Movie One”?

namespace RoutingDemoWebAPI.Controllers
{
    [Route("api/[controller]/[action]")]
    [ApiController]
    public class MoviesController : Controller
    {
        [HttpGet]
        public string GetMovies()
        {
            return "Movie One";
        }
  }
 }

 

https://localhost:44378/api/Movies
https://localhost:44378/api/MoviesController
https://localhost:44378/api/GetMovies
https://localhost:44378/api/Movies/GetMovies
Verified Answer
Correct Option - d

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