70-499 Premium Bundle

70-499 Premium Bundle

Recertification for MCSD: Application Lifecycle Management Certification Exam

4.5 
(26490 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-499 Free Practice Questions

Q1. DRAG DROP - (Topic 2) 

You are using Microsoft Test Manager (MTM) to manage your testing efforts. 

You want to see which work items have changed since the last time you assigned a build to the test plan. 

You need to assign a new build to the test plan and create a list of the bugs that have been fixed and the features that have been associated with the new build. 

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:  

Q2. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server 2012 (TFS) server and several TFS 2012 build servers configured. 

You need to ensure that developers compile their own code against the latest code before checking their changes into source control. 

What should you do? 

A. Enable the check-out setting to download the latest copy of an item before checking it out. 

B. Create a build definition for the solution with a gated check-in trigger. 

C. Create a build definition for the solution with a continuous integration trigger. 

D. Create a build definition for the solution with a rolling builds trigger, and configure the Builds check-in policy. 

Answer:

65. - (Topic 1) 

You network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server with a build configuration of a single controller and numerous multi-agent computers. 

You develop a variety of build types that require unique tools and specific computer’s capacities. 

You need to ensure that each build gets routed to one of the set of build computers configured to handle its build needs. 

What should you do? 

A. Match the name of your build definition to the corresponding build controller. 

B. Match the build configuration of your build definition to the corresponding build agents. 

C. Match the tags of your build definition to the corresponding build controller. 

D. Match the tags of your build definition to the corresponding build agents. 

Q3. - (Topic 3) 

Your company is developing a web application by using the Microsoft Visual Studio Scrum 

2.0 process template. The development team committed to deliver a set of Product Backlog Item (PBI) work items for the upcoming sprint. 

You implement the initial tests for the PBIs in scope for the upcoming sprint. You plan to add more tests during the sprint. 

You need to ensure that your test plan automatically includes any new tests. 

What should you do? 

A. 

Create a Microsoft Excel spreadsheet that lists all the acceptance tests for the PBIs. 

Use a Pivot table to report the test cases per PBI. 

B. 

Create test case work items for the acceptance tests. 

Link these test cases to the PBI work items. 

Add a query based test suite that selects all test cases linked with the PBIs in scope. 

C. 

Create test case work items for the acceptance tests. 

Link these test cases to the associated PBI work items. 

Add the PBIs to the test plan. 

D. 

Create test case work items for the acceptance tests. 

Create a suite in Microsoft Test Manager (MTM) and add all test cases to this suite. 

Answer:

Q4. DRAG DROP - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) server. 

A developer has left the company and still has files checked out. The developer's computer is no longer available to undo the checkouts. 

You need to undo any checked-out files for the user. You also need to delete the user's workspace. 

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

Answer:  

Q5. - (Topic 1) 

You are planning to install a new Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. 

You need to ensure that the minimum supported version of Microsoft SQL Server is installed. 

Which version should you install? 

A. SQL Server 2005 

B. SQL Server 2008 32-bit 

C. SQL Server 2008 64-bit 

D. SQL Server 2008 R2 

E. SQL Server 2012 

Answer:

Q6. - (Topic 3) 

You are developing an n-tier application. An architect has provided a layer diagram as shown in the exhibit image. (Click the Exhibit button.) 

Your code is built as part of an automated team build. 

A class in the data access layer is changed to utilize a utility class that resides in the business logic layer. 

You need to ensure that the code and layer diagram are valid in a manner that follows good architectural and object oriented practices. 

What should you do? 

A. Create a new cross-cutting layer and refactor the utility class into the new layer, allowing the new layer to reference both the data access layer and the business logic layer. 

B. Leave the layers the same and duplicate the utility class in both the data access layer and the business logic layer. 

C. Create a new cross-cutting layer and refactor the utility class into the new layer, allowing the data access layer and business logic layer to have one-way dependencies to the new layer. 

D. Change the dependency between the data access layer and the business logic layer to be bi-directional. 

Answer:

256. - (Topic 3) 

You manage a geographically dispersed development team that uses the Microsoft Visual Studio Scrum 2.0 process template. 

Each of the four locations has approximately six team members. 

You need to optimize the team’s performance to minimize the impact of the geographic dispersion. 

What should you do? 

A. Setup a persistent video conference feed between the locations. 

B. Use a phone conference line for daily standups. Use a paper-based planning board and take snapshots of the board after daily standups. 

C. Organize the teams into a scrum of scrums, in which each location has a standalone team. Work off of a single product backlog and meet regularly with the leads of each scrum team. 

D. Use electronic planning and a shared source control repository so that all team members are using a single set of sources. 

Q7. - (Topic 1) 

You use Microsoft Visual Studio Team Foundation Server (TFS). Your project has two 

teams, Team A and Team B. AH team members are part of the global contributors group. 

Your project administrator sets up a work item query folder for Team A. 

You need to configure the query folder so that only Team A members have access. 

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

A. Set Global Contributors to Not Set. 

B. Set Global Contributors to Allow. 

C. Set Team A to Explicit Allow. 

D. Set Team B to Deny. 

Answer: C,D 

Explanation: http://msdn.microsoft.com/en-us/library/dd286628(v=vs.100).aspx 

Q8. - (Topic 1) 

... 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. Your development team uses Visual Studio 2012. 

You store specialized design files within your Visual Studio solution by using version control. These design files are stored in a proprietary binary format and use the filename extension .dzn. 

You need to meet the following requirements: 

Ensure that all developers can modify these design files. 

Prevent multiple check-outs on all .dzn files. 

Ensure that all other file types can be edited by multiple developers at the same 

time. 

What should you do? 

A. Within the Source Control Explorer, right-click each .dzn file and uncheck the Allow multiple check outs option. 

B. Add a new file type for .dzn to the Team Project Source Control Settings and clear the Enable file merging and multiple check out checkbox. 

C. Within the Visual Studio Options dialog box for Source Control, add the .dzn extension to the Prevent multiple check-outs for the following file types list in the Visual Studio Team Foundation server node. 

D. Add a new file type for .dzn to the Team Project Collection Source Control Settings and clear the Enable file merging and multiple check out checkbox. 

Answer:

Q9. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server with Microsoft SQL Server 2012 Reporting Services (SSRS) and Analysis Services (SSAS). 

Users report that the data in their reports is out of date. 

You need to view the status of the data warehouse. You also need to view the analysis database jobs and see when each last ran successfully. 

What should you do? 

A. From any computer on the network: 

Browse to http: //<servername> : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx 

Invoke the GetProcessingStatus operation. 

B. 

From the TFS server: 

Browse to http : //<servername> : 8080/tfs/teamfoundation/administration/ v3.0/warehousecontrolservice.asmx 

Invoke the GetProcessingStatus operation. 

C. 

From the Team Foundation Server Administration Console: 

Expand the application-tier tree. 

Select Reporting. 

View the Warehouse Database and Analysis Services Database status. 

D. 

From any computer on the network: 

Use SQL Server Management Studio. 

Connect to the SQL server that hosts the TFS databases. 

Query the TFS configuration database's _LastUpdatedTime table. 

Answer:

Q10. HOTSPOT - (Topic 3) 

Your Scrum team is planning a release and wants to prioritize user stories based on value and risk. 

The stories are grouped according to the ratio of value to risk, as shown in the following image. Effort is the same for all user stories. 

The product owner on your team wants to ensure a higher return on investment based on 

today's prioritization activity. 

You need to prioritize these user stories into four sprints for this release. 

Use the drop-down menus to select the answer choice that answers each question. 

Answer:  

Q11. 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:  

Q12. 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:  

Q13. DRAG DROP - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server named Server1. Server1 is use’ by two development teams, Devi and Dev2, each of which has its own team project collection. 

You add a second TFS 2012 server named Server2, which also uses an instance of Microsoft SQL Server 2012. 

You need to move all of Dev2’s content from Server1 to Server2. 

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

Answer:  

68. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and Microsoft Lab Management (MLM) 2012. 

You want to create a clone of the development test environment in your domain that will support testing patches of your software while continuing to support release testing in the existing environment. 

You need to configure the environment to support network isolation. 

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

A. Add each machine to a workgroup. 

B. Install a test agent into each machine. 

C. Add a NAT server to the environment. 

D. Configure the test agent in each machine. 

E. Store the environment in a library. 

F. Add a domain controller to the environment. 

Q14. - (Topic 2) 

You use Microsoft Test Manager (MTM) to conduct a manual test for an ASP.NET web application. You have created a test plan named Release 2.0. 

The test plan needs to meet the following requirements: . Test runs should be able to capture event log data for the server role. 

. Test runs should be able to collect exceptions and specific diagnostic tracing information to isolate bugs that are difficult to reproduce. 

You need to configure the Release 2.0 test plan by creating new test settings for the requirements and assigning the test settings to the test plan. 

How should you configure the new test settings? 

A. On the Data and Diagnostics page, select the Event Log and System Information options. 

B. On the Data and Diagnostics page, select the Event Log, ASP.NET Client Proxy for IntelliTrace and Test Impact, and IntelliTrace options. 

C. On the Data and Diagnostics page, select the Event Log and IntelliTrace options. 

D. On the Data and Diagnostics page, select the Event Log and ASP.NET Client Proxy for IntelliTrace and Test Impact options. 

Answer:

Q15. - (Topic 2) 

You are using Microsoft Test Manager (MTM). 

Your company no longer supports a particular configuration for the application under test. 

You need to ensure that the test configuration is unavailable as an option in a test plan. 

Which state should you assign to the test configuration? 

A. Closed 

B. Inactive 

C. Disabled 

D. Idle 

Answer:

START 70-499 EXAM