70-496 | A Review Of Breathing 70-496 examcollection


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

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

You lead a team of testers that is testing a specific module of an application. You want to list only the test cases that are assigned to you testers. 

You need to create a query on work items of the type Test Case. 

What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.) 

A. . Create a team project level group for testers of your module. 

. Create a work item query that uses the = operator on the Assigned To field and the group of testers. 

B. . Create a team for testers of your module. 

. Create a work item query that uses the = operator on the Assigned To field and the team of testers. 

C. . Create a team project level group for testers of your module. 

. Create a work item query that uses the IN GROUP operator on the Assigned To field and the group of testers. 

D. . Create a team for testers of your module. 

. Create a work item query that uses the IN GROUP operator on the Assigned To field and the team of testers. 

Answer: CD 

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

Q24. You are performing capacity planning for three teams of developers. Each team is developing a different software module. Developers belong to only one team. 

You need to ensure that team members can edit only the work items of the module on which they are working. 

What should you do? 

A. . Create three teams under the Team Project for team members of three modules. 

. On the Security tab of the team give Edit work items in this node permission to that team for the corresponding area. 

. Deny that permission to other two teams. 

B. . Create three TFS groups at the Team Project level for team members of three modules. 

. Create three areas for the three modules. 

. For each area, on the Permissions tab of the groups, give Edit work items in this node permission to the group corresponding to that area. 

. Deny that permission to other two groups. 

C. . Create one TFS group at the Team Project level for the team members of the three modules. 

. Create three areas for the three modules. For each area, give Edit work items in this node permission to the group. 

D. . Create three teams under the Team Project for team members of three modules. 

. For each area corresponding to the team, give Edit work items in this node permission to that team. 

. Deny that permission to other two teams. 

Answer:

Q25. Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server installed at a main office. 

A TFS Proxy is installed at the branch office with a default port number. 

You need to access TFS from the branch office to add and manage work items. 

What should you do? 

A. Navigate to the Internet Options of your browser. In the LAN settings area, configure the name of the TFS proxy and enter the port number 8081. 

B. Navigate to the Internet Options of your browser. In the LAN settings area, configure the name of the TFS proxy and enter the port number 8080. 

C. In the Add/Remove Team Foundation Server dialog box within Visual Studio 2012, enter the name of the TFS server. 

D. From the Source Control section of Visual Studio 2012, enter the name of the proxy server and port number 8081. 

Answer:

Q26. Your client’s network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server installed at its main office. TFS Proxy has been installed at a branch office. 

You need to reconfigure the TFS Proxy Server to increase the percentage of disk used by the cache. 

What should you do? 

A. Use the Team Foundation Server Configuration Tool and adjust the percentage of disk used by TFS Server. 

B. Modify the web.confiq file of the Proxy Server service and increase the value of the PercentageBasedPolicy configuration item. 

C. Modify the TFS Global Web.confiq file and increase the value of the PercentagebasedPolicy configuration item. 

D. Modify the TFS Proxy config file and increase the value of the PercentageBasedPolicy configuration item. 

Answer:

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

Q28. Your network environment includes a multi-tier Microsoft Visual Studio Team Foundation Server (TFS) 2012 server implementation. Developers use Visual Studio 2012. 

Your team has just started developing a very large enterprise-scale application. 

You need to create a workspace for the new project that meets the following requirements: 

What should you do? 

A. Create a hybrid workspace. 

B. Create a server workspace. 

C. Create a server workspace and a Local workspace. Configure synchronization between both, and allow developers to utilize the local workspace. 

D. Create a local workspace. 

Answer:

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

You create a new project using the default Visual Studio Scrum 2.0 template. You want to inform the product owner when a Product Backlog Item (PBI) is ready for testing. 

You need to ensure that when the development of a PBI has been completed, the tester is able to change the state of the item to be Ready for Acceptance Testing. You need to achieve this goal without developing custom code. 

What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.) 

A. Use the TFSFieldMapping command to map a new state for Product Backlog Item. 

B. Use the Visual Studio Process Template editor to modify the Product Backlog Item template. 

C. Write a Visual Studio Extension (VSIX) so developers can change the state in Visual Studio. 

D. Modify the Product Backlog Item template XML and use the witadmin command to import the modified XML. 

Answer: BD 

Q30. 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: