getcertified4sure.com

A Review Of Download 70-496 questions




Exam Code: 70-496 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Administering Visual Studio Team Foundation Server 2012
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass 70-496 Exam.

Q1. Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server and several TFS 2012 build servers configured. 

You need to ensure that developers compile their own code against the latest code before checking their changes into source control. 

What should you do? 

A. Enable the check-out setting to download the latest copy of an item before checking it out. 

B. Create a build definition for the solution with a gated check-in trigger. 

C. Create a build definition for the solution with a continuous integration trigger. 

D. Create a build definition for the solution with a rolling builds trigger, and configure the Builds check-in policy. 

Answer:


Q2. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server that uses SharePoint and SQL Server 2012 Reporting Services (SSRS). 

You develop a custom report to track progress for all new projects. 

You need to ensure that the report is included in all new projects when they are created. 

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) 

A. Add the report file to the TfsReports folder on the reporting server. 

B. Add a report entry to the ReportsTasks.xml in the process template. 

C. Add the report file to the Reports folder for the process template. 

D. Add a report entry to the ProcessTemplate.xml in the process template. 

Answer: AD 


Q3. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and a virtual test infrastructure that uses Lab Manager 2012 and System Center Virtual Machine Manager (SCVMM) 2010. 

A new Hyper-V based virtual test environment is added to your network environment with its own SCVMM server. 

You need to reconfigure TFS to use the new SCVMM instance. 

What should you do? 

A. Run the TFS[.abContig.exe command. 

B. Use the TFS Administration Console. 

C. Use the Visual Studio Test Controller Configuration Tool. 

D. Use Microsoft Test Manager (MTM) in Lab Center mode. 

Answer:


Q4. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and Microsoft Lab Management (MLM) 2012. 

You need to create a new environment that will support the ability to include a snapshot of the environment in a bug report. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) 

A. Create a standard environment. 

B. Set up Hyper-V virtual machines using a virtual disk. 

C. Create an SCVMM environment. 

D. Install a test agent on each box in the environment. 

E. Set up Hyper-V virtual machines using a physical disk. 

Answer: BC 


Q5. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. 

The Application Lifecycle Management (ALM) Center of Excellence of your organization has created a ruleset to perform the code analysis of the code being developed. 

You need to ensure that all developer’s code passes the static code analysis with the custom ruleset at the time of check in. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) 

A. Under the source control of the team project, check in the .ruleset file. 

B. Create a .reg file on your machine to add a registry entry for the Code Analysis policy with the custom ruleset under H KEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\1 11.0_Config\TeamFoundation\SourceControl\Checkin Policies. 

C. Distribute the .reg file that you have created to all developers and request them to run it with elevated privileges. 

D. Add Code Analysis check-in policy team project source control settings. When prompted, select the custom ruleset file by browsing under the source control. 

Answer: AD 


Q6. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and Microsoft Lab Management (MLM) 2012. 

You want to create a clone of the development test environment in your domain that will support testing patches of your software while continuing to support release testing in the existing environment. 

You need to configure the environment to support network isolation. 

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.) 

A. Add each machine to a workgroup. 

B. Install a test agent into each machine. 

C. Add a NAT server to the environment. 

D. Configure the test agent in each machine. 

E. Store the environment in a library. 

F. Add a domain controller to the environment. 

Answer: ABF 


Q7. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. 

A user accidentally deletes a file from version control. 

You need to restore the deleted file to version control. 

What should you do? 

A. . Add a file with the same name in the same place in source control as the old file. 

. Right-click the file in the source control explorer and select Rollback. 

. Roll back the file to a change set right before the file was deleted. 

B. . In Visual Studio 2012 click Tools, then click Options. 

. Expand the Source Control option, select Visual Studio Team Foundation, and then select Show deleted items in the Source Control Explorer. 

. Right-click the file in Source Control Explorer and select Rollback. 

. Roll back the file to a changeset right before the file was deleted. 

C. . In Visual Studio 2012 click Tools, then click Options. 

. Expand the Source Control option and select Visual Studio Team Foundation, then select Show deleted items in the Source Control Explorer. 

. Right-click the file in Source Control Explorer and select Advanced, then select Get Specific Version. 

. Select a version of the file created right before the file was deleted. 

D. . In Visual Studio 2012 click Tools, then click Options. 

. Expand the Source Control option and select Visual Studio Team Foundation, then select Show deleted items in the Source Control Explorer. 

. Right-click the file in Source Control Explorer and select Undelete. 

Answer:


Q8. Your network environment is configured according to the following table: 

Your TFS environment is configured with the following URLs: 

You need to configure only the TFS URL to be the following fully qualified domain name (FQDN): http://tfs.contoso.com. You log on to the application-tier server. 

What should you do next? 

A. In the IIS Manager, select TFS Website and configure the host name with the friendly name. 

B. In the TFS Administration Console, go to the Change URIs dialog box and enter the friendly URL in the Notification URL text box. 

C. In the IIS Manager, select TFS Website and configure the server URL with the friendly name. 

D. In the TFS Administration Console, go to the Change URIs dialog box and enter the friendly URL in the Server URL text box. 

Answer:


Q9. Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server that uses default ports for communication. Visual Studio 2012 has been installed on your computer recently. 

You need to connect to the TFS server. 

What are two possible options for entering Name or URL in the Connect to TFS dialog box? (Each correct answer presents a complete solution. Choose two.) 

A. Tfs1 

B. http://tfs1:8080/tfs 

C. http://tfs1:8080 

D. http://tfs1 

Answer: AB 


Q10. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. 

You need to be able to trace bugs to the code that addresses the bug. 

What should you do? 

A. Enable the Work Items check-in policy. In the Edit options of the policy, select Bug from the list of work item types. 

B. Enable the Work Items check-in policy. In the Edit options of the policy, select the Active Bugs query. 

C. Enable the Work Items check-in policy and request that all developers associate the work item to the appropriate bug at the time of check-in. 

D. Enable the Changeset Comments check-in policy. 

Answer: