暗記メーカー
ログイン
SnowPro Core Part1
  • 相馬涼人

  • 問題数 100 • 12/11/2023

    記憶度

    完璧

    15

    覚えた

    35

    うろ覚え

    0

    苦手

    0

    未解答

    0

    アカウント登録して、解答結果を保存しよう

    問題一覧

  • 1

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

    ORGADMIN

  • 2

    Snowflakeでサポートされていないファイル形式は、次のうちどれですか? (Which of the following file format is not supported by Snowflake?)

    EDI

  • 3

    Snowflakeには4つのエディションがあります。それらはどれですか?(4つ選択) (Snowflake is available in four editions. Which are those? (Select 4))

    Virtual Private Snowflake(VPS), Enterprise, Business Critical, Standard

  • 4

    Snowflakeアカウントはどのクラウドプラットフォームでホストできますか?(3つ選択) In which of the cloud platforms a Snowflake account can be hosted? (Select 3)

    AZURE, GCP, AWS

  • 5

    オブジェクトの保存期間が終了すると、データはどうなりますか? What happens to the data when the retention period ends for an object?

    データがSnowflake Fail-Safeに移動に移動される Data is moved to Snowflake Fail-Safe

  • 6

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

    All of these

  • 7

    モニカはテーブルt1からすべてのデータを削除したい。彼女はテーブル構造を保持したいので、テーブルを再度作成する必要はありません。この場合、どのコマンドが適切でしょうか。 Monica wants to delete all the data from table t1. She wants to keep the table structure, so she does not need to create the table again. Which command will be appropriate for her need?

    TRUNCATE

  • 8

    ステージ名と、ステージ内の位置に対するファイルの相対パスを入力として使用して、ステージ化されたファイルの絶対パスを返すのに役立つSQL関数はどれですか。 Which of these SQL functions helps returns the absolute path of a staged file using the stage name and path of the file relative to its location in the stage as inputs.?

    GET_ABSOLUTE_PATH

  • 9

    Snowflakeによって保存されたデータオブジェクトは、顧客からは直接見ることもアクセスすることもできません。 Snowflakeを使用して実行されるSQLクエリ操作によってのみアクセスできます。 The data objects stored by Snowflake are not directly visible nor accessible by customers; they are only accessible through SQL query operations run using Snowflake. (True/False)

    TRUE

  • 10

    マルチクラスタ倉庫のセットアップには2つのモードがある。与えられた選択肢から選択してください。 There are two modes to set up a multi-cluster warehouse. Select those from the given choices.

    Mazimized mode, Auto-scaling mode

  • 11

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

    FALSE

  • 12

    Snowflake クエリ履歴ページでは、過去31日間に実行されたすべてのクエリの詳細を表示できます。(真/偽) Snowflake Query history page allows you to view the details of all the queries executed in the last 31 days. (True/False)

    FALSE

  • 13

    タイムトラベルは、ACCOUNTADMINによってアカウントに対して無効にすることができます。(真/偽) Time Travel can be disabled for an account by ACCOUNTADMIN. (True/False)

    FALSE

  • 14

    スコープ付き URL を生成したユーザーのみが、その URL を使用して参照先のファイルにアクセスできます。(真/偽) Only the user who generated the scoped URL can use the URL to access the referenced file. (True/False)

    TRUE

  • 15

    COPYコマンドを使用してテーブルにデータをロードする際、データ変換にはどのようなオプションがありますか?(該当するものをすべて選択してください。) What all options are available for data transformation while loading data into a table using the COPY command? (Select all that apply)

    Casts, Truncation of Text Strings, Column reordering, Column omission

  • 16

    Johnは、複数のレコードを含む巨大な配列を持つJSONデータセットをロードしようとしています。VARIANTデータ型が16 MBのサイズを課していることを考慮すると、データを最適にロードするためにJohnに何を推奨しますか? John is trying to load JSON data sets with a huge array containing multiple records. Considering the VARIANT data type imposed size of 16 MB, what do you recommend to John for optimally loading the data?

    COPY INTO <table>コマンドのSTRIP_OUTER_ARRAYファイル・フォーマット・オプションを有効にする。 Enable the STRIP_OUTER_ARRAY file format option for the COPY INTO <table> command

  • 17

    COPY INTO <table>コマンドのVALIDATION_MODEの目的は何ですか? What is the purpose of VALIDATION_MODE in the COPY INTO <table> command?

    VALIDATION_MODEは、指定されたテーブルにロードする代わりに、ロード・ファイルにエラーがないか検証するために使用される。 VALIDATION_MODE is used to validate the load file for errors instead of loading it into the specified table.

  • 18

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

    TRUE

  • 19

    保存期間が30日のテーブルがあります。保存期間を20日に短縮した場合、30日後に削除されたデータにどのような影響がありますか? You have a table with a 30-day retention period. If you decrease the retention period to 20 days, how would it affect the data that would have been removed after 30 days?

    データの保持期間は20日間と短縮された。 The data will now retain for a shorter period of 20 days.

  • 20

    構造化されていないデータ・ファイルにアクセスするためのFILE URLの生成に役立つ関数はどれですか? Which of these functions helps generate the FILE URL to access the unstructured data file?

    BUILD_STAGE_FILE_URL

  • 21

    Davidは終了までに約30分かかるクエリを実行しました。彼はクエリプロファイラをチェックし、'Bytes spilled to local storage'の数値が高いことに気づきました。何が問題なのでしょうか? David ran a query that took approximately 30 minutes to finish. He checked the Query profiler and noticed a high number for 'Bytes spilled to local storage'. What might be the problem?

    デビッドは比較的小さな倉庫を使っている。 David is using a comparatively smaller warehouse.

  • 22

    シングルファイルのCOPY INTO locationステートメントを使用して、Snowflakeからデータをアンロードするにはどうすればよいですか? How can you unload the data from Snowflake using COPY INTO location statements in a Single file?

    By specifying copy option SINGLE=TRUE

  • 23

    ファイルURLは次のような場合に最適です。 File URL is ideal for

    非構造化データファイルへのアクセスを必要とするカスタムアプリケーション custom applications that require access to unstructured data files

  • 24

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

    クエリのパフォーマンスを向上させる To help improve query performance, テーブルのメンテナンスを最適化する To help optimize table maintenance

  • 25

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

    FALSE

  • 26

    どのような状況で、サーバーレスタスクよりもユーザー管理タスクを考慮すべきですか?(2つを選択) In what situations should you consider User-Managed Tasks over Serverless Tasks? (Select 2)

    スケジュール間隔の遵守がそれほど重要でない場合を考慮する。 Consider when adherence to the schedule interval is less important., 利用可能なコンピュート・リソースを活用するために、複数のタスクを同時にスケジューリングすることで、1つのウェアハウスをフルに活用できる場合を考えてみましょう。 Consider when you can fully utilize a single warehouse by scheduling multiple concurrent tasks to take advantage of available compute resources.

  • 27

    入力行のセット内の行のサブセットに対して操作できる関数のタイプを選択する。 Select the type of function that can operate on a subset of rows within the set of input rows.

    Window Function

  • 28

    クラスタ・キーには最大いくつのカラム(または式)が推奨されますか? How many maximum columns (or expressions) are recommended for a cluster key?

    3 to 4

  • 29

    定義済みのデータモデルやスキーマに当てはまらないデータはどれか? Which data does not fit into a predefined data model or schema?

    Unstructured Data(非構造化データ)

  • 30

    ユーザーがフェデレート環境で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.

  • 31

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

    SQL, Snowsight, Classic Web Interface

  • 32

    Johnは、Snowpipe RESTエンドポイントを呼び出すことでロードがトリガされるPIPEを作成する必要があります。CREATE PIPE文で指定するパラメータは何ですか? John has to create a PIPE that will be triggered for loading by calling the Snowpipe REST endpoints. What parameter does he need to specify in CREATE PIPE statement?

    AUTO_INGEST = FALSE

  • 33

    プロバイダーからシェアされる特典はどれですか?(2つ選択) Which privileges are provided with a share by the provider? (Select 2)

    共有するテーブルを含むデータベースとスキーマへのアクセス権(USAGE)を付与する。 Grant access(USAGE) to the database and the schema containing the tables to share, データベース内の特定のテーブルにアクセス権(SELECT)を付与する。 Grant access(SELECT) to the specific tables in the database

  • 34

    ファイルURLの有効期限は何ですか? What is the expiration period of a File URL?

    It is Permanent(恒久的である)

  • 35

    Okta IdP連携環境でSnowflakeのユーザーをドロップまたは無効にした場合でも、そのユーザーはOkta経由でSnowflakeログインにアクセスできます。(真/偽) 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

  • 36

    許可された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(ブロックされたIPアドレス)

  • 37

    SnowflakeがサポートしているSQL関数はどれですか?(該当するものをすべて選択してください) Which of these SQL functions does Snowflake support? (Select all that apply)

    Window, System, Aggregate, Table, User-Defined, Scalar

  • 38

    どの IdP ベンダーが、Snowflake のネイティブサポートを提供していますか? 連携認証と SSO について(2 つ選択) Which IdP vendors provide native Snowflake support For federated authentication and SSO? (Select 2)

    Okta, Microsoft ADFS

  • 39

    マルチクラスターウェアハウスは、実行速度の遅いクエリやデータロードのパフォーマンスを向上させるのに有益である。(真/偽) Multi-cluster warehouses are beneficial in improving the performance of slow-running queries or data loading. (True/False)

    FALSE

  • 40

    Monicaは大きなテーブルt1でSELECTクエリを実行しました。このクエリには予想以上に時間がかかりました。彼女はクエリのプロファイルを調べ、'Bytes spilled to local storage' と 'Bytes spilled to remote storage' が非常に高いことを発見しました。クエリのパフォーマンスを改善するために、あなたは彼女にどのようなアドバイスをしますか?(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

  • 41

    元のテーブルに何らかの変更を加えた場合 If we make any changes to the original table, then

    クローン化されたテーブルに変更が反映されない The changes do not reflect in the cloned table

  • 42

    クエリー結果のキャッシュをオフにするには? How can we turn off the query result cache?

    パラメータ USE_CACHED_RESULT を FALSE に設定する。 Setting the parameter USE_CACHED_RESULT to FALSE

  • 43

    外部ステージ(外部クラウドストレージ)と内部ステージ(つまりSnowflake)の両方が非構造化データをサポートする。(真/偽) Both external (external cloud storage) and internal (i.e., Snowflake) stages support unstructured data. (True / False)

    TRUE

  • 44

    モニカは5分スケジュールでタスクを作成した。30分経過しましたが、タスクは実行されませんでした。何が原因でしょうか? Monica has successfully created a task with the 5 minutes schedule. It has been 30 minutes, but the task did not run. What could be the reason?

    モニカはALTER TASKコマンドを実行し、タスクを再開する。 Monica should run the ALTER TASK command to RESUME the task

  • 45

    タスクは以下のタイプのSQLコードのいずれかを実行できる: (3つを選択) A task can execute any one of the following types of SQL code: (Select 3)

    ストアドプロシージャの呼び出し Call to a stored procedure, スノーフレーク・スクリプティングを使った手続き型ロジック Procedural logic using Snowflake Scripting, 単一のSQLステートメント Single SQL Statement

  • 46

    倉庫を一時停止するか、稼働させたままにするかを決めるとき、何を考慮すべきでしょうか? 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.

  • 47

    期限切れのメタ・データ(LAST_MODIFIEDの日付が64日よりも古く、最初のデータ・セットが64日以上前にテーブルにロードされた場合(ファイルがテーブルにロードされた場合も64日以上前にロードされた場合))のファイルのロードに役立つcopyOptionsはどれですか?(2を選択) Which copyOptions can help load a file with expired metadata (if the LAST_MODIFIED date is older than 64 days and the initial set of data was loaded into the table more than 64 days earlier (and if the file was loaded into the table, that also occurred more than 64 days earlier))? (Select 2)

    FORCE = TRUE, LOAD_UNCERTAIN_FILES = TRUE

  • 48

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

    Yes

  • 49

    Readerアカウントを使用すると、プロバイダは、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

  • 50

    select * from t1 sample row(100); 上記のクエリは何を返すでしょうか? select * from t1 sample row(100); What would the above query return?

    テーブル内のすべての行を含む、テーブル全体を返す。 Return an entire table, including all rows in the table

  • 51

    テーブルクラスタリングに関する記述のうち、正しいものを選びなさい。(3つ選択) Select the correct statements for Table Clustering. (Select 3)

    クラスタリング・キーはすべてのテーブルにあるわけではない Clustering keys are not for every table, Snowflake では、1 つのキーにつき最大 3 つまたは 4 つのカラム (または式) を推奨しています。 Snowflake reccommends a maximum of three or four columns (or expressions) per key, 数テラバイトのテーブルはクラスタリング・キーの候補となる。 Tables in multi-terabytes range are good candidate for clustering keys

  • 52

    Snowflake は自動的に透過的にマテリアライズドビューを維持する。(真/偽) Snowflake automatically and transparently maintains materialized views. (True/False)

    TRUE

  • 53

    データベースやテーブルなどのデータベースオブジェクトに対するパーミッションが付与されるのは?: Permissions on database objects such as databases or tables are granted to:

    Roles

  • 54

    検索最適化サービスで対応していないものはどれですか?(該当するものをすべてお選びください) Which of these are not supported by the Search Optimization Service? (Select all that apply)

    COLLATE句で定義されたカラム Columns defined with COLLATE clause, Casts on table columns, External Tables, Column Concatenation, Materialized View, Analytical Expressions

  • 55

    外部テーブル上のストリームにのみサポートされるストリーム・タイプはどれですか? Which stream type is supported for streams on the external table only?

    Insert-only

  • 56

    定義された期間内の任意の時点で履歴データ(変更または削除されたデータ)にアクセスできるSnowflake機能はどれですか? Which of these Snowflake features does enable accessing historical data (i.e., data that has been changed or deleted) at any point within a defined period?

    Time travel

  • 57

    どのプライマリツールがローカルファイルシステムからSnowflakeにデータをロードしますか? Which primary tool loads data to Snowflake from a local file system?

    SnowSQL

  • 58

    ユーザーのアクセス履歴は、以下のクエリで確認できます。 The user access history can be found by querying the

    Account Usage ACCESS_HISTORY view

  • 59

    スノーグリッドの能力はどれですか?(該当するものをすべて選択してください) Which of these are Snowgrid's capabilities? (Select all that apply)

    Live, ready to query data, 私的なデータ交換で内部的に、または公的なデータ交換で外部的に共有する。 Share internally with private data exchange or enternally with public data exchange, Secure,governed data sharing

  • 60

    あなたがアクセス権限を持っているパイプを一覧表示するコマンドはどれですか? Which command will list the pipes for which you have access privileges?

    SHOW PIPES;

  • 61

    Kafkaコネクタはどのオブジェクトに対してトピックを作成しますか? For which object the Kafka connector does create a topic?

    All of these

  • 62

    Snowflakeは、データセット内の異なる値のおおよその数を推定するためにどのアルゴリズムを使用しますか? Which algorithm does Snowflake use to estimate the approximate number of distinct values in a data set?

    HyperLogLog

  • 63

    VALIDATION_MODEパラメータは、ロード中にデータを変換するCOPY文をサポートしません。(真/偽) The VALIDATION_MODE parameter does not support COPY statements that transform data during a load. (True / False)

    TRUE

  • 64

    CREATE OR REPLACE PIPEコマンドを使ってパイプを再作成した場合。Snowpipeが再作成された場合、ロード履歴はどうなりますか? If you recreate a pipe using CREATE OR REPLACE PIPE command. What does happen to load history if the Snowpipe gets recreated?

    負荷履歴は空にリセットされる The load history gets reset to empty

  • 65

    ACCOUNTADMINロールを持つユーザーが、自分のアカウントのデフォルトの保存期間を設定するために使用できるオブジェクト・パラメーターはどれですか? Which object parameter can users with the ACCOUNTADMIN role use to set the default retention period for their account?

    DATA_RETENTION_TIME_IN_DAYS

  • 66

    Snowflakeでデータをアンロードするためにサポートされているファイル形式は何ですか? What are the supported file formats for data unloading in Snowflake?

    JSON, Parquet

  • 67

    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

  • 68

    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 to continue until the statement is complete.

  • 69

    SQL文の一部として呼び出され、文の中で使用される値を返さなければならない関数が必要な場合、あなたは何を作成しますか(UDFまたはストアド・プロシージャ)? What would you create (UDF or Stored procedure) if you need a function that can be called as part of a SQL statement and must return a value that will be used in the statement?

    UDF

  • 70

    Snowflake Information Schemaには、ディレクトリテーブルに関する情報を取得するためにクエリできるテーブル関数が含まれています。指定したオブジェクトのメタデータに登録されたデータファイルの履歴と、これらの操作に課金されたクレジットを照会するには、どのテーブル関数を使用できますか? The Snowflake Information Schema includes table functions you can query to retrieve information about your directory tables. Which table function can be used to query the history of data files registered in the metadata of specified objects and the credits billed for these operations?

    AUTO_REFRESH_REGISTRATION_HISTORY

  • 71

    半構造データを変換する際、FLATTEN関数を使用して再帰的にすべてのサブ要素を展開したい場合、FLATTEN関数にはどのような引数を設定する必要がありますか? While transforming Semi-structure data, If you want expansion for all the sub-elements recursively using FLATTEN function, what argument would you need to set with FLATTEN function?

    RECURSIVE=>TRUE

  • 72

    ダイナミック・データ・マスキングは以下によってサポートされています。 Dynamic Data Masking is supported by (Select all that apply)

    Enterprise Edition, Business Critical, VPS

  • 73

    Snowflakeのクラウドサービスレイヤーで管理されているサービスはどれですか?(該当するものをすべて選択してください) Which services are managed by Snowflake's cloud services layer? (Select all that apply)

    Infrastructure Management, Authentication, Access Control, Metadata Management, Query Parsing and Optimization

  • 74

    SnowflakeがUDF(ユーザー定義関数)を記述するためにサポートしている言語は次のうちどれですか?(4つを選択) Which of the following languages does Snowflake support for writing UDFs (User-Defined Functions)? (Select 4)

    JAVA, JavaScript, Python, SQL

  • 75

    SnowflakeはどのタイプのVIEWをサポートしていますか?(3つ選択) Which of these types of VIEW does Snowflake support? (Select 3)

    STANDARD VIEW, SECURE VIEW, MATERIALIZED VIEW

  • 76

    アカウント使用状況スキーマのどのビューを使用して、指定したデータベースのレプリケーション履歴を照会できますか? Which view in the Account Usage Schema can be used to query the replication history for a specified database?

    REPLICATION_USAGE_HISTORY

  • 77

    DML(データ操作言語)コマンドでないものはどれか? Which is not the DML (Data Manipulation Language) command?

    UNDROP

  • 78

    Snowflakeはデータのステージングにどのようなロケーションをサポートしていますか?(該当するものをすべて選択してください) What all locations do Snowflake support for staging the data? (Select all that apply)

    Amazon S3, Snowflake Internal Stage, Microsoft Azure Blob Storage, Google Coud Storage

  • 79

    すでにサインインしているユーザーにポリシーが割り当てられた場合はどうなりますか? 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.

  • 80

    What value will be returned by the following query? SELECT * FROM TABLE(FLATTEN(input => parse_json('[]'))) f;

    何も返さない/入力行の出力は省略される。 nothing will return / output of the input row will be omitted.

  • 81

    これらのSnowflake Editionのうち、自動的に暗号化された状態でデータを保存するのはどれですか? Which of these Snowflake Editions automatically stores data in an encrypted state?

    All of the Snowflake Editions

  • 82

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

    FALSE

  • 83

    テーブルのマイクロパーティションの重なり深さを求めるのに役立つシステム関数は? Which systems function can help find the overlap depth of a table's micro-partitions?

    SYSTEM$CLUSTERING_INFORMATION, SYSTEM$CLUSTERING_DEPTH

  • 84

    Snowflakeはどのような頻度でオブジェクトキーを回転させるのですか? At what frequency does Snowflake rotate the object keys?

    30 Days

  • 85

    ユーザーとロールの管理だけに特化したロールはどれですか? Which of these roles is dedicated to user and role management only?

    USERADMIN

  • 86

    SnowflakeのStandard Editionでレプリケーションに使用できないオブジェクトはどれですか(3つ選択) Which objects are not available for replication in the Standard Edition of Snowflake? (Select 3)

    User, Roles, Integrations

  • 87

    Economyポリシーで自動スケーリングモードを設定しているとします。Snowflakeはどのような状況で追加のクラスタをスピンアップしますか? Suppose you have an auto-scaling mode setup with an 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.

  • 88

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

    SHOW PARAMETERS

  • 89

    ステージからロードするステージングされたデータファイルを選択するのに、一般的に最も時間がかかるオプションはどれですか? Which is generally the slowest option for selecting staged data files to load from a stage?

    パターンマッチングを使用して、特定のファイルをパターンで識別する Using pattern matching to identify specific files by pattern

  • 90

    Snowflakeアカウントのストレージ、コンピュート、およびオブジェクトについて調べるには、どのスキーマを使用できますか? Which schema can be used to find out about storage, compute, and objects in a Snowflake account?

    INFORMATION_SCHEMA

  • 91

    検索最適化は、サポートされているデータ型を持つデータベース内のすべてのテーブルに適用されるデータベースレベルのプロパティです。(真/偽) Search optimization is a Database-level property applied to all the tables within the database with supported data types. (True/False)

    FALSE

  • 92

    Query結果キャッシュに結果が残る期間はどのくらいですか? How long do results remain in the Query results cache?

    24 hours

  • 93

    ストアド・プロシージャは、呼び出し元の権限と所有者の権限を同時に実行することができます。(真/偽) A stored procedure can simultaneously run the caller’s and the owner’s rights. (True / False)

    FALSE

  • 94

    マイクロパーティショニングはSnowflakeのオンデマンド機能です。ACCOUNTADMIN によって明示的に有効にする必要があります。(真/偽) Micro-partitioning is the on-demand feature of Snowflake. It is required to be enabled explicitly by ACCOUNTADMIN. (True / False)

    FALSE

  • 95

    Snowflakeのどのエディションが連携認証機能を提供していますか? Which of the Snowflake editions provides a federated authorization feature?

    All of the Snowflake Editions

  • 96

    ACCOUNTADMINはどのように自動クラスタリングの請求書を見ることができますか?(該当するものをすべて選択してください) How can an ACCOUNTADMIN view the billing for Automatic Clustering? (Select all that apply)

    クエリ AUTOMATIC_CLUSTERING_HISTORY テーブル関数(Snowflake 情報スキーマ内) Query- AUTOMATIC_CLUSTERING_HISTORY table function (in the Snowflake Information Schema), Snowsight: Select Admin > Usage, クラシックWebインターフェイス: AUTOMATIC_CLUSTERING」という倉庫の下にある「Account > Billing & Usage」をクリックします。 Classic Web Interface: Click on Account > Billing & Usage under warehouse named 'AUTOMATIC_CLUSTERING', クエリー AUTOMATIC_CLUSTERING_HISTORY ビュー (アカウント使用状況内) Query- AUTOMATIC_CLUSTERING_HISTORY View (in Account Usage)

  • 97

    Snowflake は REST API 認証でどのような認証方法をサポートしていますか?(2つを選択) What authentication methods does Snowflake support for REST API authentication? (Select 2)

    Key Pair Authentication, OAuth

  • 98

    Snowflake Secure Data Sharing 機能を使用して共有できるデータベースオブジェクトはどれですか?(該当するものをすべて選択してください) Which database objects can be shared using the Snowflake Secure Data Sharing feature? (Select all that apply)

    Tables, External Tables, Secure UDFs, Secure Views, Secure Materialized View

  • 99

    Directoryテーブルをステージに明示的に追加して、ステージングされたファイルのカタログを保存するにはどうすればよいですか? How can we add a Directory table explicitly to a stage to store a catalog of staged files?

    CREATE STAGEコマンドの使用 Using CREATE STAGE command

  • 100

    A user's default role is

    ユーザがSnowflakeにログインするたびにユーザが獲得するロール the role a user gets to each time the user logs in to Snowflake