exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 1 question 50 discussion

Actual exam question from Microsoft's DP-300
Question #: 50
Topic #: 1
[All DP-300 Questions]

You have an Azure subscription.

You need to deploy an Azure SQL database. The solution must meet the following requirements:

• Dynamically scale CPU resources.
• Ensure that the database can be paused to reduce costs.

What should you use?

  • A. the Business Critical service tier
  • B. the serverless compute tier
  • C. an elastic pool
  • D. the General Purpose service tier
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DataSturdy
11 months, 2 weeks ago
B. Serverless compute tier is correct as it allows for auto pause
upvoted 3 times
...
[Removed]
1 year, 7 months ago
For the requirements you've outlined, you should use: B. the serverless compute tier Here's how it aligns with your requirements: Dynamically scale CPU resources: The serverless tier automatically scales compute resources based on workload demand, and you only pay for the compute resources you use. Ensure that the database can be paused to reduce costs: One of the key features of the serverless tier is the ability to automatically pause the database during inactive periods to save costs, and then automatically resume when activity picks up again.
upvoted 1 times
...
Pranava_GCP
2 years, 1 month ago
Selected Answer: B
B is correct, Serverless is a compute tier for single databases in Azure SQL Database that automatically scales compute based on workload demand and bills for the amount of compute used per second. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns. The serverless compute tier is available in the General Purpose service tier and currently in preview in the Hyperscale service tier. above statements from below link https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview?view=azuresql&tabs=general-purpose
upvoted 4 times
...
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.

SaveCancel
Loading ...