getcertified4sure.com

The Secret of 70-499 free practice questions




Cause all that matters here is passing the Microsoft 70-499 exam. Cause all that you need is a high score of 70-499 Recertification for MCSD: Application Lifecycle Management exam. The only one thing you need to do is downloading Testking 70-499 exam study guides now. We will not let you down with our money-back guarantee.

2021 Sep 70-499 practice question

Q111. - (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 


Q112. - (Topic 3) 

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: A,C,E 

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 


Q113. DRAG DROP - (Topic 2) 

You are using Microsoft Test Manager to view user stories and tasks in a new team project. You are building a new query that must return both work item types in a single result set. The default clause Team Project = @Project is already specified. You need to complete the 

query. 

What should you do? (To answer, move the three appropriate actions from the list of 

actions to the answer area and arrange them in the correct order.) 

Answer: 

102. - (Topic 2) 

You are using Microsoft Visual Studio 2012 to manage test environments for your company. 

You need to set up a two-computer environment for running tests. The environment needs to include: 

. A client computer running Windows 7 and . A server computer running Windows Server 2008 R2 SP 1, which acts as the web server and the database server. 

The server computer has already been created using Microsoft System Center Virtual Machine Manager (SCVMM). 

You need to create a lab environment for testing this configuration. 

What should you do? 

A. Install a physical machine with the client configuration. Connect both the client and the existing SCVMM server computers with Visual Studio 2012 through the Server Explorer window. 

B. Install and configure a virtual machine with the client configuration by using Hyper-V. Connect both the client and the existing SCVMM server computers with Visual Studio 2012 through the Team Explorer window. 

C. Install a physical machine with the client configuration. Create a new SCVMM lab environment by combining both the client and the existing SCVMM server computers by using Lab Center in Microsoft Test Manager (MTM) 2012. 

D. Install a physical machine with the client configuration. Create a new standard environment, combining the client and the server machines by using Lab Center in Microsoft Test Manager (MTM) 2012. 

Answer: D 


Q114. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. You create a new build definition and select the Continuous Integration trigger. The build definition runs a build verification test. 

You discover that the build fails because the build verification test has not passed, even though compilation of the source code succeeds. 

You need to prevent further check-ins until the code passes the build verification test and the build succeeds. 

What should you do? 

A. Enable the Builds check-in policy. 

B. Configure the build definition’s source control folders to be read-only for the other developers. 

C. Enable the Testing check-in policy. Select the same test that is used as the build verification test to be run and passed for the check-in to succeed. 

D. Configure the server-side check-in event handler to roll back if the earlier build has failed. 

Answer: A 


Q115. DRAG DROP - (Topic 2) 

Your team uses Microsoft Test Manager (MTM) to manage test cases. 

You are creating manual test cases so that your team can run the tests as part of the test process. 

You need to ensure that testers have to specify whether a test step passes or fails before they finish running the test case. 

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: 


70-499 exam

Replace 70-499 study guide:

Q116. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. 

You are configuring a set of automated build servers for TFS that includes one build controller and four build servers, with TFS Build Agents installed on each. All build servers are configured with the same base set of software. 

You have a software component that is licensed for a single build server and can be installed on only one build machine. 

You need to configure a set of build definitions that rely on this software component to utilize the correct build machine. 

What should you do? 

A. Add the name of the software component and the name of the build agent it is installed on to the Installed Components list in the build controller properties. In the build definition, add the name of the software component to the Required Components list. 

B. Add a tag to the build agent (indicating which machine has the software installed) and reference this tag in the Tags Filter setting for the build definition that uses the software. 

C. Add a tag to the build agent (indicating which machine has the software installed) and reference this tag in the Name Filter setting for the build definition that uses the software. 

D. Add the name of the software component to the Installed Components list in the build agent properties. In the build definition, add the name of the software component to the 

Required Components list. 

Answer: B 


Q117. - (Topic 3) 

You are a developer. Your company has a Microsoft Visual Studio Team Foundation Server (TFS) installation for a project. The TFS installation uses the Microsoft Solutions Framework (MSF) for Agile Software Development project template. The developers have standard Contributor permissions, and the Scrum Master has Project Administrator permissions. 

The project development team performs time of regression testing of all stories at the end of each release. Defects are linked to the corresponding story. The team wants to view all completed user stories for release 1 with related open defects. This query needs to appear on the home page of the web portal. 

You need to create a query that includes the user story title, defect title, and the status of the defect. 

Which two actions should you perform? Each correct answer presents part of the solution. 

A. Using the Query editor, create a new Flat query named Rl Open Defects. Set Work Item Type to Defect, and set the State filter to <> Done. 

B. Using the Query editor, create a new direct links query named Rl Open Defects that links user stories by using the iteration filter Under, Release 1, and related Bugs. Filter the bugs by by State < > Done. 

C. Have the Scrum master right-click the query Rl Open Defects, and select add to team favorites. 

D. As a developer, from the Query menu, right-click the query Rl Open Defects, and select add to team favorites. 

Answer: B,C 


Q118. - (Topic 3) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your development team is using the Microsoft Framework (MSF) for Agile Software Development 6.0 process template. You have a number of user stories logged in TFS 

2012. 

Several user stories have external dependencies on an application programming interface (API) that is being developed by a third party. The interfaces for the API have already been agreed upon. 

You need to recommend how these external dependencies should be handled in your current sprint. 

What should you do? 

A. Add a resource to represent the third party and assign all the user stories that have dependencies on the API to this new resource. 

B. Add an agreed upon amount of effort to every user story that has dependencies on the API. 

C. Move all user stories that have dependencies on the API to the next sprint. 

D. Create mockups of the API using the agreed upon interfaces. Add user stories for integration testing to the backlog. 

Answer: D 


Q119. - (Topic 3) 

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 

Explanation: In Team Foundation Server, the Product Backlog Item (PBI) work item type enables the Scrum Team to capture all of these various requirements with as little documentation as possible. In fact, only the title field is required. Later, as more detail emerges, the PBI can be updated to include business value, acceptance criteria, and the Development Team’s latest estimation of effort. 

Professional Scrum Development with Microsoft Visual Studio 2012 p. 67 


Q120. - (Topic 2) 

You are a managing test cases by using Microsoft Test Manager (MTM). 

You create a new configuration. 

You need to select the new configuration for all test cases in a test suite. 

What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.) 

A. Select the new configuration as the default configuration for the test suite. 

B. Select the test suite and use Configurations to select the new configuration for the test suite. 

C. Select all of the test cases in the test suite and use Configurations to select the new configuration for the selected tests. 

D. Select the test suite and use Select test configurations for all tests to select the new configuration. 

Answer: C,D