Q1. - (Topic 3)
Your development team uses Scrum as its process framework.
The business communicates a significant change in direction. The current sprint may become obsolete due to the changes.
You need to determine whether the current sprint should be canceled.
Under what circumstances should you cancel the current sprint?
A. Team members are not able to complete the tasks that were committed to for the sprint.
B. Major changes to have doubled the required time to complete the tasks.
C. Impediments cause the tasks to not be completed within the sprint.
D. The sprint goal becomes obsolete.
Answer: D
Explanation: Canceling a Sprint Rarely does a Sprint need to be canceled, but it does happen. If a Sprint’s forecasted work becomes irrelevant, then there is no reason to continue developing it. This can occur if the product or organization needs to change direction immediately due to a technology or market reason. Only the Product Owner has the authority to cancel a Sprint. He or she may do so under the advisement of others, including stakeholders, the Development Team, or the Scrum Master. Canceled Sprints require the Scrum Team to collaborate and decide if any done work is acceptable and potentially releasable. The Scrum Team should also re-estimate any undone work, returning it to the Product Backlog. The work done on partially completed PBIs depreciates quickly and may not have any value in the future. Needless to say, canceling a Sprint will generate waste.
Professional Scrum Development with Microsoft Visual Studio 2012 p.16
Q2. - (Topic 3)
Your company network includes Microsoft Visual Studio Team Foundation Server (TFS) 2012 and Microsoft System Center 2012.
You need to monitor your company’s application infrastructure.
What should you configure?
A. Event Log data collector
B. Configuration Manager
C. Application Controller
D. IntelliSense collector
E. Operations Manager
Answer: E
Explanation: Operations Manager is a component of Microsoft System Center 2012 that helps the organization monitor services, devices, and operations for multiple computers from a single console. This guide leads the reader through the process of planning the Operations Manager infrastructure by addressing the following fundamental decisions and tasks:
.
ullet Identifying which services, applications, and infrastructure need to be monitored.
.
ullet Determining the resources needed to employ Operations Manager to monitor the
selected resources.
.
ullet Designing the components, layout, security, and connectivity of the Operations
Manager infrastructure.
See "Microsoft System Center 2012 - Operations Manager Guide"
http://technet.microsoft.com/en-us/library/cc507089.aspx
Configuration Manager provides key management capabilities around application delivery, desktop virtualization, device management, and security that make it possible to enable productivity amidst device proliferation – while also reducing costs.
Application Controller provides a unified console that helps you manage public clouds and private clouds, as well as cloud-based virtual machines and services.
There is no such thing as IntelliSense collector.
Q3. - (Topic 2)
You are a test developer using Microsoft Test Manager (MTM).
You have copied a test case that has five parameters.
You need to change the parameter names in the new test case and keep the parameter
values intact.
What should you do?
A. For each parameter, click Rename parameter in the Parameter Values pane.
B. Replace the existing parameters with new, renamed parameters.
C. Edit each test step and rename the parameters.
D. Copy and paste the data values from the old parameters into new parameters.
Answer: D
Q4. - (Topic 2)
You are using Microsoft Test Manager (MTM). You are using the Microsoft Visual Studio Scrum 1.0 process template.
Your client has added new capabilities to a product in development, which necessitates a major change to existing test cases. The produc owner has created a new product backlog item (PBI) and has provided you a link to a document that explains these new requirements.
You need to provide easy access to the requirements document from the test cases.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. From the Test Suite window, add the requirement document by using Add Requirements.
B. From the Links tab, link the requirements document to the PBI.
C. From the Test Plan Manager, add a link to the PBI.
D. For each test case, use the Tested Backlog Items tab to add a link to the PBI.
Answer: B,D
Q5. - (Topic 2)
You create a set of test cases for a complex requirement.
The test cases should be listed in a specific order.
You need to configure a test suite and define the order of the test cases.
Which type of test suite should you configure?
A. Query-based
B. Static
C. Requirements-based
D. Order-based
Answer: B
167. - (Topic 2)
You are using Microsoft Visual Studio 2012.
A requirement has been removed and you need to update the five corresponding test cases to reflect this by changing their state.
You need to simultaneously update the state of these five test cases.
What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.)
A. In Team Explorer, run a query that returns the five test cases. In the Results pane, highlight all five test cases and click Refresh.
B. In MTM, run a query that returns the five test cases. In the Results pane, highlight all five test cases and click Run.
C. Navigate to Web Access, run the query that returns the five test cases, select the five test cases, and edit selected work items.
D. In Microsoft Excel, open a query that returns the five test cases. Update the State field of all of the work items. Click Publish.
E. In Team Explorer, run a query that returns the five test cases. In the Results pane, update the state and save each test case.
Q6. - (Topic 1)
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
Q7. - (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
Q8. - (Topic 2)
You run a manual test on an application by using Microsoft Test Manager (MTM). You have the following testing requirements:
. Collect the diagnostic data from the local machine, and
. Collect the diagnostic data from a remote SQL Server.
You need to identify the components required to configure the test environment to comply with these requirements.
Which two components should you choose? (Each correct answer presents part of the solution. Choose two.)
A. Configuration variables
B. Data collectors
C. Local and remote roles
D. Build controller
Answer: B,C
Q9. - (Topic 2)
While reviewing a bug in Microsoft Test Manager (MTM), you realize there is no test case covering the bug.
You need to create a test case from the bug, including test steps, and associate it with the test case for future reference.
What should you do?
A. In MTM, in the Verify Bugs activity, select the bug. Click Open test case.
B. Open a Visual Studio 2012 window. Select the bug and click Open test case.
C. In MTM, in the Verify Bugs activity, select the bug. Click Create test case from bug.
D. Open a Visual Studio 2012 window. Create a test case and associate it with the bug.
Answer: C
Q10. DRAG DROP - (Topic 1)
Your company has a Microsoft Visual Studio Team Foundation Server (TFS) 2013. The company uses a Microsoft SharePoint instance as part of the physical TFS setup.
The IT department is configuring scheduled backups.
You need to grant the system administrators the appropriate permissions to configure the scheduled backups.
Which permissions or roles should you assign to the system administrators? To answer, drag the appropriate permissions to the correct system. Each permissions may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Answer:
Topic 2, Volume B
Q11. DRAG DROP - (Topic 2)
You are using Microsoft Test Manager (MTM) to track bugs that have been found during testing.
You need to verify a bug by re-running the test case associated with the bug.
Which actions should you perform? (To answer, move the five appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Q12. - (Topic 2)
You are using Microsoft Test Manager (MTM) to run an automated test suite with 240 long-running tests.
In your test environment, you have set up four client machines to run these tests. You have assigned the Client role to all four machines.
You need to make sure that when you run the test suite, the tests are distributed equally over all four client machines.
What should you do?
A. Add an even amount of RAM to all four machines.
B. In the Test Controller Manager view, change the distribution property for the test controller to 4.
C. In the Content view, configure the test suite to use all four environments.
D. In the Test Controller Manager view, change the Weighting property for all four test agents to 60.
Answer: D
Q13. 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:
Q14. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You plan to design a shared steps work item with the possibility that it will be used with multiple rows of test data. You need to create a test case that contains the shared steps in multiple iterations. You
also need to provide different test data for each iteration. What should you do?
A. Create a copy of the shared steps work item and provide different values for the parameters in the original shared steps work item and its copy. Use the different shared steps work items in the test cases to get different test data.
B. Create an action recording of the shared steps work item and specify multiple parameter values while recording.
C. Provide default parameter values in the shared steps work item and provide different data in the test case for multiple iterations.
D. Provide multiple values for parameters in the shared steps.
Answer: C
Q15. DRAG DROP - (Topic 2)
You are using Microsoft Test Manager (MTM) to manage customer service bug reports.
A customer has reported a problem and provided documentation of the steps to reproduce the problem.
You need to use exploratory testing to create a bug and associate the bug to a new test case.
What should you do? (To answer, move the five appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
153. - (Topic 2)
You are using Microsoft Test Manager (MTM) to perform exploratory testing.
You need to insert an image into the comment area for the test run.
What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.)
A. Use the Add screenshot tool in the exploratory test runner and drag the selection box over the area of the screen you want to capture.
B. Capture the image you want to insert by using your favorite screen capture utility and paste the image into the comment area of the exploratory testing window.
C. Capture the image you want to insert by using your favorite screen capture utility and save the file to disk. Add the image as an attachment to the test run.
D. Capture the image you want to insert by using your favorite screen capture utility. Drag and drop the file onto the comment area from the Windows Explorer.