Want to know Testking 70-499 Exam practice test features? Want to lear more about Microsoft Recertification for MCSD: Application Lifecycle Management certification experience? Study Practical Microsoft 70-499 answers to Refresh 70-499 questions at Testking. Gat a success with an absolute guarantee to pass Microsoft 70-499 (Recertification for MCSD: Application Lifecycle Management) test on your first attempt.
Q21. - (Topic 1)
Your organization uses a Microsoft Visual Studio Team Foundation Server (TFS) 2010 environment on a Windows Server 2008 R2 SP1 server.
The Windows Server 2008 R2 SP1 server has a SQL Server 2008 R2 environment, as well as a Microsoft Office SharePoint Foundation 2010 environment. Your organization wants to perform an in-place upgrade to the 2013 version of TFS.
You need to prepare the environment to meet the minimum requirements for the upgrade.
What should you do?
A. Upgrade SQL Server to SQL Server 2012 SP1.
B. Add a test lab server.
C. Upgrade the SharePoint Server to Microsoft Office SharePoint Server 2013, Enterprise edition.
D. Upgrade all tiers to Windows Server 2012.
Answer: C
Explanation: http://msdn.microsoft.com/en-us/library/ff803410(v=vs.100).aspx
Q22. - (Topic 3)
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
256. - (Topic 3)
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
Q23. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. All requests pass through an HTTP proxy before reaching users.
You need to allow access to the server over HTTPS for remote workers.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Configure Basic authentication.
B. Configure SSL.
C. Configure Kerberos authentication.
D. Add the users to the user identities in Internet Information Services (IIS).
E. Configure a TFS proxy server.
Answer: A,B
Q24. - (Topic 3)
You are utilizing the Microsoft Visual Studio Scrum 2.0 process template.
Your development team uses the storyboard feature in Visual Studio 2012.
You need to ensure that there is consistency of user interface between different features of the product.
What should you do?
A. Create a design guide document with images of sample standard layouts. Provide a copy of this document to all team members.
B. Create custom storyboard shapes by using Microsoft PowerPoint that match your corporate standard user interface (UI) controls. Export these and make them available to the team as an import for use in all storyboards.
C. Create custom storyboard shapes in PowerPoint that match your corporate standard UI controls. Save the results as a PowerPoint template in the SharePoint site associated with the Team project collection. Instruct team members to import the shapes.
D. Create images of your UI controls as GIF/JPEG files that match your corporate standard UI controls. Export these and make them available to the team as an import for use in all storyboards.
Answer: B
201. - (Topic 3)
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
Q25. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your development team has a Visual Studio solution file that is used to build a software product.
A developer reports that when he retrieves the latest source file to his computer from TFS and performs a build, the build frequently breaks.
You need to provide a solution that prevents check-ins to TFS that will break developers’ builds.
What should you do?
A. Configure a Team Build for the project and set the build trigger to Continuous Integration. Then modify the build template to automatically roll back check-ins from failed builds.
B. Configure a Team Build for the solution and set the trigger to Gated Check-in.
C. Configure a Team Build for the solution and set the trigger to Schedule. Then modify the build template to automatically roll back check-ins from failed builds.
D. Configure a Team Build for the project and set the build trigger to Continuous Integration.
Answer: B
Q26. - (Topic 2)
You are a test developer using Microsoft Test Manager (MTM).
An application that you are testing has gone through a design change. The test case now has five test steps that contain obsolete parameters.
You need to completely remove these parameters, their data values, and their names, but keep the test steps intact.
What should you do?
A. Delete all of the data value iterations for the obsolete parameters by clicking Delete iteration in the Parameter Values pane.
B. Delete the obsolete parameters from the test case by clicking Rename parameter in the Parameter Values pane and replace the name with a blank replacement value.
C. Delete the test steps with the old parameters and insert a new test step in their place.
D. Delete the obsolete parameters from the test case by clicking Delete parameter in the Parameter Values pane and remove the parameter name from the test steps.
Answer: D
Q27. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. You have a development team named Devi that is already using the server.
You hire a second development team named Dev2.
You need to ensure that the development activities of Dev2 are completely isolated from those of Dev1.
What should you do?
A. Use the TFS Administration Console to create a new team project collection for Dev2.
B. Run the TFSConfiq collection /create [name] command.
C. Use the TFS Administration Console to branch a new team project collection for Dev2 from the one used by Dev1.
D. Use Visual Studio Team Explorer 2012 to create a new team project collection for Dev2.
Answer: A
Q28. DRAG DROP - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server with one project collection and multiple build machines.
A development team installs and configures a build service on a new build machine.
You need to be able to validate that the installation and configuration meets your organization’s requirements and follows its best practices.
At which service would you perform the following tasks? (To answer, drag the appropriate build component to the correct standards- checking task in the answer area. Each build component may be used once, more than once, or not at all.)
Answer:
Q29. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server.
You create a new project using the default Visual Studio Scrum 2.0 template. You want to inform the product owner when a Product Backlog Item (PBI) is ready for testing.
You need to ensure that when the development of a PBI has been completed, the tester is able to change the state of the item to be Ready for Acceptance Testing. You need to achieve this goal without developing custom code.
What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.)
A. Use the TFSFieldMapping command to map a new state for Product Backlog Item.
B. Use the Visual Studio Process Template editor to modify the Product Backlog Item template.
C. Write a Visual Studio Extension (VSIX) so developers can change the state in Visual Studio.
D. Modify the Product Backlog Item template XML and use the witadmin command to import the modified XML.
Answer: B,D
Q30. - (Topic 3)
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.
Answer: B,D