exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 1 question 6 discussion

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

Your company has an Azure subscription.
You need to deploy a number of Azure virtual machines to the subscription by using Azure Resource Manager (ARM) templates. The virtual machines will be included in a single availability set.
You need to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance.
Which of the following is the value that you should configure for the platformFaultDomainCount property?

  • A. 10
  • B. 30
  • C. Min Value
  • D. Max Value
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
jay158
Highly Voted 7 months, 1 week ago
Answer D Max Value. [ values could be 1,2,3 ] https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-manage-fault-domains
upvoted 23 times
argoth
3 years, 9 months ago
Correct. Values can be 1,2 or 3
upvoted 6 times
...
...
Bere
Highly Voted 7 months, 1 week ago
As described here: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-manage-fault-domains You can set the parameter --platform-fault-domain-count to 1, 2, or 3 (default of 3 if not specified). And as described here: https://docs.microsoft.com/en-us/azure/virtual-machines/availability-set-overview Each virtual machine in your availability set is assigned an update domain and a fault domain by the underlying Azure platform. Each availability set can be configured with up to three fault domains and twenty update domains. So answer is D Max Value
upvoted 7 times
...
Ajju5791
Most Recent 4 months ago
Selected Answer: D
az vmss create \ --resource-group myResourceGroup \ --name myScaleSet \ --orchestration-mode Flexible \ --image Ubuntu2204 \ --admin-username azureuser \ --platform-fault-domain-count 3\ --generate-ssh-keys
upvoted 1 times
...
Zezere
5 months, 1 week ago
Why is that relevant for the az-204? Is it not only an infrastructure question?
upvoted 2 times
...
Nhantran20000502
6 months, 1 week ago
Selected Answer: D
Setting the platformFaultDomainCount property to the maximum value ensures that the virtual machines are distributed across the maximum number of fault domains. This maximizes the availability of the VMs in the event of a fabric failure or maintenance
upvoted 1 times
...
forgetfulalligator
7 months, 1 week ago
Selected Answer: D
you should configure the platformFaultDomainCount property to its maximum value, which is 3 for most regions in Azure. The platformFaultDomainCount property specifies the number of fault domains to use for the availability set. By configuring it to its maximum value, the virtual machines will be distributed across multiple fault domains, which will help ensure that as many virtual machines as possible remain accessible in the event of a failure or maintenance event.
upvoted 3 times
...
man5484
7 months, 1 week ago
Selected Answer: D
The platformFaultDomainCount property in an Azure Resource Manager (ARM) template specifies the number of fault domains for the Azure virtual machines within an availability set. Fault domains are distinct groups of hardware within a datacenter. When you deploy virtual machines within an availability set, Azure ensures that each VM is placed into a different fault domain to minimize the impact of hardware failures or maintenance events. The maximum value allowed for platformFaultDomainCount depends on the region where you're deploying your resources. It varies across Azure regions. Typically, the maximum value is either 2 or 3. Therefore, to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance, you should configure
upvoted 1 times
...
Mohanraj_SV5
1 year, 4 months ago
Selected Answer: D
D. Max Value (As per the requirement)
upvoted 1 times
...
TheMCT
1 year, 7 months ago
Selected Answer: D
Azure allows you to specify a platform fault domain count of up to 3, which means that there can be up to three fault domains in an availability set. This setting helps distribute the virtual machines across multiple fault domains, reducing the risk of simultaneous failure due to hardware issues. Therefore, you should set it to the maximum value of 3 for optimal fault tolerance.
upvoted 1 times
...
SmartTechieGrv
2 years ago
Answer is D
upvoted 1 times
...
p2006
2 years, 2 months ago
https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-manage-fault-domains#azure-cli
upvoted 1 times
...
uffuchsi
2 years, 2 months ago
For domain count, use D. Max value (Available options are 1, 2, 3)
upvoted 1 times
...
Santmax
2 years, 3 months ago
D Max value
upvoted 1 times
...
kkstays
2 years, 4 months ago
Selected Answer: D
Max value is Correct
upvoted 1 times
...
OPT_001122
2 years, 5 months ago
Selected Answer: D
Answer D Max Value
upvoted 1 times
...
braj1234
2 years, 8 months ago
Answer is D
upvoted 1 times
...
ranjitklive
3 years, 9 months ago
Each virtual machine in your availability set is assigned an update domain and a fault domain by the underlying Azure platform. Each availability set can be configured with up to three fault domains and twenty update domains. Update domains indicate groups of virtual machines and underlying physical hardware that can be rebooted at the same time.
upvoted 5 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