Start building your confidence for the AZ-204 exam with Practice Test 1. This set of questions is designed to help you assess your readiness and reinforce your understanding of core Azure development concepts.
0 of 20 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
You must sign in or sign up to start the quiz.
You must first complete the following:
Quiz complete. Results are being recorded.
0 of 20 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0 )
Earned Point(s): 0 of 0 , (0 )
0 Essay(s) Pending (Possible Point(s): 0 )
Show Question
1
Show Question
2
Show Question
3
Show Question
4
Show Question
5
Show Question
6
Show Question
7
Show Question
8
Show Question
9
Show Question
10
Show Question
11
Show Question
12
Show Question
13
Show Question
14
Show Question
15
Show Question
16
Show Question
17
Show Question
18
Show Question
19
Show Question
20
Review
Answered
Correct
Incorrect
Question 1 of 20
Which of the following is NOT a typical example of a resource provider?
Question 2 of 20
You are provisioning a virtual machine in Azure and plan to install Ubuntu Server. After identifying the publisher using PowerShell, which command should you run to display a list of all available Ubuntu Server images from that publisher, so you can select the appropriate one?
Question 3 of 20
A mid-sized e-commerce company is migrating its containerized applications from a development environment to production. They currently use an Azure Container Registry (ACR) with the Basic SKU. However, they are experiencing storage limitations (15 GB of images) and slower image push/pull operations during peak CI/CD pipeline runs. The team wants a cost-effective solution that supports their production workload, which includes frequent deployments across a single Azure region. They do not require cross-region replication or private endpoint connectivity.
Which ACR SKU should they use?
Question 4 of 20
Which Azure CLI command lists the local container images?
Question 5 of 20
You attempted to pull and run a container image from Azure Container Registry, and the terminal displayed a message saying the image was not found locally. What is the significance of this message?
Question 6 of 20
What happens when a commit is made to a specified Git repository linked to Azure Container Registry (ACR)?
Question 7 of 20
You’re configuring the ACR build quick task. You run the latest image in a container from a cloud-based agent using the following command:
az acr run –registry “<registry name>” –cmd ‘$Registry/demos/demo:v2.0’ /dev/null
What does the $Registry indicate in this command?
Question 8 of 20
Which feature of Azure Container Instances (ACI) allows you to run multiple containers together on the same host, sharing the same lifecycle, resources, and network?
Question 9 of 20
When deploying a single container in Azure Container Instances (ACI), why does the deployment still reference the containerGroups resource type
Question 10 of 20
What should be enabled to use images from your ACR when setting up Azure Container Instances?
Question 11 of 20
Which Azure app service allows you to connect your app to Azure DevOps, Bitbucket, FTP, or a local Git repository?
Question 12 of 20
You’re configuring an app service web app. You want to see the versions related to the built-in container images that the app service uses at the backend. You enter the following command in the CLI:
az webapp list-runtimes –linux -o tsv
Which specific action does this command perform?
Question 13 of 20
In the Azure portal, while creating a basic Web App, which configuration blade provides the option to open the Web App in a browser?
Question 14 of 20
You deploy a basic static HTML application to the Windows web app and launch it in a browser using the following command:
az webapp up -n “<name of the Windows web app>” –html -b
What does the -b argument stand for?
Question 15 of 20
While working with container images in an Azure App Service, your team applies both a semantic version tag (e.g., 1.0.3) and the latest tag to a Docker image. What is the main benefit of using both tags?
Question 16 of 20
Which log should you access to view HTTP error codes of 400 or greater for the Windows-only logging within the Azure app service?
Question 17 of 20
You want to determine the reasons for a failed web app deployment. Where can you access deployment logging within the Azure portal?
Question 18 of 20
In an ASP.NET core application, which method is used to write a custom information-level log message within the OnGet() method of a Razor Page?
Question 19 of 20
How do you enable Application logging (File System) for an App Service in the Azure portal?
Question 20 of 20
Zack is deploying PHP files to an Azure Web App using a ZIP package. In which directory does Azure App Service extract the contents of the package within the web app?