S3 Select
S3 Select is a feature that enables querying and filtering individual objects in Amazon S3 without the need to retrieve the entire object first. It supports SQL-like expressions for selecting data from CSV, JSON, or Apache Parquet files, and can directly integrate with other AWS services like Amazo…
AWS Certified Solutions Architect - S3 Select Example Questions
Test your knowledge of S3 Select
Question 1
An application reads large individual CSV objects stored in Amazon S3. To minimize data transfer and processing cost, it must retrieve only specific columns and only rows that match simple filter predicates from within each single object. The team does not want to create external tables or run a separate query engine; they want to fetch just the matching records directly from S3 during the read. Which AWS service or feature should they use?
Question 2
An application uploads files to Amazon S3, and a downstream process reads those files. To reduce the processing time, you need to filter out unnecessary data. Which S3 feature will save cost and reduce processing time?
Question 3
An organization deals with large CSV files containing customer data stored in Amazon S3. They want to perform selective queries to identify customers based on specific criteria. Which AWS service would be most appropriate to accomplish this task?