SnowPro Core Part5
問題一覧
1
最初のクラスターは、クエリがキューに登録されているか、現在実行中のクラスターが実行できるクエリよりも1つ多いことをシステムが検出したときにすぐに開始されます。 The first cluster starts immediately when either a query is queued or the system detects that there's one more query than the currently-running clusters can execute.
2
Johnのクエリは、クエリ結果キャッシュの結果です。 John's query resulted from the Query Result cache.
3
30 days
4
Minimum Clusters = 2 and Maximum Clusters = 6
5
ローカルディスクキャッシュの場合、結果はクラウドストレージレイヤに格納されます。 Results are stored in the Cloud Storage layer in the case of Local Disk Cache., パフォーマンスとコストの最適化のために、ローカル・ディスク・キャッシュの再利用を最大化するために、異なる仮想ウェアハウスで同様の問合せをグループ化して実行します。 Group and Execute similar queries on the different virtual warehouses to maximize local disk cache reuse, for performance and cost optimization.
6
Partition Pruning, Join Types, Join Ordering
7
TRUE
8
FALSE
9
Okta, Microsoft ADFS
10
TRUE
11
MODIFY
12
Yes
13
SHOW GRANTS ON SCHEMA <database_name>.<schema_name>;
14
FALSE
15
FALSE
16
8
17
DBA_ROLEを削除したロールがデータベースを所有します。 The role that dropped the DBA_ROLE will own the database.
18
ユーザーがSnowflakeにログインするたびに設定されるロール。 the role a user gets set to each time the user logs in to Snowflake.
19
External Tokenization, Dynamic Data Masking
20
60 seconds
21
より大きなウェアハウスの使用 (操作に使用可能なメモリー/ローカル・ディスク領域を効果的に増やす) Using a larger warehouse (effectively increasing the available memory/local disk space for the operation), 処理を複数のステップに分割しようとしています。 Trying to split the processing into several steps., 小ロットでのデータ処理 Processing data in smaller batches
22
FALSE
23
TRUE
24
Network Policy, Tri-Secret Secure Encryption, Multi-Factor Authentication, Role-Based Access Control
25
Policy Name, Allowed IP Address
26
管理者がアカウント内のすべてのオブジェクトを管理できるように、カスタムロールをSYSADMINロールに付与します。 Grant the custom role to the SYSADMIN role so administrators can manage all objects in the account.
27
Auto-scalling mode, Maximized mode
28
Discretionary Access Control (DAC), Role-based Access Control (RBAC)
29
All of these
30
スケールアップすると、パフォーマンスが向上します。 Scaling up improves performance.
31
TRUE
32
USERADMIN
33
All of the Snowflake Editions
34
1
35
FALSE
36
IPアドレスからSnowflakeアカウントにアクセスすることはできません。 You will not be able to access the Snowflake account from your IP address.
37
FALSE
38
Context Functions, Conditional Expression Functions
39
Account Usage QUERY_HISTORY view
40
AWS PrivateLink
41
No
42
ORGADMIN
43
クエリのパフォーマンス向上に役立つ To help improve query performance, テーブルメンテナンスの最適化に役立つ To help optimize table maintenance
44
FALSE
45
Minimum Clusters = 6 and Maximum Clusters = 6
46
SECURITYADMIN, ACCOUNTADMIN
47
TRUE
48
Blocked IP Addresses
49
ユーザーは、サインインして再度サインインするまで、他の操作を行うことはできません。 The user can't do anything else until signed in and signed back in again.
50
CREATE TABLE EMPLOYEE_DATA_OTHER CLONE EMPLOYEE_DATA SQLコマンドを使用して、同じデータを持つテーブルを複製します。 Clone the table with same data with SQL command as follows - CREATE TABLE EMPLOYEE_DATA_OTHER CLONE EMPLOYEE_DATA;
51
Business Critical, VPS, Standard Edition, Enterprise Edition
52
FALSE
53
SQL
54
SnowflakeにはSUPER=ROLEやSUPER-USERという概念はありません。 There is no concept of SUPER=ROLE or SUPER-USER in Snowflake
55
Roles
56
24 hours
57
Yes
58
PUBLIC
59
ACCOUNTADMIN
60
INITIALLY_SUSPENDED = TRUE
61
INFROMATION_SCHEMA
62
ACCOUNTADMIN
63
LEAST-RECENTLY USED (LRU)
64
VPS, Enterprise Edition, Business Critical
65
TRUE
66
QUERY_HISTORY view in ACCOUT_USAGE
67
OPERATE
68
クエリ結果には、重要な処理を必要とする結果が含まれています。 Query results contain results that require significant processing., ビューのベーステーブルは頻繁に変更されません。 The view's base table does not change frequently., クエリ結果には、ベーステーブル (ビューが定義されているテーブル) を基準とした少数の行や列、あるいはその両方が含まれます。 Query results contain a small number of rows and/or columns relative to the base table (the table on which the view is defined).
69
ウェアハウスを一時停止してクレジットを節約することと、パフォーマンスを向上させるために以前のクエリからのデータのキャッシュを維持することとの間のトレードオフを考慮してください。 Consider the trade-off between saving credits by suspending the warehouse versus maintaining the cache of data from the previous queries to help with performance.
70
NO
71
FALSE
72
Snowflakeは、ダッシュボードが更新されるたびに最新のデータを表示します。 Snowflake will show the most up-to-date data each time the dashboard is refreshed., Snowflakeは、利用可能な最新のデータである限り、結果キャッシュのデータを再利用します。 Snowflake will re-use data from the Results Cache as long as it is still the most up-to-date data available., Snowflakeは、基になるデータが変更された場合にのみウェアハウスを起動します。 Snowflake will spin up a warehouse only if the underlying data has changed.
73
ユーザーのSnowflakeセッションには影響しません。ただし、新しいSnowflakeセッションを開始するには、ユーザーはIdPに再度ログインする必要があります。 It does not affect the user's Snowflake sessions. However, to initiate any new Snowflake sessions, the user must log into the IdP again.
74
Temporary Tables, External Tables
75
スケールアウトすると、同時実行性が向上します。 Scaling out improves concurrency.
76
セキュアなビューにより、データのプライバシーとデータ共有が向上 Secure views provide improved data privacy and data sharing, 非実体化ビュー (Non-Materialized View) と実体化ビュー (Materialized View) の両方をセキュアとして定義できます。 Both non-materialized and materialized views ca be defined as secure.
77
TRUE
78
USAGE
79
Username and one-time generated pin
80
Retired Key
81
CIDR Notaion based IP ranges, IP address
82
Table, Database, File Format, Warehouse
83
パラメータUSE_CACHED_RESULTのFALSEへの設定 Setting the parameter USE_CACHED_RESULT to FALSE
84
DATABASEADMIN
85
同じウェアハウスで比較的均質なクエリ(サイズ、複雑さ、データセットなど。)を実行します。 Execute relatively homogeneous queries (size, complexity, data sets, etc.) on the same warehouse.
86
SHOW PARAMETERS
87
FALSE
88
Account Usage ACCESS_HISTORY view
89
仮想ウェアハウスのMAX_CLUSTER_COUNTプロパティを増やす Increase the virtual warehouse MAX_CLUSTER_COUNT property
90
クラスターを少なくとも6分間ビジー状態に保つのに十分なクエリ負荷があるとシステムが推定した場合のみ。 Only if the system estimates there's enough query load to keep the cluster busy for at least 6 minutes.
91
FALSE
92
Standard, Economy
93
SQL, Classic Web Interface, Snowsight
94
Yes
95
FALSE
96
SYSADMIN
97
SECURITYADMIN
98
ACCOUNTADMIN
99
FALSE
100
ウェアハウスのアイドル状態のコンピューティングリソースのみがシャットダウンされ、ステートメントを実行しているすべてのコンピューティングリソースは、ステートメントが完了するまで続行できます。 Only idle compute resources of the warehouse will be shut down, allowing any compute resources executing statements tocontinue until the statement is complete.
SnowPro Core Part1
SnowPro Core Part1
相馬涼人 · 100問 · 2年前SnowPro Core Part1
SnowPro Core Part1
100問 • 2年前SnowPro Core Part2
SnowPro Core Part2
相馬涼人 · 3回閲覧 · 100問 · 2年前SnowPro Core Part2
SnowPro Core Part2
3回閲覧 • 100問 • 2年前SnowPro Core Part3
SnowPro Core Part3
相馬涼人 · 100問 · 2年前SnowPro Core Part3
SnowPro Core Part3
100問 • 2年前SnowPro Core Part4
SnowPro Core Part4
相馬涼人 · 100問 · 2年前SnowPro Core Part4
SnowPro Core Part4
100問 • 2年前SnowPro Core Part6
SnowPro Core Part6
相馬涼人 · 90問 · 2年前SnowPro Core Part6
SnowPro Core Part6
90問 • 2年前Tableau Certified Consultant Practice Exam Test #1
Tableau Certified Consultant Practice Exam Test #1
相馬涼人 · 100問 · 1年前Tableau Certified Consultant Practice Exam Test #1
Tableau Certified Consultant Practice Exam Test #1
100問 • 1年前Tableau Certified Consultant Practice Exam Test #2
Tableau Certified Consultant Practice Exam Test #2
相馬涼人 · 40問 · 1年前Tableau Certified Consultant Practice Exam Test #2
Tableau Certified Consultant Practice Exam Test #2
40問 • 1年前Tableau Certified Consultant Practice Exam Test #3
Tableau Certified Consultant Practice Exam Test #3
相馬涼人 · 40問 · 1年前Tableau Certified Consultant Practice Exam Test #3
Tableau Certified Consultant Practice Exam Test #3
40問 • 1年前Tableau Certified Consultant Practice Exam Test #4
Tableau Certified Consultant Practice Exam Test #4
相馬涼人 · 40問 · 1年前Tableau Certified Consultant Practice Exam Test #4
Tableau Certified Consultant Practice Exam Test #4
40問 • 1年前Tableau Certified Consultant Practice Exam Test #5
Tableau Certified Consultant Practice Exam Test #5
相馬涼人 · 40問 · 1年前Tableau Certified Consultant Practice Exam Test #5
Tableau Certified Consultant Practice Exam Test #5
40問 • 1年前Tableau Certified Consultant Practice Exam Test #6
Tableau Certified Consultant Practice Exam Test #6
相馬涼人 · 40問 · 1年前Tableau Certified Consultant Practice Exam Test #6
Tableau Certified Consultant Practice Exam Test #6
40問 • 1年前問題一覧
1
最初のクラスターは、クエリがキューに登録されているか、現在実行中のクラスターが実行できるクエリよりも1つ多いことをシステムが検出したときにすぐに開始されます。 The first cluster starts immediately when either a query is queued or the system detects that there's one more query than the currently-running clusters can execute.
2
Johnのクエリは、クエリ結果キャッシュの結果です。 John's query resulted from the Query Result cache.
3
30 days
4
Minimum Clusters = 2 and Maximum Clusters = 6
5
ローカルディスクキャッシュの場合、結果はクラウドストレージレイヤに格納されます。 Results are stored in the Cloud Storage layer in the case of Local Disk Cache., パフォーマンスとコストの最適化のために、ローカル・ディスク・キャッシュの再利用を最大化するために、異なる仮想ウェアハウスで同様の問合せをグループ化して実行します。 Group and Execute similar queries on the different virtual warehouses to maximize local disk cache reuse, for performance and cost optimization.
6
Partition Pruning, Join Types, Join Ordering
7
TRUE
8
FALSE
9
Okta, Microsoft ADFS
10
TRUE
11
MODIFY
12
Yes
13
SHOW GRANTS ON SCHEMA <database_name>.<schema_name>;
14
FALSE
15
FALSE
16
8
17
DBA_ROLEを削除したロールがデータベースを所有します。 The role that dropped the DBA_ROLE will own the database.
18
ユーザーがSnowflakeにログインするたびに設定されるロール。 the role a user gets set to each time the user logs in to Snowflake.
19
External Tokenization, Dynamic Data Masking
20
60 seconds
21
より大きなウェアハウスの使用 (操作に使用可能なメモリー/ローカル・ディスク領域を効果的に増やす) Using a larger warehouse (effectively increasing the available memory/local disk space for the operation), 処理を複数のステップに分割しようとしています。 Trying to split the processing into several steps., 小ロットでのデータ処理 Processing data in smaller batches
22
FALSE
23
TRUE
24
Network Policy, Tri-Secret Secure Encryption, Multi-Factor Authentication, Role-Based Access Control
25
Policy Name, Allowed IP Address
26
管理者がアカウント内のすべてのオブジェクトを管理できるように、カスタムロールをSYSADMINロールに付与します。 Grant the custom role to the SYSADMIN role so administrators can manage all objects in the account.
27
Auto-scalling mode, Maximized mode
28
Discretionary Access Control (DAC), Role-based Access Control (RBAC)
29
All of these
30
スケールアップすると、パフォーマンスが向上します。 Scaling up improves performance.
31
TRUE
32
USERADMIN
33
All of the Snowflake Editions
34
1
35
FALSE
36
IPアドレスからSnowflakeアカウントにアクセスすることはできません。 You will not be able to access the Snowflake account from your IP address.
37
FALSE
38
Context Functions, Conditional Expression Functions
39
Account Usage QUERY_HISTORY view
40
AWS PrivateLink
41
No
42
ORGADMIN
43
クエリのパフォーマンス向上に役立つ To help improve query performance, テーブルメンテナンスの最適化に役立つ To help optimize table maintenance
44
FALSE
45
Minimum Clusters = 6 and Maximum Clusters = 6
46
SECURITYADMIN, ACCOUNTADMIN
47
TRUE
48
Blocked IP Addresses
49
ユーザーは、サインインして再度サインインするまで、他の操作を行うことはできません。 The user can't do anything else until signed in and signed back in again.
50
CREATE TABLE EMPLOYEE_DATA_OTHER CLONE EMPLOYEE_DATA SQLコマンドを使用して、同じデータを持つテーブルを複製します。 Clone the table with same data with SQL command as follows - CREATE TABLE EMPLOYEE_DATA_OTHER CLONE EMPLOYEE_DATA;
51
Business Critical, VPS, Standard Edition, Enterprise Edition
52
FALSE
53
SQL
54
SnowflakeにはSUPER=ROLEやSUPER-USERという概念はありません。 There is no concept of SUPER=ROLE or SUPER-USER in Snowflake
55
Roles
56
24 hours
57
Yes
58
PUBLIC
59
ACCOUNTADMIN
60
INITIALLY_SUSPENDED = TRUE
61
INFROMATION_SCHEMA
62
ACCOUNTADMIN
63
LEAST-RECENTLY USED (LRU)
64
VPS, Enterprise Edition, Business Critical
65
TRUE
66
QUERY_HISTORY view in ACCOUT_USAGE
67
OPERATE
68
クエリ結果には、重要な処理を必要とする結果が含まれています。 Query results contain results that require significant processing., ビューのベーステーブルは頻繁に変更されません。 The view's base table does not change frequently., クエリ結果には、ベーステーブル (ビューが定義されているテーブル) を基準とした少数の行や列、あるいはその両方が含まれます。 Query results contain a small number of rows and/or columns relative to the base table (the table on which the view is defined).
69
ウェアハウスを一時停止してクレジットを節約することと、パフォーマンスを向上させるために以前のクエリからのデータのキャッシュを維持することとの間のトレードオフを考慮してください。 Consider the trade-off between saving credits by suspending the warehouse versus maintaining the cache of data from the previous queries to help with performance.
70
NO
71
FALSE
72
Snowflakeは、ダッシュボードが更新されるたびに最新のデータを表示します。 Snowflake will show the most up-to-date data each time the dashboard is refreshed., Snowflakeは、利用可能な最新のデータである限り、結果キャッシュのデータを再利用します。 Snowflake will re-use data from the Results Cache as long as it is still the most up-to-date data available., Snowflakeは、基になるデータが変更された場合にのみウェアハウスを起動します。 Snowflake will spin up a warehouse only if the underlying data has changed.
73
ユーザーのSnowflakeセッションには影響しません。ただし、新しいSnowflakeセッションを開始するには、ユーザーはIdPに再度ログインする必要があります。 It does not affect the user's Snowflake sessions. However, to initiate any new Snowflake sessions, the user must log into the IdP again.
74
Temporary Tables, External Tables
75
スケールアウトすると、同時実行性が向上します。 Scaling out improves concurrency.
76
セキュアなビューにより、データのプライバシーとデータ共有が向上 Secure views provide improved data privacy and data sharing, 非実体化ビュー (Non-Materialized View) と実体化ビュー (Materialized View) の両方をセキュアとして定義できます。 Both non-materialized and materialized views ca be defined as secure.
77
TRUE
78
USAGE
79
Username and one-time generated pin
80
Retired Key
81
CIDR Notaion based IP ranges, IP address
82
Table, Database, File Format, Warehouse
83
パラメータUSE_CACHED_RESULTのFALSEへの設定 Setting the parameter USE_CACHED_RESULT to FALSE
84
DATABASEADMIN
85
同じウェアハウスで比較的均質なクエリ(サイズ、複雑さ、データセットなど。)を実行します。 Execute relatively homogeneous queries (size, complexity, data sets, etc.) on the same warehouse.
86
SHOW PARAMETERS
87
FALSE
88
Account Usage ACCESS_HISTORY view
89
仮想ウェアハウスのMAX_CLUSTER_COUNTプロパティを増やす Increase the virtual warehouse MAX_CLUSTER_COUNT property
90
クラスターを少なくとも6分間ビジー状態に保つのに十分なクエリ負荷があるとシステムが推定した場合のみ。 Only if the system estimates there's enough query load to keep the cluster busy for at least 6 minutes.
91
FALSE
92
Standard, Economy
93
SQL, Classic Web Interface, Snowsight
94
Yes
95
FALSE
96
SYSADMIN
97
SECURITYADMIN
98
ACCOUNTADMIN
99
FALSE
100
ウェアハウスのアイドル状態のコンピューティングリソースのみがシャットダウンされ、ステートメントを実行しているすべてのコンピューティングリソースは、ステートメントが完了するまで続行できます。 Only idle compute resources of the warehouse will be shut down, allowing any compute resources executing statements tocontinue until the statement is complete.