SnowPro Advanced: Data Engineer — Question 53
Which Snowflake feature facilitates access to external API services such as geocoders, data transformation, machine learning models, and other custom code?
Answer options
- A. Security integration
- B. External tables
- C. External functions
- D. Java User-Defined Functions (UDFs)
Correct answer: C
Explanation
The correct answer is C, External functions, as they enable the execution of code that can interact with external services and APIs. Options A and B do not provide this capability, and D refers specifically to Java UDFs, which are geared towards executing Java code rather than integrating with external APIs.