100% Guarantee of 70-498 exams materials and rapidshare for Microsoft certification for consumer, Real Success Guaranteed with Updated 70-498 pdf dumps vce Materials. 100% PASS Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management exam Today!
Q1. You manage a geographically dispersed development team that uses the Microsoft Visual Studio Scrum 2.0 process template.
Each of the four locations has approximately six team members.
You need to optimize the team’s performance to minimize the impact of the geographic dispersion.
What should you do?
A. Setup a persistent video conference feed between the locations.
B. Use a phone conference line for daily standups. Use a paper-based planning board and take snapshots of the board after daily standups.
C. Organize the teams into a scrum of scrums, in which each location has a standalone team. Work off of a single product backlog and meet regularly with the leads of each scrum team.
D. Use electronic planning and a shared source control repository so that all team members are using a single set of sources.
Answer: C
Q2. You are developing an n-tier application. An architect has provided a layer diagram as shown in the exhibit image. (Click the Exhibit button.)
Your code is built as part of an automated team build.
A class in the data access layer is changed to utilize a utility class that resides in the business logic layer.
You need to ensure that the code and layer diagram are valid in a manner that follows good architectural and object oriented practices.
What should you do?
A. Create a new cross-cutting layer and refactor the utility class into the new layer, allowing the new layer to reference both the data access layer and the business logic layer.
B. Leave the layers the same and duplicate the utility class in both the data access layer and the business logic layer.
C. Create a new cross-cutting layer and refactor the utility class into the new layer, allowing the data access layer and business logic layer to have one-way dependencies to the new layer.
D. Change the dependency between the data access layer and the business logic layer to be bi-directional.
Answer: C
Q3. 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
Explanation: The most popular technique that Development Teams use during the Daily Scrum is to stand in a circle facing each other. Each developer, in turn, answers the following three questions:
1. What have I done since the last Scrum?
2. What will I do between now and the next Scrum?
3. What impediments are in my way?
Professional Scrum Development with Microsoft Visual Studio 2012 p.21
Q4. Your company is considering implementing an application lifecycle management (ALM) strategy.
You need to identify the return on investment (ROI) of implementing an ALM strategy.
Which three benefits should you recommend? (Each correct answer presents part of the solution. Choose three.)
A. Bug-free software releases
B. Latest best-of-breed tools specific for each role
C. Improved product quality
D. Shortened development cycles
E. Early user feedback
Answer: CDE
Q5. 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
Q6. Your company is developing a web application by using the Microsoft Visual Studio Scrum
2.0 process template. The development team committed to deliver a set of Product Backlog Item (PBI) work items for the upcoming sprint.
You implement the initial tests for the PBIs in scope for the upcoming sprint. You plan to add more tests during the sprint.
You need to ensure that your test plan automatically includes any new tests.
What should you do?
A. . Create a Microsoft Excel spreadsheet that lists all the acceptance tests for the PBIs.
. Use a Pivot table to report the test cases per PBI.
B. . Create test case work items for the acceptance tests.
. Link these test cases to the PBI work items.
. Add a query based test suite that selects all test cases linked with the PBIs in scope.
C. . Create test case work items for the acceptance tests.
. Link these test cases to the associated PBI work items.
. Add the PBIs to the test plan.
D. . Create test case work items for the acceptance tests.
. Create a suite in Microsoft Test Manager (MTM) and add all test cases to this suite.
Answer: C
Q7. You are assigned to manage a new development team that uses Microsoft Visual Studio Team Foundation Server (TFS) 2012 for application lifecycle management (ALM).
The development team works in a highly regulated environment.
You are required to:
Document and manage risks,
Document and manage change requests, and
Maintain a formal project issue log.
You need to select a development process for your team.
Which process template should you use?
A. Microsoft Solutions Framework (MSF) for Capability Maturity Model Integration (CMMI) Process Improvement 6.0
B. Microsoft Kanban 1.0
C. Microsoft Solutions Framework (MSF) for Agile Software Development 6.0
D. Microsoft Visual Studio Scrum 2.0
Answer: A
Q8. 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 team’s 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: BCE
Explanation: Not clear because according to Planning a release they say:
Note Release planning is no longer an official event in Scrum. It’s assumed that every organization will do some level of release planning. As far as Scrum is concerned, keeping the Product Backlog healthy and estimated is the best input for accurate release planning.
Professional Scrum Development with Microsoft Visual Studio 2012 p.160
Q9. You develop an n-tier application that includes the following components:
Database
Data access layer
Business logic layer
Presentation layer (website)
The database has approximately 100 tables and stores large amounts of data.
You need to select a unit testing strategy to verify the business logic layer.
What should you do?
A. . Create a mock data access layer.
. Configure the business logic layer to use the mock data access layer.
. Write tests against the business logic layer.
B. . Create a mock data access layer.
. Write tests against the mock data access layer.
C. . Create a mock business logic layer and a test database.
. Configure the data access layer to target the test database.
. Write tests against the business logic layer.
D. . Create a test database from a backup of the live database.
. Configure the data access layer to target the test database.
. Write tests against the data access layer.
Answer: A
Q10. 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: BFG
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