AZ-204 Practice Exam 1

AZ-204 Practice Exam 1

1st Grade

50 Qs

quiz-placeholder

Similar activities

Microsoft Azure Exam AZ-104 Certification

Microsoft Azure Exam AZ-104 Certification

1st Grade

55 Qs

D900_4

D900_4

1st - 5th Grade

50 Qs

Computer terms

Computer terms

KG - 4th Grade

51 Qs

AMIS-Digital Literacy Program with Mr Noel

AMIS-Digital Literacy Program with Mr Noel

1st - 5th Grade

50 Qs

T7 # 333 - 382

T7 # 333 - 382

1st Grade

48 Qs

AZ-204 Practice Exam 3

AZ-204 Practice Exam 3

1st Grade

50 Qs

Computer Science ( Test  Your Knowledge )

Computer Science ( Test Your Knowledge )

1st Grade

50 Qs

D900_5

D900_5

1st - 5th Grade

50 Qs

AZ-204 Practice Exam 1

AZ-204 Practice Exam 1

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Jose Diaz

Used 9+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which industry-standard authentication model should you use to secure APIs in Azure API Management?

OAuth 2.0 (OAuth2)

802.1X

OAuth 1.0

JSON Web Token (JWT)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the Azure CLI command to create a new API Management API named llamadrama with the endpoint llama?

az apim api operation create --service-name llamadrama -g az204RG --api-id LlamaDrama --url-template "/llama/{param1}/{param2}" --method "GET" --display-name 'Llama Drama'

az apim api release create --service-name llamadrama -g az204RG --api-id LlamaDrama --api-revision '/llama' --api-revision 1

az apim api create --service-name llamadrama -g az204RG --api-id LlamaDrama --path '/llama' --display-name 'Llama Drama'

az apim api revision create --service-name llamadrama -g az204RG --api-id LlamaDrama --api-revision '/llama' --api-revision 1

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which option best describes a subscription in Azure Event Grid?

A subscription is the origin of an event.

A subscription defines the access policies for the Event Grid.

A subscription defines an endpoint for event sourcing.

A subscription defines which events on a topic you're interested in receiving.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are developing a website that leverages a CDN with caching rules. Datasets from the website are downloaded by users as comma-separated value (CSV) files. Some data is intended to be refreshed every 10 hours, while other sets are cached for 30 days. Some of the 10-day sets are stored in the same location with the 30-day sets for simplifying delivery back to the client. Which type of cache purge should you use?

Wildcard

Endpoint

Bypass cache

Single path

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has a custom application built on Windows that they want to move from your on-premises servers to Azure in the hope of making the solution more cloud optimized over time. The application is a standard ASP.NET web app leveraging IIS and is load balanced between three servers that sit in your company's DMZ network. These servers talk to a database backend and retrieve assets from a local file share. There is little interest in refactoring code to fit new cloud services, so initially, the company wants to develop a path to "lift and shift" the application. You need to make sure that your server builds are identical to one another to ensure compliance, and leadership within the company would like to take advantage of the ability to elastically scale systems and services based on load. Of course, the least costly approach is preferred. With these constraints and requirements in mind, which approach could be best to create an application operating environment for your servers?

Create a single virtual machine and create automatic resource scaling based on performance.


Offload the application to an Azure App Services instance and set up node scaling for performance.

Build a virtual machine scale set and create scale rules based on performance and availability.

Create three individual virtual machines and place them behind an Azure Load Balancer.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your organization wants a new storage solution that leverages Azure Blob storage. The primary use of this account will be to store data that needs to be kept around and accessed for legal and compliance purposes and not much else. The compliance department performs audits every two months. The company is, of course, cost-conscious, but the data needs to be available within two hours of requesting it. Which data tier should be configured to meet these needs?

Hot

Archive

Secure

Cool

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have a billing document management cloud application that needs to ensure scanned forms containing customer data are processed and stored securely. You have a requirement to keep the original scanned form images for at least one year. You need to ensure that if the forms are moved out of your secure storage, they still cannot be read by a third party. With this in mind, what can you do to store the forms and ensure security?

Use OCR to scrape the data from the forms and store it as a JSON document in a Cosmos DB container.


Store all forms in an Azure Storage blob and restrict access to only those using a Shared Access Signature.

Place all forms in an Azure Key Vault, which will automatically encrypt the forms.

Encrypt all incoming forms using an Azure Key Vault key and store them in an Azure Blob storage container.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?