AZ-204 Practice Test 4 delivers a structured, in-depth review of essential Azure development concepts. Aligned with Microsoft’s exam objectives, this test is ideal for identifying knowledge gaps and refining your technical skills
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
You manage an Azure Storage account and have created multiple Shared Access Signatures (SAS) for accessing a container. To simplify administration and enforce uniform permissions and expiry times, you decide to associate these SAS tokens with a stored access policy. Later, you discover that one of the SAS tokens is being misused. What is the most effective way to revoke access for all SAS tokens tied to that policy without altering each SAS individually?
Question 2 of 20
How does Microsoft Graph Data Connect access data at scale with granular control over data?
Question 3 of 20
Sam is configuring the Graph Explorer for Microsoft Graph. She wants to test the results when changes are made. Which tab in the Graph Explorer allows Sam to see consented permissions and consent to additional permissions?
Question 4 of 20
Nick is querying Microsoft Graph. He cloned the Git repository for the main codebase and replaced the placeholder text with the client ID and tenant ID. Which VS Code command should he execute to ensure that the project build has succeeded and all the required packages are installed?
Question 5 of 20
Which Azure key vault secret combination protects connections between client systems and Microsoft cloud services, as well as connections using RSA-based 2048-bit encryption?
Question 6 of 20
Sally used the following code to create a key-value pair for a new App Configuration instance.
az appconfig kv set -n “<App Config name>” –key “Azuretest:DemoApp:Greeting” –value “Hello, World!”
When she ran the code, a confirmation prompt appeared. Which code flag should have been added to prevent the prompt from appearing?
Question 7 of 20
What happens if you delete an App Configuration store and purge protection is not enabled?
Question 8 of 20
You are configuring user group memberships, device types, locations, and specific time windows. How can you determine the status of a feature flag?
Question 9 of 20
While configuring feature flags, which line of code should you add to use the App Configuration middleware for the dynamic refresh you configured to monitor demo features for changes?
Question 10 of 20
Which key characteristic distinguishes a user-assigned managed identity from a system-assigned one in Azure?
Question 11 of 20
You are developing a web app that uses a system-assigned managed identity to access a secret stored in Azure Key Vault. You’ve added an application setting named KV_SECRET and assigned it a value using your vault and secret names. To ensure your app retrieves updated versions of the secret, which format should you use for the application setting value?
Question 12 of 20
Nick is building an Azure Function app that utilizes a user-assigned managed identity to access secrets stored in Azure Key Vault. In addition to the Azure.Identity package, which package should he add to his project to retrieve secrets using managed identity?
Question 13 of 20
Which key vault permission model access policies control access to the data plane for managing secrets, keys, and certificates, but not the management of the key vault itself?
Question 14 of 20
When viewing the current version of a secret in Azure Key Vault, what components are included in the Secret Identifier?
Question 15 of 20
Which Azure key vault feature allows deleted secrets to be recovered if they were deleted in error?
Question 16 of 20
Which of the following features of Azure Cache for Redis premium tier are different from the Standard tier? (Choose two).
Question 17 of 20
Which TCP ports in Azure Cache for Redis are used for open and encrypted SSL connections for fast TCP communication?
Question 18 of 20
You’re configuring a Redis cache on a server. Which string operation is used for an integer stored in the string values that can be incremented or decremented?
Question 19 of 20
Nick is creating a list in Azure Cache for Redis by adding a new element to the empty key. When should Nick use the RPUSH operation?
Question 20 of 20
You are testing how Redis cache handles session persistence during server restarts in your project. What should you do to ensure that the session value is automatically refreshed and displayed on the page after a server restart?