getcertified4sure.com

Improved 70-489: Testking real free samples from 41 to 50




Examcollection 70-489 Questions are updated and all 70-489 answers are verified by experts. Once you have completely prepared with our 70-489 exam prep kits you will be ready for the real 70-489 exam without a problem. We have Rebirth Microsoft 70-489 dumps study guide. PASSED 70-489 First attempt! Here What I Did.

Q41. HOTSPOT - (Topic 5) 

Contoso, Ltd. is integrating an Enterprise Resource Planning (ERP) system with SharePoint by using Business Connectivity Services (BCS). The ERP system is a Windows Communication Foundation (WCF) service that is hosted in Internet Information Services (IIS). The WCF service is named people.svc and is located at http://contoso.com:8080. The metadata for the service is found at http://contoso.com:808/mex. 

You need to create a data connection for the EPM system. 

In the WCF Connection dialog box, how should you configure the connection to the WCF service? (To answer, select the appropriate option from each drop-down list in the answer area.) 

Answer: 


Q42. DRAG DROP - (Topic 5) 

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: 


Q43. - (Topic 2) 

You need to resolve the image loading issue. 

What should you do? (Each correct answer presents a part of the solution. Choose all that apply.) 

A. Set the size of the site collection object cache to at least 100 MB. 

B. Enable the binary large object (BLOB) cache on each front-end web server. 

C. Activate the Content Organizer site feature. 

D. Enable authenticated cache profiles for the site output cache. 

E. Enable publishing features for the site collection. 

F. Set the default device channel to the active channel. 

Answer: A,B 

Explanation: A: The object cache is used internally to optimize page rendering by storing properties of sites, page layouts, and pages. The object cache reduces the amount of traffic between the Web server and a SQL database. This results in higher throughput of rendered pages, thereby increasing the number of pages that can be delivered to clients. 

B: SharePoint Server 2013 provides a disk-based cache that stores files that are used by web pages to help them load quickly in the browser, and reduces the load on the database server when it uses those files. These files are known as binary large objects (BLOBs), and the cache is known as the BLOB cache. The BLOB cache is stored directly on the hard disk drive of a front-end web server computer. 

When using Image Rendition you will have to enable BLOBCache to improve performance 

By using Device Channel Renditions you can create smaller image sizes designed specifically for mobile use. This allows the mobile user to browse the smaller version, increasing the overall performance for the device they are using. Image Rendition enables you to have large files stored within your website along with smaller scaled variations for mobile users. When using Image Rendition you will have to enable BLOBCache to improve performance 

From scenario: 

Some employees report that the home page loads slowly. You investigate the issue and find out that the size of some images is very large. You must enable image renditions on the intranet site collection. 


Q44. - (Topic 1) 

You need to ensure that users can upload pictures. 

Which code segment should you insert at line MP57? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q45. - (Topic 5) 

A legal company uses SharePoint for document and records management. You search all documents by using extractors and managed properties. FAST Query Language (FQL) is enabled for the result sources, and the content of the document is indexed as full text. All documents are named by using the following pattern: "AAA-Axxxx-AA". 

You must find documents that were created in May 2012 and contain the ordered keywords "liable", "advocate", and "adjudication". Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB". 

You need to create the FQL query that returns the required results. 

Which FQL statements should you use? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Write> =05/01/2012 and write<=05/31/2012 

B. string('liable advocate adjudication", mode="onear") 

C. title:HCT-Q* 

D. title:HCT-Q????-AB 

E. NEAR (liable, advocate, adjudication) 

F. write:range (2012-05-01, 2012-05-31) 

Answer: B,D,F 

Explanation: B (not E): 

The ordered variant ofNEAR, and requires an ordered match of the terms. 

TheONEARoperator can be used to restrict the result set to items that haveNterms within a 

certain distance of Returns only items that don’t match the operand. The operand may be 

any valid FQL expression.one another. 

D (not C): 

* All documents are named by using the following pattern: "AAA-Axxxx-AA". 

* Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB". F (not A): 

* Range. Enables range matching expressions. The RANGE operator is used for numeric and date/time managed properties. 

* FQL provides the datetime data type for date and time. The following ISO 8601-compatible datetime formats are supported in queries: YYYY-MM-DD YYYY-MM-DDThh:mm:ss YYYY-MM-DDThh:mm:ssZ YYYY-MM-DDThh:mm:ssfrZ 

Reference: FAST Query Language (FQL) syntax reference 


Q46. DRAG DROP - (Topic 5) 

You develop a SharePoint app that uses the client-side object model (CSOM) to retrieve items from the search index. 

You need to implement the client-side query code. 

Which four code segments should you use 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: 


Q47. - (Topic 5) 

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:


Q48. HOTSPOT - (Topic 5) 

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: 


Q49. - (Topic 5) 

You develop a SharePoint app that reads social data from your company's SharePoint site. 

You need to access the SocialFeedManager object. 

Which object or URL should you use? 

A. http://<siteUri>/_api/social.feed 

B. SocialFeedManager(ClientRuntimeContext, ObjectPath); 

C. http://<siteUri>/social.feed 

D. SPSocialFeedManager(UserProfile); 

Answer:


Q50. - (Topic 3) 

You need to add the field control to the About Us page layout. 

Which control should you add? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: