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.
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
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)- A20% (7)
- B69% (24)
- C11% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.
