ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 58 - ADA-C01 discussion

Report
Export

A requirement has been identified to allow members of a corporate Data Product team to bring in data sets from the Snowflake Marketplace. The members of this team use the role DP_TEAM.

What grant statements must the ACCOUNTADMIN execute in order for the DP TEAM role to import and work with data from the Marketplace?

A.
grant marketplace in account to role dp_team; grant create database from share to role dp_team;
Answers
A.
grant marketplace in account to role dp_team; grant create database from share to role dp_team;
B.
grant usage on snowflake_marketplace to role dp_team; grant create database on account to role dp_team;
Answers
B.
grant usage on snowflake_marketplace to role dp_team; grant create database on account to role dp_team;
C.
grant imported privileges on account to role dp_team; grant create database on account to role dp_team;
Answers
C.
grant imported privileges on account to role dp_team; grant create database on account to role dp_team;
D.
grant import share on account to role dp_team; grant create database on account to role dp_team;
Answers
D.
grant import share on account to role dp_team; grant create database on account to role dp_team;
Suggested answer: D

Explanation:

Option D is the correct answer because it follows the steps described in the Snowflake documentation for importing data from the Snowflake Marketplace. The ACCOUNTADMIN role needs to grant the IMPORT SHARE privilege on the account to the DP_TEAM role, which allows the role to import data from any provider in the marketplace. The ACCOUNTADMIN role also needs to grant the CREATE DATABASE privilege on the account to the DP_TEAM role, which allows the role to create a database from a share. Option A is incorrect because there is no MARKETPLACE privilege in Snowflake. Option B is incorrect because the USAGE privilege on SNOWFLAKE_MARKETPLACE is not sufficient to import data from the marketplace. Option C is incorrect because there is no IMPORTED PRIVILEGES privilege in Snowflake.

asked 23/09/2024
Wissam Aoun
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first