exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 84 discussion

Actual exam question from Microsoft's 70-741
Question #: 84
Topic #: 1
[All 70-741 Questions]

You manage a Windows Server 2016 software-defined network.
Network Controller is installed on a three-node domain-joined cluster of virtual machines.
You need to add a new access control list (ACL) for the network controller to the network interface on a tenant virtual machine. The ACL will have only one rule that prevents only outbound traffic from the 10.10.10.0/24 subnet.
You plan to run the following Windows PowerShell commands.
$ruleproperties = new-object Microsoft.Windows.NetworkController.AclRuleProperties
$ruleproperties.SourcePortRange = "0-65535"
$ruleproperties.DestinationPortRange = "0-65535"
$ruleproperties.Action = "Deny"
$ruleproperties.Priority = "100"
$ruleproperties.Type = "Outbound"
$ruleproperties.Logging = "Enabled"
Which three remaining properties should you add to the rule? Each correct answer presents part of the solution. (Choose three.)
NOTE: Each correct selection is worth one point.

  • A. $ruleproperties.SourceAddressPrefix = "10.10.10.0/24"
  • B. $ruleproperties.DestinationAddressPrefix = "10.10.10.0/24"
  • C. $ruleproperties.Protocol = "ALL"
  • D. $ruleproperties.Protocol = "TCP"
  • E. $ruleproperties.SourceAddressPrefix = "*"
  • F. $ruleproperties.DestinationAddressPrefix = "*"
Show Suggested Answer Hide Answer
Suggested Answer: ACF 🗳️

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
coleman
Highly Voted 5 years, 7 months ago
A. $ruleproperties.SourceAddressPrefix = "10.10.10.0/24" C. $ruleproperties.Protocol = "ALL" F. $ruleproperties.DestinationAddressPrefix = "*"
upvoted 11 times
...
dritter
Highly Voted 6 years, 4 months ago
I was confused shortly because of out/inbound and therefore interchanged destination and source. But the answer is clear apart from that :). "outbound traffic from the 10.10.10.0/24 subnet" means the source is 10.10.10.0/24.
upvoted 10 times
...
panda
Most Recent 4 years, 5 months ago
I think the given answers are correct. I believe that you must use following cmdlet in this situation. New-NetworkControllerAccessControlList https://docs.microsoft.com/en-us/powershell/module/networkcontroller/new-networkcontrolleraccesscontrollist?view=win10-ps
upvoted 1 times
...
ykarma
4 years, 7 months ago
Got this question on my exam. Exam date November 27th 2020
upvoted 4 times
Vortex_SA
4 years, 6 months ago
Good to know im not the only one still busy with these exams
upvoted 4 times
Vortex_SA
4 years, 6 months ago
I also got this Q on the exam btw... 24 Nov
upvoted 3 times
yvankarma
4 years, 6 months ago
Yeah, i did not pass. I have my retake scheduled this Friday, wish me luck lol
upvoted 3 times
Yebubbleman
4 years, 6 months ago
Right there with you. First attempt was this past Wednesday. Second attempt is in 12 1/2 hours from now.
upvoted 1 times
...
...
...
...
...
NickTim
4 years, 8 months ago
Got this in a exam
upvoted 5 times
...
MsT
5 years, 8 months ago
Answer is correct. Ref: MCSA Server 2016 practice tests book written by William and Crystal Panek
upvoted 5 times
Yebubbleman
4 years, 5 months ago
Man, I'm way too far into preparing for this stupid test to deal with the plot twist of there also being a Crystal Panek.
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 ...