nerdexam
Microsoft

70-498 · Question #99

Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server. A single build machine is installed with one controller and two agents. The working directories…

The correct answer is A. Set the Build Agent working directory path to D. See the full explanation below for the reasoning.

Question

Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server. A single build machine is installed with one controller and two agents. The working directories are configured to use the following working directory:

$(SystemDrive)\Builds$(BuildAgentId)$(BuildDefinitionPath). Your system drive is running out of space and some builds often fail with the following error:

"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." You need to meet the following requirements:

  • Point the working path to driveD.
  • Construct a working directory that can be used to define the shortest

unique path for each build agent it is used on. What should you do?

Options

  • ASet the Build Agent working directory path to D:
  • BCreate a system variable named BuildDrive and set its value to D: .
  • CSet the Build Service working directory path to D:
  • DSet the Team Foundation Build variable named $(BuildDrive) to the value D: .

How the community answered

(56 responses)
  • A
    82% (46)
  • B
    2% (1)
  • C
    11% (6)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 70-498 Practice