Want to know Examcollection 70-488 Exam practice test features? Want to lear more about Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions certification experience? Study Simulation Microsoft 70-488 answers to Latest 70-488 questions at Examcollection. Gat a success with an absolute guarantee to pass Microsoft 70-488 (Developing Microsoft SharePoint Server 2013 Core Solutions) test on your first attempt.
Q1. - (Topic 5)
You create a branding package for Contoso, Ltd. You export the design package from the development environment. The solution you build uses custom query rules and result types. You activate the following features:
SharePoint Server Publishing Infrastructure
Search Config Data Content Types
Search Config Site Columns
Search Config Template
You import the package into the production environment. You observe that the search configuration did not import properly, and some images are missing.
You need to ensure that search and branding work properly on the production server.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Check in and publish all design assets. Export the package.
B. Import the package. Check in and publish all design assets.
C. On the development server, activate the Search Config List Instance feature. Export the design package.
D. On the production server, activate the Search Config List Instance feature. Import the design package.
Answer: B,C
Explanation:
* Search Config List Instance Features
Provisions a list to enable the import and export of Search Configurations.
Q2. - (Topic 5)
You plan to create a SharePoint Business Process Automation (BPA) project.
You need to process items in queues on a configurable schedule.
Which tool should you use?
A. Remote Event Receiver
B. Work Item Timer Job
C. Out-of-the-box workflow
D. SharePoint Designer workflow
Answer: B
Explanation:
A Work Item Timer Job can be scheduled to run operations in SharePoint. A Work Item Timer Job is essentially a queue where you add list items that need to be processed. When the Work Item Timer Job runs, it pulls items from the queue and process the item. When complete, the item is removed from the queue (if you want) so it is not processed again.
Reference: ALL ABOUT SHAREPOINT WORK ITEM TIMER JOBS
Q3. - (Topic 5)
Adventure Works uses SharePoint to store product and order information.
Product managers visit the Products list to see the status of each product. They request a feature that will allow them to easily see the recent and old product orders without opening the Products list. The products orders page is located at /sitepages/productorders.aspx, and the product order history page is located at /sitespages/productordershistory.aspx. Both pages require a query string parameter named ProductID.
You need to add custom actions to the Products list by using the least amount of administrative effort.
What should you do?
A. Add an empty element to the SharePoint project. Add a <CustomAction> tag, set the Location element to EditControlBlock, and then use the <UrlAction> tag for a redirect to the custom page.
B. Create a Windows Application and add a reference to Microsoft.SharePoint.Portal.CustomActions.dll and use the SPCustomActions class to add a custom action.
C. Open the site in SharePoint Designer. Create a custom List Item Display Template and then apply it to the Products List View Web Part.
D. Create a visual Web Part. Use a grid view with a template column and hyperlink, and databind the Products list. Add the Web Part to the allItems.aspx page of the Products list.
Answer: C
Explanation: 1. To add a menu item custom action feature to the app for SharePoint project Right-click the app for SharePoint project, and add a new Menu Item Custom Action item.
2. Select the host web to expose the custom action and choose a list template and custom
list as custom action scope to then click on Next button.
3. Enter the menu item text you want to show and page in App where you want to redirect
when the user selects the Menu item then click on the Finish button.
Example:
Note: When you are creating an app for SharePoint, custom actions let you interact with the lists and the ribbon in the host web. A custom action deploys to the host web when end users install your app. Custom actions can open a remote webpage and pass information through the query string. There are two types of custom actions available for apps: Ribbon and Menu Item custom actions.
Reference: Custom actions in SharePoint 2013
Q4. HOTSPOT - (Topic 5)
A web application that listens on port 80 has been created for Internet users to access your company's SharePoint site. The web application uses claims-based authentication.
Users report that they are prompted for credentials when they access the site in their
browser.
You need to enable anonymous access.
On the Manage web applications page in Central Administration, which option should you select? (To answer, select the appropriate menu item in the answer area.)
Answer:
Q5. DRAG DROP - (Topic 5)
You create an Enterprise Content Management (ECM) project. You write .NET client-side object model (CSOM) code to create a navigation term set in an existing term store to use in a taxonomy-based navigation.
You need to complete the code to get a reference to the term store.
You have the following code.
Which code segment should you include in Target 1, Target 2, Target 3 and Target 4 to complete the code? (To answer, drag the appropriate code segment to the correct targets 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:
Q6. DRAG DROP - (Topic 5)
You plan to create a search-driven navigation that supports the Cross-site Publishing Feature.
Which four 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:
Q7. - (Topic 1)
You need to ensure that the CourierMobile app determines whether the franchisee owns the account.
What should you do?
A. Use OAuth and App only security. Request the Read right from the http://sharepoint/content/ sitecollection/web/list scope URI.
B. Use OAuth and App+User security. Request the Read right from the http://sharepoint/content/ sitecollection scope URI.
C. Use SPSecurity.RunWithElevatedPrivileges to connect to SharePoint and read from the Accounts list in the site collection.
D. Use the SharePoint user credentials of the bicycle messenger to connect to SharePoint and read from the Accounts list in the site collection.
Answer: B
Explanation: * SharePoint users three types of authorization policies. The user-only policy requires only that the call to SharePoint include an authenticated user identity. The app-only policy requires only that the call include only an authenticated app identity. The user+app policy requires that the call include both kinds of authenticated identities.
* You may have already heard that OAuth 2.0 plays an important role in the authentication and authorization of apps for SharePoint. It does, but it is not necessarily a part of the authorization story for every app for SharePoint. If you plan to build an app for SharePoint that runs in an remote web application and communicates back to SharePoint using server-side code, you will need to use OAuth.
Scenario:
* The CourierMobile app must be able to connect to the SharePoint Customers list and verify whether the account belongs to the franchisee to avoid pickups or deliveries to customers that do not belongs to the franchisee. When the CourierMobile add accesses the Customers list, it must only read its contents with the minimum permissions necessary.
* Margie's Travel provides an API to enable external developers to authenticate by using OAuth and claims-based authentication. Many couriers are members of Margie's Travel
Reference: Authorization and authentication of apps for SharePoint 2013
Q8. DRAG DROP - (Topic 5)
You plan to use an app event receiver in conjunction with a remote event receiver.
You need to create the remote event receiver by using Visual Studio 2012.
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:
Q9. - (Topic 5)
You prepare an on-premise farm to support the creation of SharePoint apps.
You need to create an instance of a service application before building apps.
Which service application should you create?
A. On-premises service
B. App Deployment service
C. Site Subscriptions Settings service
D. Secure Store service
Answer: C
Explanation: Apps rely on the App Management and Microsoft SharePoint Foundation Subscription Settings service applications. These service applications use the multi-tenancy features to provide app permissions and create the subdomains for apps.
Note: Deployed services are named service applications. A service application provides a resource that you can share across sites in a farm or sometimes across multiple farms, and users can access them through a hosting web application. Service applications are associated to web applications by service application connections.
Reference: Configure an environment for apps for SharePoint (SharePoint 2013)
https://technet.microsoft.com/en-us/library/fp161236.aspx
Q10. DRAG DROP - (Topic 5)
You develop a reusable workflow on a development site by using SharePoint Designer. The workflow must be made available to a test site on a different SharePoint environment. You need to deploy and start the workflow on the test site by using Microsoft Visual Studio
2012.
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: