70-496 Exam Details

  • Exam Code
    :70-496
  • Exam Name
    :Administering Visual Studio Team Foundation Server 2012
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :97 Q&As
  • Last Updated
    :Dec 13, 2021

Microsoft 70-496 Online Questions & Answers

  • Question 31:

    You are preparing your network environment for a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server.

    You want to install a new Microsoft SQL Server 2012 server to use as a data-tier server.

    You need to install the minimum SQL options that will support only the Microsoft Visual Studio TFS 2012 databases.

    Which three SQL options should you select? (Each correct answer presents part of the solution.Choose three.)

    A. Windows Authentication selected as the authentication mode
    B. Database Engine Services
    C. Analysis Services
    D. Full-Text Search (Full-Text and Semantic Extractions for Search in SQL 2012)
    E. Reporting Services

  • Question 32:

    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.

  • Question 33:

    You are the administrator of a Microsoft Visual Studio Team Foundation Server (TFS) installation.

    You are configuring a version control proxy server at a remote site.

    You need to configure the proxy to cache all collections on MAINCODE and only the CommonLib collection on AUXCODE. You open the proxy's Proxy.config file.

    Which code segments should you include? To answer, drag the appropriate code segments to the correct cache location. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between

    panes or scroll to view content.

    Select and Place:

  • Question 34:

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

    You need to rebuild both the Team Foundation Data Warehouse and the SQL Server Analysis Services Cube from scratch.

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

    A. Use Microsoft SQL Server Management Studio.
    B. Use SQL Server Business Intelligence Development Studio.
    C. Use Warehouse Control Web Service.
    D. Use the Reporting section in Team Foundation Administration Console.
    E. Restart SQL Server Analysis Services service, SQL Server service, and SQL Server Agent service by navigating to the Services option under Administrative Tools.

  • Question 35:

    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.

  • Question 36:

    Your client's network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server that uses default permission sets. For each team project, all TFS group members are unique.

    The company stores sensitive information in a source code control folder.

    You need to restrict check-in access to the folder to only the Project Administrators group. You need to achieve this goal by using the minimum set of permission changes.

    What should you do?

    A. Deny Contribute permission to the folder for the Contributors group.
    B. Allow Check In permission to the Project Administrators group on the folder.
    C. Deny Check In permission to the folder for the Contributors group.
    D. Deny Check In permission to the folder for the Valid Project Collection Users group.

  • Question 37:

    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.

  • Question 38:

    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: /; : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx Invoke the GetProcessingStatus operation.
    B. From the TFS server: Browse to http : /; : 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.

  • Question 39:

    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.

  • Question 40:

    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

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-496 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.