HOTSPOT - You have the following Azure Resource Manager template. 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:
Agree. In the Template, there is Standard with 10 DTU capacity. There is no Serverless under DTU model. DTU databases can't be deployed to Azure SQL MI.
No, No, Yes
No, the pricing tier specified in the provided template snippet is not based on DTUs (Database Transaction Units), but instead it's based on vCores. This is evident from the `sku` block in the snippet:
```json
"sku" : {
"name": "Standard",
"tier": "Standard",
"capacity": 10
}
```
In this block, the `capacity` property is set to `10`, which in the context of a vCore-based purchasing model would indicate the number of vCores. In a DTU-based model, the `tier` and `name` properties would typically be used to specify a performance level that includes a predefined number of DTUs, and you might see values like `Basic`, `Standard`, or `Premium` for the `name` property, along with a specific DTU count or range.
In summary, the template is utilizing a vCore-based pricing model, not a DTU-based pricing model.
all answers are correct. The first one is tricky which looks like correct but it is not. The keyword is "serverless" which is not available in DTU purchasing option.
The key word is to understand that DTU(we know its DTU because the service tier specified in the question is standard)pricing model supports only provisioned computers. While Vcore supports both Serverless and provisioned.
In my opion can because the value of tier is "standard" (sku/tier="standard").
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.DP-300 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Syldana
Highly Voted 3 years, 7 months agovoodoo_sh
4 months, 3 weeks agonicolase
3 years, 1 month agomnfatboy1
Highly Voted 3 years, 3 months ago[Removed]
Most Recent 1 year, 5 months agovcloudpmp
1 year, 9 months agojosf77
1 year, 11 months agoBrenFa101
2 years, 2 months agopolinoma
3 years, 1 month agopolinoma
3 years agofreemun05
2 years, 12 months agoMissEl
1 year, 11 months agomatongax
3 years, 6 months agoquermi
3 years, 5 months agosusejzepol
1 year, 11 months ago