exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 28 discussion

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

HOTSPOT -
You have a server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host.
You have two network adapter cards on Server1 that are Remote Direct Memory Access (RDMA)-capable.
You need to aggregate the bandwidth of the network adapter cards for a virtual machine on Server1. The solution must ensure that the virtual machine can use the
RDMA capabilities of the network adapter cards.
Which command should you run first? To answer, select the appropriate options in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
https://technet.microsoft.com/en-us/library/mt403349.aspx

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
Miandradee
Highly Voted 5 years, 7 months ago
I think is: New-VMSwitch and EnableEmbeddedTeaming # Create a vmSwitch with SET New-VMSwitch -Name SETswitch -NetAdapterName "SLOT 2","SLOT 3" -EnableEmbeddedTeaming $true
upvoted 15 times
drhousedk
3 years, 11 months ago
I agree, the same question can show up on 70-740, and in this case you should go with New-VMSwitch and EET.
upvoted 1 times
...
...
mcbesy
Highly Voted 4 years, 10 months ago
Answer Area -Name Production –NetAdapterName $true Add-NetLbfoTeamNic „NIC 1“, „NIC 2“ -EnableEmbeddedTeaming Add-VmNetworkAdapter -Enablelov Add-VmSwitch -EnablePacketDirect New-NetbfoTeam New-VmSwitch Answer: New-VmSwitch -EnableEmbeddedTeaming
upvoted 5 times
...
user789
Most Recent 4 years ago
Same as Q.141 on 70-740 dump
upvoted 1 times
user789
4 years ago
Ans is New-VMSwitch and EnableEmbeddedTeaming
upvoted 2 times
...
...
iamanas
4 years ago
Question is not given properly. Correct Answers are: From 1st Slot: New VMSwitch cmdlet From 2nd Slot: -EnableEmbeddedTeaming
upvoted 2 times
...
jreyes83
4 years, 4 months ago
Microsoft Ref: New-VMSwitch -Name TeamedvSwitch -NetAdapterName "NIC 1","NIC 2" -EnableEmbeddedTeaming $true
upvoted 3 times
...
Kamikazekiller
4 years, 5 months ago
Add-VMSwitch & EnableEmbeddedTeaming
upvoted 4 times
Kamikazekiller
4 years, 5 months ago
-New-VmSwitch -EnableEmbeddedTeaming
upvoted 5 times
...
...
alexnt
4 years, 5 months ago
New-VMSwitch & EnableEmbeddedTeaming
upvoted 2 times
...
Mentalfloss
4 years, 5 months ago
Migrate to VMWare. No serious enterprise uses Hyper-V, certainly not one that uses advanced infrastructure technologies.
upvoted 2 times
...
promaster
4 years, 5 months ago
If you guys look up each command, you'll see that none of these command contain the "-netAdapterName" parameter. So apparently none of these answers are correct... it should be "New-VmSwitch" that does contain the -netAdapterName parameter. https://docs.microsoft.com/en-us/powershell/module/hyper-v/new-vmswitch?view=win10-ps
upvoted 2 times
...
Ario
4 years, 9 months ago
New-VmSwitch -EnableEmbeddedTeaming
upvoted 2 times
Ario
4 years, 9 months ago
Add-VMSwitch
upvoted 2 times
sdjam
4 years, 9 months ago
Yeah it's New-VMSwitch because "EnableEmbeddedTeaming" seems to not exist with "Add-VMSwitch"
upvoted 2 times
...
...
...
rjc
4 years, 10 months ago
Sorry to be repeating myself 70-740 - Q 141- Answer New-VMSwitch & EnableEmbeddedTeaming
upvoted 2 times
...
Ben22
4 years, 11 months ago
Correct answers Sellect New-VMSwitch & EnableEmbeddedTeaming
upvoted 4 times
...
coleman
5 years, 1 month ago
Add-VMSwitch -Name Production -NetAdapterName "NIC 1", "NIC 2" -EnableEmbeddedTeaming
upvoted 2 times
...
MrRiver
5 years, 2 months ago
NO its not Switch Embeded Teaming ... i think the question is scred up ... Because it states that the GUEST VM Musst be able to use RDMA. With Switch embeded teaming this is not Possible. With SED only the host itself could use the RDMA Capabilities So in my opinion you need to use ROOT-IO Virtualization wich in fact passes the real NIC hardware trhought to the VM. add-vmwitch - enableiov but you would create one vm-switch for nic1 and one extra vm-switch for nic2. So i think something is wrong with the question ... SEE: "With the release of Windows Server 1709 Windows Server supports RDMA in the guest" .. so not in Server 2016 https://techcommunity.microsoft.com/t5/Networking-Blog/The-Evolution-of-RDMA-in-Windows-now-extended-to-Hyper-V-Guests/ba-p/339699
upvoted 3 times
...
adsl7
5 years, 3 months ago
Funny, all commands are wrong. Answer is: New-VMSwitch -Name Production -NetAdapterName "NIC 1","NIC 2" -EnableEmbeddedTeaming $true https://docs.microsoft.com/en-us/previous-versions/windows/server/mt403349(v=ws.12)#create-a-hyper-v-virtual-switch-with-set-and-rdma-vnics
upvoted 5 times
Kyanka
3 years, 10 months ago
You are correct. I think they messed up the answers on the test. This is the main reason I have resorted to using sites like this to get through tests.
upvoted 1 times
...
...
Husny
5 years, 4 months ago
i go with Dritter : Virtual Switches based on NIC-teaming are not RDMA capable. We have to create a Switch Embedded Teaming (SET) virtual Switch New-VMSwitch -Name SETswitch -NetAdapterName "SLOT 2","SLOT 3" -EnableEmbeddedTeaming $true
upvoted 2 times
promaster
4 years, 5 months ago
This is absolutely correct....Guys, It's very beneficial to complete an online exam course with virtual labs, to better know and understand what is actually a correct answer....This site is an awesome supplement for passing the exam, but we should start with a foundation for working in the real world.
upvoted 3 times
GoldenFox
4 years ago
Best advice 2020 ! At least know the subjects being questioned. If you only learn the answers, you'll fail later.
upvoted 1 times
...
...
...
TMW
5 years, 6 months ago
Spud1993 has it correct. New-VMSwitch -Name SETswitch -NetAdapterName "SLOT 2","SLOT 3" -EnableEmbeddedTeaming $true They should pull the question. none of the answers shown are correct.
upvoted 3 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