getcertified4sure.com

Ultimate Guide: 70-496 test prep




Cause all that matters here is passing the Microsoft 70-496 exam. Cause all that you need is a high score of 70-496 Administering Visual Studio Team Foundation Server 2012 exam. The only one thing you need to do is downloading Examcollection 70-496 exam study guides now. We will not let you down with our money-back guarantee.

2021 Aug 70-496 practice test:

Q1. 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 


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

Version control is configured with one project collection and two team projects. Some users use 2010 and 2012 clients, such as Visual Studio and Team Explorer Everywhere. 

You need to ensure that users will be prompted by, and can satisfy, the comments check-in policy when using both 2010 and 2012 clients. 

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

A. Add the Changeset Comments policy in the team project collection’s source control settings. 

B. Add the Changeset Comments policy in the source control settings for each team project. 

C. Install the TFS 2010 Power Tools on all clients. 

D. Install the TFS 2012 Power Tools on all clients and configure the policy by using Team Explorer. 

E. Install the TFS 2010 and 2012 Power Tools on the TFS application tier and configure the policy by using Team Foundation Administrator. 

Answer: BC 


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

Developers frequently work from locations where there is no network connection. 

You need to ensure that developers are able to easily compare their current changes to the last version retrieved from version control. 

Which type of workspace should you configure? 

A. Server 

B. Local 

C. Server-synchronized 

D. Windows Azure 

Answer: B 


Q4. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your TFS environment currently consists of a single team project collection (TPC) named DevTPC, one build controller named BC-1, and one build agent named BA-1. 

You need to create a separate TFS test environment by cloning your existing environment. You need to achieve this goal by utilizing as few new TFS services as possible. 

Which of the following diagrams shows the correct architecture for solving this problem? 


A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: C 


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

You build a multi-tiered application that contains the following tiers: 

You need to modify the item template to meet the following requirements: 

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

A. Add a control to the work item FORM. For type, select WorkltemClassificationControl. 

B. Add a new FIELD called Custom.ApplicationTier Application Tier and configure its list of ALLOWEDVALUES LISTITEMS to be: 

. User Interface 

. Application Services 

. Integration Services 

. Database 

C. Add a control to the work item FORM. For type, select FieldControl. 

D. Add the attribute reportable^Dimension to the FIELD definition. 

E. Add the attribute reportable = Measure to FIELD definition. 

Answer: ABC 


70-496 sample question

Improved exams 70-496:

Q6. You are business analyst. You use MS Excel to add and edit work items of a team project. You store those work items in an offline worksheet. 

Recently your team project has been moved to another Team Project Collection. 

You need to connect the Microsoft Excel document containing the work items to the new Team Project Collection. 

What should you do from within Microsoft Excel? 

A. . Click the Publishing button on the Work Items group within the Team tab. 

. When prompted, select the new name of the Team Project Collection. 

B. . Click the Refresh button on the Work Items group of the Team. 

. When prompted, select the new name of the Team Project Collection. 

C. . Use the Server Connection option in the Configure dropdown of the Work Items group of the Team tab. 

. When prompted, select the new name of the Team Project Collection. 

D. . Disconnect from TFS from within the Team tab. 

. Reconnect to TFS from within the Team tab. 

. While reconnecting, provide the new name of the Team Project Collection when prompted. 

Answer: C 


Q7. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server named Server1, which has a single team project collection containing a number of team projects. 

You want to outsource some projects to a third-party development team that will connect to Server1 by using a virtual private network (VPN). 

You need to ensure that only the projects the team has access to are available in their team project collection. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) 

A. In the TFS Administration Console, select Clone team project collection. 

B. Use the TFSConfig.exe collection /attach CollectionDB: ServerName;DatabaseName /clone command to make a copy of the existing team project collection. 

C. Use the TFSConfiq.exe collection /attach CollectionDB: ServerName;DatabaseName command to make a copy of the existing team project collection. 

D. In the TFS Administration Console, create a new empty team project collection. 

E. Use the TFS Integration Platform to copy the required team projects to the new team project collection. 

F. In the TFS Administration Console, for both the original and cloned team project collections, delete the team projects the respective teams do not need. 

Answer: DE 


Q8. 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: B 


Q9. 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: A 


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: C