AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) AWS Lambda

AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) AWS Lambda

Assessment

Interactive Video

Information Technology (IT), Architecture, Other

University

Hard

Created by

Quizizz Content

FREE Resource

This tutorial guides you through setting up an order history app using AWS services. It covers creating fake server logs on an EC2 instance, streaming data to Kinesis, and storing it in DynamoDB. The tutorial emphasizes replacing a consumer script with a scalable AWS Lambda function. It includes steps for creating IAM roles, building and wiring the Lambda function, and testing the setup. Monitoring and cost considerations for Kinesis are also discussed.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of using AWS Lambda in the order history app?

To store data in DynamoDB

To generate server logs

To create IAM roles

To scale the application automatically

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which AWS service is used to read data from the stream in the order history app?

Amazon RDS

Amazon Kinesis

Amazon S3

Amazon EC2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What permissions are required for the Lambda function to interact with Kinesis and DynamoDB?

Amazon S3 full access

Amazon Kinesis read only access and Amazon DynamoDB full access

Amazon EC2 full access

Amazon RDS read only access

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the Kinesis trigger in the Lambda function setup?

To create IAM roles

To monitor and feed data into the Lambda function

To store data in S3

To generate server logs

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What library is used in the Lambda function to interact with DynamoDB?

Boto3

Requests

Pandas

NumPy

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you monitor the activity of the Lambda function?

Using AWS CloudTrail

Using AWS EC2

Using AWS CloudWatch

Using AWS S3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a cost consideration mentioned for the Kinesis stream?

It incurs charges only when data is processed

It incurs charges only during peak hours

It incurs charges even when not in use

It is free of charge