nerdexam
Microsoft

70-489 · Question #46

You need to search for research papers that contain media files. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

The correct answer is B. Use Remote BLOB storage. D. Create a SQL Server-based external content type. Searching external research papers containing media files requires a SQL Server-based external content type to define the BCS connection and Remote BLOB Storage to handle binary media content.

Implement Microsoft SharePoint 2013 business connectivity services (BCS)

Question

You need to search for research papers that contain media files. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

Exhibit

70-489 question #46 exhibit

Options

  • AAdd an Association operation from the ResearchPapers.
  • BUse Remote BLOB storage.
  • CAdd an Association operation from the ResearchPapers.
  • DCreate a SQL Server-based external content type.

How the community answered

(35 responses)
  • A
    20% (7)
  • B
    69% (24)
  • C
    11% (4)

Why each option

Searching external research papers containing media files requires a SQL Server-based external content type to define the BCS connection and Remote BLOB Storage to handle binary media content.

AAdd an Association operation from the ResearchPapers.

Adding an Association operation links two external content types together for relational navigation but does not address storage or retrieval of media files within external data.

BUse Remote BLOB storage.Correct

Remote BLOB Storage (RBS) offloads binary and media file content from SQL Server into a dedicated BLOB store, enabling efficient storage, retrieval, and indexing of large media objects associated with research papers.

CAdd an Association operation from the ResearchPapers.

This choice is identical to choice A - an Association operation links external content types relationally and does not provide any mechanism for handling or searching media file content.

DCreate a SQL Server-based external content type.Correct

A SQL Server-based external content type defines the Business Connectivity Services schema and connection needed to surface the external research paper data within SharePoint, making it available for search and crawling.

Concept tested: BCS external content type with Remote BLOB Storage for media

Source: https://learn.microsoft.com/en-us/sharepoint/administration/rbs-overview

Topics

#BCS#Remote BLOB storage#external content type#media files search

Community Discussion

No community discussion yet for this question.

Full 70-489 Practice