Free SnowPro Advanced Architect Exam Braindumps (page: 2)

Page 1 of 17

What built-in Snowflake features make use of the change tracking metadata for a table? (Choose two.)

  1. The MERGE command
  2. The UPSERT command
  3. The CHANGES clause
  4. A STREAM object
  5. Thee CHANGE_DATA_CAPTURE command

Answer(s): C,D



When using the Snowflake Connector for Kafka, what data formats are supported for the messages? (Choose two.)

  1. CSV
  2. XML
  3. Avro
  4. JSON
  5. Parquet

Answer(s): C,D



At which object type level can the APPLY MASKING POLICY, APPLY ROW ACCESS POLICY and APPLY SESSION POLICY privileges be granted?

  1. Global
  2. Database
  3. Schema
  4. Table

Answer(s): D



An Architect uses COPY INTO with the ON_ERROR=SKIP_FILE option to bulk load CSV files into a table called TABLEA, using its table stage. One file named file5.csv fails to load. The Architect fixes the file and re-loads it to the stage with the exact same file name it had previously.
Which commands should the Architect use to load only file5.csv file from the stage? (Choose two.)

  1. COPY INTO tablea FROM @%tablea RETURN_FAILED_ONLY = TRUE;
  2. COPY INTO tablea FROM @%tablea;
  3. COPY INTO tablea FROM @%tablea FILES = ('file5.csv');
  4. COPY INTO tablea FROM @%tablea FORCE = TRUE;
  5. COPY INTO tablea FROM @%tablea NEW_FILES_ONLY = TRUE;
  6. COPY INTO tablea FROM @%tablea MERGE = TRUE;

Answer(s): B,E






Post your Comments and Discuss Snowflake SnowPro Advanced Architect exam with other Community members:

SnowPro Advanced Architect Discussions & Posts