we provide Pinpoint Microsoft 70-488 free practice questions which are the best for clearing 70-488 test, and to get certified by Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions. The 70-488 Questions & Answers covers all the knowledge points of the real 70-488 exam. Crack your Microsoft 70-488 Exam with latest dumps, guaranteed!
Q31. DRAG DROP - (Topic 5)
You need to create a workflow custom activity to use in a custom action in SharePoint by using Microsoft Visual Studio 2012.
Which five 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:
Q32. DRAG DROP - (Topic 5)
You create SharePoint apps for multiple clients.
Each client has a unique environment with specific requirements.
You need to choose the appropriate hosting location for each app.
What should you do? (To answer, drag the appropriate hosting options to the correct
description in the answer area. Each hosting option 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:
Q33. - (Topic 5)
The Contoso SharePoint on-premise intranet portal stores content in 50 site collections.
Contoso must display all content tagged with a metadata term on the main page of the portal.
You need to display all documents with the metadata term without using any custom code.
Which technology should you use?
A. Content Query Web Part (CQWP)
B. Content Search Web Part (CSWP)
C. TaxonomySession
D. CamlQuery
Answer: B
Explanation: CSWP can be configured to “see” items anywhere in SharePoint.
Incorrect:
Not A: CQWP and related SPSiteDataQuery can only search within the current site
collection.
Not C: For TaxonomySession you would have to write code.
Not D: The CamlQuery class just specifies a query on a list.
Reference: Using the Content Search web part (and understanding SP2013 search)
Q34. HOTSPOT - (Topic 3)
You need to create the required site columns.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)
Answer:
Q35. 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:
Q36. HOTSPOT - (Topic 5)
You have a SharePoint site with one site collection and several subwebs. You develop a feature that installs an event receiver on a list. The event receiver must send a notification by email when information is modified. Not all subwebs require this functionality.
You need to set the feature scope.
From the Add New Feature dialog window, which scope should you use? (To answer, select the appropriate scope in the answer area.)
Answer:
Q37. - (Topic 5)
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: D
Explanation: Loop shapes Loops are a series of connected shapes that will execute as a loop, returning from the last shape in the series to the first, until a condition is satisfied.
Note: Workflows in SharePoint Designer 2013 now include the notions of stages, loops, and steps. The SharePoint 2013 Workflow template that is included in Visio 2013 also uses stages, loops, and steps as logical building blocks for creating a workflow
Reference: Workflow development in SharePoint Designer 2013 and Visio 2013
Q38. - (Topic 1)
You need to create a custom sign-in page to allow the users of the FranchiseMonitor app to authenticate against SharePoint and Margie's Travel API.
What should you do?
A. Create an app for SharePoint. Set the trust level to Sandbox solution. Create an application page that writes a cookie named FedAuth. Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider for the zone.
B. Create an app for SharePoint. Set the trust level to Farm solution. Create an application page that writes a cookie named FedAuth. Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider for the zone.
C. Create an app for SharePoint. Set the trust level to Farm solution. Create an application page that writes a cookie named ASPXAUTH. Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider for the zone.
D. Create an app for SharePoint. Set the trust level to Sandbox solution. Create an application page that writes a cookie named ASPXAUTH. Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider for the zone.
Answer: B
Explanation:
The new claims-based authentication in SharePoint 2010 does not use the ASPXAUTH
cookie, instead it uses the FedAuth cookie.
SharePoint 2013 tracks FedAuth cookies in the new distributed cache service using
Windows Server AppFabric Caching.
Scenario: The FranchiseMonitor app must use claims-based authentication, once
launched, to authenticate the franchisee against an API provided by Margie's Travel.
Q39. 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:
Q40. HOTSPOT - (Topic 4)
You need to ensure that users can sort files by using the Projects field.
From the List Settings page, which option should you select? (To answer, select the appropriate option in the answer area.)
Answer:
Q41. - (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. Secure Store service
B. App Management service
C. Machine Translation service
D. SharePoint-hosted service
Answer: D
Explanation:
SharePoint-hosted apps Start with the simplest option: SharePoint-hosted apps, or apps where all components are hosted on either an on-premises or Office 365 SharePoint farm. SharePoint-hosted apps are installed on a SharePoint 2013 website, called the host web. They have their resources hosted on an isolated subsite of a host web, called the app web.
Incorrect: Not A: Secure Store Service is a shared service that provides storage and mapping of credentials such as account names and passwords. It enables you to securely store data that provides credentials required for connecting to external systems and associating those credentials to a specific identity or group of identities. Not B: The App Management Service is responsible for storing and providing information concerning SP App licenses and permissions All licenses for apps downloaded from Marketplace will be stored in Apps service application The App Management Service is accessed each time app is requested or used in SharePoint to verify validity of the request Not C: Machine Translation Service is a new service application in SharePoint 2013 that provides automatic machine translation of files and sites.
Reference: Choose patterns for developing and hosting your app for SharePoint
Q42. - (Topic 5)
Adventure Works uses a SharePoint publishing site to host their public-facing website at http://www.adventureworks.com. The website gives external users the ability to register and sign in to the site to buy Adventure Works products.
You notice that publicly registered users see the SharePoint ribbon.
You need to ensure that the SharePoint ribbon is available only to content authors and administrators.
What should you do?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Explanation: The property CommandUIVisible shows or hides the ribbon section at the top
of the application page.
Incorrect:
Not B: Permission should be set to AddAndCustomizePages not ManageSubWeb.
Reference: SharePoint, Hide the Ribbon from Anonymous Users
http://www.topsharepoint.com/hide-the-ribbon-from-anonymous-users
Q43. - (Topic 5)
You must select an app model to deploy apps to an Office 365 small business tenant. The business logic of the apps is located in a remote web application.
What should you do?
A. Create a SharePoint-hosted app. Implement the business logic by using JavaScript.
B. Develop provider-hosted apps and integrate data sources with the business logic by using OData.
C. Deploy the business logic to the host web by using a Full Trust SharePoint solution.
D. Develop an OData service provider infrastructure and publish the provider to the _layouts directory.
Answer: B
Explanation: Provider Hosted Application
Provider hosted apps are also a part of cloud hosting model, where app can be hosted on
any remote web platform such as IIS server. And these apps are made available on
deploying it on cloud i.e. using SharePoint online, Office365 site, or windows azure in case
of Auto hosting.
It interacts with SharePoint 2013 by using one of the SharePoint client object models or its
REST/OData-based web service. Depending on the scenario it gains authorization to
SharePoint data using either the SharePoint 2013 implementation of the OAuth standard or
a JavaScript cross-domain library.
Note: Apps in SharePoint
SharePoint 2013 app model has three types of hosting model.
a. SharePoint Hosted Application.
b. Auto Hosted Application.
c. Provider Hosted Application.
Incorrect: Not C: When you use the full-trust execution model, you deploy your assemblies to the global assembly cache on each Web front-end server and application server in the server farm. The SharePoint Web application process loads the assembly from the global assembly cache and your code runs with full trust—in other words, it runs without any code access security restrictions.
Reference: Step by step create provider hosted application using SharePoint 2013
Q44. HOTSPOT - (Topic 5)
A company develops a SharePoint app that employees use to submit expense reports. Employees can approve their own expenses for purchases less than $100. For expenses greater than $100, the app will authenticate both itself and the user before approval is requested.
The expense reporting app includes the following code. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q45. - (Topic 2)
You need to deploy the package. Which file should you select?
A. the file ending in .publish
B. the file ending in .wsp
C. the file ending in .dll
D. the file ending in .app
Answer: D
Explanation: To publish your app for SharePoint, upload the app manifest file (.app) of your app to the Office Store, the Apps for Office catalog, SharePoint, a file share, or the Exchange catalog.
Scenario: When completed, the app will be published to the Microsoft Store as a paid app.
Reference: How to: Publish an app for SharePoint by using Visual Studio