70-517 Exam - Recertification for MCSD: SharePoint Applications

certleader.com

Q1. You develop a SharePoint app that reads data from an external source by using Business Connectivity Services (BCS). The following markup defines the subscription: (Line numbers are included for reference only.)

Employee identification (ID) numbers that are less than 100 must be ignored. You need to configure the subscription.

What should you do?

A. Option A

B. Option B

C. Option C

D. Option D

Answer: D

Q2. You are designing a distributed application that runs on the Windows Azure platform.

The application must store a small amount of insecure global information that does not change frequently.

You need to configure the application to meet the requirements.

Which server-side state management option should you use? (Each correct answer

presents a complete solution. Choose all that apply.)

A. Windows Azure application state

B. Sql Azure

C. Profile properties of the Windows Azure application

D. Windows Azure session state

Answer: B,D

Explanation: SQL Database provides a relational database management system for Windows Azure and is based on SQL Server technology. With a SQL Database instance, you can easily provision and deploy relational database solutions to the cloud, and take advantage of a distributed data center that provides enterprise-class availability, scalability, and security with the benefits of built-in data protection and self-healing.

Session States in Windows Azure.

If you are a Web developer, you are probably very familiar with managing user state - that is you are familiar with tracking user activity and actions across several request-response exchanges that occur in Web applications. Since HTTP is a stateless protocol, developers over the years have developed all sorts of means to manage state. You'll even find an MSDN page providing alternatives and recommendations for state management here.

Cookies, hidden fields, and query strings are some client-side options to tracking user state. When it comes to managing that state on the server-side, most Web developers rely on session objects.

Q3. You have a SharePoint farm. You create a web service that connects to an extension point in the Search service. The web service processes string content and returns the string in all capitalized letters.

The web service includes the properties in the following table.

You start the SharePoint Management Shell. You create the following Windows PowerShell cmdlet: (Line numbers are included for reference only.)

You need to complete the Windows PowerShell cmdlet to register the Content Enrichment service.

Which code segment should you insert at line 04?

A. Option A

B. Option B

C. Option C

D. Option D

Answer: D

Q4. HOTSPOT 

You need to implement the map of the runners' paths.

How should you build the video viewer? (To answer, select the appropriate options in the answer area.)

Answer:

Q5. You need to create rules in the CourierMobile app based on the ItemType that arrives.

For which ItemTypes should you test? (Each correct answer presents part of the solution. Choose all that apply.)

A. IPM.Schedule.Meeting.Tent

B. IPM.Note

C. IPM.Schedule.Meeting.Request

D. IPM.Appointment

E. IPM.Schedule.Meeting.Cancelled

F. IPM.Schedule.Meeting.Pos

G. IPM.Schedule.Meeting.Neg

Answer: D,E 

Explanation:

From scenario:

* The CourierMobile app receives Microsoft Outlook appointments (D) and Outlook appointment cancellations (E) from the CloudManager app. The appointments include the address of the location for pick-up or drop-off.

Q6. A company uses SharePoint for internal collaboration. SharePoint is deployed on a server farm with a single front-end server, a single application server, and a dedicated database server.

You review existing Web Parts that read from and write to SharePoint lists. You find the following code in one of the utility classes and notice memory leaks in the method.

You need to ensure that there are no memory leaks in the method. What should you do?

A. Add a finally statement and include site.Dispose ().

B. Add site.Dispose() to the catch statement.

C. Add a finally statement and include siteCollection.Dispose ();

D. Add siteCollection.Dispose() to the catch statement.

Answer: C

Q7. You use Visual Studio to design a SharePoint solution for a company that provides computer support services to customers around the world.

The solution must list the customer service representatives that resolve the highest number of support requests. The solution also must allow filtering of customer service representatives by region.

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 Recommended Items Web Part to the page.

B. Add and configure a Refinement Web Part to the page.

C. Add regions as property filters to the Search Results Web Part.

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

Answer: C,D

Q8. You updated the web.config file with the HTTP run-time value required to display an alternative version of the site.

You need to ensure that the correct page displays to the users. Which code segment should you use to update the controller?

A. If (Request.IsTabletDevice)

B. If (Request.Browser.IsBrowser("Mobile"))

C. If (Request.UserAgent["Tablet"])

D. If (Request.Browser.IsMobileDevice)

Answer: D

Q9. HOTSPOT 

You develop a SharePoint-hosted app that is used by internal users to read and write data. The app has the following requirements:

✑ The app must be able to find and display the products that are purchased most often by customers.

✑ The app must be able to read product information from a custom SQL Server

database by using an external list.

✑ The app must be able to read from and write to the user profile.

✑ The app must be able to make changes to lists by using the minimum permissions necessary.

✑ The app must be able to read enterprise keywords.

You need to configure permissions for the app.

Which scopes and permissions should you use? (To answer, select the appropriate options from each drop-down list in the answer area.)

Answer:

Q10. HOTSPOT 

You implement eDiscovery in SharePoint to access Exchange Online mailbox data.

You need to ensure that users continue to have access to Exchange Online mailbox data after an In-Place Hold is applied.

On the Exchange admin center page, which option should you select? (To answer, select the appropriate option in the answer area.)

Answer: