Microsoft 70-496 Exam Practice Questions (P. 5)
- 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 #21
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 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.
Correct Answer:
D
D
send
light_mode
delete
Question #22
Your network environment includes a multi-tier Microsoft Visual Studio Team Foundation Server (TFS) 2012 server implementation. Developers use Visual Studio
2012.
Your team has just started developing a very large enterprise-scale application.
You need to create a workspace for the new project that meets the following requirements:
✑ Developers should be able to use Visual Studio 2012 and earlier versions to work with the workspace.
✑ Performance of the workspace should not be degraded when the number of items in the workspace increases.
✑ The storage utilization of the developer local hard drive should be as minimal as possible.
What should you do?
2012.
Your team has just started developing a very large enterprise-scale application.
You need to create a workspace for the new project that meets the following requirements:
✑ Developers should be able to use Visual Studio 2012 and earlier versions to work with the workspace.
✑ Performance of the workspace should not be degraded when the number of items in the workspace increases.
✑ The storage utilization of the developer local hard drive should be as minimal as possible.
What should you do?
- ACreate a hybrid workspace.
- BCreate a server workspace.
- CCreate a server workspace and a Local workspace. Configure synchronization between both, and allow developers to utilize the local workspace.
- DCreate a local workspace.
Correct Answer:
B
B
send
light_mode
delete
Question #23
Your network environment includes two Microsoft Visual Studio Team Foundation Server (TFS) 2012 servers.
A remote site has two teams. Each team uses a different TFS instance. The developers at the remote site experience poor performance due to network bandwidth issues.
You need to relieve bandwidth by configuring Team Foundation server with the minimal components.
What should you do?
A remote site has two teams. Each team uses a different TFS instance. The developers at the remote site experience poor performance due to network bandwidth issues.
You need to relieve bandwidth by configuring Team Foundation server with the minimal components.
What should you do?
- A• Install an IIS Server at the remote site and add Output Caching Rules to the IIS instance. • Change user configurations at the remote site to use IIS server.
- B• Install a single TFS Proxy instance at the remote site, adding <Server> tags in TFProxy Proxy.contiq for each server instance. • Point all users at the remote site to the TFS Proxy server.
- C• Install a third TFS Server and move the projects that are used by the remote team from existing servers to the third server. • Point all users at the remote site to the new server.
- D• Install a TFS Proxy server instance for each project team.
Correct Answer:
B
B
send
light_mode
delete
Question #24
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) server.
You are performing capacity planning for three teams of developers. Each team is developing a different software module. Developers belong to only one team.
You need to ensure that team members can edit only the work items of the module on which they are working.
What should you do?
You are performing capacity planning for three teams of developers. Each team is developing a different software module. Developers belong to only one team.
You need to ensure that team members can edit only the work items of the module on which they are working.
What should you do?
- A• Create three teams under the Team Project for team members of three modules. • On the Security tab of the team give Edit work items in this node permission to that team for the corresponding area. • Deny that permission to other two teams.
- B• Create three TFS groups at the Team Project level for team members of three modules. • Create three areas for the three modules. • For each area, on the Permissions tab of the groups, give Edit work items in this node permission to the group corresponding to that area. • Deny that permission to other two groups.
- C• Create one TFS group at the Team Project level for the team members of the three modules. • Create three areas for the three modules. For each area, give Edit work items in this node permission to the group.
- D• Create three teams under the Team Project for team members of three modules. • For each area corresponding to the team, give Edit work items in this node permission to that team.
Correct Answer:
D
D
send
light_mode
delete
Question #25
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 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?
- AConfigure 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.
- BConfigure a Team Build for the solution and set the trigger to Gated Check-in.
- CConfigure 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.
- DConfigure a Team Build for the project and set the build trigger to Continuous Integration.
Correct Answer:
B
B
send
light_mode
delete
All Pages