nerdexam
Snowflake

COF-C02 · Question #290

Which REST API can be used with unstructured data?

The correct answer is C. GET /api/tiles/. The GET /api/files/ endpoint (C) is the Snowflake REST API path used to access unstructured data stored in stages. This endpoint allows clients to download staged files directly via HTTP, enabling use cases like serving unstructured files (images, PDFs, JSON blobs) from…

Snowflake Cloud Data Platform Features and Architecture

Question

Which REST API can be used with unstructured data?

Options

  • AinscrtFilcs
  • BinsertReport
  • CGET /api/tiles/
  • DloadHistoryScan

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    91% (21)

Explanation

The GET /api/files/ endpoint (C) is the Snowflake REST API path used to access unstructured data stored in stages. This endpoint allows clients to download staged files directly via HTTP, enabling use cases like serving unstructured files (images, PDFs, JSON blobs) from Snowflake-managed storage without first loading them into tables. The other options (insertFiles, insertReport, loadHistoryScan) either reference non-existent endpoints or relate to data ingestion/reporting, not unstructured data retrieval.

Topics

#REST API#Unstructured Data#Snowflake API#Files API

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice