nerdexam
Snowflake

ARA-C01 · Question #91

An Architect is using SnowCD to investigate a connectivity issue. Which system function will provide a list of endpoints that the network must be able to access to use a specific Snowflake account, le

The correct answer is B. SYSTEMSGET_PRIVATELINK. The SYSTEM$GET_PRIVATELINK function is used to retrieve the list of Snowflake service endpoints that need to be accessible when configuring private connectivity (such as AWS PrivateLink or Azure Private Link) for a Snowflake account. The function returns information necessary for

Snowflake Architecture

Question

An Architect is using SnowCD to investigate a connectivity issue. Which system function will provide a list of endpoints that the network must be able to access to use a specific Snowflake account, leveraging private connectivity?

Options

  • ASYSTEMSALLOWLIST ()
  • BSYSTEMSGET_PRIVATELINK
  • CSYSTEMSAUTHORIZE_PRIVATELINK
  • DSYSTEMSALLOWLIST_PRIVATELINK ()

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    86% (38)
  • C
    2% (1)
  • D
    9% (4)

Explanation

The SYSTEM$GET_PRIVATELINK function is used to retrieve the list of Snowflake service endpoints that need to be accessible when configuring private connectivity (such as AWS PrivateLink or Azure Private Link) for a Snowflake account. The function returns information necessary for setting up the networking infrastructure that allows secure and private access to Snowflake without using the public internet. SnowCD can then be used to verify connectivity to these endpoints.

Topics

#Snowflake Private Connectivity#Network Endpoints#System Functions#Connectivity Troubleshooting

Community Discussion

No community discussion yet for this question.

Full ARA-C01 Practice