Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-305 topic 2 question 26 discussion

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

You plan to migrate on-premises MySQL databases to Azure Database for MySQL Flexible Server.

You need to recommend a solution for the Azure Database for MySQL Flexible Server configuration. The solution must meet the following requirements:

• The databases must be accessible if a datacenter fails.
• Costs must be minimized.

Which compute tier should you recommend?

  • A. Burstable
  • B. General Purpose
  • C. Memory Optimized
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
zellck
Highly Voted 1 year, 2 months ago
Selected Answer: B
B is the answer. https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-high-availability#limitations Here are some considerations to keep in mind when you use high availability: - High availability isn't supported in the burstable compute tier.
upvoted 26 times
study_for_azure
1 year, 2 months ago
But the question did not ask for high availability
upvoted 1 times
study_for_azure
1 year, 2 months ago
sry, my bad, it is Zone Redundant High Availability. It should be B
upvoted 1 times
...
...
zellck
1 year, 2 months ago
Got this in Feb 2023 exam.
upvoted 12 times
...
...
Tr619899
Highly Voted 1 year ago
B. General Purpose The General Purpose compute tier provides a balance between performance and cost. It is suitable for most common workloads and offers a good combination of CPU and memory resources. It provides high availability and fault tolerance by utilizing Azure's infrastructure across multiple datacenters. This ensures that the databases remain accessible even if a datacenter fails. The Burstable compute tier (option A) is designed for workloads with variable or unpredictable usage patterns. It provides burstable CPU performance but may not be the optimal choice for ensuring availability during a datacenter failure. The Memory Optimized compute tier (option C) is designed for memory-intensive workloads that require high memory capacity. While it provides excellent performance for memory-bound workloads, it may not be necessary for minimizing costs or meeting the specified requirements.
upvoted 11 times
...
Chenn
Most Recent 1 week, 4 days ago
Based on the requirements, the Burstable compute tier would be the most suitable choice for the Azure Database for MySQL Flexible Server configuration. The Burstable tier is ideal for workloads that don’t need continuous full compute capacity. It provides better cost optimization controls with the ability to stop/start the server. Moreover, the flexible server architecture allows users to opt for high availability within a single availability zone and across multiple availability zones, ensuring that the databases remain accessible even if a datacenter fails.
upvoted 1 times
...
Lazylinux
2 weeks, 2 days ago
Selected Answer: B
I would go for B Flexible Server is a fully managed production-ready database service designed for more granular control and flexibility over database management functions and configuration settings. The flexible server architecture allows users to opt for high availability within a single availability zone and across multiple availability zones. Flexible servers provide better cost optimization controls with the ability to stop/start the server and burstable compute tier, ideal for workloads that don't need full compute capacity continuously. Flexible Server also supports reserved instances allowing you to save up to 63% cost, which is ideal for production workloads with predictable compute capacity requirements.
upvoted 1 times
...
AM77
1 month, 1 week ago
I think answer is correct. https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-service-tiers-storage
upvoted 1 times
...
Azure2020
1 month, 1 week ago
The databases must be accessible if a datacenter fails! Azure availability zones are at least three physically separate groups of datacenters within each Azure region. If one datacenter fails then the data will be available in other datacenter in same zone. So the answer is correct. https://learn.microsoft.com/en-us/azure/reliability/reliability-postgresql-flexible-server
upvoted 1 times
...
chair123
2 months, 1 week ago
Selected Answer: B
Tested in Lab, B - General Purpose is correct. Burstable doesn't support high availability. Only General Purpose or Business Critical
upvoted 1 times
...
ziggy1117
5 months, 1 week ago
Selected Answer: A
A. Burstable. It provides the lowest cost. Both Burstable and General Purpose provide Zone Redundancy https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-service-tiers-storage https://azure.microsoft.com/en-us/pricing/details/mysql/
upvoted 2 times
JAUMPE
4 months, 2 weeks ago
High availability isn't supported in the burstable compute tier. https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-high-availability
upvoted 2 times
TonySuccess
3 months, 3 weeks ago
Therefore, while the Burstable compute tier offers significant cost and flexibility advantages for certain types of workloads, it is not recommended for production workloads that require consistent CPU performance. Note that the Burstable tier doesn't support functionality of creating Read Replicas and High availability feature. For such workloads and features, other compute tiers, such as the General Purpose or Business Critical are more appropriate. https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-service-tiers-storage#performance-limitations-of-burstable-series-instances
upvoted 1 times
...
...
...
Exams_Prep_2021
7 months, 2 weeks ago
Got this on Sept. 29, 2023
upvoted 2 times
...
Forex19
7 months, 3 weeks ago
I had question at 24th Sep 2023
upvoted 3 times
GotDamnImIn
7 months, 3 weeks ago
How was the exam? I'm writing tomorrow on the 26th
upvoted 2 times
...
...
marcellov
7 months, 4 weeks ago
Selected Answer: B
When trying to enable high availability with the Burstable tier, I see this message: "High availability is not supported with the compute tier choice. If you would like to configure high availability, the compute tier will be upgraded to the General Purpose compute tier or you may choose a different compute tier by clicking 'Configure Server' below." So, General Purpose is the answer to minimize costs.
upvoted 3 times
...
Elecktrus
8 months ago
Selected Answer: B
General purpose provides Zone redundanty
upvoted 1 times
...
suneitpatel
10 months, 1 week ago
Selected Answer: B
Zone redundancy requirement which General purpose provides.
upvoted 1 times
...
sk2022
11 months, 1 week ago
Burstable is not zone redundant - so B is correct
upvoted 2 times
...
yonie
1 year ago
Selected Answer: B
High availability isn't supported in the burstable compute tier. https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-high-availability#limitations
upvoted 1 times
...
MeerKatZA
1 year, 1 month ago
Selected Answer: B
Has to be B, if the requirement states "The databases must be accessible if a datacenter fails.". Checked in portal, could not set up high availability unless I switched from burstable to Gen-Purpose.
upvoted 1 times
...
EXzw
1 year, 1 month ago
Selected Answer: B
Only general-purpose tier supports Zone Redundant. tested in portal.
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 ...