Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management v9.0

Page:    1 / 7   
Exam contains 99 questions

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 teams 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,D

Your scrum team develops features for new applications and performs maintenance on legacy applications. The newer applications have unit tests, but there are very few tests for the legacy code.
Recently, bugs in the legacy code have been consuming resources that could be used for more important development.
You need to define an approach for building tests on the legacy code. You need to achieve this goal without affecting the teams delivery cadence on the new applications.
What should you do?

  • A. Write tests for legacy code between sprints.
  • B. Implement manual testing for bug fixes to legacy code.
  • C. Stop new development and write tests for most of the legacy code.
  • D. Continue development on the new applications, but write tests for any legacy code you work on as part of maintenance.


Answer : D

You manage a development team for a group of stakeholders that are physically remote from your development center. Stakeholders have blocked out dates and times on their schedules for your team.
The stakeholders are concerned that several of the project requirements will not meet their needs due to changing market conditions.
You need to ensure that the following requirements are met:
* Your team is doing effective and efficient work.
* The work is meeting the needs of the business.
* The projects timeline is not at risk.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

  • A. Institute a policy of sign-offs for each requirement and design document.
  • B. Develop a series of iterative proofs of concept that reflect a partial delivery of requirements and get feedback from the product owner.
  • C. Instruct the team to create a comprehensive set of design documents for each layer of the system. Schedule a review with the stakeholders to get their feedback.
  • D. Add a primary stakeholder to your team as the product owner.


Answer : BD

You develop a solution that contains an ASP.NET Model View Controller (MVC) application. You have a continuous integration build named CodeBuild which compiles the application. Your information technology (IT) department provides you with a virtual machine (VM) for testing purposes. The VM has Internet Information Services (IIS) 7.5 installed and configured.
Currently, developers publish to the VM directly from Visual Studio when the test team requests a deployment. The current release process is unreliable and burdensome to the development team.
You need to create an efficient and flexible method to automate the deployment of the website when requested by the test team.
What should you do?

  • A. Create a Powershell script that copies the website from the build drop folder to the test VM. Check in the script to TFS. Add an activity to the CodeBuild workflow that invokes the PowerShell script.
  • B. Create a standard environment using the test VM. Create a lab workflow named DeployBuild and select CodeBuild as the source build. Configure a deployment command to copy the website from the build drop folder to the IIS web directory. Instruct the test team to invoke the DeployBuild when they request a new release.
  • C. Customize the CodeBuild workflow to copy the website from the build drop folder to the IIS web directory on the test VM. Instruct the test team to invoke the CodeBuild when they wish to test.
  • D. Make the IIS Web Directory on the test VM a Universal Naming Convention (UNC) file share. Modify the CodeBuild, setting this share as the drop folder for the build. Instruct the test team to invoke the CodeBuild when they wish to test.


Answer : B

Your development team reports that the operations team is not providing sufficient information for the development team to efficiently diagnose problems in production.
You need to identify standard data that the operations team should provide when they submit requests to the development team.
Which two standard artifacts should you include? (Each correct answer presents part of the solution. Choose two.)

  • A. Test impact analysis.
  • B. Event log information.
  • C. IntelliTrace configuration file.
  • D. Performance monitor configuration file.
  • E. Name of the application, server(s), and issue description.


Answer : CD

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 : C

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 : CD

Your development team uses Scrum as its process framework.
You need to identify key metrics for measuring the effectiveness of any process changes.
Which three key metrics should you measure? (Each correct answer presents a complete solution. Choose three.)

  • A. Number of story points delivered during the sprint
  • B. Number of tasks added to the sprint after the sprint starts
  • C. Number of bugs reported by testers
  • D. Number of classes in the code-base
  • E. Number of items added to the Product Backlog
  • F. Number of manual test cases created


Answer : ABC

You design a system architecture that specifies various inter-layer communications.
You need to ensure the validity of developers code against your architecture.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

  • A. Create a layer diagram and specify the valid namespaces for each layer.
  • B. Create a gated check-in that runs a build that validates the rules defined in the layer diagram.
  • C. Use the architecture explorer to create a DGML model of the architecture.
  • D. Create a gated check-in that uses Code Analysis.
  • E. Create a gated check-in that runs a build that validates the rules defined in the DGML model.


Answer : AB

You are utilizing the Microsoft Visual Studio Scrum 2.0 process template.
You lead a development team that includes business analysts, developers, and testers.
You need to capture requirements and acceptance criteria. You also need to ensure that requirements and criteria can be versioned and tracked against individual test cases.
What should you do?

  • A. Create a document that details the requirements and acceptance tests. Store the document in TFS source control.
  • B. Create a document that details the requirements and acceptance tests. Store the document in the SharePoint site associated with the team project.
  • C. Add product backlog item (PBI) work items.
  • D. Create a spreadsheet that details the requirements and acceptance tests. Store the spreadsheet in TFS source control.


Answer : C

Your development team uses Microsoft Visual Studio Team Foundation Server (TFS) 2012 with the Microsoft Framework (MSF) for Capability Maturity Model Integration (CMMI) template.
You are reviewing outstanding issues with your team and trying to agree on whether you can mark a particular issue as resolved.
You need to determine whether the issue has been resolved.
Which two criteria must the team meet before the issue can be marked as resolved? (Each correct answer presents part of the solution. Choose two.)

  • A. All impediments under an issue have been completed.
  • B. All user stories under an issue have been completed.
  • C. Stakeholders are satisfied that the issue has been resolved.
  • D. All tasks under an issue have been completed.


Answer : CD

You are planning to develop a new application.
You need to ensure that the code is easy to test and obtain high code coverage.
What should you do?

  • A. Create as many static methods as possible.
  • B. Create a fake for each class that you are testing.
  • C. Ensure that concrete classes depend only on other concrete classes.
  • D. Ensure that each class has only one responsibility.


Answer : D

You are developing a release plan for a new project.
You need to create a risk management plan.
Which three activities or elements should you include in your plan? (Each correct answer presents a complete solution. Choose three.)

  • A. Probability assessment
  • B. Assumptions
  • C. Resolution planning
  • D. Impact analysis
  • E. Resource planning
  • F. Constraints


Answer : ACD

You develop a web application that will be automatically deployed to a staging web server on which Internet Information Services (IIS) 7 is installed.
You are defining a new build definition based on the DefaultTemplate.xaml build process template. This build definition will run every night and will publish the web application to a specific location.
You provide the following MSBuild arguments in your build definition:


You need to ensure that all prerequisites are installed and configured at the web server to support the build definition.
What should you do?

  • A. Install a self-signed server certificate for the site on which the web application is deployed.
  • B. Install Team Foundation Power Tools.
  • C. Install and configure Microsoft Web Deploy and Web Management Services.
  • D. Create an FTP site for the address staging.mycompany.com.


Answer : C

You are a scrum master.
You need to lead the daily scrum meeting.
Which three questions should you ask? (Each correct answer presents part of the solution.
Choose three.)

  • A. What will be done before the next meeting?
  • B. What went well?
  • C. What has been accomplished since the last meeting?
  • D. Are there any potential improvements?
  • E. What obstacles are in the way?
  • F. Is the burndown up to date?


Answer : ACE

Page:    1 / 7   
Exam contains 99 questions

Talk to us!


Have any questions or issues ? Please dont hesitate to contact us

Certlibrary.com is owned by MBS Tech Limited: Room 1905 Nam Wo Hong Building, 148 Wing Lok Street, Sheung Wan, Hong Kong. Company registration number: 2310926
Certlibrary doesn't offer Real Microsoft Exam Questions. Certlibrary Materials do not contain actual questions and answers from Cisco's Certification Exams.
CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.
Terms & Conditions | Privacy Policy