ExamGecko
Question list
Search
Search

List of questions

Search

Question 11 - ARA-C01 discussion

Report
Export

An Architect is integrating an application that needs to read and write data to Snowflake without installing any additional software on the application server.

How can this requirement be met?

A.
Use SnowSQL.
Answers
A.
Use SnowSQL.
B.
Use the Snowpipe REST API.
Answers
B.
Use the Snowpipe REST API.
C.
Use the Snowflake SQL REST API.
Answers
C.
Use the Snowflake SQL REST API.
D.
Use the Snowflake ODBC driver.
Answers
D.
Use the Snowflake ODBC driver.
Suggested answer: C

Explanation:

The Snowflake SQL REST API is a REST API that you can use to access and update data in a Snowflake database. You can use this API to execute standard queries and most DDL and DML statements. This API can be used to develop custom applications and integrations that can read and write data to Snowflake without installing any additional software on the application server. Option A is not correct because SnowSQL is a command-line client that requires installation and configuration on the application server. Option B is not correct because the Snowpipe REST API is used to load data from cloud storage into Snowflake tables, not to read or write data to Snowflake. Option D is not correct because the Snowflake ODBC driver is a software component that enables applications to connect to Snowflake using the ODBC protocol, which also requires installation and configuration on the application server.Reference: The answer can be verified from Snowflake's official documentation on the Snowflake SQL REST API available on their website. Here are some relevant links:

Snowflake SQL REST API | Snowflake Documentation

Introduction to the SQL API | Snowflake Documentation

Submitting a Request to Execute SQL Statements | Snowflake Documentation

asked 23/09/2024
Ronakkumar Shyani
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first