1. What is Endpoint routing ? Junior A. a restriction in a template, such as int or guid, that limits which values a URL parameter will accept B. the system that matches an incoming URL to a registered handler before the matched handler executes C. defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost D. a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches Reveal the answer + AI explanation — free account
2. Which term means: "the system that matches an incoming URL to a registered handler before the matched handler executes"? Junior A. Route template B. Endpoint routing C. MapGet D. Attribute routing Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Endpoint routing — a restriction in a template, such as int or guid, that limits which values a URL parameter will accept B. Endpoint routing — the system that matches an incoming URL to a registered handler before the matched handler executes C. Endpoint routing — a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches D. Endpoint routing — the minimal-API method that registers a handler responding only to HTTP GET requests at a given path Reveal the answer + AI explanation — free account
4. What is Route template ? Junior A. defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost B. a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches C. the minimal-API method that registers a handler responding only to HTTP GET requests at a given path D. a restriction in a template, such as int or guid, that limits which values a URL parameter will accept Reveal the answer + AI explanation — free account
5. Which term means: "a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches"? Junior A. Route template B. MapGet C. Route constraint D. Endpoint routing Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. Route template — a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches B. Route template — the minimal-API method that registers a handler responding only to HTTP GET requests at a given path C. Route template — the system that matches an incoming URL to a registered handler before the matched handler executes D. Route template — a restriction in a template, such as int or guid, that limits which values a URL parameter will accept Reveal the answer + AI explanation — free account
7. What is Attribute routing ? Mid A. the minimal-API method that registers a handler responding only to HTTP GET requests at a given path B. defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost C. a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches D. the system that matches an incoming URL to a registered handler before the matched handler executes Reveal the answer + AI explanation — free account
8. Which term means: "defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost"? Mid A. Route template B. MapGet C. Endpoint routing D. Attribute routing Reveal the answer + AI explanation — free account
9. Which statement is correct? Mid A. Attribute routing — the system that matches an incoming URL to a registered handler before the matched handler executes B. Attribute routing — the minimal-API method that registers a handler responding only to HTTP GET requests at a given path C. Attribute routing — defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost D. Attribute routing — a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches Reveal the answer + AI explanation — free account
10. What is MapGet ? Mid A. a restriction in a template, such as int or guid, that limits which values a URL parameter will accept B. the system that matches an incoming URL to a registered handler before the matched handler executes C. the minimal-API method that registers a handler responding only to HTTP GET requests at a given path D. a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches Reveal the answer + AI explanation — free account
11. Which term means: "the minimal-API method that registers a handler responding only to HTTP GET requests at a given path"? Mid A. MapGet B. Route template C. Endpoint routing D. Attribute routing Reveal the answer + AI explanation — free account
12. Which statement is correct? Mid A. MapGet — a restriction in a template, such as int or guid, that limits which values a URL parameter will accept B. MapGet — the minimal-API method that registers a handler responding only to HTTP GET requests at a given path C. MapGet — a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches D. MapGet — defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost Reveal the answer + AI explanation — free account
13. What is Route constraint ? Senior A. the system that matches an incoming URL to a registered handler before the matched handler executes B. a pattern string with literal segments and curly-brace parameters that defines which URLs a handler matches C. a restriction in a template, such as int or guid, that limits which values a URL parameter will accept D. defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost Reveal the answer + AI explanation — free account
14. Which term means: "a restriction in a template, such as int or guid, that limits which values a URL parameter will accept"? Senior A. MapGet B. Route constraint C. Route template D. Attribute routing Reveal the answer + AI explanation — free account
15. Which statement is correct? Senior A. Route constraint — the system that matches an incoming URL to a registered handler before the matched handler executes B. Route constraint — the minimal-API method that registers a handler responding only to HTTP GET requests at a given path C. Route constraint — a restriction in a template, such as int or guid, that limits which values a URL parameter will accept D. Route constraint — defining URL patterns directly on controllers and actions using annotations like Route, HttpGet, and HttpPost Reveal the answer + AI explanation — free account