Snowflake SnowPro Advanced Architect Exam Practice Questions (P. 1)
- Full Access (109 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
What built-in Snowflake features make use of the change tracking metadata for a table? (Choose two.)
- AThe MERGE command
- BThe UPSERT command
- CThe CHANGES clause
- DA STREAM object
- EThee CHANGE_DATA_CAPTURE command
Correct Answer:
CD
CD
send
light_mode
delete
Question #2
When using the Snowflake Connector for Kafka, what data formats are supported for the messages? (Choose two.)
send
light_mode
delete
Question #3
At which object type level can the APPLY MASKING POLICY, APPLY ROW ACCESS POLICY and APPLY SESSION POLICY privileges be granted?
send
light_mode
delete
Question #4
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.)
Which commands should the Architect use to load only file5.csv file from the stage? (Choose two.)
- ACOPY INTO tablea FROM @%tablea RETURN_FAILED_ONLY = TRUE;
- BCOPY INTO tablea FROM @%tablea;Most Voted
- CCOPY INTO tablea FROM @%tablea FILES = ('file5.csv');Most Voted
- DCOPY INTO tablea FROM @%tablea FORCE = TRUE;
- ECOPY INTO tablea FROM @%tablea NEW_FILES_ONLY = TRUE;
- FCOPY INTO tablea FROM @%tablea MERGE = TRUE;
Correct Answer:
BE
BE
send
light_mode
delete
Question #5
A large manufacturing company runs a dozen individual Snowflake accounts across its business divisions. The company wants to increase the level of data sharing to support supply chain optimizations and increase its purchasing leverage with multiple vendors.
The company’s Snowflake Architects need to design a solution that would allow the business divisions to decide what to share, while minimizing the level of effort spent on configuration and management. Most of the company divisions use Snowflake accounts in the same cloud deployments with a few exceptions for European-based divisions.
According to Snowflake recommended best practice, how should these requirements be met?
The company’s Snowflake Architects need to design a solution that would allow the business divisions to decide what to share, while minimizing the level of effort spent on configuration and management. Most of the company divisions use Snowflake accounts in the same cloud deployments with a few exceptions for European-based divisions.
According to Snowflake recommended best practice, how should these requirements be met?
- AMigrate the European accounts in the global region and manage shares in a connected graph architecture. Deploy a Data Exchange.
- BDeploy a Private Data Exchange in combination with data shares for the European accounts.
- CDeploy to the Snowflake Marketplace making sure that invoker_share() is used in all secure views.
- DDeploy a Private Data Exchange and use replication to allow European data shares in the Exchange.Most Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages