It is impossible to pass Microsoft 70-488 exam without any help in the short term. Come to Pass4sure soon and find the most advanced, correct and guaranteed Microsoft 70-488 practice questions. You will get a surprising result by our Abreast of the times Developing Microsoft SharePoint Server 2013 Core Solutions practice guides.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 70-488 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 70-488 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/70-488-exam-dumps.html
Q71. - (Topic 1)
A franchisee deletes several sites from the franchise's site collection. The franchisee site collection administrator must recover the sites.
You need to instruct the franchisee site collection administrator on how to access the page to recover the sites.
What should the site collection administrator do to get to the appropriate page?
A. Select General Settings for the Web Application in Central Administration and change the second stage Recycle Bin settings to 100 percent.
B. Select General Settings for the Web Application in Central Administration and change the first stage Recycle Bin settings to 0 days.
C. Select the Recycle Bin on the Site Settings page. Choose the appropriate sites and select Restore Selection.
D. Select the Recycle Bin in the Quick Launch page. Choose the appropriate sites and select Restore Selection.
Answer: D
Explanation: To restore a deleted site or workspace directly from the Site Collection Recycle Bin:
1. Click Recycle Bin on the Quick Launch.
2. On the Site Name Recycle Bin page, above the list of deleted objects, click the Site Collection Recycle Binlink.
3. On the Site Collection Administration Recycle Bin page, under Select a View, make sure that Deleted from end user Recycle Bin is selected.
4. Locate the site or workspace that you want to restore.
5. Select the check box next to the site or workspace that you want to restore, and then click Restore Selection.
Incorrect:
Not A, not B: The sites have been deleted. They need to be restored. A and B are wrong
because modifying the Recycle Bin settings after the sites are deleted will have no effect
on the deleted sites.
Reference: Restore a deleted object from a SharePoint Recycle Bin
Q72. HOTSPOT - (Topic 5)
A web application that listens on port 80 has been created for Internet users to access your
company's SharePoint site.
Your company requires anonymous users to authenticate before they post content.
You need to change the permissions that are assigned to unauthenticated users.
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:
Q73. - (Topic 5)
Adventure Works uses a web design firm to design the user interface for an upcoming toy sales website, www.toys.adventureworks.com. The website is built by using a SharePoint publishing template.
Adventure Works must implement the newly designed user interface for the site. The design firm provides a set of HTML, CSS, and JavaScript files.
You need to create and publish a SharePoint master page by using the supplied files.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. From the Master Pages section in SharePoint Designer, select Create New Master Page and then replace the master page contents with the contents of the HTML file.
B. From SharePoint Designer, open the master page gallery. Right-click the new master page and then select Set as Default Master.
C. From the Design Manager, map a network drive to the /_layouts/masterpage/ folder. Then, in Windows Explorer, copy all the UI elements provided by the design team to the network share.
D. From the Edit Master Page section in Design Manager, select Convert an HTML File to a SharePoint Master Page to generate a master page from the HTML file provided by designer firm.
E. Publish the master page. Then, from Site Settings, choose the Look and Feel section, and then select Master Page. Choose the master page and select OK.
F. Preview the master page and select Snippets to get HTML segments of the SharePoint top navigation, quick launch, and body. Then, edit the master page by using Microsoft Notepad and replace the HTML with the new segments.
Answer: B,D,E
Explanation: Note: *
D, Not A: To convert the HTML file into a .master file
Browse to your publishing site.
In the upper-right corner of the page, choose Settings, and then choose Design
Manager.
In Design Manager, in the left navigation pane, choose Edit Master Pages.
Choose Convert an HTML file to a SharePoint master page.
In the Select an Asset dialog box, browse to and select the HTML file that you
want to convert.etc
E (not F): Let's say you created a new Master Page/Theme/CSS for your SharePoint site and want to apply them across your site (including all your subsites as well). This can be easily done from Site Settings -> Look & Feel -> Master Page.
B: Usually you'll set the master page as both default and custom master page,
Reference: How to: Convert an HTML file into a master page in SharePoint 2013; How to: Create a minimal master page in SharePoint 2013
Q74. - (Topic 3)
After deploying a solution, a code-based hotfix becomes available. You need to deploy the hotfix.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. Use assembly binding redirection in the web application configuration file.
B. Increment the assembly file version of the assembly.
C. Increment the product version of the assembly.
D. Increment the assembly version of the assembly.
E. Use assembly binding redirection in the assembly policy file.
Answer: A,C
Explanation: A:Assembly versions are everywhere in SharePoint – web.config files, web
part definitions, workflow definitions, event receiver bindings – the list goes on. In each
case, the version number is absolutely required so that SharePoint can load the code to
run at that time. If you update an assembly’s version, you have two choices to ensure your
code can still be loaded:
/ Find and update every reference to the previous assembly version.
/ Use a binding redirect in the relevant .config file (e.g. web.config) to point to the new
version of the assembly.
C: Assembly Version : This is the version number used by framework during build and at runtime to locate, link and load the assemblies. When you add reference to any assembly in your project, it is this version number which gets embedded. At runtime, CLR looks for assembly with this version number to load. But remember this version is used along with name, public key token and culture information only if the assemblies are strong-named signed. If assemblies are not strong-named signed, only file names are used for loading.
Incorrect:
not B: Assembly File Version : This is the version number given to file as in file system. It is
displayed by Windows Explorer. It’s never used by .NET framework or runtime for
referencing.
From scenario:
* solution artifacts must adhere to industry best practices.
* Code based hot fixes must be deployed directly to the Global Assembly Cache on all SharePoint servers.
* Only one version of an assembly must be available at runtime.
Q75. - (Topic 2)
You receive an error when you deploy the app.
You need to resolve the error.
What should you do?
A. Create a deployment package and upload the app to the app catalog in SharePoint.
B. Enable side-loading of apps in the app manifest.
C. Deploy the app to https://contoso-my.sharepoint.com.
D. Enable side-loading of apps in the Visual Studio project properties.
Answer: A
Explanation: We should deploy the app to the Development site, that is https://contoso.sharepoint.com/tasks (see Existing Site Configuration in scenario).
Note:
* Loading Apps directly from Visual Studio only works if the destination is a Developer site. That form of distribution, called side loading, is only used when testing and debugging an App. To load an App in a regular site you need to add the .App package produced in Visual to the App Catalog site that is associated with your Web Application. From there you will be able to load the app using the Site Contents link in your site.
* Issue: While we try creating a SharePoint 2013 App in a SharePoint hosted model and when we try to deploy the solution, we get an “Error occurred in deployment step ‘Install app for SharePoint’: Side loading of apps is not enabled on this site.
Solution:
1. That is, while creating a site collection/site where you want to deploy the app, create it using the “Developer Site” template under the Collaboration tab.
2. Always the app should be published/deployed to the developer site (A site collection with the Developer Site Template). And from this developer site you can add the App to your SharePoint site
Scenario: Pending Issues
When you deploy the app from Visual Studio 2012, you receive the error: "Error occurred in de-ployment step 'Install app for SharePoint': Sideloading of apps is not enabled on this site."
Reference: Side Loading of apps is not enabled on this site error while installing app in SharePoint 2013
Q76. - (Topic 5)
You create a cloud-hosted SharePoint app.
You must make the app available in the SharePoint Store for customers to install on their host webs.
You need to keep the style and navigation of the app the same as the host web of the app after it is installed by any customer.
What should you do?
A. Use an app template and an app.master master file for branding.
B. Add a reference to SP.UI.Controls.js on the host web. Pass the AppUrl parameter to the host web. Apply branding to the host web.
C. Add a reference to the SP.UI.Controls.js file located in the new /_layouts/15 directory. Pass the HostUrl parameter to the start page of the app. Use the Chrome control in the HTML page in a declarative manner.
D. Use a Chrome control to find the differences in the styles between the host web and the app. Resolve all of the differences by using JavaScript.
Answer: C
Explanation: Microsoft allows developers to import a very basic version of the SharePoint 2013 chrome into their apps without having to manually create matching HTML controls.
The functionality for this can be found in the SP.UI.Controls.js file located in the new /_layouts/15 directory. To use the chrome control, first add a reference to SP.UI.Controls.js (make sure you've already loaded the requisite JQuery files and other dependencies), then add an empty <div> to your page markup at or near the top of the page.
Reference: Using the Chrome Control in SharePoint 2013 Apps
Q77. HOTSPOT - (Topic 4)
You create a document reporting Web Part for Marketing auditors.
You need to configure throttling for the Web Part. You insert the following code in line MA08
spQuery.QuerythrottleMode = Target 1
Which code segment should you include in Target1 to complete the code? (To answer, select the appropriate option from the drop-down list in the answer area.)
Answer:
Q78. HOTSPOT - (Topic 5)
You develop a SharePoint app that companies use to track and submit employee expenses.
You must create two versions of the app. VersionA is highly customized for a specific client. VersionB has reduced functionality and must be available to the general public.
You need to publish the apps.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
