Oct 2021 updated: Exambible Microsoft 70-517 answers 11-20

Ucertify 70-517 Questions are updated and all 70-517 answers are verified by experts. Once you have completely prepared with our 70-517 exam prep kits you will be ready for the real 70-517 exam without a problem. We have Improve Microsoft 70-517 dumps study guide. PASSED 70-517 First attempt! Here What I Did.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-517 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-517 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/70-517-exam-dumps.html

Q11. You need to add an action to RunLogController to validate the users' passwords. Which code segment should you use?

A. Option A

B. Option B

C. Option C

D. Option D

Answer: B


Q12. DRAG DROP 

You need to ensure that the features required for the Litware Team Site web template are referenced correctly in the ONET.XML file.

How should you complete the relevant code? (To answer, drag the appropriate code segments 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:


Q13. HOTSPOT 

Contoso, Ltd. is integrating an Enterprise Resource Planning (ERP) system with SharePoint by using Business Connectivity Services (BCS). The ERP system is a Windows Communication Foundation (WCF) service that is hosted in Internet Information Services (IIS). The WCF service is named people.svc and is located at http://contoso.com:8080. The metadata for the service is found at http://contoso.com:808/mex.

You need to create a data connection for the ERP system.

In the WCF Connection dialog box, how should you configure the connection to the WCF service? (To answer, select the appropriate option from each drop-down list in the answer area.)

Answer:


Q14. 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


Q15. DRAG DROP 

You need to add code to line MP22 to create the custom profile property.

How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct locations in the answer area. Each code segment may be used once or not at all. You may need to drag the split bar between panes or scroll to view content.)

Answer:


Q16. You need to make all of the rows in the table bold in the Views/RunLog/GetLog.cshtml view.

Which code segment should you use?

A. Table > th:last-child { font-weight: bold; }

B. Table+first-child{ font-weight: bold; }

C. Table>tr>th:nth-child{2){font-weight: bold; }

D. Table > tr { font-weight: bold; }

Answer: D


Q17. DRAG DROP 

You need to configure permission roles for the team members.

What should you do? (To answer, drag the appropriate role to the correct location in the answer area. Each role 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:


Q18. 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


Q19. HOTSPOT 

You develop an autohosted app for SharePoint.

The app will access SharePoint data in the host web.

You need to configure the minimum required data access permissions for the app.

How should you configure permissions in the app manifest? (To answer, select the appropriate option from each drop-down list in the answer area.)

Answer:


Q20. You need to resolve the  loading issue.

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

A. Set the size of the site collection object cache to at least 100 MB.

B. Enable the binary large object (BLOB) cache on each front-end web server.

C. Activate the Content Organizer site feature.

D. Enable authenticated cache profiles for the site output cache.

E. Enable publishing features for the site collection.

F. Set the default device channel to the active channel.

Answer: A,B

Explanation: A: The object cache is used internally to optimize page rendering by storing properties of sites, page layouts, and pages. The object cache reduces the amount of traffic between the Web server and a SQL database. This results in higher throughput of rendered pages, thereby increasing the number of pages that can be delivered to clients.

B: SharePoint Server 2013 provides a disk-based cache that stores files that are used by web pages to help them load quickly in the browser, and reduces the load on the database server when it uses those files. These files are known as binary large objects (BLOBs), and the cache is known as the BLOB cache. The BLOB cache is stored directly on the hard disk drive of a front-end web server computer.

* When using  Rendition you will have to enable BLOBCache to improve performance

* By using Device Channel Renditions you can create smaller  sizes designed specifically for mobile use. This allows the mobile user to browse the smaller version, increasing the overall performance for the device they are using.  Rendition enables you to have large files stored within your website along with smaller scaled variations for mobile users.

When using  Rendition you will have to enable BLOBCache to improve performance

From scenario:

* Some employees report that the home page loads slowly. You investigate the issue and find out that the size of some s is very large. You must enable  renditions on the intranet site collection.