getcertified4sure.com

All About 70-499 download Jan 2021




Your success in Microsoft 70-499 is our sole target and we develop all our 70-499 braindumps in a way that facilitates the attainment of this target. Not only is our 70-499 study material the best you can find, it is also the most detailed and the most updated. 70-499 Practice Exams for Microsoft 70-499 are written to the highest standards of technical accuracy.

Q1. - (Topic 2) 

You are using Microsoft Test Manager (MTM). 

Your company has configured multiple test configurations. 

You need to set all active test configurations as the default for all new test plans. 

What should you do? 

A. Select the Active state option for each test configuration. 

B. Select the Default option for each test configuration. 

C. Select multiple test configurations from the test plan. 

D. Select the Assign to new test plans option for each test configuration. 

Answer:


Q2. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Developers use Visual Studio 2012 to maintain a library of commercial .NET components provided for sale by your company. 

You release new versions quarterly and provide support for the four most recent versions. When issues are logged with previous versions it is time-consuming for your developers to locate and associate the correct version of debugging symbols and source code. 

You need to streamline the process for debugging prior versions of your library. 

What should you do? 

A. When it is time to deploy each quarterly update, copy the release binaries into version control. 

B. Within the build definition, set the Index Sources property to True and provide a path for the symbols. Add this path to the list of symbol file locations in Visual Studio when debugging that particular version. 

C. When it is time to deploy each quarterly update, label the source code with the version number being released. 

D. Enable IntelliTrace within Visual Studio. Within the build definition, set the IntelliTrace option to True. 

Answer:


Q3. 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: 


Q4. - (Topic 3) 

Your team uses Microsoft Visual Studio Team Foundation Server {TFS) to manage your software projects. The operations team uses System Center Operations Manager (SCOM) and configures synchronization with TFS by using TFS Work Item Synchronization Management Pack. 

You need to send information about production errors, including IntelliTrace information from System Center, to the software development team. 

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

A. Assign an existing Application Error from System Center to the development team by using the TFS connector and opening an error alert. Select the Assign to Engineering option from the Alert Status menu. 

B. From System Center, select an existing alert, and enable full IntelliTrace collection by using the tasks panel. Once the IntelliTrace file is associated to the alert select the Assign to Engineering option from the Alert Status menu. 

C. From the TFS Administration Console, select the Import IntelliTrace files menu, and associate the IntelliTrace file to a new work item. 

D. From System Center, select an existing alert, and enable the full IntelliTrace collection by using the tasks panel. Once the IntelliTrace file is associated to the alert, create a new work item in TFS, and add a link to the new System Center alert. 

Answer: B,D 

284. - (Topic 3) 

You are a lead developer for your company. You are responsible for a managed application with an existing codebase. 

Customers report that the software is unstable. Management wants you to lead an effort to add unit testing to the application. 

You need to identify the part of the application that will benefit most from adding unit tests. The goal is to achieve better software quality for the most users. 

Which section of code should you target? More than one answer choice may achieve the goal. Select the BEST answer. 

A. code that has remained unchanged for years 

B. code that is complicated but rarely executed 

C. code that was recently added to the project 

D. code to which many bug reports have been traced 

Answer:


Q5. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server and several TFS 2012 build servers configured. 

You need to ensure that developers compile their own code against the latest code before checking their changes into source control. 

What should you do? 

A. Enable the check-out setting to download the latest copy of an item before checking it out. 

B. Create a build definition for the solution with a gated check-in trigger. 

C. Create a build definition for the solution with a continuous integration trigger. 

D. Create a build definition for the solution with a rolling builds trigger, and configure the Builds check-in policy. 

Answer:

65. - (Topic 1) 

You network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server with a build configuration of a single controller and numerous multi-agent computers. 

You develop a variety of build types that require unique tools and specific computer’s capacities. 

You need to ensure that each build gets routed to one of the set of build computers configured to handle its build needs. 

What should you do? 

A. Match the name of your build definition to the corresponding build controller. 

B. Match the build configuration of your build definition to the corresponding build agents. 

C. Match the tags of your build definition to the corresponding build controller. 

D. Match the tags of your build definition to the corresponding build agents. 

Answer:


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


Q7. - (Topic 1) 

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

A user accidentally deletes a file from version control. 

You need to restore the deleted file to version control. 

What should you do? 

A. 

Add a file with the same name in the same place in source control as the old file. 

Right-click the file in the source control explorer and select Rollback. 

Roll back the file to a change set right before the file was deleted. 

B. 

In Visual Studio 2012 click Tools, then click Options. 

Expand the Source Control option, select Visual Studio Team Foundation, and then select Show deleted items in the Source Control Explorer. 

Right-click the file in Source Control Explorer and select Rollback. 

Roll back the file to a changeset right before the file was deleted. 

C. 

In Visual Studio 2012 click Tools, then click Options. 

Expand the Source Control option and select Visual Studio Team Foundation, then select Show deleted items in the Source Control Explorer. 

Right-click the file in Source Control Explorer and select Advanced, then select Get Specific Version. 

Select a version of the file created right before the file was deleted. 

D. 

In Visual Studio 2012 click Tools, then click Options. 

Expand the Source Control option and select Visual Studio Team Foundation, then select Show deleted items in the Source Control Explorer. 

Right-click the file in Source Control Explorer and select Undelete. 

Answer:

80. - (Topic 1) 

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

You are using the Default Template to build a solution that will be debugged by using IntelliTrace. 

You need to ensure that symbols will be available to IntelliTrace for each build. 

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

A. Update the build definition to set IndexSources to True. 

B. Set up a UNC path to the symbol location (for example, \\sharename\symbols) and grant Full Control permissions to the user account under which the build agent is running. 

C. Configure the build trigger for Continuous Integration. 

D. Add the UNC path to the build’s list of working folders. 

E. Update the build definition by configuring the UNC path to Publish Symbols. 

Answer: A,B,C 


Q8. - (Topic 1) 

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

Developers spend a significant amount of time dealing with the improper merging of change sets. 

You need to ensure that developers are prevented from encountering merges. 

What should you do? 

A. 

Require all developers to utilize a local workspace. 

Within the Source Control Settings box, select the Enable get latest on check-out option. 

B. 

Require all developers to utilize a server workspace. 

Within the Source Control Settings box, clear the Enable multiple check-out option. 

C. 

Require all developers to utilize a server workspace. 

Within the Source Control Settings box, select the Enable get latest on check-out option. 

D. 

Require all developers to utilize a local workspace. 

Within the Source Control Settings box, clear the Enable multiple check-out option. 

Answer:


Q9. - (Topic 2) 

You are using Microsoft Test Manager (MTM) to manage your testing efforts. 

You plan to use the Recommended tests feature to assist in identifying tests to run against a Windows Presentation Foundation rich client application. When you select a new build, no recommended tests are displayed. 

You need to configure the data collectors to enable the feature. 

Which data collector should you configure? 

A. Action Log 

B. Test Impact 

C. IntelliTrace 

D. ASP.NET Client Proxy for IntelliTrace and Test Impact 

Answer:


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