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)

123 / 370

Question 123:

Parson Fortunes Ltd is an Asian-based department store operator with an extensive network of 131 stores, spanning approximately 4.1 million square meters of retail space across cities in India, China, Vietnam, Indonesia and Myanmar.
Parson built a VPC to host their entire enterprise infrastructure on cloud. Parson has large assets of data around 20 TB’s of structured data and 45 TB of unstructured data and is planning to host their data warehouse on AWS and unstructured data storage on S3. The files sent from their on premise data center are also hosted into S3 buckets. Parson IT team is well aware of the scalability, performance of AWS services capabilities. Parson hosts their web applications, databases and the data warehouse built on Redshift in VPC. The administrator wants to understand the system tables and views that support the team to understand the metadata of the Redshift architecture. Please advice. select 4 options.

Answer options:

A.STL tables are generated from logs that have been persisted to disk to provide a history of the system. These files reside on every node in the data warehouse cluster. The STL tables take the information from the logs and format them into usable tables for system administrators.
B. STV tables are virtual tables that contain snapshots of the current system data
C.STV tables are generated from logs that have been persisted to disk to provide a history of the system. These files reside on every node in the data warehouse cluster. The STL tables take the information from the logs and format them into usable tables for system administrators.
D.STL tables are virtual tables that contain snapshots of the current system data
E.System tables and views do not use the same consistency model as regular tables
F.System tables and views use the same consistency model as regular tables
G.System views that contain any reference to a transient STV table are called SVV viewsand references to STL tables are called SVL views.