getcertified4sure.com

All About 70-517 test Dec 2021




Want to know Actualtests 70-517 Exam practice test features? Want to lear more about Microsoft Recertification for MCSD: SharePoint Applications certification experience? Study Verified Microsoft 70-517 answers to Rebirth 70-517 questions at Actualtests. Gat a success with an absolute guarantee to pass Microsoft 70-517 (Recertification for MCSD: SharePoint Applications) test on your first attempt.

Q91. You are testing an ASP.NET application.

The test plan requires that tests run against the application's business layer. You need to use the test project template that meets this requirement.

Which template should you use?

A. Web Test Project

B. Load Test Project

C. Unit Test Project

D. Coded Test Project

Answer: C


Q92. You need to create a link to the Dallas office page. Which URL should you use?

A. http://www.contoso.com/Offices/Dallas.aspx

B. http://www.contoso.com/Offices/Pages/Office.aspx

C. http://www.contoso.com/Offices/Pages/Office.aspx?Office=Dallas

D. http://www.contoso.com/Offices/Dallas

E. http://www.contoso.com/Offices/Pages/Office.aspx?TermID=b6e11481-3445-413c­ 9da0-b15ae5d5cbd4

Answer: D


Q93. HOTSPOT 

You create term sets and multi-lingual labels for a site collection. The default locale, language, and culture for the term sets are set to English. You develop a console application to create labels for a term named Memory. The console application uses the English locale. You develop the following labels for the term named Memory.

You need to create German labels for the term named Memory.

How should you complete the relevant code? (To answer, select the appropriate code

segment from each drop-down list in the answer area.)

Answer:


Q94. You need to print out the terms and term sets for the Document Library app named Project Documents.

What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A. Insert the following code segment at line DL59: Console.WriteLine("TermSet : = + termSet.Name + " Term : " + term.Name);

B. Insert the following code segment at line DL70: Console.WriteLine("TermSet : " + termSet.Name);

C. Insert the following code segment at line DL35:

TaxonomySession taxonomy = TaxonomySession.GetTaxonomySession(clientContext);

D. Insert the following code segment at line DL56: Console.WriteLine("TermSet : " + termSet.Name);

E. Insert the following code segment at line DL35:

TaxonomyItem taxonomy = TaxonomySession.GetTaxonomySession(clientContext);

Answer: A,E 

Explanation:

From scenario:

/ You must develop a console app to print the current term sets and each root term for the app by using the following style: TermSet : name Term : name

/ You must create a Department term set to store team member roles and organize them by department types. The import file for the Department term set is the default for all new projects. The import file contains terms for System Architect, Programmer, Producer, and Manager. Each term is contained within two parent groups, Engineering or Production.

Managers are members of the Production group only. All of the parent groups use a shared root-level term.


Q95. You are developing an ASP.NET MVC application by using Visual Studio 2012.

The application throws and handles exceptions when it runs.

You need to examine the state of the application when exceptions are thrown. What should you do?

A. From the Debug menu in Visual Studio 2012, select Exceptions. Enable the Thrown check box for Common Language Runtime Exceptions.

B. From the DEBUG menu in Visual Studio 2012, select Attach to Process. Select the IIS process.

C. From the Debug menu in Visual Studio 2012, select Exceptions. Disable the User­ unhandled check box for Common Language Runtime Exceptions.

D. From the TOOLS menu in Visual Studio 2012, click Customize. C!ic< tie Commands tab and select Debug.

Answer: A


Q96. DRAG DROP 

You develop a Microsoft Office app to access external data by using Business Connectivity Services (BCS).

The app must access data from a Windows Communication Foundation (WCF) connector by using an external content type.

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

Answer:


Q97. You need to configure permissions for the publishing portal in the Term Store Manager. What should you do?

A. Add the URL http://adventureworks.com/sites/portal to the site collection access list.

B. Add the URL http://adventureworks.com/sites/portal to the Contributors list.

C. Add the URL http://adventureworks.com/navigation to the site collection access list.

D. Add the URL http://adventureworks.com/pages/navigation.aspx to the site collection access list.

Answer: B


Q98. You use Visual Studio to design a SharePoint solution for a company that sells wine to customers around the world.

The solution must return the total number of cases sold per country. The solution also must allow employees to sort cases of wine that are returned. Employees must sort cases by country, date, and reason for the return.

You need to configure the solution to meet the requirements.

Which steps should you take? (Each correct answer presents part of the solution. Choose all that apply.)

A. Add a Refinement Web Part to the page.

B. Configure the query for the Content Search Web Part.

C. Add country as a property filter to the Search Results Web Part.

D. Add a Calendar Web Part to the page.

Answer: A,B,C 

Explanation: A:

* From question:

Employees must sort cases by country, date, and reason for the return.

* On the REFINERS tab, you can choose to limit returned results by adding preselected refiners to your query.

You can specify that the search results that are returned in the Search Results Web Part should be limited to one or more values from the refiners. The list shows all managed properties that are enabled as refiners in the search schema.

B: The Search Results Web Part shows the search results of a query that was entered in a Search Box Web Part.

C: From question:

The solution must return the total number of cases sold per country.

Note:

✑ Use property filters to query the content of managed properties that are set to queryable in the search schema.


Q99. You plan to create a workflow design by using Microsoft Visio 2013 and then import the design into SharePoint Designer 2013.

You need to ensure that you have repetition capability. Which shape should you use?

A. Stage

B. Assign a Task

C. Step

D. Loop

Answer: A


Q100. The transcode.exe utility activates its license online when it is installed.

You need to ensure that the registration of the transcode utility is handled as specified in its license.

Which method should you add to the TranscodeWorkerRole class?

A. Option A

B. Option B

C. Option C

D. Option D

Answer: D