QUESTIONS AND CORRECT ANSWERS | UPDATED
VERSION
Your company has an Azure Kubernetes Service (AKS) cluster
that you manage from an Azure AD-joined device. The cluster is
located in a resource group.
Developers have created an application named MyApp. MyApp
was packaged into a container image.
You need to deploy the YAML manifest file for the application.
Solution: You install the Azure CLI on the device and run the
kubectl apply `"f myapp.yaml command.
Does this meet the goal?
A. Yes
B. No - (Answer) -A
Your company has an Azure Kubernetes Service (AKS) cluster
that you manage from an Azure AD-joined device. The cluster is
located in a resource group.
Developers have created an application named MyApp. MyApp
was packaged into a container image.
You need to deploy the YAML manifest file for the application.
Solution: You install the docker client on the device and run the
docker run -it microsoft/azure-cli:0.10.17 command.
Does this meet the goal?
A. Yes
B. No - (Answer) -B
,You are configuring a web app that delivers streaming video to
users. The application makes use of continuous integration and
deployment.
You need to ensure that the application is highly available and
that the users' streaming experience is constant. You also want
to configure the application to store data in a geographic location
that is nearest to the user.
Solution: You include the use of Azure Redis Cache in your
design.
Does the solution meet the goal?
A. Yes
B. No - (Answer) -B
You are configuring a web app that delivers streaming video to
users. The application makes use of continuous integration and
deployment.
You need to ensure that the application is highly available and
that the users' streaming experience is constant. You also want
to configure the application to store data in a geographic location
that is nearest to the user.
Solution: You include the use of an Azure Content Delivery
Network (CDN) in your design.
Does the solution meet the goal?
A. Yes
B. No - (Answer) -A
,You are configuring a web app that delivers streaming video to
users. The application makes use of continuous integration and
deployment.
You need to ensure that the application is highly available and
that the users' streaming experience is constant. You also want
to configure the application to store data in a geographic location
that is nearest to the user.
Solution: You include the use of a Storage Area Network (SAN) in
your design.
Does the solution meet the goal?
A. Yes
B. No - (Answer) -B
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.
Solution: You configure Basic gateway credentials for the Azure
resource.
Does the solution meet the goal?
A. Yes
B. No - (Answer) -B
, 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.
Solution: You configure Client cert gateway credentials for the
HTTP(s) endpoint.
Does the solution meet the goal?
A. Yes
B. No - (Answer) -A
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.
Solution: You configure Basic gateway credentials for the
HTTP(s) endpoint.
Does the solution meet the goal?
A. Yes
B. No - (Answer) -B
You are developing a solution for a public facing API.