It is impossible to pass Microsoft 70-499 exam without any help in the short term. Come to Examcollection soon and find the most advanced, correct and guaranteed Microsoft 70-499 practice questions. You will get a surprising result by our Renovate Recertification for MCSD: Application Lifecycle Management practice guides.
Q151. - (Topic 3)
You manage a development team that has been assigned the task of developing a reporting application. The team holds a kickoff meeting with the stakeholders to document user requirements.
You review the draft requirements list that results from this meeting.
You need to indicate which requirements likely will require rework before you can send the requirements list to the development team.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A. Identify requirements that are independent of other requirements. These requirements likely will need to be integrated with the other requirements.
B. Identify requirements that cannot be tested easily. These requirements likely will need details to make them more testable.
C. Identify requirements that do not have estimates. These requirements likely will need additional details before they can be approved.
D. Identify requirements that depend on other requirements. These requirements likely will need to be split.
E. Identify requirements that provide little business value. These requirements likely will need to be reconsidered.
Answer: C,D,E
Q152. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server.
You need to rebuild both the Team Foundation Data Warehouse and the SQL Server Analysis Services Cube from scratch.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Use Microsoft SQL Server Management Studio.
B. Use SQL Server Business Intelligence Development Studio.
C. Use Warehouse Control Web Service.
D. Use the Reporting section in Team Foundation Administration Console.
E. Restart SQL Server Analysis Services service, SQL Server service, and SQL Server Agent service by navigating to the Services option under Administrative Tools.
Answer: C,D
Q153. - (Topic 3)
You are using the Microsoft Solution Framework (MSF) for Capability Maturity Model Integration (CMMI) Process Improvement 6.0 process template.
A stakeholder has requested a change, but the change request has not received the attention that it requires.
You need to escalate the change request.
What should you do?
A.
.
Create an impediment work item.
.
Link the new impediment to the change request.
.
Escalate the impediment to get the change request on track.
B.
.
Create a bug work item.
.
Link the new bug to the change request.
.
Escalate the bug to get the change request on track.
C.
.
Create an issue work item.
.
Link the new issue to the change request.
.
Escalate the issue to get the change request on track.
D.
.
Create another change request work item.
.
Link the new change request to the change request.
.
Escalate the change request to get the change request on track.
Answer: D
Explanation: If a change request does not receive the attention that it requires, escalate the matter by creating an issue work item. Link the new issue to the change request, and escalate the issue to get the change request impact assessment on track.
http://msdn.microsoft.com/en-us/library/ee461569.aspx
Q154. - (Topic 3)
You are a technical team lead. Your company network includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server.
You are assigned to work on a project with an internal development team and an off-site vendor who is new to working with your company.
You need to ensure that the code delivered by the off-site vendor is of an acceptable quality, conforms to standards, and does not affect production support.
Which three actions should you perform? (Each correct answer presents a complete solution. Choose three.)
A. Implement custom and standard check-in policies to force compliance to standards, passing of unit tests, and running static code analysis.
B. Implement a branching and permissions strategy that isolates vendor changes.
C. Implement an email alert that is triggered when the off-site vendor’s developers check in code.
D. Implement a gated check-in build.
E. Implement a policy requiring developers to shelve their changes at the end of each day.
Answer: A,B,D
Q155. - (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
Q156. - (Topic 2)
You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution
Framework (MSF) for Agile Software Development process template.
You want to organize your test cases by relating them to the user stories for the application
under test.
You need to use a test suite that creates the Tests link type as you add test cases.
Which type of test suite should you create?
A. Static
B. Query-based
C. Linked
D. Requirements-based
Answer: D
Q157. - (Topic 2)
You are part of a test team that uses Microsoft Test Manager (MTM) on a project. The
project uses the Microsoft Visual Studio Scrum 2013 process template.
Your test team constantly adds new test cases.
You need to create a test suite that automatically includes all test cases related to the
Accounting section of the application.
What should you do?
A. Create a requirements-based test suite that includes all requirements with an Area Path of Accounting.
B. Create a query-based test suite that selects all test cases with an Area Path of Accounting.
C. Create a static suite that includes all test cases, and use the Filter option to only show accounting-related test cases.
D. Create a new query for all test cases with an Area Path of Accounting, and then copy the resulting test cases into a new test suite.
Answer: A
Explanation: http://msdn.microsoft.com/en-us/library/vstudio/dd286738(v=vs.110).aspx
Q158. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server named Server1, which has a single team project collection containing a number of team projects.
You want to outsource some projects to a third-party development team that will connect to Server1 by using a virtual private network (VPN).
You need to ensure that only the projects the team has access to are available in their team project collection.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. In the TFS Administration Console, select Clone team project collection.
B. Use the TFSConfig.exe collection /attach CollectionDB: ServerName;DatabaseName /clone command to make a copy of the existing team project collection.
C. Use the TFSConfiq.exe collection /attach CollectionDB: ServerName;DatabaseName command to make a copy of the existing team project collection.
D. In the TFS Administration Console, create a new empty team project collection.
E. Use the TFS Integration Platform to copy the required team projects to the new team project collection.
F. In the TFS Administration Console, for both the original and cloned team project collections, delete the team projects the respective teams do not need.
Answer: D,E
Q159. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server. A single build machine is installed with one controller and two agents. The working directories are configured to use the following working directory:
$(SystemDrive)\Builds\$(BuildAgentId)\$(BuildDefinitionPath).
Your system drive is running out of space and some builds often fail with the following error:
“The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.”
You need to meet the following requirements:
. Point the working path to drive D. . Construct a working directory that can be used to define the shortest unique path for each build agent it is used on.
What should you do?
A. Set the Build Agent working directory path to D: \BId\$(BuildAqentld)\$(BuildDetinitionPath).
B. Create a system variable named BuildDrive and set its value to D: \.
C. Set the Build Service working directory path to D: \BId\$(BuildAqentld)\$(BuildDefinitionPath).
D. Set the Team Foundation Build variable named $(BuildDrive) to the value D: \.
Answer: A
Q160. - (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