Microsoft 70-489 Exam Practice Questions (P. 3)
- Full Access (48 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
HOTSPOT -
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.)
Hot Area:
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.)
Hot Area:
send
light_mode
delete
Question #12
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.)
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.)
- AWrite> =05/01/2012 and write<=05/31/2012
- Bstring('liable advocate adjudication", mode="onear")
- Ctitle:HCT-Q*
- Dtitle:HCT-Q????-AB
- ENEAR (liable, advocate, adjudication)
- Fwrite:range (2012-05-01, 2012-05-31)
Correct Answer:
BDF
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 dont 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
BDF
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 dont 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
send
light_mode
delete
Question #13
You have a SharePoint farm. You create a web service that connects to an extension point in the Search service. The web service processes string content and returns the string in all capitalized letters.
The web service includes the properties in the following table.

You start the SharePoint Management Shell. You create the following Windows PowerShell cmdlet: (Line numbers are included for reference only.)

You need to complete the Windows PowerShell cmdlet to register the Content Enrichment service.
Which code segment should you insert at line 04?

The web service includes the properties in the following table.

You start the SharePoint Management Shell. You create the following Windows PowerShell cmdlet: (Line numbers are included for reference only.)

You need to complete the Windows PowerShell cmdlet to register the Content Enrichment service.
Which code segment should you insert at line 04?

send
light_mode
delete
Question #14
HOTSPOT -
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.)
Hot Area:

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.)
Hot Area:

send
light_mode
delete
Question #15
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?


Employee identification (ID) numbers that are less than 100 must be ignored.
You need to configure the subscription.
What should you do?

send
light_mode
delete
All Pages