Q1. - (Topic 3)
Business analysts in your organization create large, extremely detailed requirements specifications.
Some business analysts report that developers are not delivering according to specifications.
You need to improve requirements management and delivery.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Require the business analysts to give the developers summaries of each requirement instead of the detailed specification.
B. Require the developers to prioritize requirements.
C. Use Microsoft PowerPoint storyboarding to improve the understanding of requirements.
D. Use the Feedback Manager tool to gather feedback from the business analysts regularly.
Answer: C,D
Q2. - (Topic 1)
Your network environment is configured according to the following table:
You install Microsoft SharePoint Enterprise 2010 on a new server.
You need to change the default site collection setting for your TFS installation.
What should you do?
A. From the TFS Administration Console, update the team project collection’s SharePoint default site location.
B. From IIS Manager, create an alternate access mapping for the new SharePoint default location.
C. From the TFS Administration Console, edit the SharePoint Web Application URL.
D. From the TFS Command Prompt, run the STSADM.exe command to change the TFS SharePoint default location.
Answer: A
Q3. - (Topic 2)
Your client has a Microsoft Visual Studio Team Foundation Server (TFS) 2013 installation with Lab Management. The client uses the Microsoft stack to test tools. The testing team
uses manual and automated testing.
You are testing the following two scenarios of Acceptance Criteria for the story:
Scenario 1
"Given a non-rewards member goes to the reservations site,
when entering Tampa, FL, as the city
and an arrival date of 12/25/2014
and a departure date of 1/1/2015,
then the website should show a hotel room with the price of $225 per night
and another hotel room with a price of $199 per night."
Scenario 2
"Given a non-rewards member goes to the reservations site,
when entering Denver, CO, as the city
and an arrival date of 1/25/2015
and a departure date of 1/27/2015,
then the website should show a hotel room with the price of $145 per night
and another hotel room with a price of $186 per night."
You need to create a flexible manual test case that can accommodate the two scenarios. The test should include three parameters, one for the city, one for the trip dates, and one for the results.
What should you do?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Explanation: Ref: http://msdn.microsoft.com/en-us/library/dd286655.aspx http://msdn.microsoft.com/en-us/library/vstudio/ee348616(v=vs.110).aspx
Q4. - (Topic 1)
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: D
80. - (Topic 1)
Your network environment includes a single Microsoft Visual Studio Team Foundation Server (TFS) 2012 server.
You are using the Default Template to build a solution that will be debugged by using IntelliTrace.
You need to ensure that symbols will be available to IntelliTrace for each build.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A. Update the build definition to set IndexSources to True.
B. Set up a UNC path to the symbol location (for example, \\sharename\symbols) and grant Full Control permissions to the user account under which the build agent is running.
C. Configure the build trigger for Continuous Integration.
D. Add the UNC path to the build’s list of working folders.
E. Update the build definition by configuring the UNC path to Publish Symbols.
Q5. - (Topic 2)
You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution Framework (MSF) for Agile Software Development process template. Your team has all required permissions to run the reports on the SharePoint project portal.
You need to track the progress on resolving bugs by your team for the past week.
Which Excel report should you run?
A. Bug Trends
B. Bugs by Assignment
C. Run the Team Trend report.
D. Bug Progress
Answer: A
Q6. - (Topic 3)
You have an ASP.MVC application running in production.
The application is experiencing intermittent slowdowns and client disconnections on the application tier.
You need to provide detailed execution trace information to the development team.
How should you capture this information?
A. File a bug work item in TFS directly from production.
B. Open the production server event logs in Visual Studio 2012 and create a TFS bug work item from the relevant exception messages.
C. Install and run the IntelliTrace Data Collector on the production application server(s).
D. Install and run the IntelliSense Semantics Collector on the production application server(s).
Answer: C
Q7. - (Topic 2)
You use Microsoft Test Manager (MTM) to manage your test environments.
You plan to test an ASP.NET website on various topologies (such as one-tier, two-tier, three-tier, and n-tier) to ensure that the website supports scalability.
You need to be able to deploy copies of predefined environments based on templates.
What should you do?
A. Create a System Center Virtual Machine Manager (SCVMM) environment for each topology and store them in the library. Use the library to deploy new environments.
B. Create new standard environments with physical machines.
C. Create new physical environments using physical machines.
D. Create new standard environments with machines that run under System Center Virtual Machine Manager (SCVMM).
Answer: A
Q8. - (Topic 3)
You are the product owner for a new application. You have the list of product backlog items (PBIs) with assigned business values for the first release of the application. You will be working with an established scrum master and development team. You know the team’s capacity and the planned sprint duration.
You need to plan the release schedule based on your existing backlog.
Which three actions should you and the team perform? (Each correct answer presents part of the solution. Choose three.)
A. Ask the development team to decompose the PBIs into individual tasks and estimate hours.
B. Ask the development team to provide high level estimates to complete each PBI.
C. Assign the PBIs to different sprints to define the release.
D. Use the TFS 2012 task board features.
E. Schedule the release using the Iteration Planning workbook.
F. Order the product backlog by business value.
Answer: B,C,E
Explanation: Not clear because according to Planning a release they say:
Note Release planning is no longer an official event in Scrum. It’s assumed that every
organization will do some level of release planning. As far as Scrum is concerned, keeping
the Product Backlog healthy and estimated is the best input for accurate release planning.
Professional Scrum Development with Microsoft Visual Studio 2012 p.160
Q9. - (Topic 3)
Your development team uses Scrum as its process framework and utilizes the Microsoft Solution Framework (MSF) for Agile Software Development 6.0 process template.
Your product owner requests making an internal system public. The request is top priority for the next sprint.
You need to determine if the team can commit to the request for the next sprint.
What should you do?
A.
.
Create user story work items for the request.
.
Provide story point estimates for each user story.
B.
.
Create user story work items for the request.
.
Record hour estimates in each user story.
C.
.
Create user story work items for the request.
.
Create child task work items for each unit of work.
.
Record hour estimates in each task.
D.
.
Create product backlog item work items for the request.
.
Create linked task work items for each unit of work.
.
Provide hour estimates for each task.
Answer: C
Q10. - (Topic 1)
Your organization uses a Microsoft Visual Studio Team Foundation Server (TFS) 2010 environment on a Windows Server 2008 R2 SP1 server.
The Windows Server 2008 R2 SP1 server has a SQL Server 2008 R2 environment, as well as a Microsoft Office SharePoint Foundation 2010 environment. Your organization wants to perform an in-place upgrade to the 2013 version of TFS.
You need to prepare the environment to meet the minimum requirements for the upgrade.
What should you do?
A. Upgrade SQL Server to SQL Server 2012 SP1.
B. Add a test lab server.
C. Upgrade the SharePoint Server to Microsoft Office SharePoint Server 2013, Enterprise edition.
D. Upgrade all tiers to Windows Server 2012.
Answer: C
Explanation: http://msdn.microsoft.com/en-us/library/ff803410(v=vs.100).aspx