AZ-204 – Question 144

0
785
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.

You are developing a solution for a public facing API.
The API back end is hosted in an Azure App Service instance. You have implemented a RESTful service for the API back end.
You must configure back-end authentication for the API Management service instance.

Q. 1: Solution: You configure Basic gateway credentials for the Azure resource.
Does the solution meet the goal?

A. Yes
B. No

Correct Answer: B 
API Management allows to secure access to the back-end service of an API using client certificates.

Reference: https://docs.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-backend-entity

Q. 2: Solution: You configure Client cert gateway credentials for the HTTP(s) endpoint.

Does the solution meet the goal?

A. Yes
B. No

Correct Answer: B 
The API back end is hosted in an Azure App Service instance. It is an Azure resource and not an HTTP(s) endpoint.

Reference: https://docs.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-backend-entity

Q. 3: Solution: You configure Basic gateway credentials for the HTTP(s) endpoint.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: B
API Management allows to secure access to the back-end service of an API using client certificates. Furthermore, the API back end is hosted in an Azure App
Service instance. It is an Azure resource and not an HTTP(s) endpoint.

Referencehttps://docs.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-backend-entity

Q. 4: Solution: You configure Client cert gateway credentials for the Azure resource.
Does the solution meet the goal?

A. Yes
B. No

Correct Answer: A

API Management allows to secure access to the back-end service of an API using client certificates.

Use client certificate for gateway authentication