Q1. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Developers use Visual Studio 2012.
Developers spend a significant amount of time dealing with the improper merging of change sets.
You need to ensure that developers are prevented from encountering merges.
What should you do?
A.
.
Require all developers to utilize a local workspace.
.
Within the Source Control Settings box, select the Enable get latest on check-out option.
B.
.
Require all developers to utilize a server workspace.
.
Within the Source Control Settings box, clear the Enable multiple check-out option.
C.
.
Require all developers to utilize a server workspace.
.
Within the Source Control Settings box, select the Enable get latest on check-out option.
D.
.
Require all developers to utilize a local workspace.
.
Within the Source Control Settings box, clear the Enable multiple check-out option.
Answer: B
Q2. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server.
You create a new project using the default Visual Studio Scrum 2.0 template. You want to inform the product owner when a Product Backlog Item (PBI) is ready for testing.
You need to ensure that when the development of a PBI has been completed, the tester is able to change the state of the item to be Ready for Acceptance Testing. You need to achieve this goal without developing custom code.
What are two possible ways to accomplish this goal? (Each correct answer presents a complete solution. Choose two.)
A. Use the TFSFieldMapping command to map a new state for Product Backlog Item.
B. Use the Visual Studio Process Template editor to modify the Product Backlog Item template.
C. Write a Visual Studio Extension (VSIX) so developers can change the state in Visual Studio.
D. Modify the Product Backlog Item template XML and use the witadmin command to import the modified XML.
Answer: B,D
Q3. - (Topic 1)
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
Q4. - (Topic 2)
You are a managing test cases by using Microsoft Test Manager (MTM).
You create a new configuration.
You need to select the new configuration for all test cases in a test suite.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Select the new configuration as the default configuration for the test suite.
B. Select the test suite and use Configurations to select the new configuration for the test suite.
C. Select all of the test cases in the test suite and use Configurations to select the new configuration for the selected tests.
D. Select the test suite and use Select test configurations for all tests to select the new configuration.
Answer: C,D
Q5. DRAG DROP - (Topic 3)
You are on the development team of your company's newly-formed Scrum team.
At the start of your first sprint, your Scrum Master tells you that you are required to participate in the Daily Scrum or Stand-up.
You need to attend this meeting and give feedback to three important questions.
Which three questions should you answer in sequence? To answer, move the appropriate questions from the list in the answer area and arrange them in the correct order.
Answer:
Q6. DRAG DROP - (Topic 2)
You are a software quality manager. Your company is using Microsoft Visual Studio to develop an application.
Your development team is almost finished with its first iteration. The testing team is preparing to verify that the product requirements are met.
You need to test the requirements.
Which three actions should you perform in sequence? To answer, move the correct actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Q7. - (Topic 1)
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
Q8. - (Topic 3)
You are the application architect on your team. You have a straightforward architecture consisting of an ASP.NET MVC Web Application that depends on a Class Library, which contains the Business Logic. The Business Logic uses another Class Library that contains the Data Access code.
No code in the UI should ever use the Data Access library directly.
You need to enforce this architectural requirement.
Which Visual Studio tool should you use?
A. Layer Diagram
B. Directed Graph Document
C. Dependency Graph
D. UML Component Diagram
Answer: A
Explanation:
Ref: http://msdn.microsoft.com/en-us/library/dd409462.aspx
Q9. - (Topic 1)
Your company uses a dual-tier deployment of Microsoft Visual Studio Team Foundation Server (TFS) that is integrated with the SQL Server Reporting Services.
You are responsible for monitoring server health and performance. You notice a spike in CPU activity on the application tier.
You need to determine the cause of the CPU activity.
In which two locations should you look? Each correct answer presents part of the solution.
A. the TFS administration console
B. the TFS Command Log table
C. the SQL Server Profiler
D. the activity and job history log
Answer: A,B
Q10. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server.
You build a multi-tiered application that contains the following tiers:
....
User Interface Application Services Integration Services Database
You need to modify the item template to meet the following requirements:
..
When a bug is created, the testing team is able to identify the application tier. You are able to produce a report of bugs by tier.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
A. Add a control to the work item FORM. For type, select WorkltemClassificationControl.
B. Add a new FIELD called Custom.ApplicationTier Application Tier and configure its list of ALLOWEDVALUES LISTITEMS to be:
.
User Interface
.
Application Services
.
Integration Services
.
Database
C.
Add a control to the work item FORM. For type, select FieldControl.
D.
Add the attribute reportable^Dimension to the FIELD definition.
E.
Add the attribute reportable = Measure to FIELD definition.
Answer: A,B,C