Microsoft 70-410 Online Practice
Questions and Exam Preparation
70-410 Exam Details
Exam Code
:70-410
Exam Name
:Installing and Configuring Windows Server 2012
Certification
:Microsoft Certifications
Vendor
:Microsoft
Total Questions
:537 Q&As
Last Updated
:Feb 03, 2022
Microsoft 70-410 Online Questions &
Answers
Question 281:
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2012 R2.
You create a new inbound rule by using Windows Firewall with Advanced Security.
You need to configure the rule to allow Server1 to accept unsolicited inbound packets that are received through a network address translation (NAT) device on the network.
Which setting in the rule should you configure?
A. Interface types B. Authorized computers C. Remote IP address D. Edge traversal
D. Edge traversal
Edge traversal ?This indicates whether edge traversal is enabled (Yes) or disabled (No). When edge traversal is enabled, the application, service, or port to which the rule applies is globally addressable and accessible from outside a network address translation (NAT) or edge device.
Select one of the following options from the list: Block edge traversal (default) ?Prevent applications from receiving unsolicited traffic from the Internet through a NAT edge device. Allow edge traversal ?Allow applications to receive unsolicited traffic directly from the Internet through a NAT edge device. Defer to user ?Let the user decide whether to allow unsolicited traffic from the Internet through a NAT edge device when an application requests it. Defer to application ?Let each application determine whether to allow unsolicited traffic from the Internet through a NAT edge device.
Your network contains 10 subnets. Each subnet contains 10 servers that run Windows Server 2012 R2.
You plan to assign IPv6 addresses to all of the servers. The solution must ensure that the servers can connect to other servers in remote subnets. The IPv6 addresses will not be routed on the Internet.
You need to identify a valid prefix to use for the IPv6 addresses.
Which prefix should you identify?
A. 2002: B. ::1 C. 3ffe:: D. fd00::
C. 3ffe::
Reference: https://en.wikipedia.org/wiki/6bone
Question 283:
You have a server named Server1. Server1 runs Windows Server 2012 R2 and has the Windows Deployment Services (WDS) server role installed.
You install the DHCP Server server role on Server1.
You need to ensure that Server1 can respond to DHCP clients and WDS clients. What should you configure for the DHCP service and the WDS service?
Toanswer, drag'n'drop the answer on the above fields.
Hot Area:
Traditionally, only DHCP listened on port UDP 67, but now WDS also listens on port UDP 67 WDS and DHCP are installed on the same server: You must tell WDS not to listen on port UDP 67, leaving it available for DHCP traffic only. But then how does the client find the WDS server? You set option 60 in DHCP.
The DHCP option 60, when set to “PXEClient” is used only to instruct the PXE clients to try to use a PXE Service bound on UDP port 4011. Actually, if there is a bootp or dhcp service bound on UDP port 67 of a host (usually called a server), a PXE service cannot bind on that port on that host. Since the PXE Service uses BOOTP/DHCP packets to send the options 66 and 67 to the clients, it needs to be able to bind to the associated port (bootps) or to an alternated port (4011) that the clients know they must use as the alternate port. And to instruct the clients to use this alternate port, you have to set dhcp option 60 to “PXEClient”.
If Windows Deployment Services and DHCP are running on the same computer, configuring Windows Deployment Services to not respond to any client computers will not work. This is because although Windows Deployment Services will not respond, DHCP will. You should disable WDS if you have both installed and using DHCP.
To configure Windows Deployment Services to run on the same computer as Microsoft DHCP
Right-click the server and click Properties. On the DHCP tab, select Do not listen on port 67 and Configure DHCP Option #60 Tag to PXEClient.
This procedure does the following: Sets HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Parameters \UseDhcpPorts to 0.
Adds the option 60 PXEClient tag to all of your DHCP scopes.
Question 284:
You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers on the Contoso.com network have Windows Server 2012 installed.
A server named, ENSUREPASS-SR13, has a Server Core Installation of Windows Server 2012 installed.
You are instructed to convert ENSUREPASS-SR13's installation to a Server with GUI installation.
You want to use a Windows PowerShell cmdlet that uses Windows Update as a source.
Which of the following actions should you take?
A. You should consider making use of the Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell - Restart cmdlet. B. You should consider making use of the Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell - Restart -Source c:\mountdir\windows\winsxs cmdlet. C. You should consider making use of the Uninstall-WindowsFeature Server-Gui-Shell璕emove cmdlet. D. You should consider making use of the Set-ExecutionPolicy cmdlet.
A. You should consider making use of the Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell - Restart cmdlet.
The default installation source is Windows Update (provided that the server is connected to the internet).
The Full GUI Server Interface provides you with the full GUI of Windows Server 2012 R2.
When it's done, we will need to restart our server by using the Shutdown command:
shutdown -r -t 0.
Question 285:
You have a server named Server1 that runs Windows Server 2012 R2.
A network technician installs a new disk on Server1 and creates a new volume. The properties of the new volume are shown in the exhibit. (Click the Exhibit tab.)
You need to ensure that you can restore files on volume D by using the Previous Versions tab. What should you do first?
A. Install the File Server Resource Manager role service. B. Format volume D. C. Run the convert.exe command. D. Convert the disk to a dynamic disk.
You have a file server named Server1 that runs Windows Server 2012 R2.
You need to ensure that a user named User1 can use Windows Server Backup to create a complete backup of Server1.
What should you configure?
A. The local groups by using Computer Management B. The Role Assignment by using Authorization Manager C. A task by using Authorization Manager D. The User Rights Assignment by using the Local Group Policy Editor
Use PowerShell to Initialize Raw Disks and to Partition and Format Volumes
With Windows PowerShell 3.0 in Windows 8 or Windows Server 2012, I can perform all of these operations via Windows PowerShell functions from the Storage modulE. The process is the same as I would do via the Disk Management tool.
The steps are:
Get the disk that has a raw partition stylE.
Initialize the disk.
Partition the disk.
Format the volumE.
Serial Attached SCSI (SAS) is a point-to-point serial protocol that moves data to and from computer storage devices such as hard drives and tape drives.SAS replaces the older Parallel SCSI (Small Computer System Interface, pronounced
"scuzzy"), bus technology that first appeared in the mid-1980s.SAS, like its predecessor, uses the standard SCSI command set.SAS offers backward compatibility with SATA, versions 2 and later. This allows for SATA drives to be connected
to SAS backplanes. The reverse, connecting SAS drives to SATA backplanes, is not possible.
Question 288:
Your network contains an Active Directory domain named contoso.com. The domain contains a domain controller named DC1 that hosts the primary DNS zone for contoso.com.
All client computers are configured to use DC1 as the primary DNS server.
You need to configure DC1 to resolve any DNS requests that are not for the contoso.com zone by querying the DNS server of your Internet Service Provider (ISP).
What should you configure?
A. Naming Authority Pointer (NAPTR) DNS resource records (RR) B. Name server (NS) records C. A Forwarders D. Conditional forwarders
C. A Forwarders
On a network with several servers and/or client computers a server that is configured as a forwarder will manage the Domain Name System (DNS) traffic between your network and the Internet.
Question 289:
You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed. On Server1, you create a virtual machine named VM1.
You need to ensure that VM1 can start by using PXE.
What should you do?
A. Add a second network adapter, and then run the Set-VMNetworkAdapter cmdlet. B. Add a second network adapter, and then configure network adapter teaming. C. Remove the existing network adapter, and then run the Set-VMNetworkAdapter cmdlet. D. Remove the existing network adapter, and then add a legacy network adapter.
D. Remove the existing network adapter, and then add a legacy network adapter.
Question 290:
Your network contains an Active Directory domain named contoso.com. The domain contains a member server named Server 1. Server1 runs Windows Server 2012 R2 and has the DHCP Server server role installed.
You create two IPv4 scopes on Server1. The scopes are configured as shown in the following table.
The DHCP clients in Subnet_Tor can connect to the client computers in Subnet_Mtl by using an IP address or a FQDN. You discover that the DHCP clients in Subnet_Mtl can connect to client computers in Subnet_Tor by using an IP address only.
You need to ensure that the DHCP clients in both subnets can connect to any other DHCP client by using a FQDN. What should you add?
A. The 006 DNS Servers option to Subnet_Mtl B. The 006 DNS Servers option to Subnet_Tor C. The 015 DNS Domain Name option to Subnet_Mtl D. The 015 DNS Domain Name option to Subnet_Tor
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Microsoft exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 70-410 exam preparations
and Microsoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.