DP-900 · Question #35
You have a file system where text files have been stored. The primary index of a file is the file path but you want to perform a search based on the contents of the file. Which of the following…
The correct answer is C. External Index Data Store. External data store helps in searching the information in other types of data stores. Here in the given scenario, the primary index of the file is file path but you want to search data on the basis of the contents of the file. So, External Index Data Store will create an…
Question
Options
- ADocument Data Store
- BKey/Value Data Store
- CExternal Index Data Store
- DGraph Data Store
How the community answered
(33 responses)- A12% (4)
- B3% (1)
- C79% (26)
- D6% (2)
Explanation
External data store helps in searching the information in other types of data stores. Here in the given scenario, the primary index of the file is file path but you want to search data on the basis of the contents of the file. So, External Index Data Store will create an external index i.e. secondary index for the data store and perform the search. Option A is incorrect. Document data store does not provide the ability to search any information that is present in any other data store. Option B is incorrect. Key/Value data store does not provide the ability to search any information that is present in any other data store. Option C is correct. External Index data store does not provide the ability to search for any information that is present in any other data store. Option D is incorrect. Graph data store does not provide the ability to search any information that is present in any other data store. https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/non-relational-data
Topics
Community Discussion
No community discussion yet for this question.