Recertification for MCSD: Application Lifecycle Management v5.0 (70-499)

Page:    1 / 20   
Total 292 questions

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server that uses SharePoint and SQL Server 2012 Reporting Services (SSRS).
You develop a custom report to track progress for all new projects.
You need to ensure that the report is included in all new projects when they are created.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

  • A. Add the report file to the TfsReports folder on the reporting server.
  • B. Add a report entry to the ReportsTasks.xml in the process template.
  • C. Add the report file to the Reports folder for the process template.
  • D. Add a report entry to the ProcessTemplate.xml in the process template.


Answer : A,D

Your software development team works within a single team project in a team project collection. You have one build controller and one build agent associated to your team project collection.
Multiple build definitions are configured. You notice that builds occasionally wait in the queue for a long time before the build starts.
You need to reduce the amount of time that your builds wait in the queue.
What should you do?

  • A. Change the Name filter argument on your build definition so that the build agent is found more quickly.
  • B. Configure your build agent to run multiple builds at the same time.
  • C. Configure additional build controllers, and associate them to the build agent already in use.
  • D. Configure additional build agents, and associate them to the build controller already in use.


Answer : B

Explanation: http://social.msdn.microsoft.com/Forums/vstudio/en-US/b6d12dfa-5481-
41d5-8012-1f19277b358c/tfs-2012-build-taking-a-lot-of-time?forum=tfsbuild

Your network environment is configured according to the following table:


DATA1 experiences complete hardware failure.
You restore operations on a new server. However, some users experience errors with
Work Item tracking and Workspaces.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

  • A. Refresh the version control cache by using the if workspaces command on the client computers.
  • B. Refresh the work item cache by using the ClientService command on the new server.
  • C. Refresh the version control cache by using the tf workspaces command on TFS1.
  • D. Refresh the work item cache by using the ClientService command on the client computer.


Answer : A,B

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server that has separate computers for the application tier and the data tier.
The data-tier computer experiences hardware failure. You restore all the data of TFS on another computer in the network by using a backup.
You need to provide the location of the restored database to the application tier of TFS without reinstalling the application tier.
What should you do?

  • A. Use the Team Foundation Backups node of the TFS Administration Console.
  • B. Use the Application Tier node of the TFS Administration Console.
  • C. Run the Tfsmqmt.exe configure command.
  • D. Run the TfsConfig reqisterDB command.


Answer : D

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server. All requests pass through an HTTP proxy before reaching users.
You need to allow access to the server over HTTPS for remote workers.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

  • A. Configure Basic authentication.
  • B. Configure SSL.
  • C. Configure Kerberos authentication.
  • D. Add the users to the user identities in Internet Information Services (IIS).
  • E. Configure a TFS proxy server.


Answer : A,B

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server.
You need to be able to trace bugs to the code that addresses the bug.
What should you do?

  • A. Enable the Work Items check-in policy. In the Edit options of the policy, select Bug from the list of work item types.
  • B. Enable the Work Items check-in policy. In the Edit options of the policy, select the Active Bugs query.
  • C. Enable the Work Items check-in policy and request that all developers associate the work item to the appropriate bug at the time of check-in.
  • D. Enable the Changeset Comments check-in policy.


Answer : C

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 developers workspace.
  • B. Have each developer create a workspace mapping to root folder of the project. Cloak the Fabrikam folder in every team members workspace except the lead developers.
  • 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

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server with Microsoft SQL Server 2012 Reporting Services (SSRS) and
Analysis Services (SSAS).
Users report that the data in their reports is out of date.
You need to view the status of the data warehouse. You also need to view the analysis database jobs and see when each last ran successfully.
What should you do?

  • A. From any computer on the network: Browse to http: //<servername> : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx Invoke the GetProcessingStatus operation.
  • B. From the TFS server: Browse to http : //<servername> : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx Invoke the GetProcessingStatus operation.
  • C. From the Team Foundation Server Administration Console: Expand the application-tier tree. Select Reporting. View the Warehouse Database and Analysis Services Database status.
  • D. From any computer on the network: Use SQL Server Management Studio. Connect to the SQL server that hosts the TFS databases. Query the TFS configuration database's _LastUpdatedTime table.


Answer : B

Your clients network environment includes a Microsoft Visual Studio Team Foundation
Server (TFS) 2012 server installed at its main office. TFS Proxy has been installed at a branch office.
You need to reconfigure the TFS Proxy Server to increase the percentage of disk used by the cache.
What should you do?

  • A. Use the Team Foundation Server Configuration Tool and adjust the percentage of disk used by TFS Server.
  • B. Modify the web.confiq file of the Proxy Server service and increase the value of the PercentageBasedPolicy configuration item.
  • C. Modify the TFS Global Web.confiq file and increase the value of the PercentagebasedPolicy configuration item.
  • D. Modify the TFS Proxy config file and increase the value of the PercentageBasedPolicy configuration item.


Answer : D

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

Your team uses Microsoft Visual Studio Team Foundation Server (TFS). You use Team
Foundation Build to plan your build infrastructure. You want to configure two separate servers to handle your build load.
Your team project contains ASP.NET MVC solutions. One solution needs a third-party control that can only be installed on a single build server. Your other solutions can be built on any build server. You plan to create a separate build definition for each solution.
You need to configure your build definitions so that builds are routed with the correct components to the server.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.




Answer :

Explanation:


C:\Users\Kamran\Desktop\image.jpg
http://msdn.microsoft.com/en-us/library/dd793166.aspx

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server named Server1. Server1 is use by two development teams, Devi and
Dev2, each of which has its own team project collection.
You add a second TFS 2012 server named Server2, which also uses an instance of
Microsoft SQL Server 2012.
You need to move all of Dev2s content from Server1 to Server2.
What should you do? (To answer, move the six appropriate actions from the list of actions to the answer area and arrange them in the correct order.)




Answer :

Explanation:
Delete Lab Management resources.
Detach the collection.
Back up the collection database.
Restore the collection database.
Attach the collection.
Configure Lab Management resources.

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server. Developers use Visual Studio 2012.
You recently copied your existing TFS environment onto a new set of servers on the same network.
You need to ensure that developers can continue connecting to the original TFS server.
What should you do?

  • A. Rename the new Team Project Collection to a unique name.
  • B. Run the ChangeServerID command on the new TFS environment.
  • C. Configure the Team Project Collections with the same name on the same network.
  • D. Run the ChangeServerID command on the original TFS environment.


Answer : B

Your network environment includes a Microsoft Visual Studio Team Foundation Server
(TFS) 2012 server.
You need to view performance data related to client connections and commands being executed against the TFS server.
What should you do?

  • A. Browse to http: <servername> 8080/tfs/teamfoundation/administration/ v3.0/ warehousecontrolservice.asmx and select Processing Status.
  • B. Use the TFS Administration Console to view the TFS logs.
  • C. Query the tbl_ClientEvent table in each TFS Team Project Collection database.
  • D. Query the tbl_Command table in each TFS Team Project Collection database.


Answer : D

Your network environment includes the following:
-> Multi-tier Microsoft Visual Studio Team Foundation Server (TFS) 2012 server environment with HTTPS/ SSL configuration
-> Microsoft Exchange Server 2010 with SMTP listening on Port 587, requiring SSL and allowing open relay
You want to be able to inform team members about changes to projects, work items, and builds.
You need to configure email notifications for TFS 2012 using the least amount of administrative effort.
What you should do?

  • A. Log on to the application-tier server. From the TFS Administration Console, enable Email Alert Settings by entering the 5MW Server and the From address, and then editing the Advanced SMTP Settings.
  • B. Install and configure SMTP Service by using IIS Manager on the TFS Server. Log on to the application-tier server. From the SharePoint Central Administration website, configure outgoing email settings.
  • C. From the Command prompt, run the command TFSConfiq ConfigureMail /FrornEmailAddress: tfsadmin?contoso.com / SmtpHost: SMTPSVR1 /Port: 58] /SSL.
  • D. Install and configure SMTP Service by using IIS Manager on the TFS Server. Configure the TFS Email Alert Setting to use SMTP Service. Configure the SMTP Service to send mail to Exchange by using port 587 and SSL.


Answer : A

Page:    1 / 20   
Total 292 questions