SnowPro Advanced: Architect — Question 128
An Architect needs to design an architecture that will allow a company to upload small data files from a local directory into a Snowflake internal stage.
Which tools should the Architect use to meet this requirement? (Choose three.)
Answer options
- A. Use the PUT command with the .NET driver.
- B. Use the PUT command with the JDBC driver.
- C. Use the PUT command in SnowSQL.
- D. Use the aws s3 cp in the AWS CLI.
- E. Use the PUT command with the Ruby on Rails driver.
- F. Use Snowsight.
Correct answer: A, C, F
Explanation
The correct answers are A, C, and F because these options directly support uploading files to Snowflake using the PUT command or through the SnowSQL interface. Options B and E involve JDBC and Ruby on Rails drivers, which are not typically used for this specific file upload task. Option D is incorrect as it involves AWS S3 rather than directly interfacing with Snowflake for file uploads.