ExamGecko
Home / Snowflake / SnowPro Core / List of questions
Ask Question

Snowflake SnowPro Core Practice Test - Questions Answers, Page 27

List of questions

Question 261

Report
Export
Collapse

What happens to the shared objects for users in a consumer account from a share, once a database has been created in that account?

The shared objects are transferred.
The shared objects are transferred.
The shared objects are copied.
The shared objects are copied.
The shared objects become accessible.
The shared objects become accessible.
The shared objects can be re-shared.
The shared objects can be re-shared.
Suggested answer: C

Explanation:

Once a database has been created in a consumer account from a share, the shared objects become accessible to users in that account.The shared objects are not transferred or copied; they remain in the provider's account and are accessible to the consumer account

asked 23/09/2024
James Pridemore
37 questions

Question 262

Report
Export
Collapse

Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?

STRIP_NULL_VALUES
STRIP_NULL_VALUES
SKIP_BYTE_ORDER_MARK
SKIP_BYTE_ORDER_MARK
REPLACE_INVALID_CHARACTERS
REPLACE_INVALID_CHARACTERS
VALIDATION_MODE
VALIDATION_MODE
Suggested answer: D

Explanation:

TheVALIDATION_MODEparameter can be used with theCOPYcommand to verify data files without loading them into the specified table.This parameter allows users to check for errors in the files

asked 23/09/2024
Mark Theeuwes
41 questions

Question 263

Report
Export
Collapse

Which Snowflake tool would be BEST to troubleshoot network connectivity?

SnowCLI
SnowCLI
SnowUI
SnowUI
SnowSQL
SnowSQL
SnowCD
SnowCD
Suggested answer: D

Explanation:

SnowCD (Snowflake Connectivity Diagnostic Tool) is the best tool provided by Snowflake for troubleshooting network connectivity issues.It helps diagnose and resolve issues related to connecting to Snowflake services

https://docs.snowflake.com/en/user-guide/snowcd.html#:~:text=SnowCD%20(i.e.%20Snowflake%20Connectivity%20Diagnostic,their%20network%20connection%20to%20Snowflake.

asked 23/09/2024
Donald Geddis
45 questions

Question 264

Report
Export
Collapse

Which activities are included in the Cloud Sen/ices layer? (Select TWO).

Data storage
Data storage
Dynamic data masking
Dynamic data masking
Partition scanning
Partition scanning
User authentication
User authentication
Infrastructure management
Infrastructure management
Suggested answer: D, E

Explanation:

The Cloud Services layer in Snowflake includes activities such as user authentication and infrastructure management.This layer coordinates activities across Snowflake, including security enforcement, query compilation and optimization, and more

asked 23/09/2024
Jered Anderson
40 questions

Question 265

Report
Export
Collapse

What is the purpose of using the OBJECT_CONSTRUCT function with me COPY INTO command?

Reorder the rows in a relational table and then unload the rows into a file
Reorder the rows in a relational table and then unload the rows into a file
Convert the rows in a relational table lo a single VARIANT column and then unload the rows into a file.
Convert the rows in a relational table lo a single VARIANT column and then unload the rows into a file.
Reorder the data columns according to a target table definition and then unload the rows into the table.
Reorder the data columns according to a target table definition and then unload the rows into the table.
Convert the rows in a source file to a single variant column and then load the rows from the file to a variant table.
Convert the rows in a source file to a single variant column and then load the rows from the file to a variant table.
Suggested answer: B

Explanation:

TheOBJECT_CONSTRUCTfunction is used with theCOPY INTOcommand to convert the rows in a relational table to a single VARIANT column, which can then be unloaded into a file.This is useful for transforming table data into a semi-structured JSON format

asked 23/09/2024
Kevin Margan
45 questions

Question 266

Report
Export
Collapse

Which Snowflake object can be accessed in he FROM clause of a query, returning a set of rows having one or more columns?

A User-Defined Table Function (UDTF)
A User-Defined Table Function (UDTF)
A Scalar User Function (UDF)
A Scalar User Function (UDF)
A stored procedure
A stored procedure
A task
A task
Suggested answer: A

Explanation:

In Snowflake, a User-Defined Table Function (UDTF) can be accessed in theFROMclause of a query.UDTFs return a set of rows with one or more columns, which can be queried like a regular table

asked 23/09/2024
J Von
49 questions

Question 267

Report
Export
Collapse

Which type of join will list a I rows in the specified table, even if those rows have no match in the other table?

Cross join
Cross join
Inner join
Inner join
Natural join
Natural join
Outer join
Outer join
Suggested answer: D

Explanation:

An outer join, specifically a left outer join, will list all rows from the left table and match them with rows from the right table. If there is no match, the result will still include the row from the left table, with NULLs for columns from the right table.Reference:Based on general SQL knowledge as of 2021.

asked 23/09/2024
Alfredo Gonzalez
34 questions

Question 268

Report
Export
Collapse

Which operations are handled in the Cloud Services layer of Snowflake? (Select TWO).

Security
Security
Data storage
Data storage
Data visualization
Data visualization
Query computation
Query computation
Metadata management
Metadata management
Suggested answer: A, E

Explanation:

The Cloud Services layer in Snowflake is responsible for various services, including security (like authentication and authorization) and metadata management (like query parsing and optimization).Reference:Based on general cloud architecture knowledge as of 2021.

asked 23/09/2024
Morris Djavaheri
29 questions

Question 269

Report
Export
Collapse

How can a data provider ensure that a data consumer is going to have access to the required objects?

Enable the data sharing feature in the account and validate the view.
Enable the data sharing feature in the account and validate the view.
Use the CURRENT_ROLE and CURRENT_USER functions to validate secure views.
Use the CURRENT_ROLE and CURRENT_USER functions to validate secure views.
Use the CURRENT_ function to authorize users from a specific account to access rows in a base table.
Use the CURRENT_ function to authorize users from a specific account to access rows in a base table.
Set the SIMULATED DATA SHARING CONSUMER session parameter to the name of the consumer account for which access is being simulated.
Set the SIMULATED DATA SHARING CONSUMER session parameter to the name of the consumer account for which access is being simulated.
Suggested answer: A

Explanation:

To ensure a data consumer has access to the required objects, a data provider can enable the data sharing feature and validate that the consumer can access the views or tables shared with them.Reference:Based on general data sharing practices in cloud services as of 2021.

asked 23/09/2024
Joseph Daly
43 questions

Question 270

Report
Export
Collapse

How can a user improve the performance of a single large complex query in Snowflake?

Scale up the virtual warehouse.
Scale up the virtual warehouse.
Scale out the virtual warehouse.
Scale out the virtual warehouse.
Enable standard warehouse scaling.
Enable standard warehouse scaling.
Enable economy warehouse scaling.
Enable economy warehouse scaling.
Suggested answer: A

Explanation:

Scaling up the virtual warehouse in Snowflake involves increasing the compute resources available for a single warehouse, which can improve the performance of large and complex queries by providing more CPU and memory resources.Reference:Based on general cloud data warehousing knowledge as of 2021.

asked 23/09/2024
ONWUDIWE NYENKE
36 questions
Total 627 questions
Go to page: of 63