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

  • 問題数 100 • 12/24/2023

    記憶度

    完璧

    15

    覚えた

    35

    うろ覚え

    0

    苦手

    0

    未解答

    0

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

    問題一覧

  • 1

    ウェアハウスをスケールアウトする主な利点は何ですか? What is a key benefit of scaling out a warehouse?

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

  • 2

    すべてのSnowflakeアカウントで自動的に有効になるデフォルトの標準データ保持期間はどれくらいですか? What is the default standard data retention period automatically enabled for all Snowflake accounts?

    1 day

  • 3

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

    SQL

  • 4

    パブリックインターネットを経由せずに、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

  • 5

    COPY INTOコマンドを使用してデータをロードしているときに、文字列<table>がターゲット列の長さを超えた場合、文字列を切り捨てるにはどのようなオプションが必要ですか?(2つ選択) During data loading using COPY INTO <table> command, if the string exceeds the target column length, what options do you have to truncate the string? (Select 2)

    TRUNCATECOLUMNS = TRUE, ENFORCE_LENGTH = FALSE

  • 6

    ステージングされたファイルのデータが正常にロードされたときに、Snowflakeステージからファイルを削除するために使用されるコピーオプションはどれですか? Which copy option is used to delete the file from the Snowflake stage when data from staged files are loaded successfully?

    PURGE = TRUE

  • 7

    Snowflake SQL API を使用して実行されるすべての操作は何ですか?(4つ選択) What are all operations performed using Snowflake SQL API? (Select 4)

    ステートメントの実行状況を確認する Check the status of the execution of a statement, 実行のために SQL ステートメントを送信する Submit SQL statements for execution, クエリ結果の同時取得 Fetch query results concurrently, ステートメントの実行を取り消す Cancel the execution of a statement

  • 8

    次のコマンドのうち、ファイル ステージング コマンドはどれですか?(当てはまるものをすべて選択してください) Which of the following commands are File staging commands? (Select all that apply)

    GET, REMOVE, PUT, LIST

  • 9

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

    USAGE

  • 10

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

    8

  • 11

    Snowflakeは _______ をサポートしています Snowflake supports _______

    非構造化データ用の REST API REST API for unstructured data

  • 12

    John には SECURITYADMIN ロールがあります。カスタムDBA_ROLEを作成し、DBA_ROLE に SYSADMIN ロールを付与しました。次に、John は「Monica」というユーザーを作成しました。その後、ジョンはモニカにDBA_ROLEを与えました。モニカはデータベースMonica_DBを作成します。次に、Monica は Monica_DB の PUBLIC スキーマの下にテーブル T1 を作成しました。モニカが作成したテーブル T1 にアクセスするには、どうすればよいですか? John has a SECURITYADMIN role. He created a custom DBA_ROLE and granted the SYSADMIN role to DBA_ROLE. Then, John created a user, 'Monica.' John then granted DBA_ROLE to Monica. Monica creates a Database Monica_DB. Monica then created a Table T1 in Monica_DB under the PUBLIC schema. What should John do to access Table T1, created by Monica?

    役割DBA_ROLEをジョンに付与する。ロールDBA_ROLEを使用します。データベースmonica_dbを使用する。t1 から * を選択します。 GRANT ROLE DBA_ROLE TO John; USE ROLE DBA_ROLE; USE DATABASE monica_db; Select * from t1;

  • 13

    Snowflake Enterprise Edition(およびそれ以降)の一時的なデータベース、スキーマ、およびテーブルの最大データ保持期間はどれくらいですか? What is the maximum data retention period for transient databases, schemas, and tables for Snowflake Enterprise Edition (and higher)?

    1 day

  • 14

    標準ポリシーで自動スケーリングモードが設定されているとします。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 currenly-runnning clusters can execute.

  • 15

    次のクエリによってどのような値が返されますか?SELECT * FROM TABLE(FLATTEN(input => parse_json('[]'), outer => true)) f; What value will be return by the following query? SELECT * FROM TABLE(FLATTEN(input => parse_json('[]'), outer => true)) f;

    NULL

  • 16

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

    Allowed IP Addresses, Policy Name

  • 17

    コンシューマーは共有に対してどのようなアクションを実行できますか?(2つ選択) What actions can a consumer perform on a share? (Select 2)

    CREATE TABLE AS を使用して、共有データを自分のアカウントの別のテーブルにコピーする Copy shared data into another table in their own account with CREATE TABLE AS, 共有データをクエリし、自分のアカウントの既存のテーブルと結合します Query the shared data and join it with an existing table in their own account

  • 18

    これらのうち、Kafka用Snowflakeコネクタに適用できるものはどれですか?(当てはまるものをすべて選択してください) Which of these are applicable for Snowflake Connector for Kafka? (Select all that apply)

    Kafkaトピックは、Kafka構成で既存のSnowflakeテーブルにマッピングできます Kafka topics can be mapped to existing Snowflake tables in the Kafka configration, トピックがマッピングされていない場合、Kafka コネクターはトピック名を使用してトピックごとに新しいテーブルを作成します If the topics are not mapped, then the Kafka connector creates a new table for each topic using the topic name, 1つ以上のKafkaトピックからデータを読み取り、Snowflakeテーブルにデータをロードします。 Reads data from one or more Kafka topics and loads the data into a Snowflake table., Kafka コネクターは、1 つ以上の Kafka トピックにサブスクライブします The Kafka connector subcribes to one or more Kafka topics

  • 19

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

    Minimum Clusters = 2 and Maximum Clusters = 6

  • 20

    検索最適化サービスでサポートされていないデータ型はどれですか?(2つ選択) Which data types are not supported by the Search Optimization Service? (Select 2)

    Semi-structured data types, Floating-point data types

  • 21

    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 droped the DBA_ROLE will own the database.

  • 22

    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

  • 23

    これらのオブジェクトのうち、レプリケートされないのはどれですか。(2つ選択) Which of these objects are not replicated? (Select 2)

    External Tables, Temporary Tables

  • 24

    大規模なデータベースまたはスキーマをクローニングする場合、クローニング操作の実行中に元のデータベースとスキーマがロックされます。複製の進行中は、元のデータベースとスキーマに対して DML 操作を実行できません。(真偽) In the case of cloning massive databases or schemas, the original databases and schemas get locked while the cloning operation is running. While cloning is in progress, no DML operation can be done on the original databases and schemas. (True/False)

    FALSE

  • 25

    クラウドストレージ内のディレクトリテーブルのメタデータの自動更新では、Snowflakeのお客様に料金は発生しません。(真偽) The automatic refresh of metadata of the directory table in the cloud storage does not incur any charges to Snowflake Customers. (True/False)

    FALSE

  • 26

    マイクロパーティションが一定の場合、クラスタリングのオーバーラップの深さはどれくらいですか? If the micro-partitions are constant, how much is the Clustering Overlap Depth?

    1

  • 27

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

    MIN_DATA_RETENTION_TIME_IN_DAYS

  • 28

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

    FALSE

  • 29

    Snowpipeを使用してロードする際に、システム管理者が仮想ウェアハウスのサイズを作成する必要がありますか?(ベストアンサーを選択) What size of the virtual warehouse needs to be created by the sysadmin while loading using Snowpipe? (Select the best answer)

    None of these

  • 30

    これらのうち、ストリームの種類はどれですか?(3つ選択) Which of these are types of the stream? (Select 3)

    Insert-only, Standard, Append-only

  • 31

    多要素認証 (MFA) の設定に役立つ Snowsight インターフェイスはどれですか? Which Snowsight interface does help in setting up Multi-factor authentication (MFA)?

    User Menu Interface

  • 32

    ウェアハウスのパフォーマンスは? The warehouse performance can be evaluated by querying the

    アカウントの使用状況QUERY_HISTORYビュー Account Usage QUERY_HISTORY view

  • 33

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

    FALSE

  • 34

    Monica は、パフォーマンスの向上を考慮して、非常に大きなテーブルの 1 つでどのサンプリング方法を使用すべきか混乱しています。BERNOULLIからどのサンプリング方法をお勧めしますか|ROW と SYSTEM |ブロック。 Monica is confused about which sampling method she should use with one of the very large tables, considering better performance. Which sampling method would you recommend from BERNOULLI | ROW and SYSTEM | BLOCK?

    SYSTEM | BLOCK

  • 35

    SnowflakeのExplainプランから得られる重要なインサイトとは?(3つ選択) What key insights can we get from the Explain plan in Snowflake? (Select 3)

    Partition Pruning, Join Ordering, Join Types

  • 36

    SQLステートメントの実行中にウェアハウスのサイズを小さくするとします。すでに実行されている SQL ステートメントには影響はありません。(正誤) 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

  • 37

    虚偽の陳述を選択します。(2つ選択) Choose the false statements. (Select 2)

    異なる仮想ウェアハウスで同様のクエリをグループ化して実行し、パフォーマンスとコストを最適化するために、ローカルディスクキャッシュの再利用を最大化します。 Group and Execute similar queries on the different virtual warehouses to maximize local disk cache reuse, for performance and cost optimization., 結果は、ローカル ディスク キャッシュの場合、Cloud Storage レイヤに保存されます。 Results are stored in the Cloud Storage layer in the case of Local Disk Cache.

  • 38

    直接データ共有は、同じリージョンおよび同じクラウドプロバイダーのアカウントでのみ行うことができます。(真/偽) Direct data sharing can only be done with accounts in the same region and the same cloud provider. (TRUE/FALSE)

    TRUE

  • 39

    ユーザー管理タスクは、複数の同時実行タスクをスケジュールして使用可能なコンピューティングリソースを利用することで、単一のウェアハウスをフルに活用できる場合に推奨されます。(真/偽) User-managed Tasks is recommended when you can fully utilize a single warehouse by scheduling multiple concurrent tasks to take advantage of available compute resources. (True /False)

    TRUE

  • 40

    Snowflakeは、以下を含むマイクロパーティションに保存されているすべての行に関するメタデータを保存します(3を選択) Snowflake stores metadata about all rows stored in a micro-partition, including (Select 3)

    最適化と効率的なクエリ処理の両方に使用される追加のプロパティ Additional properties used for both optimization and efficient query processing, マイクロパーティション内の各列の値の範囲 The range of values for each of the columns in the micro-partition, 個別の値の数。 The number of distinct values.

  • 41

    Snowflakeクラウドパートナーカテゴリーはどれですか?(3つ選択) Which of these are Snowflake Cloud Partner Categories? (Select 3)

    Machine Learning & Data Science, Native Programmatic Interfaces, Data Integration

  • 42

    データクラウドの主なメリットは何ですか?(3つ選択) What are the key benefits of The Data Cloud? (Select 3)

    Action, Access, Governance

  • 43

    行のグループごとに 1 つの値を返す関数の種類を選択します (例: AVG、MAX、MIN) Select the type of function that returns one value per group of rows (for example - AVG, MAX, MIN)

    Aggregate Fuction

  • 44

    VARIANT、OBJECT、またはARRAYカラムの側面図をどのように生成できますか? How can you produce a lateral view of a VARIANT, OBJECT or ARRAY Column?

    Using FLATTEN table function

  • 45

    ステージからロードするステージング済みデータファイルを選択するための最速のオプションはどれですか? Which is the fastest option for selecting staged data files to load from a stage?

    ロードする特定のファイルのリストの指定 Specifying a list of specific files to load

  • 46

    Snowflake独自のアーキテクチャの3つのレイヤーとは?(3つ選択) What are the three layers in Snowflake's unique architecture? (Select 3)

    Database Storage, Cloud Service, Query Processing

  • 47

    対象範囲指定 URL の有効期限はどのくらいですか? What is the expiration period of a Scoped URL?

    URL は、永続化されたクエリ結果の期間が終了すると期限切れになります The URL expires when the persisted query result period ends

  • 48

    VARIANT は、階層データを平坦化するために使用されます。(正誤) VARIANT is used to FLATTEN hierarchical data. (True / False)

    FALSE

  • 49

    Johnは、外部ステージからSnowflakeにデータファイルをロードしたいと考えています。彼は大きなファイルを100〜250MBの小さなデータファイルに分割し、合計16の小さなデータファイルがあります。これらのデータファイルを迅速かつ費用対効果の高い方法でロードするために、どのサイズのウェアハウスを使用することをお勧めしますか? John wants to load data files from an external stage to Snowflake. He has split the large file into smaller 100 - 250 MB data files, and there is a total of 16 smaller data files. What warehouse size would you recommend him to use for loading these data files quickly and cost-effectively?

    S

  • 50

    ディレクトリテーブルは、ステージングされたファイルのカタログをクラウドストレージに格納する個別のデータベースオブジェクトです。(真偽) A Directory table is a separate database object that stores a catalog of staged files in cloud storage. (True/False)

    FALSE

  • 51

    Snowflake情報スキーマのどのテーブル関数を使用して、指定された日付範囲内の指定されたデータベースのレプリケーション履歴をクエリできますか? Which table function in the Snowflake Information Schema can be used to query the replication history for a specified database within a specified date range?

    REPLICATION_USAGE_HISTORY

  • 52

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

    TRUE

  • 53

    URL (スコープ付き URL またはファイル URL) を REST API に送信する HTTP クライアントは、リダイレクトを許可するように構成する必要があります。(真偽) An HTTP client that sends a URL (either scoped URL or file URL) to the REST API must be configured to allow redirects. (True/False)

    TRUE

  • 54

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

    データは、Fail-safe を移行する前にさらに 10 日間保持されます。 The data will now retain an additional 10 days before moving Fail-safe.

  • 55

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

    Enterprise Edition, Business Critical, VPS, Standard Edition

  • 56

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

    FALSE

  • 57

    UDF は、呼び出し元または所有者の権限で実行されます。(真/偽) UDF runs with either the caller’s or the owner’s rights. (TRUE / FALSE)

    FALSE

  • 58

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

    セキュアビューにより、データのプライバシーとデータ共有が向上 Secure views provide improved data privacy and data sharing, 非マテリアライズドビューとマテリアライズドビューはどちらもセキュアとして定義できます。 Both non-materialized and materialized views can be difined as secure.

  • 59

    ACCOUNTADMIN ロールは、Snowflakeでオブジェクトを作成するために使用しないでくださいか?(真偽) ACCOUNTADMIN role should not be used to create objects in Snowflake?(True/False)

    TRUE

  • 60

    これらの役割のうち、ネットワーク ポリシーを構成できるのはどれですか?(2つ選択) Which of these roles can configure a network policy? (Select 2)

    ACCOUNTADMIN, SECURITYADMIN

  • 61

    Snowflakeはどのテーブルタイプをサポートしていますか?(当てはまるものをすべて選択してください) Which table types does Snowflake support? (Select all that apply)

    TRANSIENT TABLE, EXTERNAL TABLE, TEMPORARY TABLE, PERMANENT TABLE

  • 62

    Snowflakeがサポートしているサンプリング方法はどれですか?(2つ選択) Which of these Sampling methods does Snowflake support? (Select 2)

    指定された行を含む、指定された確率でテーブルの一部をサンプリングする。 Sample a fraction of the table with a specified probability of including a given row, 固定された、指定された行数をサンプリングする Sample a fixed, specified number of rows

  • 63

    入力としてステージ名とクラウドストレージ内の絶対ファイルパスを使用して、ステージ内の場所からの相対的なステージファイルのパスを抽出するのに役立つSQL関数はどれですか? Which of these SQL functions helps extract the path of a staged file relative to its location in the stage using the stage name and absolute file path in cloud storage as inputs?

    GET_RELATIVE_PATH

  • 64

    Snowflakeのデフォルトのタイムスタンプはどれですか? Which is the default timestamp in Snowflake?

    TIMESTAMP_NTZ

  • 65

    Snowflake System-Defined ロールでないものはどれですか? Which one is not the Snowflake System-Defined role?

    DATABASEADMIN

  • 66

    最初は停止状態のままの倉庫を作りたい場合、その倉庫にはどのプロパティを設定する必要がありますか? 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

  • 67

    フェイルセーフは、タイムトラベルの保存期間が終了した後に履歴データにアクセスするのに役立ちます。(真/偽) Fail-safe helps access historical data after the Time Travel retention period has ended. (True/False)

    FALSE

  • 68

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

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

  • 69

    これらのロールのうち、どのロールに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

  • 70

    Snowflakeステージで非圧縮ファイルをステージングするとき、Snowflakeは、圧縮が明示的に無効にされていない限り、ファイルを自動的に圧縮します。Snowflakeがファイルを圧縮するために使用するオプションはどれですか? When staging uncompressed files in a Snowflake stage, Snowflake automatically compresses the files unless compression is explicitly disabled. Which of the options is used by Snowflake for compressing the file?

    gzip

  • 71

    MonicaはSELECT * FROM t1クエリを実行しました。ジョンはモニカと同じロールを持ち、テーブルt1の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's query resulted from the Query Result cache.

  • 72

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

    Yes

  • 73

    SQLを使用して、指定された日付範囲内のタスク履歴を表示できるロールはどれですか?(該当するものをすべて選択してください) Which roles can use SQL to view the task history within a specified date range? (Select all that apply)

    タスクのOWNERSHIP権限を持つタスクオーナー Task Owner having OWNERSHIP privilege on a task, アカウント管理者 (ACCOUNTADMIN) Account Administrator (ACCOUNTADMIN), グローバルなMONITOR EXECUTION権限を持つロール Role that has the global MONITOR EXECUTION privilege

  • 74

    Snowflakeは非構造化データのさまざまなアクションをサポートしています。Snowflakeがサポートしていないのはどれですか? Snowflake supports various actions for Unstructured Data. Which one is not supported by Snowflake?

    PDFから実際のデータを抽出し、Snowflake WebUIのout of boxオプションを使用してSnowflakeテーブルにロードします。 Extract actual data from PDF and load it into Snowflake tables using Snowflake WebUI out of the box option.

  • 75

    VARIANTデータ型が個々の行に課すサイズ制限は? What size limit does VARIANT data type impose on individual rows?

    16 MB

  • 76

    Snowflake は行のセットを返す SQL UDF をサポートしています。CREATE FUNCTION文のどのキーワードを指定すれば、UDF(UDTF)が行のセットを返すことができますか? Snowflake supports SQL UDFs that return a set of rows. Which keyword in CREATE FUNCTION statement does need to be specified to enable UDF (i.e., UDTF) to return a set of rows?

    TABLE

  • 77

    SnowparkはSnowflakeの新しい開発者フレームワークです。データエンジニア、データサイエンティスト、データ開発者が使い慣れた言語でコーディングし、パイプライン、MLワークフロー、データアプリを単一のプラットフォームでより速く安全に実行できるようにします。Snowparkがサポートしている言語は次のうちどれですか?(3つ選択) Snowpark is a new developer framework for Snowflake. It allows data engineers, data scientists, and data developers to code in their familiar way with their language of choice and execute the pipeline, ML workflow, and data apps faster and more securely in a single platform. Which of these following languages does Snowpark support? (Select 3)

    Scala, Python, Java

  • 78

    スコープ付きURLは次のような場合に理想的である。 Scoped URL is ideal for

    カスタムアプリケーションでの使用に最適で、非構造化データを共有経由で他のアカウントに提供する。 Ideal for use in custom applications, providing unstructured data to other accounts via a share

  • 79

    複製されたテーブルに変更 (挿入、更新など) を行うと、__ If you make any changes (e.g., insert, update) in a cloned table, then __

    変更されたマイクロ・パーティションだけがデータ・ストレージに書き込まれる Only the changed micro partitions are written to the data storage

  • 80

    OVERWRITEパラメーターはINSERTコマンドで何をするのですか? What does OVERWRITE parameter do with the INSERT command?

    これは、テーブルに値を挿入する前に、ターゲット・テーブルを切り捨てることを指定する。 It specifes that target table should be truncated before inserting the values into the table.

  • 81

    MonicaはあるUDFを他のユーザーと共有したいと考えています。彼女は他のユーザーにそのUDFの使用を許可したいのですが、そのUDFがどのように定義されたのか、またその背後にある基本的なロジックを見ることができないようにしたいのです。モニカに何を勧めますか? Monica wants to share a UDF with other users. She wants to permit other users to use it, but she doesn't want them to be able to see how it was defined or the underlying logic behind it. What would you recommend to Monica?

    モニカは安全なUDFを作るべきだ Monica should create a secure UDF

  • 82

    データのアンロード時にSnowflakeが使用するデフォルトのエンコーディングは何ですか? What is the default encoding used by Snowflake while unloading data?

    UTF-8

  • 83

    スノーフレーク・リリースのタイプはどれですか?(3つ選択) Which of these are types of Snowflake releases? (Select 3)

    Behavior Change Release, Patch Release, Full Release

  • 84

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

    裁量アクセス制御(MAC) Discretionary Access Control (MAC), 役割ベースのアクセス制御(RBAC) Role-based Access Contorl (RBAC)

  • 85

    CSVファイルのアンロード時に、空の文字列とNULLを区別するための好ましい方法は何ですか? What is the preferred way to distinguish empty strings from NULLs while unloading in CSV files?

    FIELD_OPTIONALLY_ENCLOSED_BYオプションを設定して、文字列を引用符で囲む。 Enclose strings in quotes by setting the FIELD_OPTIONALLY_ENCLOSED_BY option.

  • 86

    ステージ内のファイルのLAST_MODIFIEDの日付が64日よりも古く、初期データセットが64日以上前にテーブルにロードされた場合。この場合、データの損失を防ぐために、COPYコマンドはデフォルトでファイルをロードします。(真/偽) If a file in a stage has the LAST_MODIFIED date older than 64 days and the initial set of data was loaded into the table more than 64 days earlier. In this case, to prevent any data loss, the COPY command loads the file by default. (True / False)

    FALSE

  • 87

    次のデータストレージのうち、コストが発生するのはどれですか?(3つ選択) Which of the following data storage does incur the cost? (Select 3)

    Active data Storage, Fail-Safe Storage, Time Travel Storage

  • 88

    テーブルの自動クラスタリングを再開するには、どのコマンドを使用できますか? Which command can be used to resume Automatic Clustering for a table?

    ALTER TABLE

  • 89

    復号化にのみ使用されるオブジェクト・キーはどのタイプか? Which type of object key is only used for decryption?

    Retired Key

  • 90

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

    BUILD_SCOPED_FILE_URL

  • 91

    次のうち、スノーフレークの内部ステージのタイプでないものはどれか? Which of the following is not a type of Snowflake's Internal stage?

    Schema Stage

  • 92

    セキュアなデータ共有のためにSnowflakeはどのような製品を提供していますか?(3つ選択) Which products does Snowflake offer for secure data sharing? (Select 3)

    Data Marketplace, Data Exchange, Direct share

  • 93

    Snowflakeはどのレイヤでクエリ実行を行いますか? In which layer does Snowflake perform query execution?

    Query Processing

  • 94

    Snowflakeのセキュリティレイヤーは何ですか(4つ選択) What are the security layers that Snowflake takes care of?(Select 4)

    Authorization, Access, Data Protection, Authentication

  • 95

    JohnはEMPLOYEE_DATAテーブルを持っており、EMPLOYEE_DATA_OTHERテーブルをもう1つ作成したいと考えています。ジョンにとって最良の選択肢は何でしょうか? 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?

    次のようにSQLコマンドを使用して、同じデータで同じテーブルをクローンします - CREATE TABLE EMPLOYEE_DATA_OTHER CLONE EMPLOYEE_DATA Clone the table with same data with same data with SQL command as follows - CREATE TABLE EMPLOYEE_DATA_OTHER CLONE EMPLOYEE_DATA;

  • 96

    Snowflakeネットワークポリシーは現在、インターネットプロトコルバージョン4と6の両方をサポートしています(つまり、IPv4とIPv6)。(真/偽) Snowflake network policies currently support both Internet Protocol versions 4 and 6 (i.e., IPv4 as well as IPv6). (True/False)

    FALSE

  • 97

    クラスタリングが最も効果を発揮するテーブルのサイズは? What sized tables will experience the most benefit from clustering?

    数テラバイト(TB)級のテーブル Tables in the multi-terabyte (TB) range

  • 98

    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は、Results Cacheのデータがまだ利用可能な最新のデータである限り、そのデータを再利用します。 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 show the most up-to-date data each time the dashboard is refreshed., Snowflakeは、基礎となるデータが変更された場合にのみ、ウェアハウスをスピンアップします。 Snowflake will spin up a warehouse only if the underlying data has changed.

  • 99

    SnowflakeはSnowpipeのロードヒストリーをどのくらいの期間保存していますか? How long does Snowflake keep Snowpipe's load history?

    14 days

  • 100

    システム内のアクションを実行したり、システムに関する情報を返したりするために使用される関数のタイプを選択します。 Select the type of function that is used to execute an action in the system or return information about the system.

    System Function