Simply by becoming a certifier with Microsoft 70-499 qualification demonstrate the actual understanding of the total array of skills essential for the actual expert. Your expert certifiers have a big demand lately. The revolutionary standard of demand keeps growing really quick utilizing each and every new installation of technological innovation world wide. This Microsoft 70-499 qualifications raise the visibilities of your accredited dish, plus entry the actual industry?¡¥s most challenging prospects.
Q81. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You need to develop test cases that trace to a set of requirements.
What should you do?
A. Add the requirements as test step attachments.
B. Add links from the test cases to the requirements.
C. Add links from the test suite to the requirements.
D. Add the requirements as test case attachments.
Answer: B
Q82. - (Topic 1)
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: B,D
Q83. - (Topic 1)
Your network environment includes a Team Foundation Server (TFS) 2012 named TFS1 that contains two project collections named PC1 and PC2. A build server named Bi is configured with a build controller named C1 and an agent named A1 that runs build definitions created in Pd.
A development team wants to create a gated check-in build definition on PC2.
You need to perform a supported infrastructure enhancement to run PC2 build definitions.
What should you do?
A.
.
Add a new build server (B2).
.
On the B2 build server, migrate controller C1 and install a new controller (C2) that connects to the PC2 project collection.
.
On the Bi build server, configure a second build agent (A2) that uses the C2 controller.
B.
.
Add a new build server (B2).
.
On the B2 build server, install a build controller (C2) that connects to the PC2 project collection.
.
On the B2 build server, configure a second build agent (A2) that uses the C2 controller.
C.
.
On the Bi build server, configure the C1 controller to connect to project collections PC1 and PC2.
.
On the Bi build server, update the Al agent to use controllers C1 and C2.
D.
.
On the Bi build server, configure the C1 controller to connect to project collections PC1 and PC2.
.
On the Bi build server, configure a second build agent (A2) that uses the C2 controller.
Answer: B
Q84. - (Topic 1)
You are the administrator of a Microsoft Visual Studio Team Foundation Server (TFS) system that uses version control proxies at remote sites to reduce the burden on the WAN.
The hard disk that stores the cache for a version control proxy server is upgraded to a
larger size.
Management wants to ensure that more of the disk is used but not all of it.
You need to ensure that the proxy always uses a maximum of 15 GB for caching.
What should you do?
A. Modify the caching policy to use a PercentageBasedPolicy.
B. Change the DataDirectory to include an additional path.
C. Change the caching policy to use a FixedSizeBasedPolicy.
D. Update the CacheDeletionPercent parameters.
Answer: A
Explanation: http://msdn.microsoft.com/en-us/library/ms400763(v=vs.100).aspx
Q85. DRAG DROP - (Topic 1)
Your team uses Microsoft Visual Studio Team Foundation Server (TFS) to manage automated builds.
You need to make modifications to one of your build definitions. You want your team to be able to queue new builds, but you want those builds to run only after you complete your changes.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Q86. - (Topic 2)
You are a test developer using Microsoft Test Manager (MTM).
An application that you are testing has gone through a design change. The test case now has five test steps that contain obsolete parameters.
You need to completely remove these parameters, their data values, and their names, but keep the test steps intact.
What should you do?
A. Delete all of the data value iterations for the obsolete parameters by clicking Delete iteration in the Parameter Values pane.
B. Delete the obsolete parameters from the test case by clicking Rename parameter in the Parameter Values pane and replace the name with a blank replacement value.
C. Delete the test steps with the old parameters and insert a new test step in their place.
D. Delete the obsolete parameters from the test case by clicking Delete parameter in the Parameter Values pane and remove the parameter name from the test steps.
Answer: D
Q87. DRAG DROP - (Topic 2)
Your team uses Microsoft Test Manager (MTM) to manage your test cases.
You need to execute a test case multiple times. Each time, the test case will have a different data value.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Q88. - (Topic 3)
You manage several developers who are working on multiple applications.
A business analyst requests an audit trail of work item changes for all prospective releases.
You need to implement a strategy to provide the audit trail.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Enable a check-in policy that requires a successful build prior to check-in.
B. Enable a check-in policy that requires a work item be associated with the check-in.
C. Enable static code analysis during the automated build.
D. Require developers to update the comments field of their tasks with details of any code changes for their tasks.
E. Request that developers enter the work item ID in the check-in comments for any code changes they make.
F. Enable the automated build option to associate work items with the build.
Answer: B,F
Q89. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You have been assigned to work on a test case for an application that is still in development. There have been changes to the test case.
You need to know what changes have been made.
What should you do?
A. Open the test case work item, click on Links, then view links of the linked type Versioned Item.
B. View the automatic collected change document on the Attachments tab.
C. Open the test case work item, click the Summary tab, and click All changes.
D. Add a link to a test change document from the test plan properties.
Answer: C
Q90. - (Topic 1)
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: C,D