AZ204 (Develop for Azure Storage)

AZ204 (Develop for Azure Storage)

Professional Development

60 Qs

quiz-placeholder

Similar activities

AWS Cloud Practitioner Q5

AWS Cloud Practitioner Q5

Professional Development

65 Qs

AZ204(Implement Security + Monitor and troubleshoot AZsolutions)

AZ204(Implement Security + Monitor and troubleshoot AZsolutions)

Professional Development

65 Qs

Microsoft Azure Fundamentals AZ-900 GER / DEU

Microsoft Azure Fundamentals AZ-900 GER / DEU

University - Professional Development

65 Qs

Prova Netapp - NSO003

Prova Netapp - NSO003

Professional Development

60 Qs

AZ-900 - Simuladão

AZ-900 - Simuladão

Professional Development

65 Qs

MS-700_Topic 3

MS-700_Topic 3

Professional Development

63 Qs

AI -900 - 2024

AI -900 - 2024

Professional Development

59 Qs

English Language Diagnostic Assessment by the Technology

English Language Diagnostic Assessment by the Technology

Professional Development

60 Qs

AZ204 (Develop for Azure Storage)

AZ204 (Develop for Azure Storage)

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Beni Talwanga

Used 2+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You are developing a solution that stores JSON documents in Azure Cosmos DB. You need to ensure strong consistency for all read operations.

Solution: You configure the Cosmos DB account to use Session consistency.

Does the solution meet the goal?

Yes

No

Answer explanation

Session consistency is weaker than strong consistency. To guarantee strong consistency, you must explicitly set the consistency level to Strong.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You are building an event-driven system that reacts to changes in a Cosmos DB container.

Solution: You implement the Change Feed Processor library in your application.

Does the solution meet the goal?

Yes

No

Answer explanation

The Change Feed Processor is the correct way to react to changes in Cosmos DB containers.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to store large binary files in Azure and access them via HTTP.

Solution: You use Azure Blob Storage and configure public access to the container.

Does the solution meet the goal?

Yes

No

Answer explanation

Blob Storage supports storing large binary files and can be accessed via HTTP if public access is enabled.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to automatically delete blobs older than 30 days.

Solution: You implement a background job in your app to delete old blobs.

Does the solution meet the goal?

Yes

No

Answer explanation

While this works, the better solution is to use Azure Blob Lifecycle Management, which is built-in and more efficient.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to store metadata about each blob, such as the uploader’s name.

Solution: You use blob metadata properties.

Does the solution meet the goal?

Yes

No

Answer explanation

Blob metadata is designed for storing custom key-value pairs like uploader names.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to ensure that a Cosmos DB container automatically scales throughput based on usage.

Solution: You configure the container with manual throughput.

Does the solution meet the goal?

Yes

No

Answer explanation

Manual throughput does not auto-scale. You need to configure autoscale throughput.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to ensure that all writes to Cosmos DB are acknowledged only after being committed to multiple regions.

Solution: You set the consistency level to Bounded Staleness.

Does the solution meet the goal?

Yes

No

Answer explanation

Only Strong consistency ensures multi-region commit acknowledgment.

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?