az-204 B

az-204 B

1st - 3rd Grade

12 Qs

quiz-placeholder

Similar activities

Website Evaluation

Website Evaluation

3rd - 6th Grade

10 Qs

PROCEDURE TEXT

PROCEDURE TEXT

1st Grade

10 Qs

AZ-900 preparation

AZ-900 preparation

1st - 5th Grade

15 Qs

Mega Quizizz Challenge

Mega Quizizz Challenge

1st - 2nd Grade

17 Qs

Google Suite Quiz

Google Suite Quiz

3rd - 6th Grade

10 Qs

AZURE SENTINEL

AZURE SENTINEL

1st - 2nd Grade

10 Qs

Bản Viên - Get Started with Power Automate

Bản Viên - Get Started with Power Automate

1st - 3rd Grade

11 Qs

E-safety Quiz 1

E-safety Quiz 1

3rd - 6th Grade

10 Qs

az-204 B

az-204 B

Assessment

Quiz

Instructional Technology

1st - 3rd Grade

Medium

Created by

Albert Tanure

Used 24+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 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.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You are developing an application that uses Azure Blob storage. The application must read the transaction logs of all the changes that occur to the blobs and the blob metadata in the storage account for auditing purposes. The changes must be in the order in which they occurred, include only create, update, delete, and copy operations, and be retained for compliance reasons. You need to process the transaction logs asynchronously. What should you do?

Process all Azure Blob storage events by using Azure Event Grid with a subscriber Azure Function app.

Enable the change feed on the storage account and process all changes for available events.

Process all Azure Storage Analytics logs for successful blob events.

Use the Azure Monitor HTTP Data Collector API and scan the request body for successful blob events.

Reveal Solution   Discussion

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You are building a website that uses Azure Blob storage for data storage. You configure the Azure Blob storage lifecycle to move all blobs to the archive tier after 30 days. Customers have requested a service-level agreement (SLA) for viewing data older than 30 days. You need to document the minimum SLA for data recovery. Which SLA should you use?

at least two days

between one and 15 hours

at least one day

between zero and 60 minutes

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You develop Azure solutions. A .NET application needs to receive a message each time an Azure virtual machine finishes processing data. The messages must NOT persist after being processed by the receiving application. You need to implement the .NET object that will receive the messages. Which object should you use?

QueueClient

SubscriptionClient

TopicClient

CloudQueueClient

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You develop Azure solutions . You must connect to a No-SQL globally-distributed database by using the .NET API. You need to create an object to configure and execute requests in the database. Which code segment should you use?

new Container(EndpointUri, PrimaryKey);

new Database(EndpointUri, PrimaryKey);

new CosmosClient(EndpointUri, PrimaryKey);

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You have an existing Azure storage account that stores large volumes of data across multiple containers. You need to copy all data from the existing storage account to a new storage account. The copy process must meet the following requirements:

✑ Automate data movement.

✑ Minimize user input required to perform the operation.

✑ Ensure that the data movement process is recoverable.

What should you use?

AzCopy

Azure Storage Explorer

Azure portal

.NET Storage Client Library

7.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

You have a new Azure subscription. You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (AzureAD) for authentication. You need to implement multifactor authentication for the website. Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

Configure the website to use Azure AD B2C.

In Azure AD, create a new conditional access policy.

upgrade to Azure AD Premium.

In Azure AD, enable application proxy.

In Azure AD conditional access, enable the baseline policy.

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?