the latest 70-510 Braindumps
the latest 70-510 Braindumps
High quality and Value for the 70-510 Exam
Exam Number/Code: 70-510
Exam Name: TS:Visual Studio 2005 Team Foundation Server
Questions and Answers: 69 Q&A
Duration: 90 Minutes (50-70 questions)
Available Languages: English
Test Register: Pearson VUE or Prometric
VisualExams Practice Exams for 70-510 are written to the highest standards of technical accuracy, provided by our certified subject matter experts and published authors for development.
100% Guarantee to Pass Your Implemenation exam and get your Implemenation Certification.
We guarantee your success in the first attempt. If you do not pass the Implemenation "70-510" (TS:Visual Studio 2005 Team Foundation Server) on your first attempt, send us the official result. We will give you a FULLY REFUND of your purchasing fee OR send you another same value product for free.
Free Microsoft 70-510 study guide
Exam : Microsoft 70-510
Title : TS:Visual Studio 2005 Team Foundation Server
1. Your company decides to deploy an instance of Team Foundation Server (TFS).
You need to identify the tasks that authorized users can perform by using Team Explorer.
Which three tasks can the authorized users perform? (Each correct answer presents part of the solution. Choose three.)
A. View, create, and print reports.
B. Define the TFS Build schedules.
C. View and customize work item types.
D. View, check in, check out, branch, and merge source files.
E. Provide name, file extension, and file merging support by file type for Source Control.
F. Assign permissions by using Microsoft Windows Users, Groups, or TFS Groups to manage the Team Project security settings.
Answer: DEF
2. Your company has deployed an instance of Team Foundation Server (TFS) on a server named server1.contoso.com.
You need to confirm that all default services are running.
What should you do?
A. Run the ANALYZE program and specify the correct Microsoft Visual SourceSafe file to be analyzed.
B. Use Team Explorer and the Create Team Project Wizard to create a team project on the server1.contoso.com server.
C. Go to http: //server1.contoso.com:8080/services/v1.0/ServerStatus.asmx and invoke the GetServerStatus method.
D. Go to http: //server1.contoso.com:8080/services/v1.0/Administration.asmx and invoke the QueryRepositoryInformation method.
Answer: B
3. Your company decides to deploy Team Foundation Server (TFS).
The TFS deployment must fulfill the following criteria:
·Support static code analysis.
·Support automated unit tests.
·Support a development team that consists of more than five developers.
You need to install and configure Team Foundation Build Server to meet the required criteria.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Define a user account as the build service identity.
B. Install Microsoft Visual Studio Team Edition for Software Testers.
C. Install Microsoft Visual Studio Team Edition for Software Developers.
D. Run the TFS setup program that is located in the root directory of the installation medium.
Answer: AC
4. You write the following code segment. (Line numbers are included for reference only.)
01 namespace BuildNumberCreator
02 {
03 public class BuildNumberCreator:Task
04 {
05 public override bool Execute()
06 {
07 m_buildNumber =
08 DateTime.Now.ToString();
09 return true;
10 }
11 private string m_buildNumber;
12 [Output]
13 public string BuildNumber
14 {
15 get
16 {
17 return m_buildNumber;
18 }
19 }
20 }
21 }
Here is the same code segment in Visual Basic:
01 Public Class BuildNumberCreator
02 Inherits Task
03 Public Overrides Function Execute() As Boolean
04 m_buildNumber = DateTime.UtcNow.Ticks.ToString()
05 Return True
06 End Function
07
08 Private m_buildNumber As String
09
10 <Output()> Public ReadOnly Property BuildNumber() As String
11 Get
12 Return m_buildNumber
13 End Get
14 End Property
15 End Class
You need to design a custom build number generator that overrides the default build number generation algorithm.
Which XML fragment should you insert as the target override in the project file schema?
A. <Target Name = "BuildNumberOverrideTarget" >
<BuildNumberCreator />
</Target>
B. <Target Name = "BuildNumberOverrideTarget" >
<BuildNumberCreator TaskParameter="BuildNumber" />
</Target>
C. <Target Name = "BuildNumberOverrideTarget" >
<BuildNumberCreator>
<Output TaskParameter="BuildNumber" />
</BuildNumberCreator>
</Target>
D. <Target Name = "BuildNumberOverrideTarget" >
<BuildNumberCreator>
<Output TaskParameter="BuildNumber" PropertyName=
"BuildNumber"/>
</BuildNumberCreator>
</Target>
Answer: D
5. You need to deploy Team Foundation Server Proxy at remote locations to meet the following criteria:
·Integrate the Team Foundation Server (TFS) solution with the Active Directory domain.
·Implement the correct version of IIS.
·Maintain cached information at the remote site.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Install IIS 6.0. in the Application Server Role dialog box, and then select the Enable ASP.NET check box.
B. Change the Interval for Saving Cache Performance Statistics configuration value in the proxy.config file to 48 hours.
C. Create a Windows domain user account for Team Foundation Server Proxy and define the user account as the service identity.
D. Go to the following URL to change the cache limit at which old files are removed from the Team Foundation Server Proxy cache:
http: //<tfsserver>:8080/WorkItemTracking/v1.0/ConfigurationSettingsService.asmx?op=SetMaxAttachmentSize
Answer: AC
6. Your company decides to deploy an instance of Team Foundation Server (TFS). The instance must fulfill the following criteria:
·Support the requirements of the existing 200 users.
·Be capable of supporting a maximum of 400 users.
·Support automated and centralized builds.
·Support the automated execution of unit tests.
·Conserve system resources by preventing development tools from being installed on the TFS application tier or the TFS data tier.
You need to propose appropriate TFS deployment strategies.
Which two strategies should you propose? (Each correct answer presents a complete solution. Choose two.)
A. Host the TFS application tier, the TFS data tier, and the Team Foundation Build server on the same server.
B. Host the TFS application tier, the TFS data tier, and the Team Foundation Build server on separate servers.
C. Host the TFS application tier and the TFS data tier on one server and host the Team Foundation Build server on another server.
D. Host the TFS application tier and the Team Foundation Build server on one server and host the TFS data tier on another server.
E. Host the TFS application tier on one server and host the TFS data tier and the Team Foundation Build server on another server.
Answer: BC
7. You deploy an instance of Team Foundation Server (TFS) on a server named Contoso. You install Team Foundation Server Proxy on a remote server named Contosoremote1.
You need to identify the task that authorized users can perform by using Team Foundation Server Proxy.
Which task can authorized users perform?
A. Use cached work items at the remote site.
B. Use cached source control at the remote site.
C. Enable firewall protection at the remote site.
D. Download source control files from remote locations when disconnected from the TFS application-tier server by executing queries of the Get Latest Version type.
Answer: B
8. You need to install and configure IIS and Microsoft Windows SharePoint Services as part of a Team Foundation Server (TFS) deployment process.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Install IIS without using FrontPage 2002 Server Extensions.
B. Install Windows SharePoint Services with the Server Farm mode enabled.
C. Install Windows SharePoint Services on a server drive that is formatted with a FAT32 file system.
D. Add the user account that is used to install the applications to the TFS Administrators security group.
Answer: AB
9. You have a Team Foundation Server (TFS) instance named Production that hosts a team project named Contoso.
A custom check-in policy is defined and compiled into an assembly named Policies.CustomPolicies.dll.
You need to install the Policies.CustomPolicies.dll assembly for the Contoso project.
Which three tasks should you perform? (Each correct answer presents part of the solution. Choose three.)
A. Add the Policies.CustomPolicies.dll assembly to the global assembly cache.
B. In Team Explorer, go to the source control settings for the Contoso project and add the custom check-in policy.
C. Copy the Policies.CustomPolicies.dll assembly in the Production server to the C:WindowsCustomPolicies location.
D. Locate the HKEY_LOCAL_MACHINESoftwareMicrosoftVisualStudio8.0TeamFoundation SourceControlCheckin Policies registry key. Add?a String Value parameter named Policies.CustomPolicies. Type C:WindowsCustomPolicies Policies.CustomPolicies.dll in the Value data box.
E. Create an XML file named CustomPolicies.policy and copy it to the C:WindowsCustomPolicies location. The XML file must contain the following XML fragment:
<?xml version="1.0"?>
<Policy>
<AssemblyName> Policies.CustomPolicies</AssemblyName>
<AssemblyPath> C:WindowsCustomPoliciesPolicies.CustomPolicies.dll </AssemblyPath>
</Policy>
Answer: BCD
10. Your company has a main office in New York and a branch office in Mumbai. Your company wants to connect the Team Foundation Server (TFS) that is installed in the main office with the servers installed at the branch office.
Builds must be run from the main office servers.
You need to identify the TFS components that must be installed on the servers or workstations in the branch office.
Which two components should you install? (Each correct answer presents part of the solution. Choose two.)
A. Team Foundation Server Proxy
B. Team Foundation Server Build
C. Team Explorer on all the workstations
D. TFS Power Tools on the TFS application-tier server
Answer: AC
Where can you buy the 70-510 exam online?
We recommend TestInside 70-510 braindumps Testing Engine which will help you pass the 70-510 exam.
Free Download pdf for TestInside 70-510 pdf download:
VisualExams Implemenation 70-510 Exam Downloadable.
Printable Exams (in PDF format) Our Exam Implemenation 70-510 Preparation Material provides you everything you will need to pass your Implemenation exam. The Implemenation Certification details are researched and produced by our Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get "70-510 exam" questions from different websites or books, but logic is the key. Our Product will help you not only pass in the first TS:Visual Studio 2005 Team Foundation Server exam try, but also save your valuable time.
1. Comprehensive questions with complete details about 70-510 exam.
2. 70-510 exam questions accompanied by exhibits. Verified Answers Researched by Industry Experts and almost 100% correct.
3. Drag and Drop questions as experienced in the Real Implemenation exam. 70-510 exam questions updated on regular basis.
Microsoft 70-510 Search Help:
Feel free to use search terms below while searching the Network for 70-510 exam:
Cisco 70-510 free certification exams
Cisco 70-510 exam paper
Cisco 70-510 study exams
Cisco 70-510 exam study guide
Cisco 70-510 exams rapidshare
Cisco 70-510 exams certification guide
Cisco 70-510 exams free
Best 70-510 Practice Exams Collection:
TestInside 70-510
CertInside 70-510
Pass4Side 70-510
Pass4sure 70-510
Testking 70-510
Examsoon 70-510
PassQuick 70-510
Actualtest 70-510
VisualExams 70-510 test http://www.VisualExams.com/70-510.htm
