Q1. - (Topic 3)
You are a developer. Your company has a Microsoft Visual Studio Team Foundation Server (TFS) installation for a project. The TFS installation uses the Microsoft Solutions Framework (MSF) for Agile Software Development project template. The developers have standard Contributor permissions, and the Scrum Master has Project Administrator permissions.
The project development team performs time of regression testing of all stories at the end of each release. Defects are linked to the corresponding story. The team wants to view all completed user stories for release 1 with related open defects. This query needs to appear on the home page of the web portal.
You need to create a query that includes the user story title, defect title, and the status of the defect.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Using the Query editor, create a new Flat query named Rl Open Defects. Set Work Item Type to Defect, and set the State filter to <> Done.
B. Using the Query editor, create a new direct links query named Rl Open Defects that links user stories by using the iteration filter Under, Release 1, and related Bugs. Filter the bugs by by State < > Done.
C. Have the Scrum master right-click the query Rl Open Defects, and select add to team favorites.
D. As a developer, from the Query menu, right-click the query Rl Open Defects, and select add to team favorites.
Answer: B,C
Q2. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. You have two teams named Team A and Team B working on a team project.
You assign work items to a team area for each team. Each person belongs to only one team.
You need to provide read-only access to work items in the Team A area node to Team B by using the least number of permissions changes.
What should you do?
A. Set the View Work Items in This Node permission to allow Team B to access the Team A node.
B. Set the Edit Work Items in This Node permission for Team B as Deny for the Team A node.
C. Set the Edit Work Items in this Node permission for Team B as Deny to the Team A node and each child of the Team A node.
D. Set the View Work Items in This Node permission to allow Team B to access the Team
A team node and each child node.
Answer: B
Q3. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server with Microsoft SQL Server 2012 Reporting Services (SSRS) and Analysis Services (SSAS).
Users report that the data in their reports is out of date.
You need to view the status of the data warehouse. You also need to view the analysis database jobs and see when each last ran successfully.
What should you do?
A. From any computer on the network:
.
Browse to http: //<servername> : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx
.
Invoke the GetProcessingStatus operation.
B.
From the TFS server:
.
Browse to http : //<servername> : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx
.
Invoke the GetProcessingStatus operation.
C.
From the Team Foundation Server Administration Console:
.
Expand the application-tier tree.
.
Select Reporting.
.
View the Warehouse Database and Analysis Services Database status.
D.
From any computer on the network:
.
Use SQL Server Management Studio.
.
Connect to the SQL server that hosts the TFS databases.
.
Query the TFS configuration database's _LastUpdatedTime table.
Answer: B
Q4. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server.
You are configuring a set of automated build servers for TFS that includes one build controller and four build servers, with TFS Build Agents installed on each. All build servers are configured with the same base set of software.
You have a software component that is licensed for a single build server and can be installed on only one build machine.
You need to configure a set of build definitions that rely on this software component to utilize the correct build machine.
What should you do?
A. Add the name of the software component and the name of the build agent it is installed on to the Installed Components list in the build controller properties. In the build definition, add the name of the software component to the Required Components list.
B. Add a tag to the build agent (indicating which machine has the software installed) and reference this tag in the Tags Filter setting for the build definition that uses the software.
C. Add a tag to the build agent (indicating which machine has the software installed) and reference this tag in the Name Filter setting for the build definition that uses the software.
D. Add the name of the software component to the Installed Components list in the build agent properties. In the build definition, add the name of the software component to the
Required Components list.
Answer: B
Q5. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You plan to reduce the maintenance of test suites.
You need to create test suites for which the test cases are automatically added.
What are two possible types of test suites that achieve this goal? (Each correct answer
presents a complete solution. Choose two.)
A. Exploratory-based
B. Static
C. Query-based
D. Requirements-based
Answer: C,D
Q6. - (Topic 1)
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: A,D
Q7. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You have a shared steps work item that you want to hide in the Shared Steps Manager.
You need to ensure that only active shared steps work items are displayed.
What should you do?
A. Change the state of the shared steps work item to Closed, then customize the filter of the Shared Steps Manager view to display shared steps that have the status Active.
B. Delete the shared steps work item from all test cases where it is used, then delete the shared steps work item from the Shared Steps Manager.
C. For the shared steps work item, change the Show in Shared Step Manager setting to Do Not Show.
D. Change the state of the shared steps work item to Removed.
Answer: A
Q8. DRAG DROP - (Topic 1)
Your network environment is configured according to the following table:
You do not have budget to install a new machine.
You need to perform an in-place upgrade of your TFS1 server from TFS 2012.
What should you do? (To answer, move six appropriate actions from list of actions to the answer are and arrange them in the correct order)
Answer:
Q9. - (Topic 2)
You are using Microsoft Test Manager (MTM) to manage test cases.
You want to review all test cases with shared steps.
You need to build a direct links query that will generate a list of all test cases in the team
project that use a shared step.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A. Set the linked work items filter to Work item type = Shared Steps.
B. Set the main query to Team Project = @Project AND Work Item Type = Test Case.
C. Return all top-level work items.
D. Return only items that have the specified links.
E. Return only items that do not have the specified links.
Answer: A,B,D
Q10. - (Topic 3)
Your geographically dispersed development team is using the Microsoft Solution Framework (MSF) for Agile Software Development 6.0 process template.
You are developing an application that will function on several different types of mobile devices.
You need to ensure that developers have access to the designs for each device.
What should you do?
A. Create a Requirements work item type and attach the wireframe design.
B. Print the storyboards’ wireframe designs and tape them to the walls of the main development center.
C. Create a new task for each wireframe design.
D. Create wireframes in Microsoft PowerPoint and link them to the user stories.
Answer: D
210. - (Topic 3)
Your development team uses the Microsoft Solution Framework (MSF) for Agile Software Development 6.0 process template.
You need to determine the process to obtain the most accurate estimates for each user story in your product backlog.
What should you do?
A. Have the development team estimate and use the longest estimates.
B. Ask the product owner to provide the estimates.
C. Ask the scrum master to provide estimates.
D. Have the development team estimate until team members reach consensus.