Search Header Logo

AZ204 (Develop for Azure Storage)

Authored by Beni Talwanga

Professional Development

Professional Development

Used 5+ times

AZ204 (Develop for Azure Storage)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?