Microsoft 70-643 Online Practice
Questions and Exam Preparation
70-643 Exam Details
Exam Code
:70-643
Exam Name
:Windows Server 2008 Applications Infrastructure, Configuring
Certification
:Microsoft Certifications
Vendor
:Microsoft
Total Questions
:419 Q&As
Last Updated
:Dec 14, 2021
Microsoft 70-643 Online Questions &
Answers
Question 361:
You have a failover cluster that uses Cluster Shared Volumes (CSV). The cluster hosts two virtual machines (VMs) named VM1 and VM2. The cluster contains five networks. The networks are configured as shown in the following table.
You need to ensure that all of the network traffic related to Hyper-V live migration of the VMs occurs on Network3.
What should you do?
A. Set the metric of Network3 to 500. B. Set the metric of Network3 to 10,200. C. From Hyper-V Manager, modify the properties of VM1 and VM2. D. From Failover Cluster Manager, modify the properties of VM1 and VM2.
D. From Failover Cluster Manager, modify the properties of VM1 and VM2.
Your network contains an Active Directory domain named fabnkam.com. The domain contains a Web server named Web1 that runs Windows Server 2008 R2.
You create a new site named Site1.
You need to prevent Web1 from accepting HTTP URLs that are longer than 1,024 bytes.
Which feature should you configure?
A. Connection Strings B. Authorization Rules C. Request Filtering D. HTTP Response Headers
C. Request Filtering
Question 363:
You manage a Web server named Server1 that runs Windows 2008 R2 Server1 has the SMTP Server feature installed.
You need to verify whether you can connect to Server1 over port 25
Which tool should you use?
A. Ftp B. Services C. Security Configuration Wizard (SCW) D. Internet Information Services (IIS) 6.0 Manager E. Internet Information Services (IIS) Manager F. Iisreset G. Performance Monitor H. Windows Firewall I. Telnet J. Local Security Policy
I. Telnet
Question 364:
Your network contains a server named Server1 that runs Windows Server 2008 R2 Service Pack 1 (SP1).
You have a new server that contains one dynamic disk.
You plan to install Windows Server 2008 R2 Service Pack 1 (SP1) on the server.
You attempt to select the dynamic disk during the installation and you receive the following error message: "Windows cannot be installed to this hard disk space. The partition contains one or more dynamic volumes that are not supported for installation."
You need to install Windows Server 2008 R2 SP1 on the disk. Which Diskpart command should you run?
A. merge vdisk B. compact vdisk C. create D. filesystems E. rescan F. expand vdisk G. repair H. online I. offline J. GPT
Q
Prepares an existing dynamic simple volume to be used as a boot or system volume. Remarks On a master boot record (MBR) dynamic disk, this command creates a partition entry in the master boot record.
On a GUID partition table (GPT) dynamic disk, this command creates a partition entry in the GUID partition table.
Your network contains a domain controller named Server1 and a server named Server2. Server2 has the Windows Deployment Services (WDS) server role installed.
You open the Windows Deployment Services console and see several pending devices.
You right-click one of the devices and click Name and Approve.
You enter the computer name and receive the following error message: The parameter is incorrect.
You need to ensure that you can create new computer accounts and update existing computer accounts.
What should you do?
A. Assign the Server1 computer account permissions to the Computers container. B. Assign the Server2 computer account permissions to the Computers container. C. From Windows Deployment Services, change the Computer Account Location settings. D. From Windows Deployment Services, change the PXE Response Policy to Respond only to known client computers.
B. Assign the Server2 computer account permissions to the Computers container.
Approve a pending computer:
Read and write permissions to the C:RemoteInstall\MGMT folder (which contains Binlsvcdb.mdb). The actual account of an approved pending computer is created by using the server's authentication token, not the token of the administrator who is performing the approval. Therefore, in AD DS, you must grant rights to the Windows Deployment Services server's account (WDSSERVER$) to create computer account objects for the containers and OUs where the approved pending computers will be created.
To grant permissions to WDS to approve a pending computer
1.
Open Active Directory Users and Computers.
2.
Right-click the OU where you are creating prestaged computer accounts, and then select Delegate Control.
3.
On the first screen of the wizard, click Next.
4.
Change the object type to include computers.
5.
Add the computer object of the Windows Deployment Services server, and then click Next.
6.
Select Create a Custom task to delegate.
7.
Select Only the following objects in the folder . Then select the Computer Objects check box, select Create selected objects in this folder, and click Next.
8.
In the Permissions box, select the Write all Properties check box, and click Finish.
You manage a Web server named Server1 that runs Windows Server 200B R2. Server1 has five application pools.
You need to recycle one application pool without affecting the other application pools.
Which tool should you use?
A. System Configuration B. Iisreset C. Component Services D. Internet Information Services (IIS) 6.0 Manager E. Internet Information Services (IIS) Manager F. Local Security Policy G. Windows Firewall H. Ftp I. Security Configuration Wizard (SCW) J. Telnet
E. Internet Information Services (IIS) Manager
Question 367:
Your company has a server named VS1 that runs Windows Server 2008 R2 and Hyper-V. The VS1 server hosts 10 virtual servers.
A virtual server named VS-DB has one 64-GB fixed-size virtual hard disk (VHD). The VHD file name is disk1.vhd.
You discover that VS-DB utilizes only 5 GB of the VHD.
You turn off the VS-DB virtual server and want to regain the unused disk space on the VS1 physical server.
You need to configure VS-DB to make the disk1.vhd file as small as possible.
What should you do? (To answer, move the appropriate tasks from the list of tasks to the answer area and arrange them in the correct order.)
Select and Place:
Question 368:
Your company runs Terminal Services on a server named Server2. You need to prevent new sessions on the Terminal Server without affecting current user sessions. Which command should you run?
A. Change logon /disable B. Change user /execute disable C. Tskill /server:Server2 /A D. Taskkill /S Server2 /fi "MODULES eq TermSrv"
A. Change logon /disable
To prevent new sessions on the Terminal Server without affecting current user sessions, you need to run Change logon /disable command. This command disables subsequent logons from client sessions, but not from the console. This also ensures that the currently logged on users do not get affected.
You install the Web Server (IIS) server role on a new server that runs Windows Server 2008 R2.
You install a Microsoft .NET Framework 1.0 application on a Web site on the Web server. The company security policy states that all applications must run by using the minimum level of permission.
You need to configure the Web site application so that it has the permissions to execute without creating any other content and without accessing any operating system components.
What should you do?
A. Set the .NET Framework trust level to Full for the Web site. B. Set the .NET Framework trust level to Low for the Web site. C. Set the .NET Framework trust level to High for the Web site. D. Set the .NET Framework trust level to Medium for the Web site.
A. Set the .NET Framework trust level to Full for the Web site.
To configure the website application to have permission to execute without creating other content or accessing Windows Server 2008 system components, you should configure the .NET Framework website trust level to full.
In the .NET Framework, code access security controls access to resources by controlling how code runs. When a user runs an application, the common language runtime assigns the application to any one of the following five zones:
My Computer - The application code is hosted directly on the user's computer. Local Intranet - The application code runs from a file share on the user's intranet.
Internet - The application code runs from the Internet. Trusted Sites - The application code runs from a Web site that is defined as "Trusted" in Internet Explorer.
Untrusted Sites - The application code runs from a Web site that is defined as "Restricted" in Internet Explorer.
You can set the security level for each zone to High, Medium, Medium-low, or Low.
Reference: http://support.microsoft.com/kb/832742
Question 370:
Your network contains an Active Directory domain named adatum.com. The domain contains a server named Servers that has the Remote Desktop Services (RDS) server role installed and all of the RDS role services installed.
Servers is configured as a file server and a Remote Desktop services server.
You need to identify the number of available Remote Desktop Services client access licenses (RDS CALs) on Servers.
Which tool should you use?
A. Regedit B. Mstsc C. Netsh D. Rdpinit E. Dism F. Rdpsign G. Remote Desktop Connection Manager H. Remote Desktop Session Host Configuration I. Remote Desktop Gateway Manager J. Windows System Resource Manager (WSRM)
H. Remote Desktop Session Host Configuration
This server has all RDS roles installed, therefore it also has License Server Role.
On the license server, open Remote Desktop Licensing Manager. To open Remote Desktop Licensing Manager, click Start, point to Administrative Tools, point to Remote Desktop Services, and then click Remote Desktop Licensing Manager.
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-643 exam preparations
and Microsoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.