Exam DP-420 All QuestionsBrowse all questions from this exam
Question 49

HOTSPOT -

You have an Azure Cosmos DB Core (SQL) API account named storage1 that uses provisioned throughput capacity mode.

The storage1 account contains the databases shown in the following table.

The databases contain the containers shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Box 1: No -

    Four containers with 1000 RU/s each.

    Box 2: No -

    Max 8000 RU/s for db2. 8 containers, so 1000 RU/s for each container.

    Box 3: Yes -

    Max 8000 RU/s for db2. 8 containers, so 1000 RU/s for each container. Can very well add an additional container.

    Reference:

    https://docs.microsoft.com/en-us/azure/cosmos-db/plan-manage-costs https://azure.microsoft.com/en-us/pricing/details/cosmos-db/

Discussion
ognamala

Answers are correct but the reasoning for the first answer makes no sense - at minimum you will be charged 10% x 5000 = 500 (db autoscale) + 10% x 10,000 (container 1 autoscale) = 1500 in total

Zaytsev

You are only counting one container. If you had the four left on db1, you get 4000+1500= 5500 minimum.

Rifelo

it's not correct i think. the count is: 5000 ru for db1 and 5 container, so 1000 run x container. We know that the minimun billed is 0.1 x Tmax: Each hour, you're billed for the highest throughput T the system scaled to within that hour. If your resource had no requests during the hour or didn't scale beyond 0.1 × Tmax, you're billed for the minimum of 0.1 × Tmax. So the count is: 0.1 x 1000 ru (x container) x 5 = 500. Autoscale is 10.000 ru so 0.1 x 10.000 = 1000. total is 1500.

AshishKu

For db1 minimum RUs 1500 will be billed. 500 RU at database level and 1000 at container level.