


















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
AZ204 Microsoft Azure Developer Practice Test Questions
Typology: Exams
1 / 58
This page cannot be seen from the preview
Don't miss anything!



















































1 / 58
2 / 58
4 / 58 Data that is static but read frequently benefits most from being cached, because you can use the cache to retrieve the data instead of having to go back to the original data source every time. Data that is written and never read does not need to be cached since caching only benefits reading. Data that is always changing (like a stock price) cannot be cached since you always have to go back to the original source to retrieve the latest. Data that is infrequently read but is static can benefit from caching, but it does not benefit the most of the four options.
5 / 58 language. Each message is assigned one of the following categories: Critical, Error, Warning, Info, Debug, and Trace. You can select how verbose you want the logging to be by setting the severity level when you enable application logging.
7 / 58 Core (SQL) API stores data in JSON document format. Cassandra API stores data in column-oriented schema. Gremlin API allows users to make graph queries and stores data as edges and vertices. MongoDB API also uses documents but is BSON format, which is a binary format and not text-based.
8 / 58 are a well-established Azure service, and messaging for ASP.NET apps is tightly integrated with the underlying IIS service, Windows apps benefit from a rich logging infrastructure. For other apps, logging options may be limited by the development platform, even when running on a Windows app service.
10 / 58
11 / 58 consump- tion-costs: you can save a log of money if you don't use the resource often as opposed to having it available for use 24/ Consumption-Based Model - paying for something based on how much you used, as opposed to paying for something no matter if you use it or not.
13 / 58 write a message to the application diagnostics log that only shows up with the user has enabled warning level messages? https://docs.microsoft.com/en-us/learn/modules/capture-applica- tion-logs-app-service/2-enable-and-configure-app-service-application- logging- : logger.LogWarning("message")
14 / 58
16 / 58 Azure Functions Core Tools provides the core runtime and templates for creating functions, which enable local development. Version 2.X supports development on Windows, Linux and MacOS.
17 / 58 you assign the application the permission to read the secrets from the vault, without having to store any type of authentication credentials in code? https://docs.microsoft.com/en-us/azure/app-service/overview- managed-iden-
19 / 58 the EastUS region.
20 / 58 A list of publicly available Windows Server OS images in the EastUS region. There could be dozens of Windows VM images available to you. I get 62 when I run this command myself.