Exam SnowPro Advanced Data Engineer All QuestionsBrowse all questions from this exam
Question 7

A Data Engineer is working on a Snowflake deployment in AWS eu-west-1 (Ireland). The Engineer is planning to load data from staged files into target tables using the COPY INTO command.

Which sources are valid? (Choose three.)

    Correct Answer: B, D, E

    When working with Snowflake in AWS eu-west-1 (Ireland), an internal stage must reside in the same region as the Snowflake account. Thus, internal stages in other regions or cloud providers, such as GCP, are invalid. However, external stages are not bound to this restriction and can be located in different regions or even different cloud providers. Therefore, using internal stages in fremagne locations or cloud providers is invalid. In this context, a valid source would be an external stage on AWS or another cloud provider in various regions. Hence, the valid sources are 'Internal stage on AWS eu-central-1 (Frankfurt)', 'External stage in an Amazon S3 bucket on AWS eu-west-1 (Ireland)', and 'External stage in an Amazon S3 bucket on AWS eu-central-1 (Frankfurt)'. Option 'F' is invalid as Snowflake does not support direct data loading from an SSD attached to an Amazon EC2 instance.

Discussion
stopthisnowOptions: CDE

Internal stages are created in the same region as the Snowflake account so their location can't be different. External stages can be in any region since they are external.

stopthisnowOptions: CDE

External stages can be in any region and can be created on any cloud provider. Internal stages are linked to the actual location of Snowflake account

rbeamOptions: CDE

F is incorrect as snowflake didn't support such kind of storage.

claudiamilena11Options: CDE

External stages can be in any cloud provider, any region

claudiamilena11Options: DEF

A and B are not correct. You don't get to choose the location of an internal stage, that will be wherever your Snowflake account is hosted