AZ-204

AZ-204

Professional Development

111 Qs

quiz-placeholder

Similar activities

Quiz

Quiz

Professional Development

107 Qs

ark survival evolved

ark survival evolved

5th Grade - Professional Development

112 Qs

Computer - Professional Development

Computer - Professional Development

University - Professional Development

109 Qs

Post-Test - ISEP203 IINT

Post-Test - ISEP203 IINT

Professional Development

110 Qs

Net +

Net +

Professional Development

106 Qs

Python Programming Quiz

Python Programming Quiz

Professional Development

110 Qs

C Programming Quiz

C Programming Quiz

Professional Development

110 Qs

Sonicwall SNSA OS 7

Sonicwall SNSA OS 7

Professional Development

108 Qs

AZ-204

AZ-204

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Thomas van Noppen

Used 11+ times

FREE Resource

111 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that

might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos

in Azure

Storage Blob storage. The storage account type is General-purpose V2.

When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobilefriendly

version of the image must start in less than one minute.

You need to design the process that starts the photo processing.

Solution: Trigger the photo processing from Blob storage events.

Does the solution meet the goal?

No

Yes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that

might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop and deploy an Azure App Service API app to a Windows-hosted deployment slot named Development. You create additional

deployment slots named Testing and Production. You enable auto swap on the Production deployment slot.

You need to ensure that scripts run and resources are available before a swap operation occurs.

Solution: Update the web.config file to include the applicationInitialization configuration element. Specify custom initialization actions to run the

scripts.

Does the solution meet the goal?

No

Yes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that

might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop and deploy an Azure App Service API app to a Windows-hosted deployment slot named Development. You create additional

deployment slots named Testing and Production. You enable auto swap on the Production deployment slot.

You need to ensure that scripts run and resources are available before a swap operation occurs.

Solution: Enable auto swap for the Testing slot. Deploy the app to the Testing slot.

Does the solution meet the goal?

No

Yes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that

might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop and deploy an Azure App Service API app to a Windows-hosted deployment slot named Development. You create additional

deployment slots named Testing and Production. You enable auto swap on the Production deployment slot.

You need to ensure that scripts run and resources are available before a swap operation occurs.

Solution: Disable auto swap. Update the app with a method named statuscheck to run the scripts. Re-enable auto swap and deploy the app to the

Production slot.

Does the solution meet the goal?

No

Yes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that

might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos

in Azure

Storage Blob storage. The storage account type is General-purpose V2.

When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobilefriendly

version of the image must start in less than one minute.

You need to design the process that starts the photo processing.

Solution: Convert the Azure Storage account to a BlockBlobStorage storage account.

Does the solution meet the goal?

No

Yes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published.

You must ensure that the website remains available and responsive while minimizing cost.

You need to deploy the website.

What should you do?

Deploy the website to a virtual machine. Configure the virtual machine to automatically scale when the CPU load is high.

Deploy the website to an App Service that uses the Shared service tier. Configure the App Service plan to automatically scale when the CPU

load is high.

Deploy the website to a virtual machine. Configure a Scale Set to increase the virtual machine instance count when the CPU load is high.

Deploy the website to an App Service that uses the Standard service tier. Configure the App Service plan to automatically scale when the

CPU load is high.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that

might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You develop an HTTP triggered Azure Function app to process Azure Storage blob data. The app is triggered using an output binding on the blob.

The app continues to time out after four minutes. The app must process the blob data.

You need to ensure the app does not time out and processes the blob data.

Solution: Use the Durable Function async pattern to process the blob data.

Does the solution meet the goal?

No

Yes

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?