ログイン

SnowPro Core Part5

SnowPro Core Part5
100問 • 2年前
  • 相馬涼人
  • 通報

    問題一覧

  • 1

    標準ポリシーを使用した自動スケーリングモード設定があるとします。Snowflakeはどのような状況で追加のクラスタを起動しますか。 Suppose you have an auto-scaling mode setup with a Standard policy. In what situation does Snowflake spin up an additional cluster?

    最初のクラスターは、クエリがキューに登録されているか、現在実行中のクラスターが実行できるクエリよりも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

    モニカが問い合わせSELECT*FROM t 1を実行しました。数時間後、Johnは同じクエリを実行しました。JohnはMonicaと同じロールを持ち、テーブルt 1に対するSELECT権限を持っています。ジョンはモニカより早く結果を得た。結果が早くなる理由は何でしょうか? Monica has run a query SELECT * FROM t1; After a couple of hours, John ran the same query. John has the same role as Monica and has the SELECT permissions on table t1. John got the result sooner than Monica. What could be the reason for the faster result?

    Johnのクエリは、クエリ結果キャッシュの結果です。 John's query resulted from the Query Result cache.

  • 3

    Snowflakeはどのくらいの頻度でオブジェクトキーを回転しますか? At what frequency does Snowflake rotate the object keys?

    30 days

  • 4

    自動スケールモードで倉庫を設定する構成はどれですか。 Which of these configurations will set up a warehouse in auto-scale mode?

    Minimum Clusters = 2 and Maximum Clusters = 6

  • 5

    falseステートメントを選択します。(2を選択) Choose the false statements. (Select 2)

    ローカルディスクキャッシュの場合、結果はクラウドストレージレイヤに格納されます。 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

    SnowflakeのExplainプランからは、どのような重要な洞察が得られますか?(3を選択) What key insights can we get from the Explain plan in Snowflake? (Select 3)

    Partition Pruning, Join Types, Join Ordering

  • 7

    マテリアライズド・ビューでは、同じ副問合せ結果を繰り返し使用する問合せのパフォーマンスが向上します。(True/False) Materialized views can improve the performance of queries that use the same subquery results repeatedly. (True/False)

    TRUE

  • 8

    Snowflakeは、特定のIPをデフォルトでブロックし、お客様に最高レベルのネットワークセキュリティを提供します。(TRUE/FALSE) Snowflake blocks certain IPs by default to ensure that customer is getting the highest level of Network security. (TRUE / FALSE)

    FALSE

  • 9

    フェデレーション認証とSSOのネイティブSnowflakeサポートを提供するIdPベンダーを教えてください。(2を選択) Which IdP vendors provide native Snowflake support For federated authentication and SSO?(Select 2)

    Okta, Microsoft ADFS

  • 10

    SQL文の実行中にウェアハウスのサイズを小さくしたとします。すでに実行されているSQL文には影響しません。(True/False) Suppose we resize a warehouse to a smaller size while it is executing SQL statements. There will be no impact on already executing SQL statements. (True / False)

    TRUE

  • 11

    月次貸方見積の変更など、リソースモニターのプロパティを変更できるようにするには、どの権限が必要ですか。 Which privilege is required to enable altering any properties of the resource monitor, such as changing the monthly credit quote?

    MODIFY

  • 12

    アカウントでフェデレーション認証が有効になっている場合。Snowflakeの管理者は、引き続きSnowflakeでユーザーIDとパスワードを管理できますか。 If an account has federated authentication enabled. Can Snowflake admins still maintain user IDs and passwords in Snowflake?

    Yes

  • 13

    スキーマの現在のアクセス許可を表示するのに役立つコマンドはどれですか。 Which command will help you to view the current permissions on a Schema?

    SHOW GRANTS ON SCHEMA <database_name>.<schema_name>;

  • 14

    中断された倉庫は、再開するまでサイズ変更できません。(True/False) The suspended warehouse cannot be resized until they resume. (True / False)

    FALSE

  • 15

    SQL文の実行中にウェアハウスのサイズを大きくしたとします。この場合、すでに実行中のSQL文の方が速く終了します。(True/False) Suppose we resize a warehouse to a larger size while it is executing SQL statements. In that case, the already running SQL statements will finish faster. (True / False)

    FALSE

  • 16

    大規模なクラスタ・ウェアハウスでは、いくつのサーバーを使用できますか。 How many servers are available in a large-sized cluster warehouse?

    8

  • 17

    DBA_ROLEがデータベースを作成しました。その後、DBA_ROLEは削除されました。DBA_ROLEによって作成されたデータベースの所有者は誰になりますか。 A DBA_ROLE created a database. Later the DBA_ROLE was dropped. Who will own the database now, which was created by the DBA_ROLE?

    DBA_ROLEを削除したロールがデータベースを所有します。 The role that dropped the DBA_ROLE will own the database.

  • 18

    ユーザーのデフォルトのロールは次のとおりです。 A user's default role is

    ユーザーがSnowflakeにログインするたびに設定されるロール。 the role a user gets set to each time the user logs in to Snowflake.

  • 19

    Snowflakeのどの機能が列レベルのセキュリティを提供しますか。(2を選択) Which features of Snowflake provide Column-level security? (Select 2)

    External Tokenization, Dynamic Data Masking

  • 20

    コンピューティングリソースのプロビジョニングの最小課金料金はいくらですか? What is the minimum billing charge for provisioning compute resources?

    60 seconds

  • 21

    モニカは大きなテーブルt 1に対してSELECT問い合わせを実行しました。クエリに予想以上の時間がかかりました。クエリプロファイルを調べてみると、 「ローカルストレージに流出したバイト数」 と 「リモートストレージに流出したバイト数」 が非常に高いことがわかりました。クエリのパフォーマンスを向上させるために、彼女にどのようなアドバイスをしますか?(3を選択) Monica ran a SELECT query on a large table t1. The query took longer than expected. She looked into the query profile and found that ' Bytes spilled to local storage' and 'Bytes spilled to remote storage' are very high. What advice will you give to her to improve the query performance? (Select 3)

    より大きなウェアハウスの使用 (操作に使用可能なメモリー/ローカル・ディスク領域を効果的に増やす) 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

    別のユーザーが実行したクエリを表示する権限がある場合は、クエリの詳細と実際のクエリ結果がページに表示されます。(TRUE/FALSE) If you have privileges to view queries executed by another user, the Query Detail page displays the details for the query and the actual query result. (TRUE/FALSE)

    FALSE

  • 23

    スキャンされたマイクロパーティションと列データの比率が、選択された実際のデータの比率に近いほど、テーブルで実行されるプルーニングの効率が向上します。(TRUE/FALSE) The closer the ratio of scanned micro-partitions and columnar data is to the ratio of actual data selected, the more efficient the pruning performed on the table. (TRUE/FALSE)

    TRUE

  • 24

    Snowflakeでサポートされているセキュリティ機能はどれですか?(該当するものをすべて選択してください) Which of these security features are supported in Snowflake? (Select all that apply)

    Network Policy, Tri-Secret Secure Encryption, Multi-Factor Authentication, Role-Based Access Control

  • 25

    ネットワークポリシーを作成するために必要なパラメータはどれですか。(2を選択) Which are the required parameters for creating a Network Policy? (Select 2)

    Policy Name, Allowed IP Address

  • 26

    Snowflakeアカウントでカスタムロールを作成した後のベストプラクティスは何ですか? What is the best practice after creating a custom role in a Snowflake account?

    管理者がアカウント内のすべてのオブジェクトを管理できるように、カスタムロールをSYSADMINロールに付与します。 Grant the custom role to the SYSADMIN role so administrators can manage all objects in the account.

  • 27

    マルチクラスタ・ウェアハウスを設定するには、2つのモードがあります。与えられた選択肢からそれらを選択します。 There are two modes to set up a multi-cluster warehouse. Select those from the given choices.

    Auto-scalling mode, Maximized mode

  • 28

    Snowflakeのアクセス制御のアプローチは、次のモデルのどの側面を組み合わせたものですか。(2を選択) Snowflake’s approach to access control combines aspects from which of the following models? (Select 2)

    Discretionary Access Control (DAC), Role-based Access Control (RBAC)

  • 29

    これらのうち、どれがスノーフレークのキャッシュの種類ですか? Which of these are kind of Cache in Snowflake?

    All of these

  • 30

    倉庫をスケールアップする主なメリットは何ですか。 What is a key benefit of scaling up a warehouse?

    スケールアップすると、パフォーマンスが向上します。 Scaling up improves performance.

  • 31

    1人のユーザーに複数のロールを割り当てることができます。(True/False) A user can be assigned multiple roles. (True / False)

    TRUE

  • 32

    ユーザー管理とロール管理専用のロールはどれですか。 Which of these roles is dedicated to user and role management only?

    USERADMIN

  • 33

    フェデレーション認証機能を提供するSnowflakeエディションはどれですか。 Which of the Snowflake editions provides a federated authorization feature?

    All of the Snowflake Editions

  • 34

    一度にユーザーに対してアクティブ化できるネットワークポリシーの数? How many network policies can be activated for a user at a time?

    1

  • 35

    ユーザーは、ACCOUNTADMINロール以外の別のユーザーが実行したクエリの結果セットを表示できません。(True/False) A user cannot view the result set from a query that another user executed except for the ACCOUNTADMIN role. (True / False)

    FALSE

  • 36

    0.0.0.0/0をBLOCKED_IP_LISTに追加し、IPアドレスをネットワークポリシーのALLOWED_IP_LISTに追加するとどうなりますか。 What will happen if you add 0.0.0.0/0 to BLOCKED_IP_LIST and your IP address to ALLOWED_IP_LIST of a Network policy?

    IPアドレスからSnowflakeアカウントにアクセスすることはできません。 You will not be able to access the Snowflake account from your IP address.

  • 37

    Okta IdPフェデレーション環境でSnowflakeのユーザーを削除または無効にしても、ユーザーはOktaを介してSnowflakeログインにアクセスできます。(True/False) If you drop or disable a user in Snowflake in an Okta IdP federated environment, the user can still access Snowflake login through Okta. (True/False)

    FALSE

  • 38

    行アクセスポリシーには、Snowflakeデータベースオブジェクト(例えば、テーブルやビュー)を指定し、関数を使用して特定のコンテキストで表示する行を決定できる式が含まれています。行アクセスポリシーの決定に使用される関数はどれですか。(2を選択) A row access policy contains an expression that can specify Snowflake database objects (e.g., table or view) and use functions to determine which rows should be visible in a given context. Which of these functions are used in determining row access policy?(Select 2)

    Context Functions, Conditional Expression Functions

  • 39

    倉庫のパフォーマンスは、 The warehouse performance can be evaluated by querying the

    Account Usage QUERY_HISTORY view

  • 40

    パブリックインターネットを経由せずに、AWS VPCとSnowflake VPC間の直接の安全な接続を可能にするプライベートVPCエンドポイントを作成するために使用されるAWSサービスはどれですか。 Which AWS service is used to create private VPC endpoints that allow direct, secure connectivity between your AWS VPCs and the Snowflake VPC without traversing the public internet?

    AWS PrivateLink

  • 41

    Snowflakeフェデレーション環境でMUST_CHANGE_PASSWORD=TRUEを指定してユーザーを作成した場合、そのユーザーは最初にIdPを介してログインするときにパスワードの変更を強制されますか。 If you create a user with MUST_CHANGE_PASSWORD = TRUE in a Snowflake federated environment, will that user be forced to change the password while logging through IdP the first time?

    No

  • 42

    これらのシステム定義ロールのうち、組織レベルで操作を管理できるのはどれですか。 Which of these system-defined roles can manage operations at the organizational level?

    ORGADMIN

  • 43

    クラスタリング・キーを定義する主な利点: (2を選択) The major benefits of defining Clustering keys: (Select 2)

    クエリのパフォーマンス向上に役立つ To help improve query performance, テーブルメンテナンスの最適化に役立つ To help optimize table maintenance

  • 44

    マルチクラスタ・ウェアハウスは、実行速度の遅い問合せやデータ・ロードのパフォーマンスを向上させるのに役立ちます。(True/False) Multi-cluster warehouses are beneficial in improving the performance of slow-running queries or data loading. (True/False)

    FALSE

  • 45

    最大化モードで倉庫を設定する構成はどれですか。 Which of these configurations will set up a warehouse in maximized mode?

    Minimum Clusters = 6 and Maximum Clusters = 6

  • 46

    ネットワークポリシーを設定できるロールはどれですか。(2を選択) Which of these roles can configure a network policy? (Select 2)

    SECURITYADMIN, ACCOUNTADMIN

  • 47

    非実体化ビュー (Non-Materialized View) と実体化ビュー (Materialized View) の両方をセキュアとして定義できます。(True/False) Both non-materialized and materialized views can be defined as secure. (True / False)

    TRUE

  • 48

    「許可されたIPアドレス」 と 「ブロックされたIPアドレス」 の両方を指定してネットワークポリシーを作成した場合、アクセスの検証中にSnowflakeによって最初に適用されます。 If you create a Network Policy by providing both 'Allowed IP Addresses' and 'Blocked IP Addresses', which is applied first by Snowflake while validating the access?

    Blocked IP Addresses

  • 49

    既にサインインしているユーザーにポリシーが割り当てられた場合はどうなりますか。 What will happen if a policy is assigned to a user who is already signed in?

    ユーザーは、サインインして再度サインインするまで、他の操作を行うことはできません。 The user can't do anything else until signed in and signed back in again.

  • 50

    JohnにはテーブルEMPLOYEE_DATAがあり、別のテーブルEMPLOYEE_DATA_OTHERを作成します。これは、同じデータを持つEMPLOYEE_DATAテーブルと同じである必要があります。ジョンにとって最善の選択肢は何ですか? John has a table EMPLOYEE_DATA, and he wants to create another table EMPLOYEE_DATA_OTHER, which should be the same as EMPLOYEE_DATA table with the same data. What is the best option for John?

    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

    Federated Authenticationは、次のものでサポートされています。 (該当するものをすべて選択してください) Federated Authentication is supported by the following: (Select all that apply)

    Business Critical, VPS, Standard Edition, Enterprise Edition

  • 52

    アカウントレベルのリソースモニターは、個々の倉庫のリソースモニター割り当てを上書きします。(True/False) An account-level resource monitor overrides the resource monitor assignment for individual warehouses. (True/False)

    FALSE

  • 53

    _____を使用して、ユーザレベルのネットワークポリシーを作成できます。 You can create a user-level network policy using _____

    SQL

  • 54

    Snowflakeで、すべての承認チェックをバイパスできる 「スーパーユーザー」 または 「スーパーロール」 を作成するにはどうすればよいですか。 How can you create a "Super-User" or "Super-Role" in Snowflake who can bypass all the authorization checks?

    SnowflakeにはSUPER=ROLEやSUPER-USERという概念はありません。 There is no concept of SUPER=ROLE or SUPER-USER in Snowflake

  • 55

    データベースやテーブルなどのデータベースオブジェクトに対する権限は、次のユーザーに付与されます。 Permissions on database objects such as databases or tables are granted to:

    Roles

  • 56

    クエリ結果キャッシュに結果が保持される期間? How long do results remain in the Query results cache?

    24 hours

  • 57

    パスワードなしでユーザーを作成することはできますか? Is it possible to create a user without a password?

    Yes

  • 58

    アカウント内の他のすべてのロールに継承されるロールはどれですか。 Which role is inherited to every other role in the account?

    PUBLIC

  • 59

    Snowflakeは多要素認証(つまり、MFA)をサポートし、Snowflakeに接続するユーザーのログインセキュリティを強化します。MFAを使用するために強く推奨されるロールはどれですか。 Snowflake supports multi-factor authentication (i.e., MFA) to provide increased login security for users connecting to Snowflake. Which role is strongly recommended for using MFA?

    ACCOUNTADMIN

  • 60

    最初は中断状態のままの倉庫を作成する場合、その倉庫にはどのプロパティを設定する必要がありますか。 If you want to create a warehouse that remains in a suspended state initially, which property do you need to set for that warehouse?

    INITIALLY_SUSPENDED = TRUE

  • 61

    Snowflakeアカウントのストレージ、コンピューティング、およびオブジェクトを確認するために使用できるスキーマはどれですか。 Which schema can be used to find out about storage, compute, and objects in a Snowflake account?

    INFROMATION_SCHEMA

  • 62

    リーダーアカウントを使用すると、プロバイダーは、コンシューマーがSnowflakeカスタマーになる必要なく、まだSnowflakeカスタマーではないコンシューマーとデータを共有できます。リーダーアカウントを作成できるロールはどれですか? Readers accounts enable providers to share data with consumers who are not already Snowflake customers without requiring the consumers to become Snowflake Customers. Which role can create the Reader account?

    ACCOUNTADMIN

  • 63

    仮想ウェアハウスのデータ・キャッシュがいっぱいになった場合、データはどの方法でデータ・キャッシュからフラッシュ・アウトされますか。 When the Virtual Warehouse data cache gets filled up, in which fashion does the data get flushed out from the data cache?

    LEAST-RECENTLY USED (LRU)

  • 64

    動的データ・マスキングはによってサポートされています (該当するものをすべて選択してください) 。 Dynamic Data Masking is supported by (Select all that apply)

    VPS, Enterprise Edition, Business Critical

  • 65

    ACCOUNTADMINロールは、別のユーザーが実行したクエリの結果を表示できません。(True/False) ACCOUNTADMIN role cannot view the results for a query run by another user. (True/ False)

    TRUE

  • 66

    Snowflakeクエリ履歴のクエリに使用できるSnowflake共有ビューはどれですか。(1を選択) Which of the Snowflake shared view can be used to query the Snowflake Query History? (Select 1)

    QUERY_HISTORY view in ACCOUT_USAGE

  • 67

    倉庫の状態を変更できるようにするには、どの権限が必要ですか(停止、開始、中断、再開)。 Which privilege is required to enable changing the state of a warehouse (stop, start, suspend, resume)?

    OPERATE

  • 68

    マテリアライズド・ビューは、次の場合に特に役立ちます。 (3を選択) Materialized views are particularly useful when: (Select 3)

    クエリ結果には、重要な処理を必要とする結果が含まれています。 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

    倉庫を停止するか、稼働させたままにするかを決定する場合、何を考慮する必要がありますか。 When deciding whether to suspend a warehouse or leave it running, what should you consider?

    ウェアハウスを一時停止してクレジットを節約することと、パフォーマンスを向上させるために以前のクエリからのデータのキャッシュを維持することとの間のトレードオフを考慮してください。 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

    クエリ結果キャッシュの利点を得るために、これらのクエリは同じと見なされますか。クエリ1:SELECT*FROM t 1;クエリ2:select*FROM t 1; Will these queries be considered as same to get the benefit of the Query Result cache? Query 1 : SELECT * FROM t1; Query 2 : select * FROM t1;

    NO

  • 71

    Snowflakeは、サブクエリの結果が定数であっても、サブクエリを持つ述語に基づいてマイクロパーティションをプルーニングします。(TRUE/FALSE) Snowflake prunes micro-partitions based on a predicate with a subquery, even if the subquery result is constant. (TRUE/FALSE)

    FALSE

  • 72

    JDBC経由でSnowflakeに接続するダッシュボードがあります。ダッシュボードは1日に数百回更新されます。データは非常に安定しており、1日に1~2回しか変化しません。ダッシュボードユーザーが実行するクエリは変更されません。Snowflakeは、変更されるデータと変更されないデータをどのように管理しますか。すべての真のステートメントをマークします。 You have a dashboard that connects to Snowflake via JDBC. The dashboard is refreshed hundreds of times per day. The data is very stable, only changing once or twice per day. The query run by the dashboard user never changes. How will Snowflake manage changing and non-changing data? Mark all true statements.

    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にログインしていて、IdPがタイムアウトした場合、ユーザーのsnowflakeセッションはどうなりますか。 If a user is logged in to Snowflake in a federated environment and IdP times out, what does happen to the user's snowflake session?

    ユーザーの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

    複製されないオブジェクトはどれですか。(2を選択) Which of these objects are not replicated? (Select 2)

    Temporary Tables, External Tables

  • 75

    倉庫をスケールアウトする主なメリットは何ですか。 What is a key benefit of scaling out a warehouse?

    スケールアウトすると、同時実行性が向上します。 Scaling out improves concurrency.

  • 76

    セキュアビューに関する正しいステートメントを選択します。(2を選択) Choose the true statements about Secure views. (Select 2)

    セキュアなビューにより、データのプライバシーとデータ共有が向上 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

    データのロードおよびアンロードのために内部ステージに格納されるすべてのファイルは、AES-256強力な暗号化を使用して自動的に暗号化されます。(True/False) All files stored in internal stages for data loading and unloading are automatically encrypted using AES-256 strong encryption. (True/False)

    TRUE

  • 78

    仮想ウェアハウスを使用してクエリを実行するには、どの権限が必要ですか。 Which privilege is required to execute queries using a virtual warehouse?

    USAGE

  • 79

    Snowflakeでサポートされていない有効な認証方法はどれですか。 Which of these is not a valid authentication method supported by Snowflake?

    Username and one-time generated pin

  • 80

    復号にのみ使用されるオブジェクトキーの種類はどれですか。 Which type of object key is only used for decryption?

    Retired Key

  • 81

    ネットワークポリシーでは、_____に基づいてアカウントへのアクセスを制限できます (該当するものをすべて選択してください) 。 Network policies allow restricting access to your account based on_____ (Select all that apply)

    CIDR Notaion based IP ranges, IP address

  • 82

    Snowflakeでセキュリティ保護可能なオブジェクトはどれですか?(該当するものをすべて選択してください) Which objects are the securable objects in Snowflake? (Select all that apply)

    Table, Database, File Format, Warehouse

  • 83

    クエリ結果キャッシュを無効にするにはどうすればよいですか。 How can we turn off the query result cache?

    パラメータUSE_CACHED_RESULTのFALSEへの設定 Setting the parameter USE_CACHED_RESULT to FALSE

  • 84

    Snowflakeシステム定義のロールでないのはどれですか。 Which one is not the Snowflake System-Defined role?

    DATABASEADMIN

  • 85

    最適な倉庫サイズを分析する最善の方法は何ですか? What is the best way to analyze the optimum warehouse size?

    同じウェアハウスで比較的均質なクエリ(サイズ、複雑さ、データセットなど。)を実行します。 Execute relatively homogeneous queries (size, complexity, data sets, etc.) on the same warehouse.

  • 86

    ネットワークポリシーがアカウントまたは特定のユーザーに設定されているかどうかを判断するSQLコマンドはどれですか。 Which SQL command determines whether a network policy is set on the account or for a specific user?

    SHOW PARAMETERS

  • 87

    Snowflakeネットワークポリシーは現在、Internet Protocolバージョン4と6の両方をサポートしています(すなわち、IPv 4とIPv 6)。(True/False) Snowflake network policies currently support both Internet Protocol versions 4 and 6 (i.e., IPv4 as well as IPv6). (True/False)

    FALSE

  • 88

    ユーザーアクセス履歴は、 The user access history can be found by querying the

    Account Usage ACCESS_HISTORY view

  • 89

    BIグループは、クエリの実行に時間がかかりすぎることに不満を抱いている。仮想倉庫の情報を確認すると、キューに入れられた時間がかなり長いことがわかります。この問題を解決する最善の方法は何ですか? The BI group is complaining about their queries taking too long to run. Checking the virtual warehouse information shows that the queued time is pretty high. What is the best way to fix this issue?

    仮想ウェアハウスのMAX_CLUSTER_COUNTプロパティを増やす Increase the virtual warehouse MAX_CLUSTER_COUNT property

  • 90

    エコノミーポリシーを持つオートスケーリングモードが設定されているとします。Snowflakeはどのような状況で追加のクラスタを起動しますか。 Suppose you have an auto-scaling mode setup with a Economy policy. In what situation does Snowflake spin up an additional cluster?

    クラスターを少なくとも6分間ビジー状態に保つのに十分なクエリ負荷があるとシステムが推定した場合のみ。 Only if the system estimates there's enough query load to keep the cluster busy for at least 6 minutes.

  • 91

    ロールは、階層内の上位の権限をすべて継承します。(True/False) A role inherits all the privileges of those higher in the hierarchy. (True / False)

    FALSE

  • 92

    スケーリングポリシーのタイプはどれですか。(2を選択) Which of these are types of Scaling policies? (Select 2)

    Standard, Economy

  • 93

    _____を使用してアカウントレベルのネットワークポリシーを作成できます (該当するものをすべて選択します) 。 You can create an an account level network policy using _____ (Select all that apply)

    SQL, Classic Web Interface, Snowsight

  • 94

    フェデレーションSnowflake環境では、ユーザーは引き続きSnowflake資格情報を使用してSnowflakeにログインできますか。 In a federated Snowflake environment, can a user still log into Snowflake using their Snowflake credentials?

    Yes

  • 95

    Snowflakeフェデレーション環境では、SnowflakeはIDプロバイダー (IdP) として機能します。(True/False) In a Snowflake federated environment, Snowflake serves as the Identity provider (IdP). (True/False)

    FALSE

  • 96

    アカウントにウェアハウスとデータベース (およびその他のオブジェクト) を作成する権限を持つロールはどれですか。 Which role has privileges to create warehouses and databases (and other objects) in an account?

    SYSADMIN

  • 97

    権限の取り消しを含め、権限をグローバルに変更できるようにするために、MANAGE GRANTSセキュリティ権限が付与されているロールはどれですか。 Which of these roles is granted the MANAGE GRANTS security privilege to be able to modify any grant globally, including revoking it?

    SECURITYADMIN

  • 98

    SYSADMINロールとSECURITYADMINロールをカプセル化するシステム定義ロールはどれですか。 Which of these system-defined roles encapsulates the SYSADMIN and SECURITYADMIN roles?

    ACCOUNTADMIN

  • 99

    ウェアハウスのプロビジョニング中に、コンピューティングリソースのいずれかがプロビジョニングに失敗した場合、Snowflakeはウェアハウスのプロビジョニング全体を強制終了し、要求されたサイズと同じ新しいウェアハウスをプロビジョニングしようとします。(True/False) During Warehouse provisioning, if any of the compute resources fail to provision, then Snowflake kills the entire warehouse provisioning and tries to provision a new warehouse of the same requested size. (True/False)

    FALSE

  • 100

    SQL文の実行中にウェアハウスを中断するとどうなりますか。 What would happen if we suspend the warehouse while it is executing the SQL statement?

    ウェアハウスのアイドル状態のコンピューティングリソースのみがシャットダウンされ、ステートメントを実行しているすべてのコンピューティングリソースは、ステートメントが完了するまで続行できます。 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

    標準ポリシーを使用した自動スケーリングモード設定があるとします。Snowflakeはどのような状況で追加のクラスタを起動しますか。 Suppose you have an auto-scaling mode setup with a Standard policy. In what situation does Snowflake spin up an additional cluster?

    最初のクラスターは、クエリがキューに登録されているか、現在実行中のクラスターが実行できるクエリよりも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

    モニカが問い合わせSELECT*FROM t 1を実行しました。数時間後、Johnは同じクエリを実行しました。JohnはMonicaと同じロールを持ち、テーブルt 1に対するSELECT権限を持っています。ジョンはモニカより早く結果を得た。結果が早くなる理由は何でしょうか? Monica has run a query SELECT * FROM t1; After a couple of hours, John ran the same query. John has the same role as Monica and has the SELECT permissions on table t1. John got the result sooner than Monica. What could be the reason for the faster result?

    Johnのクエリは、クエリ結果キャッシュの結果です。 John's query resulted from the Query Result cache.

  • 3

    Snowflakeはどのくらいの頻度でオブジェクトキーを回転しますか? At what frequency does Snowflake rotate the object keys?

    30 days

  • 4

    自動スケールモードで倉庫を設定する構成はどれですか。 Which of these configurations will set up a warehouse in auto-scale mode?

    Minimum Clusters = 2 and Maximum Clusters = 6

  • 5

    falseステートメントを選択します。(2を選択) Choose the false statements. (Select 2)

    ローカルディスクキャッシュの場合、結果はクラウドストレージレイヤに格納されます。 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

    SnowflakeのExplainプランからは、どのような重要な洞察が得られますか?(3を選択) What key insights can we get from the Explain plan in Snowflake? (Select 3)

    Partition Pruning, Join Types, Join Ordering

  • 7

    マテリアライズド・ビューでは、同じ副問合せ結果を繰り返し使用する問合せのパフォーマンスが向上します。(True/False) Materialized views can improve the performance of queries that use the same subquery results repeatedly. (True/False)

    TRUE

  • 8

    Snowflakeは、特定のIPをデフォルトでブロックし、お客様に最高レベルのネットワークセキュリティを提供します。(TRUE/FALSE) Snowflake blocks certain IPs by default to ensure that customer is getting the highest level of Network security. (TRUE / FALSE)

    FALSE

  • 9

    フェデレーション認証とSSOのネイティブSnowflakeサポートを提供するIdPベンダーを教えてください。(2を選択) Which IdP vendors provide native Snowflake support For federated authentication and SSO?(Select 2)

    Okta, Microsoft ADFS

  • 10

    SQL文の実行中にウェアハウスのサイズを小さくしたとします。すでに実行されているSQL文には影響しません。(True/False) Suppose we resize a warehouse to a smaller size while it is executing SQL statements. There will be no impact on already executing SQL statements. (True / False)

    TRUE

  • 11

    月次貸方見積の変更など、リソースモニターのプロパティを変更できるようにするには、どの権限が必要ですか。 Which privilege is required to enable altering any properties of the resource monitor, such as changing the monthly credit quote?

    MODIFY

  • 12

    アカウントでフェデレーション認証が有効になっている場合。Snowflakeの管理者は、引き続きSnowflakeでユーザーIDとパスワードを管理できますか。 If an account has federated authentication enabled. Can Snowflake admins still maintain user IDs and passwords in Snowflake?

    Yes

  • 13

    スキーマの現在のアクセス許可を表示するのに役立つコマンドはどれですか。 Which command will help you to view the current permissions on a Schema?

    SHOW GRANTS ON SCHEMA <database_name>.<schema_name>;

  • 14

    中断された倉庫は、再開するまでサイズ変更できません。(True/False) The suspended warehouse cannot be resized until they resume. (True / False)

    FALSE

  • 15

    SQL文の実行中にウェアハウスのサイズを大きくしたとします。この場合、すでに実行中のSQL文の方が速く終了します。(True/False) Suppose we resize a warehouse to a larger size while it is executing SQL statements. In that case, the already running SQL statements will finish faster. (True / False)

    FALSE

  • 16

    大規模なクラスタ・ウェアハウスでは、いくつのサーバーを使用できますか。 How many servers are available in a large-sized cluster warehouse?

    8

  • 17

    DBA_ROLEがデータベースを作成しました。その後、DBA_ROLEは削除されました。DBA_ROLEによって作成されたデータベースの所有者は誰になりますか。 A DBA_ROLE created a database. Later the DBA_ROLE was dropped. Who will own the database now, which was created by the DBA_ROLE?

    DBA_ROLEを削除したロールがデータベースを所有します。 The role that dropped the DBA_ROLE will own the database.

  • 18

    ユーザーのデフォルトのロールは次のとおりです。 A user's default role is

    ユーザーがSnowflakeにログインするたびに設定されるロール。 the role a user gets set to each time the user logs in to Snowflake.

  • 19

    Snowflakeのどの機能が列レベルのセキュリティを提供しますか。(2を選択) Which features of Snowflake provide Column-level security? (Select 2)

    External Tokenization, Dynamic Data Masking

  • 20

    コンピューティングリソースのプロビジョニングの最小課金料金はいくらですか? What is the minimum billing charge for provisioning compute resources?

    60 seconds

  • 21

    モニカは大きなテーブルt 1に対してSELECT問い合わせを実行しました。クエリに予想以上の時間がかかりました。クエリプロファイルを調べてみると、 「ローカルストレージに流出したバイト数」 と 「リモートストレージに流出したバイト数」 が非常に高いことがわかりました。クエリのパフォーマンスを向上させるために、彼女にどのようなアドバイスをしますか?(3を選択) Monica ran a SELECT query on a large table t1. The query took longer than expected. She looked into the query profile and found that ' Bytes spilled to local storage' and 'Bytes spilled to remote storage' are very high. What advice will you give to her to improve the query performance? (Select 3)

    より大きなウェアハウスの使用 (操作に使用可能なメモリー/ローカル・ディスク領域を効果的に増やす) 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

    別のユーザーが実行したクエリを表示する権限がある場合は、クエリの詳細と実際のクエリ結果がページに表示されます。(TRUE/FALSE) If you have privileges to view queries executed by another user, the Query Detail page displays the details for the query and the actual query result. (TRUE/FALSE)

    FALSE

  • 23

    スキャンされたマイクロパーティションと列データの比率が、選択された実際のデータの比率に近いほど、テーブルで実行されるプルーニングの効率が向上します。(TRUE/FALSE) The closer the ratio of scanned micro-partitions and columnar data is to the ratio of actual data selected, the more efficient the pruning performed on the table. (TRUE/FALSE)

    TRUE

  • 24

    Snowflakeでサポートされているセキュリティ機能はどれですか?(該当するものをすべて選択してください) Which of these security features are supported in Snowflake? (Select all that apply)

    Network Policy, Tri-Secret Secure Encryption, Multi-Factor Authentication, Role-Based Access Control

  • 25

    ネットワークポリシーを作成するために必要なパラメータはどれですか。(2を選択) Which are the required parameters for creating a Network Policy? (Select 2)

    Policy Name, Allowed IP Address

  • 26

    Snowflakeアカウントでカスタムロールを作成した後のベストプラクティスは何ですか? What is the best practice after creating a custom role in a Snowflake account?

    管理者がアカウント内のすべてのオブジェクトを管理できるように、カスタムロールをSYSADMINロールに付与します。 Grant the custom role to the SYSADMIN role so administrators can manage all objects in the account.

  • 27

    マルチクラスタ・ウェアハウスを設定するには、2つのモードがあります。与えられた選択肢からそれらを選択します。 There are two modes to set up a multi-cluster warehouse. Select those from the given choices.

    Auto-scalling mode, Maximized mode

  • 28

    Snowflakeのアクセス制御のアプローチは、次のモデルのどの側面を組み合わせたものですか。(2を選択) Snowflake’s approach to access control combines aspects from which of the following models? (Select 2)

    Discretionary Access Control (DAC), Role-based Access Control (RBAC)

  • 29

    これらのうち、どれがスノーフレークのキャッシュの種類ですか? Which of these are kind of Cache in Snowflake?

    All of these

  • 30

    倉庫をスケールアップする主なメリットは何ですか。 What is a key benefit of scaling up a warehouse?

    スケールアップすると、パフォーマンスが向上します。 Scaling up improves performance.

  • 31

    1人のユーザーに複数のロールを割り当てることができます。(True/False) A user can be assigned multiple roles. (True / False)

    TRUE

  • 32

    ユーザー管理とロール管理専用のロールはどれですか。 Which of these roles is dedicated to user and role management only?

    USERADMIN

  • 33

    フェデレーション認証機能を提供するSnowflakeエディションはどれですか。 Which of the Snowflake editions provides a federated authorization feature?

    All of the Snowflake Editions

  • 34

    一度にユーザーに対してアクティブ化できるネットワークポリシーの数? How many network policies can be activated for a user at a time?

    1

  • 35

    ユーザーは、ACCOUNTADMINロール以外の別のユーザーが実行したクエリの結果セットを表示できません。(True/False) A user cannot view the result set from a query that another user executed except for the ACCOUNTADMIN role. (True / False)

    FALSE

  • 36

    0.0.0.0/0をBLOCKED_IP_LISTに追加し、IPアドレスをネットワークポリシーのALLOWED_IP_LISTに追加するとどうなりますか。 What will happen if you add 0.0.0.0/0 to BLOCKED_IP_LIST and your IP address to ALLOWED_IP_LIST of a Network policy?

    IPアドレスからSnowflakeアカウントにアクセスすることはできません。 You will not be able to access the Snowflake account from your IP address.

  • 37

    Okta IdPフェデレーション環境でSnowflakeのユーザーを削除または無効にしても、ユーザーはOktaを介してSnowflakeログインにアクセスできます。(True/False) If you drop or disable a user in Snowflake in an Okta IdP federated environment, the user can still access Snowflake login through Okta. (True/False)

    FALSE

  • 38

    行アクセスポリシーには、Snowflakeデータベースオブジェクト(例えば、テーブルやビュー)を指定し、関数を使用して特定のコンテキストで表示する行を決定できる式が含まれています。行アクセスポリシーの決定に使用される関数はどれですか。(2を選択) A row access policy contains an expression that can specify Snowflake database objects (e.g., table or view) and use functions to determine which rows should be visible in a given context. Which of these functions are used in determining row access policy?(Select 2)

    Context Functions, Conditional Expression Functions

  • 39

    倉庫のパフォーマンスは、 The warehouse performance can be evaluated by querying the

    Account Usage QUERY_HISTORY view

  • 40

    パブリックインターネットを経由せずに、AWS VPCとSnowflake VPC間の直接の安全な接続を可能にするプライベートVPCエンドポイントを作成するために使用されるAWSサービスはどれですか。 Which AWS service is used to create private VPC endpoints that allow direct, secure connectivity between your AWS VPCs and the Snowflake VPC without traversing the public internet?

    AWS PrivateLink

  • 41

    Snowflakeフェデレーション環境でMUST_CHANGE_PASSWORD=TRUEを指定してユーザーを作成した場合、そのユーザーは最初にIdPを介してログインするときにパスワードの変更を強制されますか。 If you create a user with MUST_CHANGE_PASSWORD = TRUE in a Snowflake federated environment, will that user be forced to change the password while logging through IdP the first time?

    No

  • 42

    これらのシステム定義ロールのうち、組織レベルで操作を管理できるのはどれですか。 Which of these system-defined roles can manage operations at the organizational level?

    ORGADMIN

  • 43

    クラスタリング・キーを定義する主な利点: (2を選択) The major benefits of defining Clustering keys: (Select 2)

    クエリのパフォーマンス向上に役立つ To help improve query performance, テーブルメンテナンスの最適化に役立つ To help optimize table maintenance

  • 44

    マルチクラスタ・ウェアハウスは、実行速度の遅い問合せやデータ・ロードのパフォーマンスを向上させるのに役立ちます。(True/False) Multi-cluster warehouses are beneficial in improving the performance of slow-running queries or data loading. (True/False)

    FALSE

  • 45

    最大化モードで倉庫を設定する構成はどれですか。 Which of these configurations will set up a warehouse in maximized mode?

    Minimum Clusters = 6 and Maximum Clusters = 6

  • 46

    ネットワークポリシーを設定できるロールはどれですか。(2を選択) Which of these roles can configure a network policy? (Select 2)

    SECURITYADMIN, ACCOUNTADMIN

  • 47

    非実体化ビュー (Non-Materialized View) と実体化ビュー (Materialized View) の両方をセキュアとして定義できます。(True/False) Both non-materialized and materialized views can be defined as secure. (True / False)

    TRUE

  • 48

    「許可されたIPアドレス」 と 「ブロックされたIPアドレス」 の両方を指定してネットワークポリシーを作成した場合、アクセスの検証中にSnowflakeによって最初に適用されます。 If you create a Network Policy by providing both 'Allowed IP Addresses' and 'Blocked IP Addresses', which is applied first by Snowflake while validating the access?

    Blocked IP Addresses

  • 49

    既にサインインしているユーザーにポリシーが割り当てられた場合はどうなりますか。 What will happen if a policy is assigned to a user who is already signed in?

    ユーザーは、サインインして再度サインインするまで、他の操作を行うことはできません。 The user can't do anything else until signed in and signed back in again.

  • 50

    JohnにはテーブルEMPLOYEE_DATAがあり、別のテーブルEMPLOYEE_DATA_OTHERを作成します。これは、同じデータを持つEMPLOYEE_DATAテーブルと同じである必要があります。ジョンにとって最善の選択肢は何ですか? John has a table EMPLOYEE_DATA, and he wants to create another table EMPLOYEE_DATA_OTHER, which should be the same as EMPLOYEE_DATA table with the same data. What is the best option for John?

    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

    Federated Authenticationは、次のものでサポートされています。 (該当するものをすべて選択してください) Federated Authentication is supported by the following: (Select all that apply)

    Business Critical, VPS, Standard Edition, Enterprise Edition

  • 52

    アカウントレベルのリソースモニターは、個々の倉庫のリソースモニター割り当てを上書きします。(True/False) An account-level resource monitor overrides the resource monitor assignment for individual warehouses. (True/False)

    FALSE

  • 53

    _____を使用して、ユーザレベルのネットワークポリシーを作成できます。 You can create a user-level network policy using _____

    SQL

  • 54

    Snowflakeで、すべての承認チェックをバイパスできる 「スーパーユーザー」 または 「スーパーロール」 を作成するにはどうすればよいですか。 How can you create a "Super-User" or "Super-Role" in Snowflake who can bypass all the authorization checks?

    SnowflakeにはSUPER=ROLEやSUPER-USERという概念はありません。 There is no concept of SUPER=ROLE or SUPER-USER in Snowflake

  • 55

    データベースやテーブルなどのデータベースオブジェクトに対する権限は、次のユーザーに付与されます。 Permissions on database objects such as databases or tables are granted to:

    Roles

  • 56

    クエリ結果キャッシュに結果が保持される期間? How long do results remain in the Query results cache?

    24 hours

  • 57

    パスワードなしでユーザーを作成することはできますか? Is it possible to create a user without a password?

    Yes

  • 58

    アカウント内の他のすべてのロールに継承されるロールはどれですか。 Which role is inherited to every other role in the account?

    PUBLIC

  • 59

    Snowflakeは多要素認証(つまり、MFA)をサポートし、Snowflakeに接続するユーザーのログインセキュリティを強化します。MFAを使用するために強く推奨されるロールはどれですか。 Snowflake supports multi-factor authentication (i.e., MFA) to provide increased login security for users connecting to Snowflake. Which role is strongly recommended for using MFA?

    ACCOUNTADMIN

  • 60

    最初は中断状態のままの倉庫を作成する場合、その倉庫にはどのプロパティを設定する必要がありますか。 If you want to create a warehouse that remains in a suspended state initially, which property do you need to set for that warehouse?

    INITIALLY_SUSPENDED = TRUE

  • 61

    Snowflakeアカウントのストレージ、コンピューティング、およびオブジェクトを確認するために使用できるスキーマはどれですか。 Which schema can be used to find out about storage, compute, and objects in a Snowflake account?

    INFROMATION_SCHEMA

  • 62

    リーダーアカウントを使用すると、プロバイダーは、コンシューマーがSnowflakeカスタマーになる必要なく、まだSnowflakeカスタマーではないコンシューマーとデータを共有できます。リーダーアカウントを作成できるロールはどれですか? Readers accounts enable providers to share data with consumers who are not already Snowflake customers without requiring the consumers to become Snowflake Customers. Which role can create the Reader account?

    ACCOUNTADMIN

  • 63

    仮想ウェアハウスのデータ・キャッシュがいっぱいになった場合、データはどの方法でデータ・キャッシュからフラッシュ・アウトされますか。 When the Virtual Warehouse data cache gets filled up, in which fashion does the data get flushed out from the data cache?

    LEAST-RECENTLY USED (LRU)

  • 64

    動的データ・マスキングはによってサポートされています (該当するものをすべて選択してください) 。 Dynamic Data Masking is supported by (Select all that apply)

    VPS, Enterprise Edition, Business Critical

  • 65

    ACCOUNTADMINロールは、別のユーザーが実行したクエリの結果を表示できません。(True/False) ACCOUNTADMIN role cannot view the results for a query run by another user. (True/ False)

    TRUE

  • 66

    Snowflakeクエリ履歴のクエリに使用できるSnowflake共有ビューはどれですか。(1を選択) Which of the Snowflake shared view can be used to query the Snowflake Query History? (Select 1)

    QUERY_HISTORY view in ACCOUT_USAGE

  • 67

    倉庫の状態を変更できるようにするには、どの権限が必要ですか(停止、開始、中断、再開)。 Which privilege is required to enable changing the state of a warehouse (stop, start, suspend, resume)?

    OPERATE

  • 68

    マテリアライズド・ビューは、次の場合に特に役立ちます。 (3を選択) Materialized views are particularly useful when: (Select 3)

    クエリ結果には、重要な処理を必要とする結果が含まれています。 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

    倉庫を停止するか、稼働させたままにするかを決定する場合、何を考慮する必要がありますか。 When deciding whether to suspend a warehouse or leave it running, what should you consider?

    ウェアハウスを一時停止してクレジットを節約することと、パフォーマンスを向上させるために以前のクエリからのデータのキャッシュを維持することとの間のトレードオフを考慮してください。 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

    クエリ結果キャッシュの利点を得るために、これらのクエリは同じと見なされますか。クエリ1:SELECT*FROM t 1;クエリ2:select*FROM t 1; Will these queries be considered as same to get the benefit of the Query Result cache? Query 1 : SELECT * FROM t1; Query 2 : select * FROM t1;

    NO

  • 71

    Snowflakeは、サブクエリの結果が定数であっても、サブクエリを持つ述語に基づいてマイクロパーティションをプルーニングします。(TRUE/FALSE) Snowflake prunes micro-partitions based on a predicate with a subquery, even if the subquery result is constant. (TRUE/FALSE)

    FALSE

  • 72

    JDBC経由でSnowflakeに接続するダッシュボードがあります。ダッシュボードは1日に数百回更新されます。データは非常に安定しており、1日に1~2回しか変化しません。ダッシュボードユーザーが実行するクエリは変更されません。Snowflakeは、変更されるデータと変更されないデータをどのように管理しますか。すべての真のステートメントをマークします。 You have a dashboard that connects to Snowflake via JDBC. The dashboard is refreshed hundreds of times per day. The data is very stable, only changing once or twice per day. The query run by the dashboard user never changes. How will Snowflake manage changing and non-changing data? Mark all true statements.

    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にログインしていて、IdPがタイムアウトした場合、ユーザーのsnowflakeセッションはどうなりますか。 If a user is logged in to Snowflake in a federated environment and IdP times out, what does happen to the user's snowflake session?

    ユーザーの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

    複製されないオブジェクトはどれですか。(2を選択) Which of these objects are not replicated? (Select 2)

    Temporary Tables, External Tables

  • 75

    倉庫をスケールアウトする主なメリットは何ですか。 What is a key benefit of scaling out a warehouse?

    スケールアウトすると、同時実行性が向上します。 Scaling out improves concurrency.

  • 76

    セキュアビューに関する正しいステートメントを選択します。(2を選択) Choose the true statements about Secure views. (Select 2)

    セキュアなビューにより、データのプライバシーとデータ共有が向上 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

    データのロードおよびアンロードのために内部ステージに格納されるすべてのファイルは、AES-256強力な暗号化を使用して自動的に暗号化されます。(True/False) All files stored in internal stages for data loading and unloading are automatically encrypted using AES-256 strong encryption. (True/False)

    TRUE

  • 78

    仮想ウェアハウスを使用してクエリを実行するには、どの権限が必要ですか。 Which privilege is required to execute queries using a virtual warehouse?

    USAGE

  • 79

    Snowflakeでサポートされていない有効な認証方法はどれですか。 Which of these is not a valid authentication method supported by Snowflake?

    Username and one-time generated pin

  • 80

    復号にのみ使用されるオブジェクトキーの種類はどれですか。 Which type of object key is only used for decryption?

    Retired Key

  • 81

    ネットワークポリシーでは、_____に基づいてアカウントへのアクセスを制限できます (該当するものをすべて選択してください) 。 Network policies allow restricting access to your account based on_____ (Select all that apply)

    CIDR Notaion based IP ranges, IP address

  • 82

    Snowflakeでセキュリティ保護可能なオブジェクトはどれですか?(該当するものをすべて選択してください) Which objects are the securable objects in Snowflake? (Select all that apply)

    Table, Database, File Format, Warehouse

  • 83

    クエリ結果キャッシュを無効にするにはどうすればよいですか。 How can we turn off the query result cache?

    パラメータUSE_CACHED_RESULTのFALSEへの設定 Setting the parameter USE_CACHED_RESULT to FALSE

  • 84

    Snowflakeシステム定義のロールでないのはどれですか。 Which one is not the Snowflake System-Defined role?

    DATABASEADMIN

  • 85

    最適な倉庫サイズを分析する最善の方法は何ですか? What is the best way to analyze the optimum warehouse size?

    同じウェアハウスで比較的均質なクエリ(サイズ、複雑さ、データセットなど。)を実行します。 Execute relatively homogeneous queries (size, complexity, data sets, etc.) on the same warehouse.

  • 86

    ネットワークポリシーがアカウントまたは特定のユーザーに設定されているかどうかを判断するSQLコマンドはどれですか。 Which SQL command determines whether a network policy is set on the account or for a specific user?

    SHOW PARAMETERS

  • 87

    Snowflakeネットワークポリシーは現在、Internet Protocolバージョン4と6の両方をサポートしています(すなわち、IPv 4とIPv 6)。(True/False) Snowflake network policies currently support both Internet Protocol versions 4 and 6 (i.e., IPv4 as well as IPv6). (True/False)

    FALSE

  • 88

    ユーザーアクセス履歴は、 The user access history can be found by querying the

    Account Usage ACCESS_HISTORY view

  • 89

    BIグループは、クエリの実行に時間がかかりすぎることに不満を抱いている。仮想倉庫の情報を確認すると、キューに入れられた時間がかなり長いことがわかります。この問題を解決する最善の方法は何ですか? The BI group is complaining about their queries taking too long to run. Checking the virtual warehouse information shows that the queued time is pretty high. What is the best way to fix this issue?

    仮想ウェアハウスのMAX_CLUSTER_COUNTプロパティを増やす Increase the virtual warehouse MAX_CLUSTER_COUNT property

  • 90

    エコノミーポリシーを持つオートスケーリングモードが設定されているとします。Snowflakeはどのような状況で追加のクラスタを起動しますか。 Suppose you have an auto-scaling mode setup with a Economy policy. In what situation does Snowflake spin up an additional cluster?

    クラスターを少なくとも6分間ビジー状態に保つのに十分なクエリ負荷があるとシステムが推定した場合のみ。 Only if the system estimates there's enough query load to keep the cluster busy for at least 6 minutes.

  • 91

    ロールは、階層内の上位の権限をすべて継承します。(True/False) A role inherits all the privileges of those higher in the hierarchy. (True / False)

    FALSE

  • 92

    スケーリングポリシーのタイプはどれですか。(2を選択) Which of these are types of Scaling policies? (Select 2)

    Standard, Economy

  • 93

    _____を使用してアカウントレベルのネットワークポリシーを作成できます (該当するものをすべて選択します) 。 You can create an an account level network policy using _____ (Select all that apply)

    SQL, Classic Web Interface, Snowsight

  • 94

    フェデレーションSnowflake環境では、ユーザーは引き続きSnowflake資格情報を使用してSnowflakeにログインできますか。 In a federated Snowflake environment, can a user still log into Snowflake using their Snowflake credentials?

    Yes

  • 95

    Snowflakeフェデレーション環境では、SnowflakeはIDプロバイダー (IdP) として機能します。(True/False) In a Snowflake federated environment, Snowflake serves as the Identity provider (IdP). (True/False)

    FALSE

  • 96

    アカウントにウェアハウスとデータベース (およびその他のオブジェクト) を作成する権限を持つロールはどれですか。 Which role has privileges to create warehouses and databases (and other objects) in an account?

    SYSADMIN

  • 97

    権限の取り消しを含め、権限をグローバルに変更できるようにするために、MANAGE GRANTSセキュリティ権限が付与されているロールはどれですか。 Which of these roles is granted the MANAGE GRANTS security privilege to be able to modify any grant globally, including revoking it?

    SECURITYADMIN

  • 98

    SYSADMINロールとSECURITYADMINロールをカプセル化するシステム定義ロールはどれですか。 Which of these system-defined roles encapsulates the SYSADMIN and SECURITYADMIN roles?

    ACCOUNTADMIN

  • 99

    ウェアハウスのプロビジョニング中に、コンピューティングリソースのいずれかがプロビジョニングに失敗した場合、Snowflakeはウェアハウスのプロビジョニング全体を強制終了し、要求されたサイズと同じ新しいウェアハウスをプロビジョニングしようとします。(True/False) During Warehouse provisioning, if any of the compute resources fail to provision, then Snowflake kills the entire warehouse provisioning and tries to provision a new warehouse of the same requested size. (True/False)

    FALSE

  • 100

    SQL文の実行中にウェアハウスを中断するとどうなりますか。 What would happen if we suspend the warehouse while it is executing the SQL statement?

    ウェアハウスのアイドル状態のコンピューティングリソースのみがシャットダウンされ、ステートメントを実行しているすべてのコンピューティングリソースは、ステートメントが完了するまで続行できます。 Only idle compute resources of the warehouse will be shut down, allowing any compute resources executing statements tocontinue until the statement is complete.