getcertified4sure.com

Point Checklist: 70 410 exam questions




Proper study guides for Avant-garde Microsoft Installing and Configuring Windows Server 2012 certified begins with Microsoft vce 70 410 preparation products which designed to deliver the High quality microsoft 70 410 questions by making you pass the 70 410 dumps test at your first time. Try the free exam 70 410 pdf demo right now.

Q261. - (Topic 3) 

You work as a senior 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, and all workstations have Windows 8 installed. 

You are running a training exercise for junior administrators. You are currently discussing the Always Offline Mode. 

Which of the following is TRUE with regards to the Always Offline Mode? (Choose all that apply.) 

A. It allows for swifter access to cached files and redirected folders. 

B. To enable Always Offline Mode, you have to satisfy the forest and domain functional-level requirements, as well as schema requirements 

C. It allows for lower bandwidth usage due to users are always working offline. 

D. To enable Always Offline Mode, you must have workstations running Windows 7 or Windows Server 2008 R2. 

Answer: A,C 

Explanation: 

There are no domain/forest/schema requirements, but clients must be running Windows 

8/Windows Server 2012 or later. 

Offline Files have four modes of operation: 

Online Slow link Auto offline Manual offline Offline Files transition between the three modes online, slow link and auto offline depending on connection speed. The user can always override the automatic mode selection by manually switching to manual offline mode. To determine the connection speed two pings with default packet size are sent to the file server. If the average round-trip time is below 80 ms (Windows 7) or 35 ms (Windows 8), the connection is put into online mode, otherwise into slow link mode. The latency value of 35/80 ms is configurable through the Group Policy setting Configure slow-link mode. Reads, Writes and Synchronization In online mode, changes to files are made on the file server as well as in the local cache (this induces a performance hit – see this article for details). Reads are satisfied from the local cache (if in sync). In slow link mode, changes to files are made in the local cache. The local cache is background-synchronized with the file server every 6 hours (Windows 7) or 2 hours (Windows 8), by default. This can be changed through the Group Policy setting Configure Background Sync. . In auto offline mode, all reads and writes go to the local cache. No synchronization occurs. . In manual offline mode, all reads and writes go to the local cache. No synchronization occurs by default, but background synchronization can be enabled through the Group Policy setting Configure Background Sync. 


Q262. - (Topic 3) 

Your network contains one Active Directory domain named contoso.com. The domain contains 10 domain controllers and a read-only domain controller (RODC) named RODC01. 

The domain contains an administrator account named Admin1. 

You need to prevent Admin1 from creating more than 100 objects in the domain partition. 

Which tool should you use? 

A. the ntdsutil command 

B. the Set-ADDomain cmdlet 

C. the Install-ADDSDomain cmdlet 

D. the dsadd command 

E. the dsamain command 

F. the dsmgmt command 

G. the net user command 

H. the Set-ADForest cmdlet 

Answer:

Explanation: 

Active Directory quotas are limits on the number of objects that a security principal (that has been delegated the Create Child Objects or Delete Child Objects permission) can own and create. To assign a quota to a security principal, you must use the directory services tools. The command and required parameters for assigning a quota to a security principal are as follows: 

dsadd quota –part <partition distinguished name> –qlimit <quotalimit> –acct <security prinicipal> 

Reference: Active Directory Quotas 

https://technet.microsoft.com/en-us/library/cc904295(v=ws.10).aspx 


Q263. - (Topic 1) 

You have a Hyper-V host named Server1 that runs Windows Server 2012 R2.Server1 has the virtual switches listed in the following table. 

You create a virtual machine named VM1.VM1 has two network adapters. One network adapter connects to vSwitch1. The other network adapter connects to vSwitch2.You configure NIC teaming on VM1. 

You need to ensure that if a physical NIC fails on Server1, VM1 remains connected to the network. 

What should you do on Server1? 

A. Run the Set-VmNetworkAdaptercmdlet. 

B. Add a new network adapter to VM1. 

C. Create a new virtual switch on Server 1. 

D. Modify the properties of vSwitch1 and vSwitch2. 

Answer:


Q264. - (Topic 3) 

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 R2 installed. 

Contoso.com has a server, named ENSUREPASS-SR13, which is configured as the primary DNS server in the Contoso.com domain. Contoso.com has another server, named ENSUREPASS-SR14, which makes use of ENSUREPASSSR13 for DNS queries. 

You want to make sure that running nslookup.exe from ENSUREPASS-SR14 produces a result that shows the proper name of the default server. 

Which of the following actions should you take? 

A. You should consider creating a reverse lookup zone on ENSUREPASS-SR14. 

B. You should consider creating a forward lookup zone on ENSUREPASS-SR14. 

C. You should consider creating a reverse lookup zone on ENSUREPASS-SR13. 

D. You should consider creating a forward lookup zone on ENSUREPASS-SR13. 

Answer: C

Explanation: 

When you start Nslookup from a command line, the following error message may be displayed: DNS request timed out timeout was x seconds Can’t find server name for address xxx.xxx.xxx.xxx: Timed out Default servers are not available Default Server: UnKnown Address: xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the Internet Protocol (IP) address of the host on which you are attempting to start Nslookup. CAUSE When Nslookup starts, it attempts to resolve the IP address of its host’s DNS server to its fully qualified domain name (FQDN). If the DNS server does not respond or if the DNS server’s reverse lookup zones do not contain a PTR record for the DNS server’s IP address, the error message is displayed. 


Q265. - (Topic 2) 

Your network contains an Active Directory domain named contoso.com. The domain 

contains a server named Server1.Server1 runs Windows Server 2012 R2. 

You create a group Managed Service Account named gservice1. 

You need to configure a service named Service1 to run as the gservice1 account. 

How should you configure Service1? 

A. From the Services console, configure the General settings. 

B. From Windows PowerShell, run Set-Service and specify the -StartupType parameter. 

C. From a command prompt, run sc.exe and specify the config parameter. 

D. From a command prompt, run sc.exe and specify the privs parameter. 

Answer:

Explanation: 

Executing the ss.exe command with the config parameter will modify service configuration. 

Topic 3, Volume C 


Q266. - (Topic 1) 

Your network contains an Active Directory forest. The forest contains a single domain named contoso.com. The domain contains four domain controllers. The domain controllers are configured as shown in the following table. 

All domain controllers are DNS servers. 

You plan to deploy a new domain controller named DC5 in the contoso.com domain. 

You need to identify which domain controller must be online to ensure that DC5 can be promoted successfully to a domain controller. 

Which domain controller should you identify? 

A. DC1 

B. DC2 

C. DC3 

D. DC4 

Answer:

Explanation: 

Relative ID (RID) Master: Allocates active and standby RID pools to replica domain controllers in the same domain. (corp.contoso.com). Must be online for newly promoted domain controllers to obtain a local RID pool that is required to advertise or when existing domain controllers have to update their current or standby RID pool allocation. The RID master is responsible for processing RID pool requests from all domain controllers in a particular domain. When a DC creates a security principal object such as a user or group, it attaches a unique Security ID (SID) to the object. This SID consists of a domain SID (the same for all SIDs created in a domain), and a relative ID (RID) that is unique for each security principal SID created in a domain. Each DC in a domain is allocated a pool of RIDs that it is allowed to assign to the security principals it creates. When a DC’s allocated RID pool falls below a threshold, that DC issues a request for additional RIDs to the domain’s RID master. The domain RID master responds to the request by retrieving RIDs from the domain’s unallocated RID pool and assigns them to the pool of the requesting DC At any one time, there can be only one domain controller acting as the RID master in the domain. 

The Infrastructure Master – The purpose of this role is to ensure that cross-domain object references are correctly handled. For example, if you add a user from one domain to a security group from a different domain, the Infrastructure Master makes sure this is done properly. As you can guess however, if your Active Directory deployment has only a single domain, then the Infrastructure Master role does no work at all, and even in a multi-domain environment it is rarely used except when complex user administration tasks are performed, so the machine holding this role doesn’t need to have much horsepower at all. 


Q267. - (Topic 1) 

Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2. Server1 runs Windows Server 2012 R2. Server2 runs Windows Server 2008 R2 Service Pack 1 (SP1) and has the DHCP Server server role installed. 

You need to manage DHCP on Server2 by using the DHCP console on Server1. 

What should you do first? 

A. From Windows PowerShell on Server1, run Install-Windows Feature. 

B. From Windows Firewall with Advanced Security on Server2, create an inbound rule. 

C. From Internet Explorer on Server2, download and install Windows Management Framework 3.0. 

Answer:

Explanation: 

When the DHCP role is installed, it appears that the firewall rules are automatically added, 

so C is not valid (not only that, but either way it is an existing rule that one would need only 

enable nonetheless, not create a new rule). This means you only need to add the DHCP 

Manager MMC snap-in which is a Role Administration Tool feature. 

So the correct answer must be B. 

References: 

Training Guide: Installing and Configuring Windows Server 2012 R2, Chapter 6 Network 

Administration, p.228 


Q268. HOTSPOT - (Topic 1) 

Your network contains an Active Directory domain named adatum.com. 

You create an account for a temporary employee named User1. 

You need to ensure that User1 can log on to the domain only between 08:00 and 18:00 

from a client computer named Computer1. 

From which tab should you perform the configuration? 

To answer, select the appropriate tab in the answer area. 

Answer: 


Q269. - (Topic 3) 

Your network contains two servers named Server1 and Server2 that run Windows Server 2012 R2. Server1 is a DHCP server that is configured to have a scope named Scope1. Server2 is configured to obtain an IP address automatically. 

In Scope1, you create a reservation named Res_Server2 for Server2. 

A technician replaces the network adapter on Server2. 

You need to ensure that Server2 can obtain the same IP address. 

What should you modify on Server1? 

A. The Name Protection settings of Scope1 

B. The MAC address of Res_Server2 

C. The Advanced settings of Res_Server2 

D. The Network Access Protection Settings of Scope1 

Answer:

Explanation: 

DHCP reservations are given based upon MAC address (at least on IPv4/DHCPv4). For clients that require a constant IP address, you can either manually configure a static IP address, or assign a reservation on the DHCP server. Reservations are permanent lease assignments that are used to ensure that a specified client on a subnet can always use the same IP address. You can use DHCP reservations for hosts that require a consistent IP address, but do not need to be statically configured. DHCP reservations provide a mechanism by which IP addresses may be permanently assigned to a specific client based on the MAC address of that client. The MAC address of a Windows client can be found running the ipconfig /all command. For Linux systems the corresponding command is ifconfig -a. Once the MAC address has been identified, the reservation may be configured using either the DHCP console or at the command prompt using the netsh tool. 

Media access control (MAC) address authorization functions in the same way as automatic number identification (ANI) authorization, but it is used for wireless clients and clients connecting to your network by using an 802.1X authenticating switch. Since the network adapter was replaced, you need to modify the MAC address on Server1 to ensure that Server2 can obtain the same IP address. 

Reference: http://technet.microsoft.com/en-us/library/dd197535%28v=WS.10%29.aspx 


Q270. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains a domain controller named DC5. DC5 has a Server Core Installation of Windows Server 2012 R2. 

You need to uninstall Active Directory from DC5 manually. 

Which tool should you use? 

A. The dsamain.exe command 

B. The ntdsutil.exe command 

C. The Remove-ADComputercmdlet 

D. The Remove-WindowsFeaturecmdlet 

Answer:

Explanation: 

The Remove-ADComputercmdlet removes an Active Directory computer. 

Example: Remove-ADComputer -Identity "FABRIKAM-SRV4" 

Remove one particular computer. 

References: 

http://technet.microsoft.com/en-us/library/ee662310.aspx 

http://support.microsoft.com/kb/216498 

http://technet.microsoft.com/en-us/library/ee617250.aspx