Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Create External Function in Snowflake

Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Create External Function in Snowflake

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides you through the process of setting up an external function in Snowflake that interacts with an AWS API Gateway and Lambda function. It covers creating an integration object, configuring IAM trust policies, and finally creating and testing the external function for currency conversion. The tutorial provides step-by-step instructions and highlights key considerations such as using the correct IAM roles and ensuring no spaces in copied values.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating an external function in Snowflake?

Create an integration object

Set up a Lambda function

Create an IAM role

Configure API Gateway

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which role is required to create an integration object in Snowflake?

Database Admin

Security Admin

Account Admin

User Admin

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value needs to be copied for the API allowed prefixes?

Lambda Function Name

API Gateway ID

Resource Invocation URL

IAM Role ARN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where do you paste the API AWS IAM user ARN in the trust policy?

Line #5

Line #7

Line #9

Line #11

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the external function created in Snowflake?

To store data in S3

To convert currency values

To manage user roles

To monitor API usage

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameters does the external function take?

Currency codes

User IDs

API keys

Database names

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expected output of the external function?

A JSON object

A string message

A variant

An integer