Microsoft 70-496 Exam Practice Questions (P. 3)
- Full Access (97 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your TFS environment currently consists of a single team project collection (TPC) named DevTPC, one build controller named BC-1, and one build agent named BA-1.
You need to create a separate TFS test environment by cloning your existing environment. You need to achieve this goal by utilizing as few new TFS services as possible.
Which of the following diagrams shows the correct architecture for solving this problem?

You need to create a separate TFS test environment by cloning your existing environment. You need to achieve this goal by utilizing as few new TFS services as possible.
Which of the following diagrams shows the correct architecture for solving this problem?

send
light_mode
delete
Question #12
Your clients 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?
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?
- AInstall 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.
Correct Answer:
C
C
send
light_mode
delete
Question #13
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your development team uses Visual Studio 2012.
You store specialized design files within your Visual Studio solution by using version control. These design files are stored in a proprietary binary format and use the filename extension .dzn.
You need to meet the following requirements:
✑ Ensure that all developers can modify these design files.
✑ Prevent multiple check-outs on all .dzn files.
✑ Ensure that all other file types can be edited by multiple developers at the same time.
What should you do?
You store specialized design files within your Visual Studio solution by using version control. These design files are stored in a proprietary binary format and use the filename extension .dzn.
You need to meet the following requirements:
✑ Ensure that all developers can modify these design files.
✑ Prevent multiple check-outs on all .dzn files.
✑ Ensure that all other file types can be edited by multiple developers at the same time.
What should you do?
- AWithin the Source Control Explorer, right-click each .dzn file and uncheck the Allow multiple check outs option.
- BAdd a new file type for .dzn to the Team Project Source Control Settings and clear the Enable file merging and multiple check out checkbox.
- CWithin the Visual Studio Options dialog box for Source Control, add the .dzn extension to the Prevent multiple check-outs for the following file types list in the Visual Studio Team Foundation server node.
- DAdd a new file type for .dzn to the Team Project Collection Source Control Settings and clear the Enable file merging and multiple check out checkbox.
Correct Answer:
D
D
send
light_mode
delete
Question #14
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your developers use Visual Studio 2012.
Developers frequently work from locations where there is no network connection.
You need to ensure that developers are able to easily compare their current changes to the last version retrieved from version control.
Which type of workspace should you configure?
Developers frequently work from locations where there is no network connection.
You need to ensure that developers are able to easily compare their current changes to the last version retrieved from version control.
Which type of workspace should you configure?
send
light_mode
delete
Question #15
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?
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?
- AEnable the Builds check-in policy.
- BConfigure the build definition’s source control folders to be read-only for the other developers.
- CEnable 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.
- DConfigure the server-side check-in event handler to roll back if the earlier build has failed.
Correct Answer:
A
A
send
light_mode
delete
All Pages