aiotestking uk

70-517 Exam Questions - Online Test


70-517 Premium VCE File

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

Q1. You have an app named TaskManagerApp that is published at http://sharepoint.contoso.com/apps.

You need to remove the app and ensure that users will no longer be able to use the app. Which Windows PowerShell cmdlets should you run?

A. Option A

B. Option B

C. Option C

D. Option D

Answer: A

Q2. You need to generate document identifiers for each new document that is uploaded to the site.

What should you do?

A. Create a derived class that inherits from the abstract class named

Microsoft.Office.DocumentManagement.Documentld and then override all of the abstract methods.

B. Create a derived class that inherits from the abstract class named Microsoft.Office.DocumentManagement.DocumentldProvider and then override all of the virtual members.

C. Create a derived class that inherits from the Microsoft.Office.DocumentManagement.DocumentldProvider abstract class and then implement all abstract members.

D. Create a class to implement the Microsoft.Office.DocumentManagement.IDocumentld interface and then override all of the virtual members.

Answer: B

Q3. You are developing an ASP.NET MVC web application for viewing a photo album. The application is designed for devices that support changes in orientation, such as tablets and smartphones. The application displays a grid of photos in portrait mode.

When the orientation changes to landscape, each tile in the grid expands to include a

description. The HTML that creates the gallery interface resembles the following markup.

If this CSS is omitted, the existing CSS displays the tiles in landscape mode.

You need to update the portrait mode CSS to apply only to screens with a width less than 500 pixels.

Which code segment should you use?

A. @media resolution(max-width: 500px) {

. . .

}

B. @media screen(min-width: Opx, max-width: 500px) {

. . .

}

C. @media screen and (width <= 500px) {

. . .

}

D. @media screen and (max-width: 500px) {

. . .

}

Answer: D

Explanation: http://www.javascriptkit.com/dhtmltutors/cssmediaqueries.shtml

Q4. You need to implement caching in your code.

Which caching option should you use?

A. Object Cache

B. Distributed Cache

C. Windows Server AppFabric Cache

D. ASP.NET cache

Answer: C

Q5. HOTSPOT 

You need to design the FranchiseMonitor app to meet the requirements.

What should you do? (To answer, select the appropriate option from each drop-down list in the answer area.)

Answer:

Q6. DRAG DROP 

You connect to a front-end web server in a SharePoint farm for a company named Contoso, Ltd.

You start the SharePoint Management Shell by using an account that has administrator permissions for the user-profile store. You use Windows PowerShell to create a User Profile property. You add the profile type and sub type to the User Profile property.

You run the following Windows PowerShell cmdlets:

How should you complete the relevant Windows PowerShell cmdlets? (To answer, drag the appropriate code segment to the correct location or locations in the answer area. Each code segment 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:

Q7. DRAG DROP 

You need to implement the site collection for managed navigation.

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:

Q8. You create a SharePoint site collection for a law firm. You create the following objects in the site collection.

A user searches for a legal case. The search results must contain only current cases. You need to create a custom result type that displays only current cases.

Which object should you use?

A. Cases

B. MPCaseID

C. case

D. ows_CaseID

E. CaseID

Answer: B

Q9. You need to ensure that developers can connect to a Windows Azure role by using RDP.

What should you do?

A. Export a certificate without a private key. Upload the .cer file to the Management Certificates section on the Azure Management Portal.

B. Export a certificate with a private key. Upload the .pfx file to the Management Certificates section on the Azure Management Portal.

C. Export a certificate without a private key. Upload the .cer file to the Certificates section under the TranscodeWorkerRole hosted service on the Azure Management Portal.

D. Export a certificate with a private key. Upload the .pfx file to the Certificates section under the TranscodeWorkerRole hosted service on the Azure Management Portal.

Answer: D

Q10. HOTSPOT 

You are developing an ASP.NET MVC web application that enables users to open Microsoft Excel files.

The current implementation of the ExcelResult class is as follows.

You need to enable users to open Excel files.

How should you implement the ExecuteResult method? (To answer, select the appropriate options in the answer area.)

Answer: