getcertified4sure.com

Top Refresh 70-499 latest exam Reviews!




Vivid of 70-499 test questions materials and cram for Microsoft certification for IT professionals, Real Success Guaranteed with Updated 70-499 pdf dumps vce Materials. 100% PASS Recertification for MCSD: Application Lifecycle Management exam Today!

Q11. - (Topic 1) 

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

The lead developer uses a large third-party library named Fabrikam. This utility requires thousands of files that none of the other developers use. 

You need to meet the following requirements: 

. Prevent Fabrikam files from being retrieved by the other developers. . Retrieve all files, including Fabrikam, for the lead developer. 

What should you do? 

A. 

Have each developer create a workspace mapping to root folder of the project. 

Cloak the Fabrikam folder in the lead developer’s workspace. 

B. 

Have each developer create a workspace mapping to root folder of the project. 

Cloak the Fabrikam folder in every team member’s workspace except the lead developer’s. 

C. 

Have each developer map the Fabrikam TFS folder to the local folder C: \ThirdParty. 

Within the workspace settings, ensure all other folders are cloaked. 

D. 

Keep the original workspace and within the Source Control Explorer, right-click on the UltraStats node anci seiect tne Map Working Folder option and map it to C: \UltraStats. 

Answer:


Q12. - (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:


Q13. - (Topic 3) 

You are an automation engineer for your company. Your Scrum team is defining processes 

for how your team should deliver products for product owner approval. 

Your development team is deciding what the definition of done should be. 

You need to contribute a test suite that will confirm each user story's level of done. 

Which test should you perform? 

A. Integration 

B. Security 

C. Performance 

D. System 

Answer:


Q14. DRAG DROP - (Topic 2) 

You are a test developer using Microsoft Test Manager (MTM). 

You are editing a test plan for a product. 

You need to supply a new custom configuration variable in the configuration setting for one 

of the test cases. 

In which order should you perform the actions in MTM? To answer, move all actions from 

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

Answer: 


Q15. - (Topic 2) 

You are using Microsoft Test Manager (MTM). 

A test case is already in production. 

You need to modify the test case to indicate it is being reworked. 

What should you do? 

A. Change the test case state to Design. 

B. Change the test case to Blocked. 

C. Change the test case state to Closed. 

D. Change the test plan state to Inactive. 

Answer:


Q16. - (Topic 3) 

You develop a solution that is managed in Microsoft Visual Studio Team Foundation Server (TFS) source control using three branches according the following table. 

The branch hierarchy is shown in the exhibit. (Click the Exhibit button.) 

..... 

A new project requires you to divide your team into two separate, and largely independent, teams named Feature Team 1 and Feature Team 2. Each team works on different features. 

You need to recommend an effective long-term strategy that: 

Allows parallel development, 

Allows independent feature releases, 

Minimizes conflicts, 

Supports integration, and 

Allows bug fixes to production code. 

What should you do? 

A. Instruct both feature teams work off the DEV branch. The teams should only check in when they are ready to integrate. 

B. Create two new folders named FB1 and FB2 at the same level as the other branches. Instruct Feature Team 1 to check in to FB1 and Feature Team 2 to check in to FB2. When the teams are ready to integrate, perform baseless merges from FBI to DEV and FB2 to DEV. 

C. Instruct Feature Team 1 to check in to the DEV branch and Feature Team 2 to check in to the MAIN branch. When the teams are ready to integration, the DEV branch will be merged into the MAIN branch. 

D. Create two branches off DEV named FB1 and FB2. Instruct Feature Team 1 to check-in to FB1 and Feature Team 2 to check-in to FB2. When a team is ready to integrate, FB1 or FB2 will be merged with DEV. 

Answer:


Q17. - (Topic 3) 

You are planning to develop a new application. 

You need to ensure that the code is easy to test and obtain high code coverage. 

What should you do? 

A. Create as many static methods as possible. 

B. Create a fake for each class that you are testing. 

C. Ensure that concrete classes depend only on other concrete classes. 

D. Ensure that each class has only one responsibility. 

Answer:


Q18. - (Topic 3) 

Your development team uses Microsoft Visual Studio Team Foundation Server (TFS) 2012 to develop and support an enterprise-wide web application. 

The system is too large to perform a manual smoke test. 

You need to ensure that the latest release to production has not broken anything. 

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

A. Create a new build definition with your tests configured for the production URI(s). Run the tests and have TFS report success or failure. 

B. Create a new virtual machine in Microsoft Test Manager (MTM) that mirrors your production environment. Create a new build that runs your test projects and have TFS report success or failure. 

C. Create a series of CodedUI Tests in Microsoft Visual Studio. 

D. Create a complete set of unit test projects within Microsoft Visual Studio 2012. 

Answer: B,C 


Q19. - (Topic 3) 

You are the lead developer and architect of a development team that develops line of business (LOB) applications. 

You need to define an architectural design process for the LOB applications. 

Which three architectural goals and principles should you adopt? (Each correct answer presents a complete solution. Choose three.) 

A. Build to change, instead of building to last. 

B. Model to analyze and reduce risk. 

C. Consider the team velocity. 

D. Use models and visualizations as a communication and collaboration tool. 

E. Baseline the architecture to ensure consistency and minimize deviation. 

Answer: A,B,D 

Explanation: Consider the following key principles when designing your architecture: Build to change instead of building to last. Consider how the application may need to change over time to address new requirements and challenges, and build in the flexibility to support this. Model to analyze and reduce risk. Use design tools, modeling systems such as Unified Modeling Language (UML), and visualizations where appropriate to help you capture requirements and architectural and design decisions, and to analyze their impact. However, do not formalize the model to the extent that it suppresses the capability to iterate and adapt the design easily. Use models and visualizations as a communication and collaboration tool. Efficient communication of the design, the decisions you make, and ongoing changes to the design, is critical to good architecture. Use models, views, and other visualizations of the architecture to communicate and share your design efficiently with all the stakeholders, and to enable rapid communication of changes to the design. Identify key engineering decisions. Use the information in this guide to understand the key engineering decisions and the areas where mistakes are most often made. Invest in getting these key decisions right the first time so that the design is more flexible and less likely to be broken by changes. 

http://msdn.microsoft.com/en-us/library/ee658098.aspx 


Q20. - (Topic 1) 

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

The Application Lifecycle Management (ALM) Center of Excellence of your organization has created a ruleset to perform the code analysis of the code being developed. 

You need to ensure that all developer’s code passes the static code analysis with the custom ruleset at the time of check in. 

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

A. Under the source control of the team project, check in the .ruleset file. 

B. Create a .reg file on your machine to add a registry entry for the Code Analysis policy with the custom ruleset under H KEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\1 11.0_Config\TeamFoundation\SourceControl\Checkin Policies. 

C. Distribute the .reg file that you have created to all developers and request them to run it with elevated privileges. 

D. Add Code Analysis check-in policy team project source control settings. When prompted, select the custom ruleset file by browsing under the source control. 

Answer: A,D