70-499 Premium Bundle

70-499 Premium Bundle

Recertification for MCSD: Application Lifecycle Management Certification Exam

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

Microsoft 70-499 Free Practice Questions

Q1. DRAG DROP - (Topic 3) 

Your IT department uses a custom SharePoint list to capture help desk calls and ticket information. Management asks you to report the mean time to repair (MTTR) on a weekly basis. 

You need to modify the list to capture the data necessary to prepare the report. 

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

Answer:  

216. - (Topic 3) 

Your team uses Microsoft Visual Studio Team Foundation Server (TFS) as their application lifecycle management solution. 

The team is developing a mission-critical internal web application. The data service and user interface are on different servers. The web application includes a Windows client The internal IT group uses packaged software to distribute software to internal clients. File shares are used for staging. The file shares are titled \\deploy\staging\myapp. and they contain the install packages. 

The team needs to deploy updates on a quarterly basis. The team also needs to keep copies of the deployed software in the team's environment and to use TFS Release Management. 

You need to create a process that deploys the Windows client to the staging area. 

What should you do? 

A. Create a custom action to deploy your msi file, and use one-click deployment. 

B. Create a Release Template, and add the step Copy file or Folder in the Staging tab. Set the Destination to \\deploy\staging\myapp. 

C. Create a Release Template, and add the Windows OS task of moving a file. Set the staging area as the place to move the msi file. 

D. Create a custom action that connects to the internal third-party deployment api, and add it to the Release Template. 

Q2. - (Topic 3) 

You are developing a new application. The application will require rapid changes after it is in production. 

You need to implement practices that promote high quality and ensure the code is maintainable. 

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

A. Refactor code based on code metrics from the maintainability index. 

B. Keep the code tightly coupled. 

C. Create as few classes as possible. 

D. Create unit tests and monitor code coverage. 

E. Create as few assemblies as possible. 

F. Refactor code based on code clone analysis. 

Answer: A,D,F 

Q3. - (Topic 3) 

You are a technical team lead. Your company network includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. 

You are assigned to work on a project with an internal development team and an off-site vendor who is new to working with your company. 

You need to ensure that the code delivered by the off-site vendor is of an acceptable quality, conforms to standards, and does not affect production support. 

Which three actions should you perform? (Each correct answer presents a complete solution. Choose three.) 

A. Implement custom and standard check-in policies to force compliance to standards, passing of unit tests, and running static code analysis. 

B. Implement a branching and permissions strategy that isolates vendor changes. 

C. Implement an email alert that is triggered when the off-site vendor’s developers check in code. 

D. Implement a gated check-in build. 

E. Implement a policy requiring developers to shelve their changes at the end of each day. 

Answer: A,B,D 

Q4. - (Topic 2) 

You are using Microsoft Test Manager (MTM). 

You have test cases that use a shared steps work item. You plan to replace the shared steps work item with a new implementation. 

You need to find the test cases that are using that shared steps work item. 

What are two possible features you could use to achieve this goal? (Choose two. Each answer choice provides a complete solution.) 

A. A Direct Links query 

B. Shared Steps Manager 

C. The TCM.exe utility 

D. The WitAdmin.exe utility 

Answer: A,B 

Q5. DRAG DROP - (Topic 3) 

You are a developer for Contoso, Ltd. The product owner sends an email with a list of requirements that need to be built out for your company's social media product. 

You plan to use the list of requirements to create the Product Backlog. The development team will break these features into user stories. 

You need to create a user story from a user's perspective in which the user accesses the contact history. Additionally, you need to document the action the user wants to take and the benefit the user will receive from that action. 

Complete the user story. To answer, drag the appropriate component of the user story to the correct target. Each component of the user story 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:  

291. - (Topic 3) 

Your company network includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server and Microsoft System Center 2012. Your company launches a new customer sales portal. 

It is critical that all issues identified as potential bugs get addressed in a timely manner. 

You need to ensure that incident response times are managed across support and development teams. 

What should you do? 

A. Use Service Manager. 

B. Create a new incident within System Center and assign it to a bug work item in TFS. 

C. Use SQL Server Reporting Services (SSRS) to query the Operations Manager Data Warehouse and create work items. 

D. Use Orchestrator. 

Q6. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. You create a new build definition and select the Continuous Integration trigger. The build definition runs a build verification test. 

You discover that the build fails because the build verification test has not passed, even though compilation of the source code succeeds. 

You need to prevent further check-ins until the code passes the build verification test and the build succeeds. 

What should you do? 

A. Enable the Builds check-in policy. 

B. Configure the build definition’s source control folders to be read-only for the other developers. 

C. Enable the Testing check-in policy. Select the same test that is used as the build verification test to be run and passed for the check-in to succeed. 

D. Configure the server-side check-in event handler to roll back if the earlier build has failed. 

Answer:

Q7. - (Topic 2) 

You are using Microsoft Test Manager (MTM) for manual test runs. 

You are creating an action recording but some of the recorded actions were not part of the intended steps. 

You need to remove only the unwanted actions from the current action recording. 

What should you do? 

A. Open the test results and save the action log. Edit the action log to remove the unwanted actions. Import the file as an attachment, overwriting the initial action log. 

B. Reset the test case inside the test runner and create a new action log. 

C. Delete the unwanted actions from the captured actions inside the test runner. 

D. Open the test results and edit the action log to remove the unwanted actions. 

Answer:

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 plan to conduct a manual test for an ASP.NET website by using Microsoft Test Manager (MTM). You create a test plan named Calculate_Margin by using Testing Center in MTM. 

You need to link all the test cases that belong to the Calculate_Margin test plan with new requirements that are stored as work items in Team Foundation Server 2012. 

What should you do? 

A. In the Links section of the test plan, click Add link to associate the requirements document. 

B. Associate the requirements document with the test plan by name, then add a link by using the area path relevant to the requirements being tested. 

C. Create the test cases within the test plan by using a Test Suite, then associate the new requirements by adding them as attachments to the test cases. 

D. Click Add requirements from the Contents menu of the test plan and associate the new requirements. 

Answer:

Q10. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server 

(TFS) 2012 server that uses SharePoint and SQL Server 2012 Reporting Services (SSRS). 

You develop a custom report to track progress for all new projects. 

You need to ensure that the report is included in all new projects when they are created. 

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

Choose two.) 

A. Add the report file to the TfsReports folder on the reporting server. 

B. Add a report entry to the ReportsTasks.xml in the process template. 

C. Add the report file to the Reports folder for the process template. 

D. Add a report entry to the ProcessTemplate.xml in the process template. 

Answer: A,D 

Q11. - (Topic 2) 

You plan to conduct a test for a multi-tier ASP.NET website using Microsoft Test Manager (MTM). You have created a test plan named QA Release 1.0. You also have created a test setting for the QA Release 1.0 test plan with the Database, Web Client, and Web Server roles. 

The QA Release 1.0 test plan must specify that test runs: 

. Collect specific diagnostic trace information to help analyze bugs that are difficult to reproduce, and . Collect information about which methods of your applications code were used when a test case was run. 

You need to configure the QA Release 1.0 test plan to meet these requirements. 

What should you do? 

A. Enable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test Impact, and Test impact diagnostic data adapter settings. 

B. Enable and configure the IntelliTrace, ASP.NET profiler, and Event log diagnostic data adapter settings. 

C. Enable and configure the IntelliTrace, ASP.NET Client Proxy for IntelliTrace and Test Impact, and ASP.NET profiler diagnostic data adapter settings. 

D. Enable and configure the ASP.NET profiler, Code coverage, and IntelliTrace diagnostic data adapter settings. 

Answer:

Q12. DRAG DROP - (Topic 1) 

Your team uses Microsoft Visual Studio Team Foundation Server (TFS) to manage automated builds. 

You need to make modifications to one of your build definitions. You want your team to be able to queue new builds, but you want those builds to run only after you complete your changes. 

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:  

Q13. DRAG DROP - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server with one project collection and multiple build machines. 

A development team installs and configures a build service on a new build machine. 

You need to be able to validate that the installation and configuration meets your organization’s requirements and follows its best practices. 

At which service would you perform the following tasks? (To answer, drag the appropriate build component to the correct standards- checking task in the answer area. Each build component may be used once, more than once, or not at all.) 

Answer:  

Q14. - (Topic 1) 

Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server installed at a main office. 

A TFS Proxy is installed at the branch office with a default port number. 

You need to access TFS from the branch office to add and manage work items. 

What should you do? 

A. Navigate to the Internet Options of your browser. In the LAN settings area, configure the name of the TFS proxy and enter the port number 8081. 

B. Navigate to the Internet Options of your browser. In the LAN settings area, configure the name of the TFS proxy and enter the port number 8080. 

C. In the Add/Remove Team Foundation Server dialog box within Visual Studio 2012, enter the name of the TFS server. 

D. From the Source Control section of Visual Studio 2012, enter the name of the proxy server and port number 8081. 

Answer:

Q15. DRAG DROP - (Topic 1) 

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

You need to configure TFS to send an email notification to a group of testers when a build is completed. 

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:  

30. - (Topic 1) 

You have a newly installed Microsoft Visual Studio Team Foundation Server (TFS). Both TFS and SQL server are installed on the same server. The SQL server installation includes the database engine component only. 

You need to utilize all available TFS Reporting features. 

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

A. Install SQL Analysis Services. 

B. Enable Data Quality Services. 

C. Install SQL Server Reporting Services. 

D. Install SQL Server Client Tools Connectivity. 

START 70-499 EXAM