web analytics

[2016-New] 70-499 Practice Tests 70-499 Questions And Answers Free Download In GreatExam (11-20)

2016 May Microsoft Official New Released 70-499 Q&As in GreatExam.com!

100% Free Download! 100% Pass Guaranteed!

GreatExam has updated the latest version of Microsoft 70-499 exam, which is a hot exam of Microsoft certification. It is GreatExam Microsoft 70-499 exam dumps that give you confidence to pass this certification exam in first attempt and with maximized score.

Following questions and answers are all new published by Microsoft Official Exam Center: (The full version is in the end of the article!!!)

QUESTION 11
Your network environment includes a multi-tier Microsoft Visual Studio Team Foundation Server (TFS) 2012 server implementation.
A member of the networking team changes the name of a user’s computer.
From the user’s computer, you need to modify the existing workspace to reflect the new computer name.
What should you do?

A.    Execute the following workspaces command to update the machine name:
tf workspaces/updateCornputerName: <oldcomputername>/collection:
http://teamserver:8080/tfs/DefaultCollection.
B.    Create a new workspace.
Replace the existing workspace with the new one by using the
Manage Workspaces window in Source Control Explorer.
C.    Execute the following workspace command to update the machine name:
tf workspace/computer: <oldcomputername>/collection:
http://teamserver:8080/tfs/DefaultCollection.
D.    Open the existing workspace by using the Manage Workspaces window in Source Control
Explorer. In the Computer field, enter the new machine name.

Answer: A

QUESTION 12
Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server.
Version control is configured with one project collection and two team projects.
Some users use 2010 and 2012 clients, such as Visual Studio and Team Explorer Everywhere.
You need to ensure that users will be prompted by, and can satisfy, the comments check-in policy when using both 2010 and 2012 clients.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A.    Add the Changeset Comments policy in the team project collection’s source control settings.
B.    Add the Changeset Comments policy in the source control settings for each team project.
C.    Install the TFS 2010 Power Tools on all clients.
D.    Install the TFS 2012 Power Tools on all clients and configure the policy by using Team
Explorer.
E.    Install the TFS 2010 and 2012 Power Tools on the TFS application tier and configure the
policy by using Team Foundation Administrator.

Answer: BC

QUESTION 13
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: B

QUESTION 14
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and Microsoft Lab Management (MLM) 2012.
You want to create a clone of the development test environment in your domain that will support testing patches of your software while continuing to support release testing in the existing environment.
You need to configure the environment to support network isolation.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

A.    Add each machine to a workgroup.
B.    Install a test agent into each machine.
C.    Add a NAT server to the environment.
D.    Configure the test agent in each machine.
E.    Store the environment in a library.
F.    Add a domain controller to the environment.

Answer: ABF

QUESTION 15
Your network environment includes a dual-tier Microsoft Visual Studio Team Foundation Server (TFS) 2012 installation.
The first server hosts Microsoft SQL Server and Analysis Services, and the second server hosts TFS Application Tier and Reporting Services.
The TFS installation uses the company’s Enterprise SharePoint Server, which is backed up by a different team.
You need to perform regular backups of the TFS server, and you need to keep the size of the backup to the minimum.
Which three components should you back up? (Each correct answer presents part of the solution. Choose three.)

A.    TFS Configuration and Collection databases
B.    Configuration database
C.    SharePoint Products databases
D.    Analysis databases
E.    Warehouse database

Answer: ACD

QUESTION 16
You are the administrator and lead developer of Microsoft Visual Studio Team Foundation Server (TFS) for Contoso, Ltd.
You identify a security issue in one of the company’s projects that you support.
You trace the issue to $/Contoso/src/ReadInput.cs, but that file is locked in workspace Projectl[;nicholaspiazza] by a user who is unavailable.
You need to unlock the file.
Which command should you execute?

A.    tf undo $/Contoso/src/ReadInput.cs
B.    tf undo [/workspace: workspacename[;nicholaspiazza]] S/Contoso/src/
C.    tf lock/loclcnone S/Contoso/src/Readlnput.cs
D.    tf lock/lock: checkout $/Contoso/src/ReadInput.cs

Answer: C
Explanation:
http://msdn.microsoft.com/en-us/library/47b0c7w9(v=vs.100).aspx

QUESTION 17
You are the administrator of a Microsoft Visual Studio Team Foundation Server (TFS) system that uses version control proxies at remote sites to reduce the burden on the WAN.
The hard disk that stores the cache for a version control proxy server is upgraded to a larger size.
Management wants to ensure that more of the disk is used but not all of it.
You need to ensure that the proxy always uses a maximum of 15 GB for caching.
What should you do?

A.    Modify the caching policy to use a PercentageBasedPolicy.
B.    Change the DataDirectory to include an additional path.
C.    Change the caching policy to use a FixedSizeBasedPolicy.
D.    Update the CacheDeletionPercent parameters.

Answer: C
Explanation:
http://msdn.microsoft.com/en-us/library/ms400763(v=vs.100).aspx

QUESTION 18
Hotspot Question
You are a software developer for Contoso, Ltd. Microsoft Visual Studio Team Foundation Server (TFS) manages your code and project artifacts.
The root of the project is S/Contoso/Main.
You work primarily in the $/Contoso/Main/Website folder and below it.
You do not want a copy of the folder $/Contoso/Main/Website/Images due to its size.
You need to maximize your workspace for efficiency by minimizing the number of files you pull from the server.
In the table below, select which folder should be mapped as cloaked and which as active.
Make only one selection in each column.
181
Answer:
182

QUESTION 19
Your team uses Microsoft Visual Studio Team Foundation Server (TFS) to manage software development processes that have multiple team projects associated to a single team project collection.
You install a second TFS server in order to establish a test environment for future changes.
You need to copy the contents of your team project collection to your new TFS installation.
Which two actions should you perform first? Each correct answer presents part of the solution.

A.    Create a backup of the team project collection database.
B.    Configure your new TFS to use the same databases as your initial TFS.
C.    Attach the team project collection on the new server.
D.    Detach the team project collection from TFS.

Answer: AB
Explanation:
http://msdn.microsoft.com/en-us/library/ms404869.aspx

QUESTION 20
Your company’s Microsoft Visual Studio Team Foundation Server (TFS) installation has a robust data tier that includes a Data Warehouse Server and Microsoft SQL Server Analysis Services.
During the typical processing of your data warehouse, you see that the length of time it takes for the warehouse adapters to pull data from the operational store, transform it, and then write it to the warehouse is incrementally increasing.
You need to decrease the time between refreshes in order to reduce the processing time.
Which service should you access to change the settings?

A.    AdministrationService
B.    JobsService
C.    TeamProjectCollectionService
D.    WarehouseControlWebService

Answer: D
Explanation:
http://msdn.microsoft.com/en-us/library/ms244694.aspx

GreatExam offers you all the 70-499 exam questions which are the same as your real test with 100% correct and coverage rate. We provide the latest full version of 70-499 PDF and VCE dumps to ensure your 70-499 exam 100% pass.

2016 Microsoft 70-499 exam dumps (All 351Q&As) from GreatExam:

http://www.greatexam.com/70-499-exam-questions.html [100% Exam Pass Guaranteed!!!]