aiotestking uk

70-499 Exam Questions - Online Test


70-499 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and a virtual test environment that uses Lab Management 2012 along with System Center Virtual Machine Manager (SCVMM) 2010. 

You want to install a test virtual machine that is hosted within a lab environment. 

You need to ensure that the test virtual machine can support all the features of Lab Management 2012. 

Which component should you install on the test virtual machine? 

A. Agents for Visual Studio 2012 

B. Visual Studio Build Agent 2012 

C. Visual Studio Test Agent 2012 

D. Visual Studio Lab Agent 2012 

Answer:

Q2. - (Topic 3) 

Your development team uses the Microsoft Visual Studio Scrum 2.0 process template. 

The team has identified items from the product backlog for the next sprint. 

You need to ensure that the team has adequate capacity to complete the next sprint. 

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.) 

A. Review the sprint Burndown chart. 

B. Have the team assign hour estimates to each sprint task. 

C. Review the sprint backlog. 

D. Assign story points to each item in the product backlog. 

E. Review the product backlog with forecast set to On to determine if the sprint can be completed based on the team’s velocity. 

F. Set each team member’s per day capacity. 

Answer: C,E,F 

Explanation: Sprint Burndown charts can show the team how much work remains in the Sprint. These charts will often include an ideal trend line. This line represents the ideal rate at which the Development Team is able to complete all of the remaining effort, at a constant rate, by the end of the Sprint. 

Professional Scrum Development with Microsoft Visual Studio 2012 p.283 

Prior to the Sprint, there shouldn’t be any Task work items in the Sprint Backlog. Ideally, the Development Team creates its tasks during the Sprint Planning meeting and not before. 

Professional Scrum Development with Microsoft Visual Studio 2012 p.175 

The Sprint Backlog contains those items selected by the Development Team plus a plan for delivering them. The Sprint Backlog shows the work remaining in the Sprint at all times. 

Professional Scrum Development with Microsoft Visual Studio 2012 p.4 

Story points should be already assigned to PBIs during identification for the sprint. 

Q3. - (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:

Q4. - (Topic 3) 

Your development team reports that the operations team is not providing sufficient information for the development team to efficiently diagnose problems in production. 

You need to identify standard data that the operations team should provide when they submit requests to the development team. 

Which two standard artifacts should you include? (Each correct answer presents part of the solution. Choose two.) 

A. Test impact analysis. 

B. Event log information. 

C. IntelliTrace configuration file. 

D. Performance monitor configuration file. 

E. Name of the application, server(s), and issue description. 

Answer: B,E 

Explanation: Test Impact Analysis (TIA) helps in analysis of impact of development on existing tests. 

http://msdn.microsoft.com/en-us/library/ff576128%28v=vs.100%29.aspx#intro 

Event log information - EventLog lets you access or customize Windows 2000 event logs, 

which record information about important software or hardware events. Using EventLog, 

you can read from existing logs, write entries to logs, create or delete event sources, delete 

logs, and respond to log entries. You can also create new logs when creating an event 

source. 

IntelliTrace configuration file - I couldn't find such thing. 

Name of the application, server(s), and issue description seems the information a bug 

couldn't exist for a developer. 

Networking performance counters can be accessed and managed using the 

PerformanceCounter and related classes in the System.Diagnostics namespace. 

Networking performance counters can also be viewed with the Windows Performance 

Monitor console. 

Q5. - (Topic 3) 

You have a web application that should be automatically deployed to a standard environment, including two staging web servers. You USE the LabDefaultTemplate.11.xaml build process template for your build definition. 

You plan to run automated tests on the application as part of the build process. 

You need to configure the build definition to deploy the application. 

What should you do? 

A. Create deployment scripts to perform the deployment. In the Deploy section of the build process template, select Deploy the build and specify the computer names and the scripts to be executed. 

B. In the build definition, specify the MS Build arguments as /p:DeployOnBuild=true;DeployTargetPackage. 

C. Define separate drop folders for each web server. 

D. In the build definition, specify Private Drop Location. Indicate the scripts to be executed after a successful build. 

Answer:

Q6. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your TFS environment currently consists of a single team project collection (TPC) named DevTPC, one build controller named BC-1, and one build agent named BA-1. 

You need to create a separate TFS test environment by cloning your existing environment. You need to achieve this goal by utilizing as few new TFS services as possible. 

Which of the following diagrams shows the correct architecture for solving this problem? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q7. - (Topic 3) 

You are a developer. Your company has a Microsoft Visual Studio Team Foundation Server (TFS) installation for a project. The TFS installation uses the Microsoft Solutions Framework (MSF) for Agile Software Development project template. The developers have standard Contributor permissions, and the Scrum Master has Project Administrator permissions. 

The project development team performs time of regression testing of all stories at the end of each release. Defects are linked to the corresponding story. The team wants to view all completed user stories for release 1 with related open defects. This query needs to appear on the home page of the web portal. 

You need to create a query that includes the user story title, defect title, and the status of the defect. 

Which two actions should you perform? Each correct answer presents part of the solution. 

A. Using the Query editor, create a new Flat query named Rl Open Defects. Set Work Item Type to Defect, and set the State filter to <> Done. 

B. Using the Query editor, create a new direct links query named Rl Open Defects that links user stories by using the iteration filter Under, Release 1, and related Bugs. Filter the bugs by by State < > Done. 

C. Have the Scrum master right-click the query Rl Open Defects, and select add to team favorites. 

D. As a developer, from the Query menu, right-click the query Rl Open Defects, and select add to team favorites. 

Answer: B,C 

Q8. - (Topic 2) 

You are using Microsoft Test Manager (MTM). 

An application that you are responsible for testing has been modified to include a new data entry field. This new field requires testing against a set of known test data. 

You need to modify the manual test case to include input and validation data for the new data entry field to meet these requirements. 

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.) 

A. Create a new test case for each data value to be tested. 

B. Insert a test step insert a parameter into its action column to represent the input data value. 

C. Insert a test step insert a parameter into its Expected Results column to represent the expected result. 

D. Insert the action expected results values to the Parameter Values list pane. 

E. Insert a test step for each new result data value to be tested. 

Answer: B,D,E 

Q9. - (Topic 2) 

You are using Microsoft Test Manager (MTM). 

You have a large list of existing test plans that are obsolete. These test plans should be kept for historical purposes. When testers click oi the Home button to select a test plan, the list is too long to easily navigate. 

You need to show only the test plans that are currently being used. 

What should you do? 

A. In the Test Plan Manager view, right-click each obsolete test plan and select Hide. 

B. In the Test Plan Manager view, for each obsolete test plan select Delete test plan. 

C. In the test plan Properties, change the State to Inactive for each obsolete test plan. 

D. In the Test Plan Manager view, right-click each obsolete test plan and select Close. 

E. In the test plan Properties, change the State to Closed for each obsolete test plan. 

Answer:

Q10. - (Topic 2) 

You are using Microsoft Test Manager (MTM) to manage test cases. 

You want to review all test cases with shared steps. 

You need to build a direct links query that will generate a list of all test cases in the team 

project that use a shared step. 

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.) 

A. Set the linked work items filter to Work item type = Shared Steps. 

B. Set the main query to Team Project = @Project AND Work Item Type = Test Case. 

C. Return all top-level work items. 

D. Return only items that have the specified links. 

E. Return only items that do not have the specified links. 

Answer: A,B,D