exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 6 question 9 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure SQL database named Sales.
You need to implement disaster recovery for Sales to meet the following requirements:
✑ During normal operations, provide at least two readable copies of Sales.
✑ Ensure that Sales remains available if a datacenter fails.
Solution: You deploy an Azure SQL database that uses the General Purpose service tier and geo-replication.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
BobbyTables
Highly Voted 3 years, 10 months ago
Looks like the answer here should be YES. While the failover isn't automatic, geo-replication does meet the stated requirements: Up to four secondaries are supported in the same or different regions, and the secondaries can also be used for read-only access queries. Ref: https://docs.microsoft.com/en-us/azure/azure-sql/database/active-geo-replication-overview
upvoted 15 times
mzahyt
3 years, 9 months ago
Agreed.
upvoted 1 times
mzahyt
3 years, 9 months ago
Actually on second thoughts, themickou is correct.... with geo-replication, automatic failover will not happen hence Sales will not be "available" to users until the connection strings are manually changed.
upvoted 1 times
mzahyt
3 years, 9 months ago
B is correct
upvoted 2 times
...
alain2
3 years, 5 months ago
As we have to implement DR and not HA then geo-replication is fine -> [A]
upvoted 1 times
...
...
...
...
jerkyflexoff
Highly Voted 3 years ago
Measure Up answer to this is NO.
upvoted 7 times
...
Ben999
Most Recent 7 months, 3 weeks ago
Answer is Yes. Identical question is in Microsoft's Practice Exams and answer is Yes.
upvoted 4 times
...
testdumps2017
1 year, 3 months ago
https://learn.microsoft.com/en-us/azure/azure-sql/database/high-availability-sla?view=azuresql&tabs=azure-powershell#locally-redundant-availability - the answer is NO
upvoted 1 times
...
reachmymind
2 years, 8 months ago
Selected Answer: A
YES https://docs.microsoft.com/en-us/azure/azure-sql/database/read-scale-out The High Availability architecture of Basic, Standard, and General Purpose service tiers does not include any replicas. The read scale-out feature is not available in these service tiers. However, geo-replicas can provide similar functionality in these service tiers.
upvoted 3 times
reachmymind
2 years, 8 months ago
Multiple readable geo-secondaries Up to four geo-secondaries can be created for a primary. If there is only one secondary, and it fails, the application is exposed to higher risk until a new secondary is created. If multiple secondaries exist, the application remains protected even if one of the secondaries fails. Additional secondaries can also be used to scale out read-only workloads. https://docs.microsoft.com/en-us/azure/azure-sql/database/active-geo-replication-overview#:~:text=Multiple%20readable%20geo%2Dsecondaries,a%20new%20secondary%20is%20created.
upvoted 1 times
...
...
CaptainJameson
2 years, 10 months ago
Selected Answer: A
With geo replication you can accomplish the readable secondaries, and keep the db online in case of a disaster. "The High Availability architecture of Basic, Standard, and General Purpose service tiers does not include any replicas. The read scale-out feature is not available in these service tiers. However, geo-replicas can provide similar functionality in these service tiers." https://docs.microsoft.com/en-us/azure/azure-sql/database/read-scale-out https://docs.microsoft.com/en-us/azure/azure-sql/database/active-geo-replication-overview
upvoted 1 times
...
erssiws
3 years, 3 months ago
I think the provided answer is correct. The key is "During normal operations, provide at least two readable copies of Sales". The geo-replication is for disaster recovery. It keeps the 2nd replica but this replica can not be accessed by the application in a transparent way during normal operations.
upvoted 1 times
...
chigar
3 years, 3 months ago
The question and the provided answer might be outdated so here is an updated one: A - Yes. General Purpose allows for Failover without manual intervention ... As we discussed in an earlier module in this learning path, all of Azure SQL is built on Azure Service Fabric, which serves as the Azure backbone. If Azure Service Fabric determines that a failover needs to occur, the failover will be similar to that of a failover cluster instance (FCI). The service fabric will look for a node with spare capacity and spin up a new SQL Server instance. The database files will then be attached, recovery will be run, and gateways will be updated to point applications to the new node. No virtual network or listener or updates are required. This capability is built in. https://docs.microsoft.com/en-us/learn/modules/azure-sql-high-availability/4-high-availability-architecture Active geo-replication is an Azure SQL Database feature that allows you to create readable secondary databases of individual databases on a server in the same or different data center (region). https://docs.microsoft.com/en-us/azure/azure-sql/database/active-geo-replication-overview
upvoted 3 times
SSK123456
3 years ago
In the question they also mentioned, two readable replicas. with geo replication we only get one, so the answer should be No
upvoted 1 times
SSK123456
3 years ago
Please ignore my comment
upvoted 1 times
...
...
...
CeyeN
3 years, 5 months ago
As part of High Availability architecture, each single database, elastic pool database, and managed instance in the Premium and Business Critical service tier is automatically provisioned with a primary read-write replica and several secondary read-only replicas. The secondary replicas are provisioned with the same compute size as the primary replica. The read scale-out feature allows you to offload read-only workloads using the compute capacity of one of the read-only replicas, instead of running them on the read-write replica. This way, some read-only workloads can be isolated from the read-write workloads, and will not affect their performance. The feature is intended for the applications that include logically separated read-only workloads, such as analytics. In the Premium and Business Critical service tiers, applications could gain performance benefits using this additional capacity at no extra cost. Answer is B https://docs.microsoft.com/en-us/azure/azure-sql/database/read-scale-out
upvoted 2 times
...
examtry
3 years, 5 months ago
Answer is B. Only premium and business critical supports Zone redundancy.
upvoted 2 times
...
DAXU
3 years, 5 months ago
I think the answer is yes. With geo-replication, manual failover is required, but the database would still be available. In normal operation, as we have geo-replication, there is primary and secondary. So two copies of data
upvoted 1 times
...
Raffer
3 years, 8 months ago
Agreed. The question doesn't stipulate automatic failover. With geo-replication, manual failover is required, but the database would still be available.
upvoted 1 times
Raffer
3 years, 8 months ago
The answer is B. The question requires at least 2 readable secondaries. Only Premium and Business Critical allow for that.
upvoted 3 times
...
...
themickou
3 years, 9 months ago
there is no automatic failover with geo-replication so sales will not remains available, i think the answer is NO
upvoted 4 times
Jas_dandiwal
3 years, 8 months ago
you can create auto failover groups
upvoted 1 times
...
...
yuck
3 years, 9 months ago
Read-only replicas in General Purpose 0 built-in 0 - 4 using geo-replication
upvoted 2 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 ...