Microsoft 70-498 Online Practice
Questions and Exam Preparation
70-498 Exam Details
Exam Code
:70-498
Exam Name
:Delivering Continuous Value with Visual Studio Application Lifecycle Management
Certification
:Microsoft Certifications
Vendor
:Microsoft
Total Questions
:95 Q&As
Last Updated
:Dec 15, 2021
Microsoft 70-498 Online Questions &
Answers
Question 71:
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.
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.
Question 72:
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 team's 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.
D. Continue development on the new applications, but write tests for any legacy code you work on as part of maintenance.
Question 73:
You manage a development team that uses the Microsoft Visual Studio Scrum 2.0 process template.
You establish a product backlog, allocate backlog items for a sprint, and define the tasks required to complete the sprint.
You need to ensure that the agreed upon work is assigned to team members.
Who should be responsible for assigning work to team members?
A. Team members B. Product owner C. Scrum master D. Team lead
A. Team members
In Scrum, work should never be directed or assigned. When creating or updating a task, don't assign it to anyone who doesn't request the work. Professional Scrum Development with Microsoft Visual Studio 2012 p.183
Question 74:
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. 1. Create a Powershell script that copies the website from the build drop folder to the test VM. 2. Check in the script to TFS. 3. Add an activity to the CodeBuild workflow that invokes the PowerShell script. B. 1. Create a standard environment using the test VM. 2. Create a lab workflow named DeployBuild and select CodeBuild as the source build. 3. Configure a deployment command to copy the website from the build drop folder to the IIS web directory. 4. Instruct the test team to invoke the DeployBuild when they request a new release. C. 1. Customize the CodeBuild workflow to copy the website from the build drop folder to the IIS web directory on the test VM. 2. Instruct the test team to invoke the CodeBuild when they wish to test. D. 1. Make the IIS Web Directory on the test VM a Universal Naming Convention (UNC) file share. 2. Modify the CodeBuild, setting this share as the drop folder for the build. 3. Instruct the test team to invoke the CodeBuild when they wish to test.
B. 1. Create a standard environment using the test VM. 2. Create a lab workflow named DeployBuild and select CodeBuild as the source build. 3. Configure a deployment command to copy the website from the build drop folder to the IIS web directory. 4. Instruct the test team to invoke the DeployBuild when they request a new release.
Question 75:
You create a layered web application. The service layer includes a suite of nUnit tests for the code. The web application contains JavaScript and has no tests.
You configure a build agent running as a service and create an automated build.
You need to include unit testing in the development and automated build of the application. You need to achieve this goal with the least amount of impact to the development team.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Configure the build to use the existing nUnit tests. B. Create QUnit tests to test the Javascript in the web application. C. Use Coded UI Tests to test the JavaScript in the web application. D. Convert all the nUnit tests for the business logic layer into MSTests.
A. Configure the build to use the existing nUnit tests. B. Create QUnit tests to test the Javascript in the web application.
Question 76:
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.
C. Stakeholders are satisfied that the issue has been resolved. D. All tasks under an issue have been completed.
Review Issues for Resolution
After all tasks under an issue have been completed, the stakeholders should decide whether the issue has been resolved. http://msdn.microsoft.com/en-us/library/ee461539.aspx
Question 77:
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.
D. The sprint goal becomes obsolete.
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
Question 78:
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: s Your team is doing effective and efficient work.
The work is meeting the needs of the business. The project's 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.
B. Develop a series of iterative proofs of concept that reflect a partial delivery of requirements and get feedback from the product owner. D. Add a primary stakeholder to your team as the product owner.
Question 79:
Your geographically dispersed development team is using the Microsoft Solution Framework (MSF) for Agile Software Development 6.0 process template. You are developing an application that will function on several different types of mobile devices. You need to ensure that developers have access to the designs for each device.
What should you do?
A. Create a Requirements work item type and attach the wireframe design. B. Print the storyboards' wireframe designs and tape them to the walls of the main development center. C. Create a new task for each wireframe design. D. Create wireframes in Microsoft PowerPoint and link them to the user stories.
D. Create wireframes in Microsoft PowerPoint and link them to the user stories.
Question 80:
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
E. Operations Manager
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.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Microsoft exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 70-498 exam preparations
and Microsoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.