Want to know Exambible 70-499 Exam practice test features? Want to lear more about Microsoft Recertification for MCSD: Application Lifecycle Management certification experience? Study Guaranteed Microsoft 70-499 answers to Latest 70-499 questions at Exambible. Gat a success with an absolute guarantee to pass Microsoft 70-499 (Recertification for MCSD: Application Lifecycle Management) test on your first attempt.
Q21. DRAG DROP - (Topic 3)
You have a list of tasks entered into Microsoft Visual Studio Team Foundation Server (TFS) 2012. Each task has an estimated effort and assigned to a team member.
You have limited resources available. Due to external requirements, the start date and end date of the current iteration are fixed. Several of the tasks have dependencies on one another.
You need to identify a critical path.
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:
Q22. HOTSPOT - (Topic 1)
You are finalizing the setup of your Microsoft Visual Studio Team Foundation Server (TFS) deployment. The deployment includes SQL Server Reporting Services and Analysis Services, as well as Microsoft SharePoint Products.
You need to audit your infrastructure in order to confirm that the servers are provisioned within your TFS deployment.
Your audit worksheet is displayed in the following table.
Complete your audit for the Application Areas and required servers presented in the table. Use the drop-down menus to select the answer choice that completes each statement.
Answer:
Q23. - (Topic 2)
You plan to conduct a manual test for an ASP.NET website by using Microsoft Test Manager (MTM). You create a test plan named Calculate_Margin by using Testing Center in MTM.
You need to link all the test cases that belong to the Calculate_Margin test plan with new requirements that are stored as work items in Team Foundation Server 2012.
What should you do?
A. In the Links section of the test plan, click Add link to associate the requirements document.
B. Associate the requirements document with the test plan by name, then add a link by using the area path relevant to the requirements being tested.
C. Create the test cases within the test plan by using a Test Suite, then associate the new requirements by adding them as attachments to the test cases.
D. Click Add requirements from the Contents menu of the test plan and associate the new requirements.
Answer: D
Q24. - (Topic 2)
You are using Microsoft Test Manager (MTM).
Your company plans to support SQL Server and third-party databases for the application under test.
You need to test both the SQL Server and third-party databases using one test case to capture test results.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Add new database run options.
B. Add new database test settings.
C. Add a new database test configuration.
D. Add new database test configuration variables.
Answer: C,D
Q25. - (Topic 3)
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.
Answer: D
Explanation: 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
Q26. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You plan to organize the Priority 1 test cases into a test suite.
You need to create a test suite only for Priority 1 test cases.
Which type of test suite should you create?
A. query-based
B. priority-based
C. exploratory
D. requirements-based
Answer: A
Q27. - (Topic 2)
Your team uses Microsoft Test Manager to manage test cases. You are creating test plans for your team to use.
You need to update your test plan properties before your team creates test suites and test cases.
Which two test plan properties should you set? Each correct answer presents part of the solution.
A. Expected Results
B. Assigned Tester
C. Area Path
D. Owner
Answer: A,B
Explanation: http://msdn.microsoft.com/en-us/library/vstudio/dd286583(v=vs.110).aspx#AssignTests
Q28. - (Topic 1)
Your client’s network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012) server installed at its main office. Branch offices have limited bandwidth connecting to the main office.
Client team members at one of the branch offices report that it is taking too long to retrieve files from source control.
You need to speed up the source control access for their most commonly accessed files.
What should you do?
A.
.
Install a SQL server at the remote office and configure replication of the source control database from the main office to the SQL server at the remote office.
.
Install and configure a TFS proxy server at the remote office to use the replicated database.
.
Configure all the clients at the remote office to use the new proxy server
B.
.
Install a new TFS instance at the remote office and configure it to sync with the main office.
.
Configure all the clients at the remote office to connect to the new TFS instance.
C.
.
Install and configure a TFS proxy server at the remote office.
.
Configure all the clients at the remote office to use the new proxy server.
D.
.
Install and configure a TFS proxy server at the remote office.
.
Run the TFSConfig.exe command to redirect remote users to the TFS proxy server based on IP address.
.
Install and configure a TFS proxy server at the remote office.
.
Run the TFS Admin Console command to redirect remote users to the TFS proxy server based on IP address.
Answer: C
Q29. - (Topic 3)
You have a web application that should be automatically deployed to a standard environment, including two staging web servers. You USE the LabDefaultTemplate.11.xaml build process template for your build definition.
You plan to run automated tests on the application as part of the build process.
You need to configure the build definition to deploy the application.
What should you do?
A. Create deployment scripts to perform the deployment. In the Deploy section of the build process template, select Deploy the build and specify the computer names and the scripts to be executed.
B. In the build definition, specify the MS Build arguments as /p:DeployOnBuild=true;DeployTargetPackage.
C. Define separate drop folders for each web server.
D. In the build definition, specify Private Drop Location. Indicate the scripts to be executed after a successful build.
Answer: A
Q30. - (Topic 1)
Your network environment includes two Microsoft Visual Studio Team Foundation Server
(TFS) 2012 servers.
A remote site has two teams. Each team uses a different TFS instance. The developers at the remote site experience poor performance due to network bandwidth issues.
You need to relieve bandwidth by configuring Team Foundation server with the minimal components.
What should you do?
A.
.
Install an IIS Server at the remote site and add Output Caching Rules to the IIS instance.
.
Change user configurations at the remote site to use IIS server.
B.
.
Install a single TFS Proxy instance at the remote site, adding <Server> tags in TFProxy Proxy.contiq for each server instance.
.
Point all users at the remote site to the TFS Proxy server.
C.
.
Install a third TFS Server and move the projects that are used by the remote team from existing servers to the third server.
.
Point all users at the remote site to the new server.
D.
. Install a TFS Proxy server instance for each project team.
.
Point users from each project team at the respective TFS Proxy server.
Answer: B