Want to know Pass4sure 70-499 Exam practice test features? Want to lear more about Microsoft Recertification for MCSD: Application Lifecycle Management certification experience? Study Downloadable Microsoft 70-499 answers to Update 70-499 questions at Pass4sure. Gat a success with an absolute guarantee to pass Microsoft 70-499 (Recertification for MCSD: Application Lifecycle Management) test on your first attempt.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 70-499 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 70-499 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/70-499-exam-dumps.html
Q121. - (Topic 3)
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: C,D
Q122. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and a virtual test environment that uses Lab Management 2012 along with System Center Virtual Machine Manager (SCVMM) 2010.
You want to install a test virtual machine that is hosted within a lab environment.
You need to ensure that the test virtual machine can support all the features of Lab Management 2012.
Which component should you install on the test virtual machine?
A. Agents for Visual Studio 2012
B. Visual Studio Build Agent 2012
C. Visual Studio Test Agent 2012
D. Visual Studio Lab Agent 2012
Answer: A
Q123. - (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
Q124. - (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
Q125. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and a virtual test infrastructure that uses Lab Manager 2012 and System Center Virtual Machine Manager (SCVMM) 2010.
A new Hyper-V based virtual test environment is added to your network environment with its own SCVMM server.
You need to reconfigure TFS to use the new SCVMM instance.
What should you do?
A. Run the TFS[.abContig.exe command.
B. Use the TFS Administration Console.
C. Use the Visual Studio Test Controller Configuration Tool.
D. Use Microsoft Test Manager (MTM) in Lab Center mode.
Answer: A
Q126. - (Topic 3)
Your team uses a single team project for all development. You use the Microsoft Visual Scrum 2.0 process template to manage the software development process.
You have an external client help desk application that issues ticket numbers associated with each client support call.
You need to be able to query TFS and report on help desk ticket numbers from within bug work items.
What should you do?
A. Use the process template editor to modify the process template definition of the bug work item to include a new field.
B. Update the work item ID to match the help desk ticket ID.
C. Use the process template editor to modify the definition of the bug work item in use on the team project to include a new field.
D. Instruct the team to record the TFS bug work item IDs associated with any given help desk ticket in the help desk system.
Answer: C
Q127. DRAG DROP - (Topic 1)
Your network environment is configured according to the following table:
You do not have budget to install a new machine.
You need to perform an in-place upgrade of your TFS1 server from TFS 2012.
What should you do? (To answer, move six appropriate actions from list of actions to the answer are and arrange them in the correct order)
Answer:
Q128. DRAG DROP - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) server.
A developer has left the company and still has files checked out. The developer's computer is no longer available to undo the checkouts.
You need to undo any checked-out files for the user. You also need to delete the user's workspace.
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:
Q129. - (Topic 3)
A development team is attempting to use Scrum as its process framework. You join the team as the new scrum master.
During a meeting, a developer states that his “task is done.”
You need to describe to the team how the word “done” relates to Scrum.
What should you do?
A. The word “done” indicates that code has been approved for release to production.
B. The word “done” indicates that code compiles and has been unit tested.
C. The word “done” indicates that code has been approved through testing and quality assurance.
D. The word “done” must be defined, communicated, and agreed to by the team.
Answer: D
Explanation: The Definition of “Done” is a simple, auditable checklist created by the Development Team. It must be understandable by the Product Owner, the Scrum Master, and any stakeholders.
Professional Scrum Development with Microsoft Visual Studio 2012 p.36
Q130. - (Topic 3)
You are the lead software developer for your company. You are using Microsoft Visual
Studio 2012 and Test Driven Development to create a new commercial software product.
Management asks you to define unit testing standards that all developers will follow.
You need to design the first unit test for a new class.
What should you design the first unit test to do initially?
A. test a range of values
B. test exceptional cases
C. pass the base case
D. fail the base case
Answer: D
Explanation: You create the first test to fail the base case. Then based on the results of the failure, you implement the code to achieve a pass.
Ref: http://blog.cellenza.com/alm-2/visual-studio/tutorial-test-driven-development-with-visual-studio-2012/