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 71:
You have a server named Server1 that runs Windows Server 2012 R2.
You add an additional disk to Server1 as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that users can access the additional disk from drive C. What should you do?
A. Convert Disk 0 to a dynamic disk and add a mirror. B. Create a simple volume on Disk 1 and mount the volume to a folder. C. Convert Disk 0 and Disk 1 to dynamic disks and extend a volume. D. Convert Disk 1 to a dynamic disk and create a spanned volume.
B. Create a simple volume on Disk 1 and mount the volume to a folder.
Question 72:
You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed.
You need to configure storage for a virtual machine to meet the following requirements:
Support up to 3 TB of data on a single hard disk.
Allocate disk space as needed.
Use a portable storage format.
What should you configure?
A. A fixed-size VHDX B. A pass-through disk C. A fixed-size VHD D. A dynamically expanding VHDX E. A dynamically expanding VHD
D. A dynamically expanding VHDX
Support for virtual hard disk storage capacity of up to 64 TB.
vhd max is 2TB
Dynamically expanding virtual hard disk uses only as much physical storage space as it needs to store the actual data that the disk currently contains. The size of the virtual disk's image file then grows as additional data is written to it.
Exam Ref 70-410: Installing and Configuring Windows Server 2012 R2: Objective 3.2: Create and Configure virtual machine storage, Chapter 3: p. 157-158 70-410: Training Guide: Installing and Configuring Windows Server 2012 R2,
Chapter 7: Hyper-V virtualization, Lesson 2: Deploying and Configuring virtual machines, p. 320
Question 73:
Your network contains an Active Directory domain named adatum.com. The domain contains a member server named Server1 and a domain controller named DC2.All servers run Windows Server 2012 R2.
On DC2, you open Server Manager and you add Server1 as another server to manage.
From Server Manager on DC2, you right-click Server1 as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that when you right-click Server1, you see the option to run the DHCP console. What should you do?
A. In the domain, add DC2 to the DHCP Administrators group. B. On Server1, install the Feature Administration Tools. C. On DC2 and Server1, run winrmquickconfig. D. On DC2, install the Role Administration Tools.
D. On DC2, install the Role Administration Tools.
Question 74:
You perform a Server Core Installation of Windows Server 2012 R2 on a server named Server1.
You need to add a graphical user interface (GUI) to Server1.
Which tool should you use?
A. The setup.exe command B. The ocsetup.exe command C. The Install-Module cmdlet D. The Install-WindowsFeature cmdlet
D. The Install-WindowsFeature cmdlet
Install-WindowsFeature -Installs one or more Windows Server roles, role services, or features on either the local or a specified remote server that is running Windows Server 2012 R2. This cmdlet is equivalent to and replaces Add-WindowsFeature, the cmdlet that was used to install roles, role services, and features in Windows Server 2008 R2. dism /online /get-features PS C:\> Install-WindowsFeature -Name Web-Server ?IncludeAllSubFeature -ComputerName Server1 璚hatIf
You have a DNS server named Server1. Server1 runs Windows Server 2012 R2. The network ID is 10.1.1.0/24. An administrator creates several reverse lookup zones. You need to identify which reverse lookup zone is configured correctly.
Which zone should you identify?
To answer, select the appropriate zone in the answer area.
Hot Area:
Octets specified in reverse order . . . . in-addr .arpa
You have an existing Active Directory site named Site1. You create a new Active Directory site and name it Site2. You need to configure Active Directory replication between Site1 and Site2. You install a new domain controller.
You create the site link between Site1 and Site2.
What should you do next?
A. Use the Active Directory Sites and Services console to configure a new site link bridge object. B. Use the Active Directory Sites and Services console to decrease the site link cost between Site1 and Site2. C. Use the Active Directory Sites and Services console to assign a new IP subnet to Site2. Move the new domain controller object to Site2. D. Use the Active Directory Sites and Services console to configure the new domain controller as a preferred bridgehead server for Site1.
C. Use the Active Directory Sites and Services console to assign a new IP subnet to Site2. Move the new domain controller object to Site2.
Inter-site Replication
The process of creating a custom site link has five basic steps:
Create the site link.
Configure the site link's associated attributes.
Create site link bridges.
Configure connection objects. (This step is optional.)
Designate a preferred bridgehead server. (This step is optional)
Question 77:
Your network contains an Active Directory domain named contoso.com. The domain contains servers named Server1 and Server2 that run Windows Server 2012 R2. You create a windows PowerShell script named Scriptl.psl that contains the following configuration:
You need to apply the configuration to Server1. The solution must ensure that the configuration on Server1 can be updated by modifying a MOF file on Server2.
Which actions should you perform on each server?
To answer, select the appropriate server on which to perform each action in the answer area.
Hot Area:
Question 78:
Your network contains an Active Directory domain named adatum.com. The domain contains three domain controllers. The domain controllers are configured as shown in the following table.
DC3 loses network connectivity due to a hardware failure.
You plan to remove DC3 from the domain.
You log on to DC3.
You need to identify which service location (SRV) records are registered by DC3.
What should you do?
A. Open the %windir%\system32\config\netlogon.dns file. B. Run dcdiag /test:dns C. Open the %windir%\system32\dns\backup\adatum.com.dns file. D. Run ipconfig /displaydns.
A. Open the %windir%\system32\config\netlogon.dns file.
The SRV record is a Domain Name System (DNS) resource record that is used to identify computers that host specific services.
SRV resource records are used to locate domain controllers for Active Directory.
You can use Notepad, to view this file.
The first record in the file is the domain controller's Lightweight Directory Access Protocol(LDAP) SRV record.
This record should appear similar to the following: _ldap._tcp.Domain_Name
Question 79:
Your network contains an Active Directory domain named contoso.com.
An administrator provides you with a file that contains the information to create user accounts for 200 temporary employees. The file is shown in the exhibit. (Click the Exhibit button.)
You need to automate the creation of the user accounts. You must achieve this goal by using the minimum amount of administrative effort.
Which tool should you use?
A. Ldifde B. csvde C. Dsadd D. Net user
B. csvde
csvde ?Imports and exports data from Active Directory Domain Services (AD DS) using files that store data in the comma-separated value (CSV) format. You can also support batch operations based on the CSV file format standard.
Net user ?Adds or modifies user accounts, or displays user account information.
Ldifde ?Creates, modifies, and deletes directory objects. You can also use ldifde to extend the schema, export Active Directory user and group information to other applications or services, and populate Active Directory Domain Services (AD
DS) with data from other directory services.
Dsadd ?Adds specific types of objects to the directory.
csvde.exe is the best option to add multiple users. As you just need to export the excel spreadsheet as a .csv file and make sure the parameters are correct.
You can use Csvde to import and export Active Directory data that uses the comma-separated value format.
Use a spreadsheet program such as Microsoft Excel to open this .csv file and view the header and value information.
References:
Exam Ref 70-410: Installing and Configuring Windows Server 2012 R2: Chapter 5: Install and administer Active Directory, Objective 5.2: Create and Manage Active Directory Users and Computers, p. 269
Question 80:
Your network contains several servers that run Windows Server 2012 R2 and client computers that run Windows 8.1.
You download several signed Windows PowerShell scripts from the Internet.
You need to run the PowerShell scripts on all of the servers and all of the client computers.
What should you modify first?
A. The environment variables on all of the servers B. The execution policy on all of the servers C. The execution policy on all of the client computers D. The environment variables on all client computers
C. The execution policy on all of the client computers
The default execution policy of Windows Server 2012 is RemoteSigned meaning that as long as a valid signature is used on the scripts, they will run. However, the client computers have a default execution policy of restricted meaning that no scripts will run in PowerShell whatsoever, so this would have to be changed before the scripts could be executed on the client computers.
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.