exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 1 question 10 discussion

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

HOTSPOT -
You have an Azure subscription.
You plan to use Azure Resource Manager templates to deploy 50 Azure virtual machines that will be part of the same availability set.
You need to ensure that as many virtual machines as possible are available if the fabric fails or during servicing.
How should you configure the template? 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:
Use two fault domains.
2 or 3 is max value, depending on which region you are in.
Use 20 for platformUpdateDomainCount
Increasing the update domain (platformUpdateDomainCount) helps with capacity and availability planning when the platform reboots nodes. A higher number for the pool (20 is max) means that fewer of their nodes in any given availability set would be rebooted at once.
References:
https://www.itprotoday.com/microsoft-azure/check-if-azure-region-supports-2-or-3-fault-domains-managed-disks https://github.com/Azure/acs-engine/issues/1030

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
pandeya442
Highly Voted 5 years, 2 months ago
fault domain = 2-3 (max), update domain =20(max)
upvoted 20 times
[Removed]
5 years, 1 month ago
That is correct: 3 and 20> but you can't write "max value" in there... it's a string and the values for those two objects are integer: https://docs.microsoft.com/en-us/azure/templates/Microsoft.Compute/2017-12-01/availabilitysets the second one can be set to 20 (correct) but don't know what to do with the first part, any ideas?
upvoted 2 times
...
...
phvogel
Highly Voted 5 years, 2 months ago
If max value is acceptable for fault domain, you'd think it would be acceptable for update domain also.
upvoted 10 times
...
I
Most Recent 4 years, 4 months ago
The first answer should be 2~3 and the second answer shoud be 20. Because here only integer is valid. 2~3 and 20 are all means Max Value.
upvoted 2 times
...
mikewallace8372
4 years, 5 months ago
answer is correct
upvoted 1 times
...
Thanveer
4 years, 5 months ago
fault domain = 2-3 (max), update domain =20(max)
upvoted 1 times
...
Emmand
4 years, 6 months ago
I got this question on my exam and it was given the options 1,2,3 as maximum value numbers. it should be three as 3 is valid maximum, and fault domain is 20 so answer is correct.
upvoted 4 times
LexusNX425
4 years, 2 months ago
You mean Update Domain is 20
upvoted 3 times
...
...
aryise
4 years, 7 months ago
Correct Ansower: platformFaultDomainCount: 2 or 3 platformUpdateDomainCount: 20
upvoted 3 times
...
simanastasiya
4 years, 7 months ago
in exam az-104 29nov 2020
upvoted 6 times
...
Thi
4 years, 7 months ago
max value(2 or 3) 20 max value
upvoted 1 times
...
sjccde
4 years, 8 months ago
These awnsers are highly confusing. The requested values can only be INTEGERS, see for ref.: https://docs.microsoft.com/en-us/powershell/module/az.compute/new-azavailabilityset?view=azps-4.8.0 New-AzAvailabilitySet [[-PlatformUpdateDomainCount] <Int32>] [[-PlatformFaultDomainCount] <Int32>] But neither 0 nor 20 can be correct for faultDomain, so you guess to choose "max value". Following this logic why shouldn't I use this too for updateDomains? Ok, you should know that max updateDomains are 20 in any case/region but then they should split the question in two seperates for domain/updateDomains..
upvoted 1 times
...
challengelogic
4 years, 9 months ago
Its MAXVALUE for the Fault Domain as 'some' regions support 3 whilst others only 2.
upvoted 2 times
...
piggy_2020
4 years, 10 months ago
came in exam 31-08-2020
upvoted 1 times
...
surya_lolla
4 years, 10 months ago
came 28th Aug
upvoted 1 times
...
31r131f2f3weaEVAWE
4 years, 10 months ago
Showed up on exam Aug. 17th. Question was for Fault =3 update domain = 20
upvoted 7 times
...
Shades
4 years, 11 months ago
Came in exam 1st Aug 2020
upvoted 4 times
...
_syamantak
4 years, 11 months ago
that 'max value' isn't an ambiguous answer.If one had to choose max value at fault domain, he'd choose max value at update domain too and he is logically right! It should be Max FaultDomains: 3 max UpdateDomains: 20
upvoted 5 times
...
thatcanondude
4 years, 11 months ago
Came in exam, fault domain = 3 (max value), update domain = 20
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 ...