Actualtestss Microsoft certification exam training materials contain the core expertise and that might appear from the real exam. We keep serving our customers together with the best merchandise. With the analyze engine, you are able to identify weak places to prepare better. Take notes around the Pdf files and circumscribe the particular errors inside red. Review the particular errors after again; then you will master the comprehensive expertise and create full preparation on your Microsoft certification exam.
Q121. - (Topic 3)
You design a system architecture that specifies various inter-layer communications.
You need to ensure the validity of developers’ code against your architecture.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Create a layer diagram and specify the valid namespaces for each layer.
B. Create a gated check-in that runs a build that validates the rules defined in the layer diagram.
C. Use the architecture explorer to create a DGML model of the architecture.
D. Create a gated check-in that uses Code Analysis.
E. Create a gated check-in that runs a build that validates the rules defined in the DGML model.
Answer: A,B
Explanation: You can perform layer validation every time that you run a local build. If your team uses Team Foundation Build, you can perform layer validation with gated check-ins, which you can specify by creating a custom MSBuild task, and use build reports to collect validation errors.
http://msdn.microsoft.com/en-us/library/vstudio/dd409395.aspx
Q122. - (Topic 2)
You plan to conduct a manual test for an ASP.NET website by using Microsoft Test Manager (MTM). You create a test plan named Release 1.0 by using Testing Center in MTM.
You need to configure the Release 1.0 test plan so that all the test cases in the test plan will run against the following platforms:
. Microsoft Windows 7 and Windows Internet Explorer 8
. Microsoft Windows Server 2008 and Windows Internet Explorer 8
What should you do?
A. Create new test environments with the specified configuration settings and associate the newly created environment to the test plan by changing the automated test environment settings.
B. Create new test configurations with the specified configuration settings and associate the newly created configuration to the test plan by changing the configuration settings.
C. Create new test environments with the specified configuration settings and associate the newly created environment to the test plan by changing the manual test environment settings.
D. Create new test environments with the specified configuration settings and associate the newly created environment to the test plan by changing both the manual and automated test environment settings.
Answer: B
Q123. DRAG DROP - (Topic 1)
Your company is installing Microsoft Visual Studio Team Foundation Server (TFS) 2013 in a new environment.
Your IT department has 110 developers, 25 business analysts, 50 testers, and 30 Scrum Masters who will access this new instance of TFS in various capacities.
You need to configure the servers to meet the minimum TFS 2013 system requirements.
What should you do? To answer, drag the appropriate minimum requirement to the correct component Each minimum requirement 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
Answer:
Q124. - (Topic 2)
You are using Microsoft Test Manager (MTM). You are using the Microsoft Solution Framework (MSF) for Agile Software Development process template. Your TFS environment includes SharePoint Server 2010 Enterprise Edition and reporting integration.
You need to identify the number of bugs that are open and assigned to you.
What should you do?
A. Open the Track tab in MTM and click the My Assigned Bugs link.
B. Open the Bugs Dashboard and view the Bug Progress report.
C. Open a Visual Studio 2012 Command prompt and run the ActiveBugList.exe command, pasting in username as a parameter.
D. Open the Bugs Dashboard and view the Active Bugs by Assignment report.
Answer: D
155. - (Topic 2)
You are using Microsoft Test Manager (MTM).
You are developing a test that requires a test step to verify a result against a known value.
You plan to insert a new step to accomplish this task.
You need to make the new step a validation step.
What should you do?
A. Type the expected value into the Expected Result column of the new test step.
B. Type the expected value into the Action column of the new test step.
C. Add the expected result value into the Parameter Values pane.
D. Add a parameter to the Action column of the new test step.
Answer: A
Q125. - (Topic 2)
You are using Microsoft Test Manager (MTM) to perform exploratory testing.
You need to ensure that any bugs or test cases created during an exploratory test session
are associated with a specific requirement for the purposes of traceability.
What should you do?
A. From the Test activity, select View Exploratory Test Sessions. Open a session and click the Copy Link button.
B. From the Run Tests activity, select a test case that is a part of a requirement suite and select Run.
C. Create a requirement suite in the test plan, right-click on the suite, and select Explore Requirement.
D. From the Do Exploratory Testing activity, select Explore.
Answer: C
Q126. - (Topic 1)
Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your developers use Visual Studio 2012.
Developers frequently work from locations where there is no network connection.
You need to ensure that developers are able to easily compare their current changes to the last version retrieved from version control.
Which type of workspace should you configure?
A. Server
B. Local
C. Server-synchronized
D. Windows Azure
Answer: B
Q127. - (Topic 3)
You develop a solution that contains an ASP.NET Model View Controller (MVC) application. You have a continuous integration build named CodeBuild which compiles the application. Your information technology (IT) department provides you with a virtual machine (VM) for testing purposes. The VM has Internet Information Services (IIS) 7.5 installed and configured.
Currently, developers publish to the VM directly from Visual Studio when the test team requests a deployment. The current release process is unreliable and burdensome to the development team.
You need to create an efficient and flexible method to automate the deployment of the website when requested by the test team.
What should you do?
A.
.
Create a Powershell script that copies the website from the build drop folder to the test VM.
.
Check in the script to TFS.
.
Add an activity to the CodeBuild workflow that invokes the PowerShell script.
B.
.
Create a standard environment using the test VM.
.
Create a lab workflow named DeployBuild and select CodeBuild as the source build.
.
Configure a deployment command to copy the website from the build drop folder to the IIS web directory.
.
Instruct the test team to invoke the DeployBuild when they request a new release.
C.
.
Customize the CodeBuild workflow to copy the website from the build drop folder to the IIS web directory on the test VM.
.
Instruct the test team to invoke the CodeBuild when they wish to test.
D.
.
Make the IIS Web Directory on the test VM a Universal Naming Convention (UNC) file share.
.
Modify the CodeBuild, setting this share as the drop folder for the build.
.
Instruct the test team to invoke the CodeBuild when they wish to test.
Answer: B
Q128. - (Topic 1)
Your network environment is configured according to the following table:
The data tier has been configured to run Microsoft SQL Server Reporting Services (SSRS)
in SharePoint Integrated Mode.
You need to configure the TFS environment to support the addition of SSRS Reports.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Open the report in SQL Server Business Intelligence Development Studio and change the TargetServeruRL property of the report.
B. Log on to the data-tier server and reconfigure SSRS to Native Mode.
C. Log on to the data-tier server and rebuild the TFS data warehouse by using the TFSConfig.exe Rebuild Warehouse /all I ReportingDataSourcePassword : <password> command.
D. Log on to the application-tier server and rebuild the TFS data warehouse by using the TFSConfig.exe RebuildWarehouse / all /ReportingDataSourcePassword: <password> command.
E. Log on to the application-tier server and reconfigure TFS and SQL Reporting Services integration.
Answer: B,E
Q129. - (Topic 3)
Your development team is using the Microsoft Solution Framework (MSF) for Capability
Maturity Model Integration (CM MI) Process Improvement 6.0 process template.
You identify the high business value requirements of a project.
You need to prioritize the requirements and ensure that the updates are reflected on the
TFS reports.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Set the Priority to 1 for each of the high-value requirements.
B. Use Microsoft Project.
C. Set the Stack Rank attribute to Top for each of the high-value requirements.
D. Use the Product Backlog feature.
Answer: A,D
Q130. DRAG DROP - (Topic 2)
You are using Microsoft Test Manager (MTM) to manage your testing efforts.
You want to see how manual testing is going for the current plan.
You need to see a list of manual test runs grouped first by Test Status and then by State.
What should you do? (To answer, move the three appropriate actions from the list of
actions to the answer area and arrange them in the correct order.)
Answer: