Tuesday, June 25, 2013

70-412 Question 18

70-412 Question 18

Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2. Both servers have the IP Address Management (IPAM) Server feature installed. You have a support technician named Tech1. Tech1 is a member of the IPAM Administrators group on Server1 and Server2. You need to ensure that Tech1 can use Server Manager on Server1 to manage IPAM on Server2. To which group on Server2 should you add Tech1? To answer, select the appropriate group in the answer area.
Hot Area:

Correct Answer:

Section: (none)
Explanation


Explanation/Reference:
http://www.microsoft.com/en-us/download/dlx/ThankYou.aspx?id=29012


Both WinRMRemoteWMIUsers_ and Remote Management Users have the exact same description. As such, I tested connecting with server manager remotely with a non-administrative account. I tried before adding to either group and got this error:

I then added to Remote Management Users and got this error:

--Note that this is due to access to the event log only.

Next I removed from Remote Management Users and added to WinRMRemoteWMIUsers_ and got this error:

The error is exactly the same and the explanation is due to event log.

In summary, Either one of these answers is correct, however since the document explicitly says use the "WinRMRemoteWMIUsers_" group, then that's what we gotta do

70-412 Question 17

70-412 Question 17

Your network contains an Active Directory domain named contoso.com. Domain controllers run either Windows Server 2008, Windows Server 2008 R2, or Windows Server 2012. You have a Password Settings object (PSOs) named PSO1. You need to view the settings of PSO1. Which tool should you use?

A. Get-ADDomainControllerPasswordReplicationPolicy
B. Get-ADDefaultDomainPasswordPolicy
C. Server Manager
D. Get-ADFineGrainedPasswordPolicy

Correct Answer: D
Section: (none)


Explanation
Explanation/Reference:

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

70-412 Question 16

70-412 Question 16

Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2. All servers run Windows Server 2012. Server1 and Server2 have the Network Load Balancing (NLB) feature installed. The servers are configured as nodes in an NLB cluster named Cluster1. Cluster1 hosts a secure web application named WebApp1. WebApp1 saves user state information locally on each node. You need to ensure that when users connect to WebApp1, their session state is maintained. What should you configure?

A. Affinity - None
B. Affinity - Single
C. The cluster quorum settings
D. The failover settings
E. A file server for general use
F. The Handling priority
G. The host priority
H. Live migration
I. The possible owner
J. The preferred owner
K. Quick migration
L. The Scale-Out File Server

Correct Answer: B
Section: (none)

Explanation
Explanation/Reference:

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



70-412 Question 15

70-412 Question 15

Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2. All servers run Windows Server 2012. Server1 and Server2 have the Failover Clustering feature installed. The servers are configured as nodes in a failover cluster named Cluster1. Cluster1 hosts an application named Appl. You need to ensure that Server2 handles all of the client requests to  the cluster for Appl. The solution must ensure that if Server2 fails, Server1 becomes the active node for Appl. What should you configure?

A. Affinity - None
B. Affinity - Single
C. The cluster quorum settings
D. The failover settings
E. A file server for general use
F. The Handling priority
G. The host priority
H. Live migration
I. The possible owner
J. The preferred owner
K. Quick migration
L. The Scale-Out File Server

Correct Answer: J
Section: (none)


Explanation
Explanation/Reference:

http://blogs.msdn.com/b/clustering/archive/2008/10/14/9000092.aspx
The preferred owner in a 2 server cluster will always be the active node unless it is down.

70-412 Question 14

70-412 Question 14

Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2. All servers run Windows Server 2012. Server1 and Server2 have the Failover Clustering feature installed. The servers are configured as nodes in a failover cluster named Cluster1. You add two additional nodes to Cluster1. You have a folder named Folder1 on Server1 that contains application data. You plan to provide continuously available access to Folder1. You need to ensure that all of the nodes in Cluster1 can actively respond to the client requests for Folder1. What should you configure?

A. Affinity - None
B. Affinity - Single
C. The cluster quorum settings
D.
The failover settings
E. A file server for general use
F. The Handling priority
G.
The host priority
H.
Live migration
I. The possible owner
J. The preferred owner
K.
Quick migration
L. The Scale-Out File Server

Correct Answer: L
Section: (none)


Explanation
Explanation/Reference:

http://technet.microsoft.com/en-us/library/hh831349.aspx
Scale-Out File Server for application data (Scale-Out File Server) This clustered file server is introduced in Windows Server 2012 and lets you store server application data, such as Hyper-V virtual machine files, on file shares, and obtain a similar level of reliability, availability, manageability, and high performance that you would expect from a storage area network. All file shares are online on all nodes simultaneously. File shares associated with this type of clustered file server are called scale-out file shares. This is sometimes referred to as active-active.

70-412 Question 13

70-412 Question 13

Your network contains a server named Server1 that runs Windows Server 2012. Server1 has the Hyper-Vserver role installed. Server1 hosts 10 virtual machines that run Windows Server 2012. You add a new server named Server2. Server2 has faster hard disk drives, more RAM, and a different processor manufacturer than Server1. You need to move all of the virtual machines from Server1 to Server2. The solution must minimize downtime. What should you do for each virtual machine?

A. Perform a quick migration.
B. Perform a storage migration.
C. Export the virtual machines from Server1 and import the virtual machines to Server2.
D. Perform a live migration.

Correct Answer: C
Section: (none)


Explanation

Explanation/Reference:

The different processor manufacturer is the key here. Storage, Live, and Quick all require same manufacturer.