Microsoft Administering and Deploying System Center 2012 Configuration Manager - 070-243 Exam Practice Test
DRAG DROP
DRAG DROP
Your company has two offices named Office1 and Office2.
You plan to deploy a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1)
Central Administrative site to Office1 and a primary site to Office2.
You need to identify which firewall ports you must allow between Office1 and Office2 for inter-site communication.
Which firewall ports should you identify? To answer, drag the appropriate ports to the correct locations. Each port may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

DRAG DROP
Your company has two offices named Office1 and Office2.
You plan to deploy a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1)
Central Administrative site to Office1 and a primary site to Office2.
You need to identify which firewall ports you must allow between Office1 and Office2 for inter-site communication.
Which firewall ports should you identify? To answer, drag the appropriate ports to the correct locations. Each port may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Correct Answer:

Explanation:

* File-based communication between sites uses the Server Message Block (SMB) protocol by using TCP/IP port 445.
* To replicate data between sites, Configuration Manager uses its own database replication service. The database replication service uses SQL Server change trackingto monitor the local site database for changes, and then replicates those changes to other sites by using a
SQL Server Service Broker. By default, this process uses the TCP/IP port 4022.
* Intrasite communication between the SQL Server database engine andvarious
Configuration Manager site system roles by default use port TCP 1433.
You recently migrated from System Center Configuration Manager 2007 to System Center
2012 Configuration Manager.
Your network contains a client computer that runs the 64-bit version of Windows 7 and the
3 2-bit version of Windows 7.
Some client computers have the Microsoft Application Virtualization (App-V) client installed.
You have an Application named App1.
You have a 64-bit version of App1, a 32-bit version of App1, and a virtual version of App1.
You need to deploy the Application to all of the client computers.
The solution must minimize the amount of administrative effort.
What should you do?
2012 Configuration Manager.
Your network contains a client computer that runs the 64-bit version of Windows 7 and the
3 2-bit version of Windows 7.
Some client computers have the Microsoft Application Virtualization (App-V) client installed.
You have an Application named App1.
You have a 64-bit version of App1, a 32-bit version of App1, and a virtual version of App1.
You need to deploy the Application to all of the client computers.
The solution must minimize the amount of administrative effort.
What should you do?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
You manage a system Center 2012 R2 Configuration Manager Service Pack 1 (SP1) deployment.
You need to create a custom report that will query the current hardware inventory data. The solution must minimize the possibility that the functionality of the report will be affected by any future service packs of Configuration Manager.
What should you include in the query?
You need to create a custom report that will query the current hardware inventory data. The solution must minimize the possibility that the functionality of the report will be affected by any future service packs of Configuration Manager.
What should you include in the query?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
HOTSPOT
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) stand- alone primary site.
You have a Configuration Manager application named App1 and a Configuration Manager package named Package1.
You need to ensure that App1 and Package1 are deployed only to Windows 8 computers.
In the table below, identify what to configure for App1 and Package1.
NOTE: Make only one selection in each column.

You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) stand- alone primary site.
You have a Configuration Manager application named App1 and a Configuration Manager package named Package1.
You need to ensure that App1 and Package1 are deployed only to Windows 8 computers.
In the table below, identify what to configure for App1 and Package1.
NOTE: Make only one selection in each column.

Correct Answer:

Explanation:

* Package1:
Creating A Program For The Package:
Etc.
Your network contains a System Center 2012 Configuration Manager environment.
Software Inventory and Hardware Inventory are enabled for all of the client computers.
All of the client computers have an Application named App1 installed.
App1 savesfiles to the C:\ABC folder.
All of the files saved by App1 have a file name extension of .abc.
You configure Software Inventory to inventory all of the files that have the .abc extension and the .exe extension.
After six months, you discover that some ofthe client computers failed to inventory .abc files. All of the client computers inventory .exe files.
You need to ensure that the .abc files are inventoried.
What should you do?
Software Inventory and Hardware Inventory are enabled for all of the client computers.
All of the client computers have an Application named App1 installed.
App1 savesfiles to the C:\ABC folder.
All of the files saved by App1 have a file name extension of .abc.
You configure Software Inventory to inventory all of the files that have the .abc extension and the .exe extension.
After six months, you discover that some ofthe client computers failed to inventory .abc files. All of the client computers inventory .exe files.
You need to ensure that the .abc files are inventoried.
What should you do?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Your network contains a System Center 2012 Configuration Manager environment.
You write the following query:
Select SYS.Name from SMS_R_System SYS
Join SMS_G_System_ADD_REMOVE_PROGRAMS ARP
On ARP.ResourceId = SYS.ResourceId
You need to create a list of all the client computers that have a version of Visual Studio installed.
What should you add to the query?
You write the following query:
Select SYS.Name from SMS_R_System SYS
Join SMS_G_System_ADD_REMOVE_PROGRAMS ARP
On ARP.ResourceId = SYS.ResourceId
You need to create a list of all the client computers that have a version of Visual Studio installed.
What should you add to the query?
Correct Answer: D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
HOTSPOT
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1).
You plan to create a device collection named Collection1.
You need to build the membership rule for Collection1. Members of Collection1 must have names that start with the word "Computer", followed by exactly one character.
How should you complete the WQL statement? To answer, select the appropriate options in the answer area.

You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1).
You plan to create a device collection named Collection1.
You need to build the membership rule for Collection1. Members of Collection1 must have names that start with the word "Computer", followed by exactly one character.
How should you complete the WQL statement? To answer, select the appropriate options in the answer area.

Correct Answer:

Explanation:

Box 1: SMS_R_System.Name
The SMS_R_System Windows Management Instrumentation (WMI) class is an SMS
Provider server class, in Configuration Manager, that is generated dynamically at SMS
Provider run time and contains discovery data for all discovered system resources.
Box 2: For relational operators that perform LIKE comparisons ("is like" or "is not like"), you can use wildcard characters within the string.
Box 3: Computer_
_ (underscore character)
Any one character.
HOTSPOT
HOTSPOT
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) primary site named S01 that includes the servers configured as shown in the following table.

You perform regular site backups by using Configuration Manager.
You create a test environment that is isolated completely from the production network. The
Active Directory configuration in the test environment and the production environment are identical.
A user named User1 plans to test disaster recovery procedures by using servers in the test environment. The servers are configured as shown in the following table.

User1 is a member of the Administrators group on ServerA and ServerB.
You need to enable User1 to reinstall Configuration Manager manually on ServerA and to use the Recovery Wizard to restore the database on ServerB.
What should you do? To answer, select the appropriate options in the answer area.


HOTSPOT
You have a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) primary site named S01 that includes the servers configured as shown in the following table.

You perform regular site backups by using Configuration Manager.
You create a test environment that is isolated completely from the production network. The
Active Directory configuration in the test environment and the production environment are identical.
A user named User1 plans to test disaster recovery procedures by using servers in the test environment. The servers are configured as shown in the following table.

User1 is a member of the Administrators group on ServerA and ServerB.
You need to enable User1 to reinstall Configuration Manager manually on ServerA and to use the Recovery Wizard to restore the database on ServerB.
What should you do? To answer, select the appropriate options in the answer area.


Correct Answer:

Explanation:

* When we have created thesystem management container, we must grant the site server's computer account the permissions that are required to publish site information to the container. Theprimary site servercomputer account must be granted Full Control permissions to the System Management container and all its child objects.
Your network contains a System Center 2012 R2 Configuration Manager Service Pack 1
(SP1) environment.
You create a report named Report1. Report1 is used by multiple users.
Users report that it takes too long to load Report1.
You need to reduce the amount of time it takes to load Report1.
What should you do?
(SP1) environment.
You create a report named Report1. Report1 is used by multiple users.
Users report that it takes too long to load Report1.
You need to reduce the amount of time it takes to load Report1.
What should you do?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
HOTSPOT
You have an Active Directory domain named contoso.com. The domain contains three servers named Server1, Server2, and Server3 that run Windows Server 2012 R2. Server1 is a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) primary site server.
You plan to install a primary site on Server2.
You need to ensure that Configuration Manager is managed centrally. The solution must minimize administrative effort.
What should you do before you deploy the primary site to Server2? To answer, select the appropriate options in the answer area.

You have an Active Directory domain named contoso.com. The domain contains three servers named Server1, Server2, and Server3 that run Windows Server 2012 R2. Server1 is a System Center 2012 R2 Configuration Manager Service Pack 1 (SP1) primary site server.
You plan to install a primary site on Server2.
You need to ensure that Configuration Manager is managed centrally. The solution must minimize administrative effort.
What should you do before you deploy the primary site to Server2? To answer, select the appropriate options in the answer area.

Correct Answer:

You have System Center 2012 R2 Configuration Manager installed on a production network and Configuration Manager Service Pack 1 (SP1) installed on a test network.
You use the test network to test the SP1 version of Configuration Manager before upgrading Configuration Manager on the production network.
On the test network, you create several Configuration Manager applications.
You need to make the applications on the test network available on the production network.
The solution must minimize administrative effort.
What should you do?
You use the test network to test the SP1 version of Configuration Manager before upgrading Configuration Manager on the production network.
On the test network, you create several Configuration Manager applications.
You need to make the applications on the test network available on the production network.
The solution must minimize administrative effort.
What should you do?
Correct Answer: C
Vote an answer
You enable Client Push.
You run Active Directory System Discovery.
You discover that some of the discovered computers do not have the System Center 2012 R2
Configuration Manager Service Pack 1 (SP1) client installed.
You need to identify why Client Push fails on some of the client computers.
Which log file should you review?
You run Active Directory System Discovery.
You discover that some of the discovered computers do not have the System Center 2012 R2
Configuration Manager Service Pack 1 (SP1) client installed.
You need to identify why Client Push fails on some of the client computers.
Which log file should you review?
Correct Answer: J
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Your network contains a System Center 2012 Configuration Manager environment.
You write the following query:
Select SYS.Name from SMS_R_System SYS
Join SMS_G_System_ADD_REMOVE_PROGRAMS ARP
On ARP.ResourceID = SYS.ResourceId
You need to create a list of all the client computers that have a version of Microsoft Office installed.
What should you add to the query?
You write the following query:
Select SYS.Name from SMS_R_System SYS
Join SMS_G_System_ADD_REMOVE_PROGRAMS ARP
On ARP.ResourceID = SYS.ResourceId
You need to create a list of all the client computers that have a version of Microsoft Office installed.
What should you add to the query?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).