AWS Certified Data Analytics Specialty 2021 - Hands-On! - Glue Costs and Anti-Patterns

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Glue Costs and Anti-Patterns

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses the billing structure for AWS Glue services, emphasizing costs associated with crawlers, ETL jobs, and development endpoints. It highlights anti-patterns, advising against using multiple ETL engines with Glue. The tutorial also covers the evolution of Glue ETL to support serverless streaming processes, integrating with Kinesis or Kafka for real-time data processing using Apache Spark's structured streaming.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the billing model for AWS Glue's development endpoints?

Charged by the hour

Charged by the minute

Charged by the second

Charged by the day

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ETL engine is AWS Glue primarily based on?

Apache Spark

Apache Flink

Apache Pig

Apache Hive

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was previously considered an anti-pattern for AWS Glue ETL but is now supported?

Machine learning

Data warehousing

Streaming data

Batch processing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which service can AWS Glue ETL integrate with for streaming data ingestion?

Amazon S3

Amazon RDS

Amazon Kinesis

Amazon Redshift

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What feature of Apache Spark does AWS Glue ETL use for real-time processing?

Structured Streaming

MLlib

RDDs

GraphX