ExamQuestions.com

Register
Login
AWS Certified Big Data Specialty (Expired on July 1, 2020) Exam Questions

Amazon

AWS Certified Big Data Specialty (Expired on July 1, 2020)

125 / 370

Question 125:

Allianz Financial Services (AFS) is a banking group offering end-to-end banking and financial solutions in South East Asia through its consumer banking, business banking, Islamic banking, investment finance and stock broking businesses as well as unit trust and asset administration, having served the financial community over the past five decades.
AFS uses Redshift on AWS to fulfill the data warehousing needs and uses S3 as the staging area to host files. AFS uses other services like DynamoDB, Aurora, and Amazon RDS on remote hosts to fulfill other needs. The tem needs to design Time Series tables. Please advise the best practices to load the time series tables. select 3 options.

Answer options:

A.Organize data as a sequence of time-series tables for a fixed retention period and create a UNION ALL view to hide the fact that the data is stored in different tables
B.In the sequence, each table should be identical but contain data for different time ranges
C.In the sequence, each table should be identical but contain data for different specific column ranges, time based column is not required
D.One single table with extending time ranges
E.Use DROP TABLE instead of running a large-scale DELETE and a subsequent VACUUM process to reclaim space
F.Use DELETE and a subsequent VACUUM instead of running a DROP TABLE to reclaim space