Developing Microsoft SharePoint Server 2013 Advanced Solutions v8.0 (70-489)

Page:    1 / 7   
Total 102 questions

You develop a SharePoint app that displays information about automobile parts.
You need to create a user profile property to classify automobile parts into categories.
Which property name should you specify?

  • A. part-Classification
  • B. part.classification
  • C. part_classification
  • D. Part Classification


Answer : B

You use the SharePoint 2013 Management Shell to access a SharePoint farm. A user reports an error in one of the apps that you have installed. The error message contains the correlation token ID of b49f64b3-4722-4336-9a5c-56c326b344d4.
You need to save a report of the complete error trace for all errors that were reported in the previous 30 minutes.
How should you complete the Windows PowerShell cmdlet? (To answer, select the appropriate option from each drop-down list in the answer area.)





Answer :

You develop a Microsoft Office app to access external data by using Business Connectivity
Services (BCS).
The app must access data from a Windows Communication Foundation (WCF) connector by using an external content type.
Which four actions should you perform in a sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)




Answer :

Explanation:
Box 1:


Box 2:

Box 3:

Box 4:

Note:
* A BDC model is the heart of Business Data Connectivity (BDC) service. The data structures, such as Entity (external content type) and Method, that abstract out complex details about an external system are collectively named MetadataObjects and compose the
BDC model. The BDC model for an external system is essentially an XML file.

You develop a provider-hosted SharePoint app that retrieves and displays weather information from an external site. The site contains lists of temperatures for different cities.
You need to create a Representational State Transfer (REST) endpoint URL in the app to retrieve hourly temperatures for a specific city from the site.
How should you complete the relevant code? (To answer, drag the appropriate term to the correct location or locations in the answer area. Each term 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 :

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

You have a site collection, and the Publishing Infrastructure feature is activated.
You need to use SharePoint Designer to create a page layout named Fancy Layout that supports HTML markup and styling.
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 :

You implement eDiscovery in SharePoint to access Exchange Online mailbox data.
You find malware and spam in items within the eDiscovery hold. You think that your company's anti-malware software is not working because of incorrect permissions.
You need to ensure that software is configured correctly.
On The Exchange admin center page, which option should you select? (To answer, select the appropriate option in the answer area.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\image - Copy.jpg

You have a SharePoint publishing site. The marketing team tags their documents by using a managed metadata field named Location. The site has been fully crawled. Documents are tagged with city names only.
A SharePoint app on the site displays search results by using the following term set.


You create the following code segment to query the contents of the site: (Line numbers are included for reference only.)

You need to create a Keyword Query Language (KQL) expression to return results for all assets in the Central region.
Which code segment should you insert at line 02?

  • A. varqueryTerms = "Location";
  • B. varqueryTerms = "577c8e48-d5d9-4e5f-8e35-408c723feb11";
  • C. varqueryTerms = "b49f64b3-4722-4336-9a5c-56c326b344d4";
  • D. varqueryTerms = "owstaxidlocation: 1acfae8a-70b4-4ce0-bfbf-96c0e711f 8df"


Answer : C

You configure a SharePoint app to collect diagnostic information.
The app must meet the following requirements:
-> Record messages about all unrecoverable events that limit the functionality of the app, but do not stop the app.
-> Record all events that include unexpected exceptions.
-> Minimize the effects of logging on app performance.
You need to configure the application to meet the requirements.
Which trace log level should you use?

  • A. High
  • B. Medium
  • C. Unexpected
  • D. Monitorable
  • E. Verbose


Answer : D

You develop a Client Web Part for a SharePoint app. The Web Part retrieves weather data from an external web service by using Asynchronous JavaScript (AJAX). Users report that the pages that use the Client Web Part load slowly. You think that the script files that the page is using are causing the pages to load slowly.
You need ensure that the script files load as quickly as possible.
You have the following code:


Which code segments should you include in Target 1 and Target 2 to complete the code?
(To answer, select the appropriate code segment from each drop-down list in the answer area.)



Answer :

Explanation:


C:\Users\Kamran\Desktop\image - Copy.jpg
* Scripts/ajax/4.0/1/MicrosoftAjax.js
* http://ajax.aspnetcdn.com/ajax/4.0/1/MicrosoftAjax.js

A SharePoint app displays the following search results:


You have the following requirements:
-> Group results by model.
-> Display only two rows per model.
-> Show a unique color for each model.
You need to define a query to meet the requirements.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)




Answer :

You develop a provider-hosted SharePoint app that retrieves and displays news headlines from an external site named News. The site contains lists of news headlines from many news sources.
You need to create a Representational State Transfer (REST) endpoint URL in the app to retrieve hourly headlines from the site for a specific news source.
You have the following code:


Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to complete the code? (To answer, drag the appropriate term to the correct targets in the answer area. Each term 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 :

Explanation:


C:\Users\Kamran\Desktop\image - Copy.jpg
* news/_api/web/lists
Example:
The following example shows how to retrieve a specific list if you know its title. url: http://site url/_api/web/lists/GetByTitle(Test') method: GET
Headers:
Authorization: "Bearer " + accessToken
accept: "application/json;odata=verbose" or "application/atom+xml"

You create term sets and multi-lingual labels for a site collection. The default locale, language, and culture for the term sets are set to English. You develop a console application to create labels for a term named Memory. The console application uses the
English locale. You develop the following labels for the term named Memory.


You need to create German labels for the term named Memory.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)




Answer :

You configure eDiscovery for a SharePoint Online site collection.
You need to configure permissions for eDiscovery users so that users are able to access all discoverable content.
What should you do?

  • A. Add eDiscovery users to the Viewers group for the eDiscovery center.
  • B. Grant eDiscovery users access to all content in each web application.
  • C. Grant eDiscovery users Contribute permissions to the eDiscovery center.
  • D. Grant eDiscovery users site collection administrator permissions on every site collection that contains discoverable content.


Answer : D

You have a SharePoint farm that contains a server named HQ-SPAppl. An app on the server allows users to search for news articles. You access a list of desired keywords on the server from the location c:\refiners\phasel\keywords.csv. A custom dictionary is already in use.
You need to create a custom processing extension to promote any news articles with specific case-insensitive keywords.
You have the following script:


Which values should you include in Target 1 and Target 2 to complete the script? (To answer, drag the appropriate values to the correct targets in the answer area. Each value 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 :

Explanation:
C:\Users\Kamran\Desktop\image - Copy.jpg
* Import-SPEnterpriseSearchCustomExtractionDictionary -SearchApplication $searchApp -
Filename <Path> -DictionaryName <Dictionary name>
Where:
<Path> specifies the full UNC path of the .csv file (the custom extraction dictionary) to be imported.
<Dictionary name> is the name of the type of the custom extraction dictionary.
Depending on which type of dictionary you are importing, enter one of the following:
Microsoft.UserDictionaries.EntityExtraction.Custom.Word.n [where n = 1,2,3,4 or 5]
Etc.
* Microsoft.UserDictionaries.EntityExtration.Custom.Word.2
Word Extraction:
Microsoft.UserDictionaries.EntityExtraction.Custom.Word.n
[where n = 1,2,3,4 or 5]

Page:    1 / 7   
Total 102 questions