exam questions

Exam AZ-305 All Questions

View all questions & answers for the AZ-305 exam

Exam AZ-305 topic 12 question 1 discussion

Actual exam question from Microsoft's AZ-305
Question #: 1
Topic #: 12
[All AZ-305 Questions]

HOTSPOT -
You plan to migrate DB1 and DB2 to Azure.
You need to ensure that the Azure database and the service tier meet the resiliency and business requirements.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: An Azure SQL Database elastic pool
Scenario:
* Resiliency Requirements. Once migrated to Azure, DB1 and DB2 must meet the following requirements:
Maintain availability if two availability zones in the local Azure region fail.
Fail over automatically.
Minimize I/O latency.
* Litware identifies the following business requirements:
Minimize administrative effort.
Minimize costs.
Box 2: Business Critical

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
WickedMJ
Highly Voted 2 years, 2 months ago
> Database: "An Azure SQL Database elastic pool" > Service Tier: "Business Critical" Reference & explanations: https://www.examtopics.com/discussions/microsoft/view/68044-exam-az-305-topic-9-question-1-discussion/
upvoted 24 times
tfulanchan
1 year, 10 months ago
The reference you provided suggests that "SQL Managed Instance" is the answer
upvoted 5 times
...
...
BShelat
Highly Voted 12 months ago
Today (14-DEC-2023) I took the AZ-305 exam and passed. Thanks to Examtopics and all members who participated in discussing AZ-305 Questionnaire and answers. This site has helped me greatly. Majority questions I had in the exam are in this set. I had Litware Test case in the exam. Thanks.
upvoted 14 times
...
SeMo0o0o0o
Most Recent 3 weeks, 6 days ago
CORRECT
upvoted 1 times
...
Thanveer
3 weeks, 6 days ago
Database: b) Azure SQL Managed Instance Service tier: b) Business Critical
upvoted 1 times
...
_punky_
1 month, 2 weeks ago
For me it's Azure SQL Managed Instance - both examples bellow are ZRS GP example:https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/high-availability-sla-local-zone-redundancy?view=azuresql#general-purpose-service-tier-1 BC example: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/high-availability-sla-local-zone-redundancy?view=azuresql#business-critical-service-tier-1
upvoted 1 times
...
cosmicT73
2 months ago
as per microsoft , " Zone-redundant configuration is in public preview for the General Purpose service tier and generally available for the Business Critical service tier." accordingly, the answer should be : 1. Azure SQL Managed Instance for the database 2. Business Critical service tier
upvoted 1 times
...
joesatriani
1 year, 2 months ago
What is different? https://www.examtopics.com/discussions/microsoft/view/68044-exam-az-305-topic-9-question-1-discussion/
upvoted 1 times
...
Darkeh
1 year, 3 months ago
Elastic and Business Critical for both questions... you should never use preview in prod, so you cannot choose managed instance!
upvoted 3 times
...
NotMeAnyWay
1 year, 5 months ago
1. Database: c. An Azure SQL Database elastic pool 2. Service tier: b. Business Critical Explanation: An Azure SQL Database Elastic Pool is a shared resource model that enables higher resource utilization efficiency. It allows multiple databases to share the same resources, which will be beneficial in this case where there are two databases, DB1 and DB2, to be migrated. Business Critical service tier provides high availability and low latency, and it is fully managed, which aligns with the business requirement to minimize administrative effort and the technical requirement to maintain availability if two availability zones fail. As you pointed out, the zone redundancy is still in preview for Managed Instances which can't guarantee the desired level of stability and reliability.
upvoted 12 times
...
firedog2023
1 year, 5 months ago
any thoughts on this please as zone redundancy is not supported for Azure SQL General Purpose. This would make it the most cost effective option above business critical. https://techcommunity.microsoft.com/t5/azure-sql-blog/zone-redundancy-for-azure-sql-database-general-purpose-tier/ba-p/3280376
upvoted 2 times
...
Tr619899
1 year, 6 months ago
1. Azure SQL Managed Instance for the database 2. Business Critical service tier Azure SQL Managed Instance provides automatic failover within an availability zone and can be configured with auto-failover groups for cross-region disaster recovery. The Business Critical service tier provides high availability with several readable secondary replicas and fast failover within an availability zone. This configuration meets Litware’s requirements for maintaining availability if two availability zones in the local Azure region fail, failing over automatically, and minimizing I/O latency. An Azure SQL Database Elastic Pool is a cost-effective solution for managing and scaling multiple databases that have varying and unpredictable resource demands. However, based on the information provided in the case study, it does not appear to be the best option for meeting Litware’s resiliency requirements for DB1 and DB2. Azure SQL Managed Instance would be a better choice for meeting these requirements.
upvoted 4 times
...
techrat
1 year, 7 months ago
The given answer is correct: 1. Azure SQL Database elastic pool 2. Business Critical I had this case study on my exam today, and I passed it with 979
upvoted 12 times
...
zellck
1 year, 9 months ago
1. Azure SQL DB elastic pool 2. Business Critical https://learn.microsoft.com/en-us/azure/azure-sql/database/service-tiers-sql-database-vcore?view=azuresql#when-to-choose-this-service-tier-1 he Business Critical service tier is designed for applications that require low-latency responses from the underlying SSD storage (1-2 ms in average), faster recovery if the underlying infrastructure fails, or need to off-load reports, analytics, and read-only queries to the free of charge readable secondary replica of the primary database. The key reasons why you should choose Business Critical service tier instead of General Purpose tier are: - Low I/O latency requirements – workloads that need a consistently fast response from the storage layer (1-2 milliseconds in average) should use Business Critical tier.
upvoted 3 times
zellck
1 year, 9 months ago
https://learn.microsoft.com/en-us/azure/azure-sql/database/high-availability-sla?view=azuresql&tabs=azure-powershell#premium-and-business-critical-service-tier-zone-redundant-availability With the introduction of Azure Availability Zones, SQL Database can place different replicas of the Business Critical database to different availability zones in the same region. To eliminate a single point of failure, the control ring is also duplicated across multiple zones as three gateway rings (GW). The routing to a specific gateway ring is controlled by Azure Traffic Manager (ATM). Because the zone-redundant configuration in the Premium or Business Critical service tiers doesn't create additional database redundancy, you can enable it at no extra cost. By selecting a zone-redundant configuration, you can make your Premium or Business Critical databases resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic.
upvoted 2 times
...
...
_fvt
1 year, 10 months ago
Database: "An Azure SQL Database elastic pool" - Zone Redundancy still in Preview for Managed Instance so it's a nogo - You could have deployed two Azure Databases but here it is written "A SINGLE" so it's not working as you have two databases to migrate Service Tier: "Business Critical" - as you need to minimize I/O latency
upvoted 2 times
...
testgm
1 year, 10 months ago
Answer: Database: SQL Managed Instances Service Tier: Business Critical SQL Managed Instance now supports zone redundancy
upvoted 1 times
np2021
1 year, 10 months ago
As at today, documentation still says its in PREVIEW only on BusCritical tier. I think its been raised before its not reliable as answer.
upvoted 1 times
fodocel235
1 year ago
Today MI & Business Critical is General Available. MI & General Purpose is now in Public Preview. Answer is MI Business Critical. It's cheaper then SQL Database Elastic Pool. https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/high-availability-sla?view=azuresql
upvoted 4 times
...
...
...
dagomo
1 year, 10 months ago
Hello guys, I guess should be the following: > Database: "AZURE SQL MANAGED INSTANCE" - it can provide AUTO-FAILOVER > Service Tier: "Business Critical"
upvoted 1 times
...
Lu5ck
1 year, 10 months ago
The scenario ask for availability zone and I wanted to opt for MI Business Critical but zone redundant feature is in preview. Single Azure SQL Database doesn't make sense because we got two databases. So the only option is actually elastic pool. So the answer is correct.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago