Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "70-510" Exam

Visual Studio 2005 Team Foundation Server

 Question 1.
You have an application in Source Control. You create a branch from a development baseline. Development activity on the branch is isolated from the baseline. You need to synchronize the baseline and the branch by merging them on a regular basis.

Which four actions should you perform? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
 

Answer:
 

Question 2.
You migrate two projects named MyWebApp and MyWindowsApp from a Microsoft Visual SourceSafe (VSS) database to two folders named ConvertedWebApp and ConvertedWindowsApp respectively on Team Foundation Server (TFS). You create a file named settings.xml to use during the migration process. You need to configure the settings.xml file.

Which XML fragment should you use?

A. 
    
B. 
    
C. 
    
D. 
    

Answer: C

Question 3.
You have a folder named $/MyProj/Dev in Source Control. The $/MyProj/Dev folder maps to a workspace named MyDev. The MyDev workspace maps to a local folder named C:\Dev. There is another folder in Source Control named $/MyProj/Apps. You create a folder named C:\Dev\Apps on the hard disk. You try to create a workspace named MyDevClean by mapping the $/MyProj/Apps folder to the C:\Dev\Apps folder. The creation of the MyDevClean workspace fails.
You need to modify the settings to successfully create the MyDevClean workspace.

What should you do?

A. Change the status of the mapping of the MyDevClean workspace to Active.
B. Change the status of the mapping of the MyDevClean workspace to Cloaked.
C. Change the mapping of the MyDevClean workspace to another local folder.
D. Change the mapping of the MyDevClean workspace to another folder on source control.

Answer: C

Question 4.
You have a source control folder named Dev that is branched into a source control folder named Q

A. Active development continues on the Dev branch. You check in two files into the Dev branch for a hotfix. The Quality Assurance department tests all hotfixes from the QA branch. You need to transfer only the hotfix from the Dev branch into the QA branch.

What should you do?

A. Merge the Dev branch into the QA branch by Date.
B. Merge the Dev branch into the QA branch by Label.
C. Merge the Dev branch into the QA branch by Changeset.
D. Merge the Dev branch into the QA branch by Latest Version.

Answer: C

Question 5.
You apply a label named 6.4 to a source control folder for the build of your application. The developers on your team have started work on version 7.0 for the build and have checked incode. 
A developer checked in version 6.4 related updates after the label was applied. You need to include the 6.4 related updates that were missed in your label.

What should you do?

A. Apply a label named 6.4 to the latest version of the project.
B. Apply a label named 6.4 to a specific changeset of the project.
C. Apply a label named 6.4 to the workspace version of the project.
D. Apply a label named 6.4 to the version of the project as on current date.

Answer: B

Question 6.
Your application will be built by four teams working simultaneously. Each team must be able to build and deploy the application independently and merge code by using labels. You need to design a strategy to meet the requirements.

Which strategy should you use?

A. Permit each team to work on the original source code. Synchronize the development effort and 
    merge the branches.
B. Create one branch for three teams. Permit the fourth team to work on the original source code. 
    Synchronize the development effort and merge the branches.
C. Create three branches of the original source code for three teams. Permit the fourth team to 
    work on the original source code. Synchronize the development effort and merge the branches.
D. Create three copies of the original source code for three teams. Permit the fourth team to work 
    on the original source code. Synchronize the development effort, check out target, and get the 
    latest version from the original source code.

Answer: C

Question 7.
You check out a file named MyClass.cs. You make modifications to the file. You need to provide a hotfix that includes the MyClass.cs file. You also need to ensure that the modifications made to the MyClass.cs file are not included in the hotfix.

What should you do?

A. Run the tf checkin MyClass.cs command from the command-line after shelving the file without 
    preserving changes locally.
B. Run the tf checkin MyClass.cs command from the command-line and resolve conflicts by using 
    the Merge tool.
C. Run the tf checkin /validate MyClass.cs command from the command-line after shelving the 
    file without preserving changes locally.
D. Run the tf checkin /validate MyClass.cs command from the command-line and resolve conflicts 
    by using the Merge tool.

Answer: A

Question 8.
You have a project in Source Control in a folder named $/MyProject. The project has a subfolder named Images. A developer on your team is unable to get files from the $/MyProject folder. You need to ensure that the developer can get the files from the $/MyProject folder but not from the Images subfolder.

What should you do?

A. Remove the folder mapping for the $/MyProject folder. Add a folder mapping to 
    $/MyProject/Images. Set the status to Cloaked.
B. Change the setting of the $/MyProject folder to Active. Add a folder mapping to
    $/MyProject/Images. Set the status to Cloaked.
C. Change the setting of the $/MyProject folder to Active. Add a folder mapping to
    $/MyProject/Images. Set the status to Active.
D. Change the setting of the $/MyProject folder to Cloaked. Add a folder mapping to
    $/MyProject/Images. Set the status to Active.

Answer: B

Question 9.
Your company decides to integrate a task named Audit into a new development process methodology.

To integrate the Audit task, you create a process template that contains the following structure:

Auditing Process
template












You need to ensure that the Audit task in the process template is present before the Build task and the Test task load.

What should you do?

A. Add a dependency element to the group elements for the Test task and the Build task that 
    links the taskList element of the Audit group.
B. Add a dependency element to the group elements for the Test task and the Build task that 
    links the groupid attribute of the Audit group.
C. Modify the process template to combine the Test task and the Build Task into one group 
    element. Ensure that the first taskList element links the Audit.xml file to the filename attribute of 
    the element.
D. Modify the process template to use one group element. Ensure that the first taskList element 
    links the Audit.xml file to the filename attribute of the element.

Answer: B

Question 10.
All Team Foundation Server (TFS) projects use the MSF for Agile Software Development process template. Your company decides to create a custom process template that is based on an internal set of standards and practices. You need to install the new template on your TFS server.

What should you do?

A. Use the witimport command to import the process template.
B. Use the TFSFieldMapping command to import the process template.
C. Use the New Team Project Wizard to select the process template.
D. Use the Process Template Manager dialog box in Team Explorer to import the process 
    template.

Answer: D



Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.