Q1. - (Topic 3)
Your development team uses the Microsoft Visual Studio Scrum 2.0 process template. You are the scrum master.
The product owner has created product backlog items and assigned them to a release.
You need to work with the development team to estimate when the release will be completed.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A. Review the sprint backlog.
B. Review the product backlog with the Forecast option set to on to determine if the release can be completed based on the team’s velocity.
C. Have the team create tasks for each item in the product backlog and assign hour estimates to the task.
D. Review the sprint burndown chart.
E. Set each team member’s per day capacity.
F. Establish a sprint duration and a sprint velocity. Create enough sprints to complete the release.
G. Estimate effort for each item in the product backlog.
Answer: B,F,G
Explanation: By using the forecasting tool in Web Access, you can plan the number of Sprints it will take to complete a set of work. The forecasting tool is available only in the Product Backlog, not any of the Sprint Backlogs. Prior to being able to use the forecasting tool, your Product Backlog must have PBI and Bug work items already created with the effort specified.
You can turn on forecasting by clicking the Off hyperlink next to Forecast on the right side of the backlog page. The first time you do this, Web Access prompts you for the Velocity. Using your Development Team’s Velocity, Web Access will add a Forecast column and horizontal lines to the Product Backlog. In the Forecast column, it will display the Sprint that it predicts the PBI or Bug work item will be developed in.
Professional Scrum Development with Microsoft Visual Studio 2012 p.165
Q2. - (Topic 2)
You are the product manager for Contoso, Ltd. You are using Microsoft Visual Studio to develop a new product.
Management wants to extend the audience for the new product to include Windows 8 devices. The development team creates an alpha copy of the application for initial testing. A main requirement is to test the application on a device that has never been used for testing.
You need to configure the device for testing after installing the remote debugger.
Which application should you use?
A. Microsoft Test Manager
B. Windows App Studio
C. Your Windows Store App
D. Microsoft Test Tools Adapter
Answer: A
Explanation: http://msdn.microsoft.com/en-us/library/jj635157.aspx
Q3. - (Topic 2)
You are using Microsoft Test Manager (MTM).
Your company has configured multiple test configurations.
You need to set all active test configurations as the default for all new test plans.
What should you do?
A. Select the Active state option for each test configuration.
B. Select the Default option for each test configuration.
C. Select multiple test configurations from the test plan.
D. Select the Assign to new test plans option for each test configuration.
Answer: D
Q4. - (Topic 2)
You are using Microsoft Test Manager (MTM). You are supporting a set of different
configurations for your product.
You plan to prepare the test plan by assigning the tester for each test case.
You need to configure the test plan to support this requirement.
What should you do?
A. Assign the tester to each combination of test case and configuration.
B. In the Assigned to field for each test case and configuration, select Tester.
C. Assign the tester as the configuration owner for each configuration.
D. Assign the tester to each combination of test suite and configuration.
Answer: A
Q5. - (Topic 1)
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
Q6. - (Topic 3)
You design a system architecture that specifies various inter-layer communications.
You need to ensure the validity of developers’ code against your architecture.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Create a layer diagram and specify the valid namespaces for each layer.
B. Create a gated check-in that runs a build that validates the rules defined in the layer diagram.
C. Use the architecture explorer to create a DGML model of the architecture.
D. Create a gated check-in that uses Code Analysis.
E. Create a gated check-in that runs a build that validates the rules defined in the DGML model.
Answer: A,B
Explanation: You can perform layer validation every time that you run a local build. If your team uses Team Foundation Build, you can perform layer validation with gated check-ins, which you can specify by creating a custom MSBuild task, and use build reports to collect validation errors.
http://msdn.microsoft.com/en-us/library/vstudio/dd409395.aspx
Q7. - (Topic 3)
You manage a software development project that includes multiple feature teams. The teams integrate their code into a shared code repository as frequently as possible.
You plan to configure a build definition by using the default build process template (DefaultTemplate.xaml).
You need to know when a check-in from a feature team has broken the build or caused a test to fail, without impacting the feature team.
What should you do?
A. Set the Analyze Test Impact parameter to True in the build process template.
B. Set the build trigger to Continuous Integration and enable automated testing.
C. Add the Builds check-in policy to your team project.
D. Create a shelveset command for pending changes. Queue a build using the latest source with the shelveset parameter.
Answer: B
Q8. - (Topic 1)
Your company has a deployment of Microsoft Visual Studio Team Foundation Server (TFS), as well as a proxy server at a development site in a different country.
You need to ensure that the proxy server can communicate with the TFS at headquarters via your company WAN.
Which network port should you use?
A. 80
B. 443
C. 8080
D. 8081
Answer: C
Explanation: http://msdn.microsoft.com/en-us/library/ms181475.aspx
Q9. - (Topic 1)
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:
. Developers should be able to use Visual Studio 2012 and earlier versions to work with the workspace. . Performance of the workspace should not be degraded when the number of items in the workspace increases. . The storage utilization of the developer local hard drive should be as minimal as possible.
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: B
Q10. - (Topic 3)
Your company is developing a web application by using the Microsoft Visual Studio Scrum
2.0 process template. The development team committed to deliver a set of Product Backlog Item (PBI) work items for the upcoming sprint.
You implement the initial tests for the PBIs in scope for the upcoming sprint. You plan to add more tests during the sprint.
You need to ensure that your test plan automatically includes any new tests.
What should you do?
A.
.
Create a Microsoft Excel spreadsheet that lists all the acceptance tests for the PBIs.
.
Use a Pivot table to report the test cases per PBI.
B.
.
Create test case work items for the acceptance tests.
.
Link these test cases to the PBI work items.
.
Add a query based test suite that selects all test cases linked with the PBIs in scope.
C.
.
Create test case work items for the acceptance tests.
.
Link these test cases to the associated PBI work items.
.
Add the PBIs to the test plan.
D.
.
Create test case work items for the acceptance tests.
.
Create a suite in Microsoft Test Manager (MTM) and add all test cases to this suite.
Answer: C