QuestionQ1
Develop containerized solutions on AzureYou manage several versions of a container image in Azure Container Registry.
The production deployment must consistently run the identical image build, even if tags change later.
You need to guarantee predictable, immutable image selection during deployment. What should you do?
- A Tag the image as production and deploy it by using the production tag.
- B Schedule nightly rebuilds of the image.
- C Configure deployment to use the latest tag.
- D Identify the image by using its SHA digest.
QuestionQ2
Secure, monitor, troubleshoot Azure solutionsA container in an AKS cluster is restarting repeatedly.
Pod events indicate probe failures, while node-level CPU and memory metrics are normal.
You need to identify the cause of the recurring restarts. What should you do first?
- A Scale the deployment to more replicas.
- B Decrease the initialDelaySeconds for the container liveness probe.
- C Drain and reboot the node hosting the pod.
- D Inspect the pod events and container logs.
Community Discussion
QuestionQ3
Develop containerized solutions on AzureYou develop a message-processing service that is deployed to Azure Container Apps. The service reads messages from an Azure Service Bus queue.
The solution must minimize costs by ensuring that no compute resources are consumed when the queue is empty.
You need to configure scaling for the service.
Which two actions should you take? Each correct answer presents part of the solution.
> NOTE: Each correct selection is worth one point.
- A Increase the scaling rule to allow for the maximum running replica count.
- B Configure the scaling rule to allow for the termination of all active replicas.
- C Configure a Kubernetes Event-driven Autoscaler rule that monitors queue length.
- D Enable HTTP ingress concurrency scaling.
Community Discussion
QuestionQ4
Develop containerized solutions on AzureYou configure ACR Tasks to automate container image builds.
Container images must be rebuilt when:
- Application updates occur.
- Base image updates occur, such as when the underlying OS image is updated.
- Regular scheduled rebuilds are needed.
You need to configure ACR Tasks to support automated image rebuilds.
Which three triggers should you configure? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A Timer trigger
- B Source code commit trigger
- C Registry event trigger
- D Base image update trigger
- E Webhook notification trigger
Community Discussion
QuestionQ5
Develop containerized solutions on AzureYou are developing several microservices to run on Azure Container Apps.
The microservices must permit HTTPS access by using a custom domain.
You need to configure the custom domain in Azure Container Apps.
In which order should you perform the actions?
Community Discussion