Microsoft 70-489 Exam Practice Questions (P. 4)
- 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 #16
DRAG DROP -
You deploy a solution to a SharePoint server.
You need to implement a method to programmatically access the health score of the SharePoint Server.
Which three code segments should you use in sequence? (To answer, move the appropriate segments from the list of segments to the answer area and arrange them in the correct order.)
Select and Place:

You deploy a solution to a SharePoint server.
You need to implement a method to programmatically access the health score of the SharePoint Server.
Which three code segments should you use in sequence? (To answer, move the appropriate segments from the list of segments to the answer area and arrange them in the correct order.)
Select and Place:

Correct Answer:
Note:
* (A, not D) SharePoint continuously calculates the Health Score and for each and every request the Health Score is sent as an HTTP Response Header, calledX-
SharePointHealthScore.
Reference: SharePoint 2013: SharePoint Health Score and Throttling deep dive

Note:
* (A, not D) SharePoint continuously calculates the Health Score and for each and every request the Health Score is sent as an HTTP Response Header, calledX-
SharePointHealthScore.
Reference: SharePoint 2013: SharePoint Health Score and Throttling deep dive
send
light_mode
delete
Question #17
DRAG DROP -
You develop a SharePoint site by using the Team Site template. Users share large images by using the team site.
You need to configure the SharePoint site so that images render at a maximum size of 400px wide and 200px high.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer).
Select and Place:

You develop a SharePoint site by using the Team Site template. Users share large images by using the team site.
You need to configure the SharePoint site so that images render at a maximum size of 400px wide and 200px high.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer).
Select and Place:

Correct Answer:
Note:
* (step 1) When using Image Rendition you will have to enable BLOBCache to improve performance. To enable BLOBCache:
Open Web.config file for the web application
Locate BLOBCache line and set enabled = "true"
Set the folder path to another folder or keep the default c:\BlobCache\14 folder.
* (step 2)

(step 3)
Edit the page and add an image to on the left
Select the image on the left -
On the top bar, click on Image, Click on Pick Rendition.
Choose the required setting to show the image.

Note:
* (step 1) When using Image Rendition you will have to enable BLOBCache to improve performance. To enable BLOBCache:
Open Web.config file for the web application
Locate BLOBCache line and set enabled = "true"
Set the folder path to another folder or keep the default c:\BlobCache\14 folder.
* (step 2)

(step 3)
Edit the page and add an image to on the left
Select the image on the left -
On the top bar, click on Image, Click on Pick Rendition.
Choose the required setting to show the image.

send
light_mode
delete
Question #18
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?
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?
send
light_mode
delete
Question #19
DRAG DROP -
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.)
Select and Place:

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.)
Select and Place:

Correct Answer:
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.

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

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

send
light_mode
delete
All Pages