Amazon AWS Certified Solutions Architect Associate SAA-C03 Storage Selection Performance and Hybrid Access Practice Test
Topic 11 covers storage selection performance and hybrid access for the AWS Certified Solutions Architect – Associate certification. These original practice questions apply the verified SAA-C03 objectives to practical decisions and troubleshooting. Select one answer unless a fixed number is requested. For broader preparation, visit the AWS Certified Solutions Architect Associate SAA-C03 Exam Dumps page. Each option includes an explanation of the relevant behavior and scenario constraints.
Question 1
A media application stores billions of independent files that are accessed through HTTP APIs and do not require a mounted filesystem. Which storage service best matches the access model?
Correct Answer: B
Correct Answer
Answer B is correct because S3 is durable object storage accessed through object APIs rather than a block device or traditional mounted filesystem. This directly meets the decisive requirement: object storage.
Incorrect Answers
Answer A is incorrect because EBS provides persistent block volumes attached to EC2 instances. It may be useful elsewhere, but it does not meet the decisive requirement here: object storage.
Answer C is incorrect because EFS provides a managed elastic NFS filesystem for concurrent Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: object storage.
Answer D is incorrect because FSx for Windows provides managed SMB filesystems with Windows-compatible features and Active Directory integration. It may be useful elsewhere, but it does not meet the decisive requirement here: object storage.
Answer E is incorrect because FSx for Lustre provides a managed high-performance parallel filesystem suited to compute-intensive workloads and S3 integration. It may be useful elsewhere, but it does not meet the decisive requirement here: object storage.
Question 2
A single EC2 database server requires low-latency persistent block storage that appears as a device to the guest OS. Which service should be used?
Correct Answer: E
Correct Answer
Answer E is correct because EBS provides persistent block volumes attached to EC2 instances. This directly meets the decisive requirement: persistent block storage.
Incorrect Answers
Answer A is incorrect because S3 is durable object storage accessed through object APIs rather than a block device or traditional mounted filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: persistent block storage.
Answer B is incorrect because FSx for Lustre provides a managed high-performance parallel filesystem suited to compute-intensive workloads and S3 integration. It may be useful elsewhere, but it does not meet the decisive requirement here: persistent block storage.
Answer C is incorrect because FSx for Windows provides managed SMB filesystems with Windows-compatible features and Active Directory integration. It may be useful elsewhere, but it does not meet the decisive requirement here: persistent block storage.
Answer D is incorrect because EFS provides a managed elastic NFS filesystem for concurrent Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: persistent block storage.
Question 3
A Linux web farm needs a shared POSIX filesystem mounted concurrently by hundreds of instances. Which service is the best fit?
Correct Answer: E
Correct Answer
Answer E is correct because EFS provides a managed elastic NFS filesystem for concurrent Linux clients. This directly meets the decisive requirement: NFS-compatible managed file service.
Incorrect Answers
Answer A is incorrect because EBS provides persistent block volumes attached to EC2 instances. It may be useful elsewhere, but it does not meet the decisive requirement here: NFS-compatible managed file service.
Answer B is incorrect because FSx for Windows provides managed SMB filesystems with Windows-compatible features and Active Directory integration. It may be useful elsewhere, but it does not meet the decisive requirement here: NFS-compatible managed file service.
Answer C is incorrect because S3 is durable object storage accessed through object APIs rather than a block device or traditional mounted filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: NFS-compatible managed file service.
Answer D is incorrect because FSx for Lustre provides a managed high-performance parallel filesystem suited to compute-intensive workloads and S3 integration. It may be useful elsewhere, but it does not meet the decisive requirement here: NFS-compatible managed file service.
Question 4
A Windows application requires managed SMB shares, Windows ACLs, and Active Directory integration. Which storage service is appropriate?
Correct Answer: A
Correct Answer
Answer A is correct because FSx for Windows provides managed SMB filesystems with Windows-compatible features and Active Directory integration. This directly meets the decisive requirement: FSx for Windows File Server.
Incorrect Answers
Answer B is incorrect because S3 is durable object storage accessed through object APIs rather than a block device or traditional mounted filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows File Server.
Answer C is incorrect because EFS provides a managed elastic NFS filesystem for concurrent Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows File Server.
Answer D is incorrect because EBS provides persistent block volumes attached to EC2 instances. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows File Server.
Answer E is incorrect because FSx for Lustre provides a managed high-performance parallel filesystem suited to compute-intensive workloads and S3 integration. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows File Server.
Question 5
A high-performance analytics workload needs a parallel filesystem integrated with S3 and optimized for high-throughput processing. Which service best fits?
Correct Answer: C
Correct Answer
Answer C is correct because FSx for Lustre provides a managed high-performance parallel filesystem suited to compute-intensive workloads and S3 integration. This directly meets the decisive requirement: FSx for Lustre.
Incorrect Answers
Answer A is incorrect because FSx for Windows provides managed SMB filesystems with Windows-compatible features and Active Directory integration. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Lustre.
Answer B is incorrect because EBS provides persistent block volumes attached to EC2 instances. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Lustre.
Answer D is incorrect because S3 is durable object storage accessed through object APIs rather than a block device or traditional mounted filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Lustre.
Answer E is incorrect because EFS provides a managed elastic NFS filesystem for concurrent Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Lustre.
Question 6
A transactional database performs many small random reads and writes and needs predictable high IOPS beyond general-purpose requirements. Which EBS family best matches?
Correct Answer: E
Correct Answer
Answer E is correct because Provisioned IOPS SSD is designed for I/O-intensive transactional workloads that need sustained predictable IOPS. This directly meets the decisive requirement: Provisioned IOPS SSD.
Incorrect Answers
Answer A is incorrect because st1 is optimized for large sequential workloads where throughput is the dominant characteristic. It may be useful elsewhere, but it does not meet the decisive requirement here: Provisioned IOPS SSD.
Answer B is incorrect because The instance EBS bandwidth ceiling can limit throughput even when the volume itself is provisioned for more. It may be useful elsewhere, but it does not meet the decisive requirement here: Provisioned IOPS SSD.
Answer C is incorrect because gp3 decouples baseline storage capacity from configurable IOPS and throughput within service limits. It may be useful elsewhere, but it does not meet the decisive requirement here: Provisioned IOPS SSD.
Answer D is incorrect because Multi-Attach can expose one supported EBS volume to multiple instances, but the application must coordinate concurrent block access safely. It may be useful elsewhere, but it does not meet the decisive requirement here: Provisioned IOPS SSD.
Question 7
A log-processing node performs large sequential reads and writes where throughput matters more than individual IOPS. Which EBS type is appropriate?
Correct Answer: C
Correct Answer
Answer C is correct because st1 is optimized for large sequential workloads where throughput is the dominant characteristic. This directly meets the decisive requirement: Throughput Optimized HDD.
Incorrect Answers
Answer A is incorrect because Multi-Attach can expose one supported EBS volume to multiple instances, but the application must coordinate concurrent block access safely. It may be useful elsewhere, but it does not meet the decisive requirement here: Throughput Optimized HDD.
Answer B is incorrect because Provisioned IOPS SSD is designed for I/O-intensive transactional workloads that need sustained predictable IOPS. It may be useful elsewhere, but it does not meet the decisive requirement here: Throughput Optimized HDD.
Answer D is incorrect because The instance EBS bandwidth ceiling can limit throughput even when the volume itself is provisioned for more. It may be useful elsewhere, but it does not meet the decisive requirement here: Throughput Optimized HDD.
Answer E is incorrect because gp3 decouples baseline storage capacity from configurable IOPS and throughput within service limits. It may be useful elsewhere, but it does not meet the decisive requirement here: Throughput Optimized HDD.
Question 8
A gp3 volume has unused capacity but the application needs more IOPS without increasing storage size. Which capability should be used?
Correct Answer: A
Correct Answer
Answer A is correct because gp3 decouples baseline storage capacity from configurable IOPS and throughput within service limits. This directly meets the decisive requirement: provision additional gp3 IOPS.
Incorrect Answers
Answer B is incorrect because st1 is optimized for large sequential workloads where throughput is the dominant characteristic. It may be useful elsewhere, but it does not meet the decisive requirement here: provision additional gp3 IOPS.
Answer C is incorrect because The instance EBS bandwidth ceiling can limit throughput even when the volume itself is provisioned for more. It may be useful elsewhere, but it does not meet the decisive requirement here: provision additional gp3 IOPS.
Answer D is incorrect because Provisioned IOPS SSD is designed for I/O-intensive transactional workloads that need sustained predictable IOPS. It may be useful elsewhere, but it does not meet the decisive requirement here: provision additional gp3 IOPS.
Answer E is incorrect because Multi-Attach can expose one supported EBS volume to multiple instances, but the application must coordinate concurrent block access safely. It may be useful elsewhere, but it does not meet the decisive requirement here: provision additional gp3 IOPS.
Question 9
An EBS volume is configured for high throughput, but the EC2 instance type has a lower EBS bandwidth ceiling. Which change addresses the bottleneck?
Correct Answer: B
Correct Answer
Answer B is correct because The instance EBS bandwidth ceiling can limit throughput even when the volume itself is provisioned for more. This directly meets the decisive requirement: choose instance with sufficient EBS bandwidth.
Incorrect Answers
Answer A is incorrect because st1 is optimized for large sequential workloads where throughput is the dominant characteristic. It may be useful elsewhere, but it does not meet the decisive requirement here: choose instance with sufficient EBS bandwidth.
Answer C is incorrect because gp3 decouples baseline storage capacity from configurable IOPS and throughput within service limits. It may be useful elsewhere, but it does not meet the decisive requirement here: choose instance with sufficient EBS bandwidth.
Answer D is incorrect because Provisioned IOPS SSD is designed for I/O-intensive transactional workloads that need sustained predictable IOPS. It may be useful elsewhere, but it does not meet the decisive requirement here: choose instance with sufficient EBS bandwidth.
Answer E is incorrect because Multi-Attach can expose one supported EBS volume to multiple instances, but the application must coordinate concurrent block access safely. It may be useful elsewhere, but it does not meet the decisive requirement here: choose instance with sufficient EBS bandwidth.
Question 10
A database uses io2 and needs the same block volume attached to multiple Nitro-based instances for a clustered application that supports shared-block coordination. Which feature is relevant?
Correct Answer: B
Correct Answer
Answer B is correct because Multi-Attach can expose one supported EBS volume to multiple instances, but the application must coordinate concurrent block access safely. This directly meets the decisive requirement: EBS Multi-Attach where supported.
Incorrect Answers
Answer A is incorrect because Provisioned IOPS SSD is designed for I/O-intensive transactional workloads that need sustained predictable IOPS. It may be useful elsewhere, but it does not meet the decisive requirement here: EBS Multi-Attach where supported.
Answer C is incorrect because st1 is optimized for large sequential workloads where throughput is the dominant characteristic. It may be useful elsewhere, but it does not meet the decisive requirement here: EBS Multi-Attach where supported.
Answer D is incorrect because gp3 decouples baseline storage capacity from configurable IOPS and throughput within service limits. It may be useful elsewhere, but it does not meet the decisive requirement here: EBS Multi-Attach where supported.
Answer E is incorrect because The instance EBS bandwidth ceiling can limit throughput even when the volume itself is provisioned for more. It may be useful elsewhere, but it does not meet the decisive requirement here: EBS Multi-Attach where supported.
Question 11
An EFS workload has unpredictable throughput that rises and falls sharply, and the team does not want to provision a fixed throughput value. Which throughput mode best fits?
Correct Answer: A
Correct Answer
Answer A is correct because Elastic throughput automatically scales available throughput with workload activity and avoids a fixed provisioned throughput target. This directly meets the decisive requirement: Elastic throughput.
Incorrect Answers
Answer B is incorrect because AZ-local mount targets avoid unnecessary cross-AZ network paths and provide resilient access to the regional filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: Elastic throughput.
Answer C is incorrect because FSx for Windows provides managed SMB semantics for Windows applications. It may be useful elsewhere, but it does not meet the decisive requirement here: Elastic throughput.
Answer D is incorrect because Small-file and metadata-heavy workloads can be constrained by operation rates even when aggregate bandwidth is low. It may be useful elsewhere, but it does not meet the decisive requirement here: Elastic throughput.
Answer E is incorrect because General Purpose mode provides the lowest per-operation latency and is recommended for most EFS workloads. It may be useful elsewhere, but it does not meet the decisive requirement here: Elastic throughput.
Question 12
An EFS workload is latency-sensitive and does not require the older highly parallel Max I/O behavior. Which performance mode should be preferred?
Correct Answer: D
Correct Answer
Answer D is correct because General Purpose mode provides the lowest per-operation latency and is recommended for most EFS workloads. This directly meets the decisive requirement: General Purpose mode.
Incorrect Answers
Answer A is incorrect because Small-file and metadata-heavy workloads can be constrained by operation rates even when aggregate bandwidth is low. It may be useful elsewhere, but it does not meet the decisive requirement here: General Purpose mode.
Answer B is incorrect because Elastic throughput automatically scales available throughput with workload activity and avoids a fixed provisioned throughput target. It may be useful elsewhere, but it does not meet the decisive requirement here: General Purpose mode.
Answer C is incorrect because AZ-local mount targets avoid unnecessary cross-AZ network paths and provide resilient access to the regional filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: General Purpose mode.
Answer E is incorrect because FSx for Windows provides managed SMB semantics for Windows applications. It may be useful elsewhere, but it does not meet the decisive requirement here: General Purpose mode.
Question 13
A workload creates millions of very small files and is limited by metadata operations rather than raw MB/s. What should the architect investigate first?
Correct Answer: B
Correct Answer
Answer B is correct because Small-file and metadata-heavy workloads can be constrained by operation rates even when aggregate bandwidth is low. This directly meets the decisive requirement: filesystem IOPS and metadata pattern.
Incorrect Answers
Answer A is incorrect because FSx for Windows provides managed SMB semantics for Windows applications. It may be useful elsewhere, but it does not meet the decisive requirement here: filesystem IOPS and metadata pattern.
Answer C is incorrect because Elastic throughput automatically scales available throughput with workload activity and avoids a fixed provisioned throughput target. It may be useful elsewhere, but it does not meet the decisive requirement here: filesystem IOPS and metadata pattern.
Answer D is incorrect because General Purpose mode provides the lowest per-operation latency and is recommended for most EFS workloads. It may be useful elsewhere, but it does not meet the decisive requirement here: filesystem IOPS and metadata pattern.
Answer E is incorrect because AZ-local mount targets avoid unnecessary cross-AZ network paths and provide resilient access to the regional filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: filesystem IOPS and metadata pattern.
Question 14
A Windows application requires SMB rather than NFS. Which shared-file family should be selected instead of EFS?
Correct Answer: E
Correct Answer
Answer E is correct because FSx for Windows provides managed SMB semantics for Windows applications. This directly meets the decisive requirement: FSx for Windows.
Incorrect Answers
Answer A is incorrect because Small-file and metadata-heavy workloads can be constrained by operation rates even when aggregate bandwidth is low. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows.
Answer B is incorrect because AZ-local mount targets avoid unnecessary cross-AZ network paths and provide resilient access to the regional filesystem. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows.
Answer C is incorrect because General Purpose mode provides the lowest per-operation latency and is recommended for most EFS workloads. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows.
Answer D is incorrect because Elastic throughput automatically scales available throughput with workload activity and avoids a fixed provisioned throughput target. It may be useful elsewhere, but it does not meet the decisive requirement here: FSx for Windows.
Question 15
EC2 clients in three AZs mount an EFS filesystem. Which networking practice avoids unnecessary cross-AZ pathing for file access?
Correct Answer: A
Correct Answer
Answer A is correct because AZ-local mount targets avoid unnecessary cross-AZ network paths and provide resilient access to the regional filesystem. This directly meets the decisive requirement: use mount targets/local DNS path in each AZ.
Incorrect Answers
Answer B is incorrect because Small-file and metadata-heavy workloads can be constrained by operation rates even when aggregate bandwidth is low. It may be useful elsewhere, but it does not meet the decisive requirement here: use mount targets/local DNS path in each AZ.
Answer C is incorrect because FSx for Windows provides managed SMB semantics for Windows applications. It may be useful elsewhere, but it does not meet the decisive requirement here: use mount targets/local DNS path in each AZ.
Answer D is incorrect because Elastic throughput automatically scales available throughput with workload activity and avoids a fixed provisioned throughput target. It may be useful elsewhere, but it does not meet the decisive requirement here: use mount targets/local DNS path in each AZ.
Answer E is incorrect because General Purpose mode provides the lowest per-operation latency and is recommended for most EFS workloads. It may be useful elsewhere, but it does not meet the decisive requirement here: use mount targets/local DNS path in each AZ.
Question 16
A client must upload a 200 GB object over a fast connection and recover efficiently from partial failures. Which S3 upload method should be used?
Correct Answer: C
Correct Answer
Answer C is correct because Multipart upload transfers independent parts and lets failed parts be retried without restarting the entire large object. This directly meets the decisive requirement: multipart upload.
Incorrect Answers
Answer A is incorrect because S3 performance scales with parallel request patterns and does not require serial access to unrelated objects. It may be useful elsewhere, but it does not meet the decisive requirement here: multipart upload.
Answer B is incorrect because CloudFront serves cached copies from edge locations and reduces repeated origin fetches for global readers. It may be useful elsewhere, but it does not meet the decisive requirement here: multipart upload.
Answer D is incorrect because Transfer Acceleration uses the AWS edge network to improve suitable long-distance transfers to S3. It may be useful elsewhere, but it does not meet the decisive requirement here: multipart upload.
Answer E is incorrect because Byte-range retrieval can split processing of a large object across parallel workers. It may be useful elsewhere, but it does not meet the decisive requirement here: multipart upload.
Question 17
A compute job can process independent sections of a large S3 object in parallel. Which request pattern supports this?
Correct Answer: D
Correct Answer
Answer D is correct because Byte-range retrieval can split processing of a large object across parallel workers. This directly meets the decisive requirement: byte-range GET requests.
Incorrect Answers
Answer A is incorrect because CloudFront serves cached copies from edge locations and reduces repeated origin fetches for global readers. It may be useful elsewhere, but it does not meet the decisive requirement here: byte-range GET requests.
Answer B is incorrect because Multipart upload transfers independent parts and lets failed parts be retried without restarting the entire large object. It may be useful elsewhere, but it does not meet the decisive requirement here: byte-range GET requests.
Answer C is incorrect because Transfer Acceleration uses the AWS edge network to improve suitable long-distance transfers to S3. It may be useful elsewhere, but it does not meet the decisive requirement here: byte-range GET requests.
Answer E is incorrect because S3 performance scales with parallel request patterns and does not require serial access to unrelated objects. It may be useful elsewhere, but it does not meet the decisive requirement here: byte-range GET requests.
Question 18
A workload makes extremely high request rates to many S3 keys. Which application pattern helps maximize throughput?
Correct Answer: D
Correct Answer
Answer D is correct because S3 performance scales with parallel request patterns and does not require serial access to unrelated objects. This directly meets the decisive requirement: parallelize requests across connections.
Incorrect Answers
Answer A is incorrect because CloudFront serves cached copies from edge locations and reduces repeated origin fetches for global readers. It may be useful elsewhere, but it does not meet the decisive requirement here: parallelize requests across connections.
Answer B is incorrect because Byte-range retrieval can split processing of a large object across parallel workers. It may be useful elsewhere, but it does not meet the decisive requirement here: parallelize requests across connections.
Answer C is incorrect because Multipart upload transfers independent parts and lets failed parts be retried without restarting the entire large object. It may be useful elsewhere, but it does not meet the decisive requirement here: parallelize requests across connections.
Answer E is incorrect because Transfer Acceleration uses the AWS edge network to improve suitable long-distance transfers to S3. It may be useful elsewhere, but it does not meet the decisive requirement here: parallelize requests across connections.
Question 19
Global users repeatedly download the same public objects and origin request latency is visible. Which service can cache those objects near users?
Correct Answer: A
Correct Answer
Answer A is correct because CloudFront serves cached copies from edge locations and reduces repeated origin fetches for global readers. This directly meets the decisive requirement: CloudFront caching.
Incorrect Answers
Answer B is incorrect because Multipart upload transfers independent parts and lets failed parts be retried without restarting the entire large object. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront caching.
Answer C is incorrect because Transfer Acceleration uses the AWS edge network to improve suitable long-distance transfers to S3. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront caching.
Answer D is incorrect because Byte-range retrieval can split processing of a large object across parallel workers. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront caching.
Answer E is incorrect because S3 performance scales with parallel request patterns and does not require serial access to unrelated objects. It may be useful elsewhere, but it does not meet the decisive requirement here: CloudFront caching.
Question 20
A client uploads objects from geographically distant locations to one bucket and transfer path latency is a major concern. Which S3 feature can improve long-distance transfer performance where appropriate?
Correct Answer: A
Correct Answer
Answer A is correct because Transfer Acceleration uses the AWS edge network to improve suitable long-distance transfers to S3. This directly meets the decisive requirement: S3 Transfer Acceleration.
Incorrect Answers
Answer B is incorrect because S3 performance scales with parallel request patterns and does not require serial access to unrelated objects. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 Transfer Acceleration.
Answer C is incorrect because Multipart upload transfers independent parts and lets failed parts be retried without restarting the entire large object. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 Transfer Acceleration.
Answer D is incorrect because Byte-range retrieval can split processing of a large object across parallel workers. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 Transfer Acceleration.
Answer E is incorrect because CloudFront serves cached copies from edge locations and reduces repeated origin fetches for global readers. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 Transfer Acceleration.
Question 21
An on-premises office requires low-latency access to frequently used files through NFS while the durable object copy resides in S3. Which service pattern is appropriate?
Correct Answer: D
Correct Answer
Answer D is correct because S3 File Gateway exposes file protocols on premises while storing durable objects in Amazon S3 and caching active data locally. This directly meets the decisive requirement: S3-backed file gateway.
Incorrect Answers
Answer A is incorrect because Tape Gateway presents virtual tape interfaces to existing backup software while storing virtual tapes in AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: S3-backed file gateway.
Answer B is incorrect because Snowball is no longer available to new customers and AWS has announced commercial-Region support ending December 31, 2026, so lifecycle eligibility is a decisive planning constraint. It may be useful elsewhere, but it does not meet the decisive requirement here: S3-backed file gateway.
Answer C is incorrect because Volume Gateway provides block storage interfaces on premises with cloud-backed storage behavior. It may be useful elsewhere, but it does not meet the decisive requirement here: S3-backed file gateway.
Answer E is incorrect because DataSync is a managed online data-transfer service for moving and synchronizing files and objects between on-premises storage and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: S3-backed file gateway.
Question 22
A company must repeatedly synchronize a large on-premises filesystem to S3 over an available network connection with managed scheduling and integrity checks. Which service should be used?
Correct Answer: B
Correct Answer
Answer B is correct because DataSync is a managed online data-transfer service for moving and synchronizing files and objects between on-premises storage and AWS. This directly meets the decisive requirement: DataSync.
Incorrect Answers
Answer A is incorrect because Snowball is no longer available to new customers and AWS has announced commercial-Region support ending December 31, 2026, so lifecycle eligibility is a decisive planning constraint. It may be useful elsewhere, but it does not meet the decisive requirement here: DataSync.
Answer C is incorrect because Tape Gateway presents virtual tape interfaces to existing backup software while storing virtual tapes in AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: DataSync.
Answer D is incorrect because Volume Gateway provides block storage interfaces on premises with cloud-backed storage behavior. It may be useful elsewhere, but it does not meet the decisive requirement here: DataSync.
Answer E is incorrect because S3 File Gateway exposes file protocols on premises while storing durable objects in Amazon S3 and caching active data locally. It may be useful elsewhere, but it does not meet the decisive requirement here: DataSync.
Question 23
A legacy application requires block volumes on premises while primary data is asynchronously backed by AWS storage. Which hybrid-storage family best matches?
Correct Answer: B
Correct Answer
Answer B is correct because Volume Gateway provides block storage interfaces on premises with cloud-backed storage behavior. This directly meets the decisive requirement: Storage Gateway Volume Gateway.
Incorrect Answers
Answer A is incorrect because Snowball is no longer available to new customers and AWS has announced commercial-Region support ending December 31, 2026, so lifecycle eligibility is a decisive planning constraint. It may be useful elsewhere, but it does not meet the decisive requirement here: Storage Gateway Volume Gateway.
Answer C is incorrect because Tape Gateway presents virtual tape interfaces to existing backup software while storing virtual tapes in AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: Storage Gateway Volume Gateway.
Answer D is incorrect because S3 File Gateway exposes file protocols on premises while storing durable objects in Amazon S3 and caching active data locally. It may be useful elsewhere, but it does not meet the decisive requirement here: Storage Gateway Volume Gateway.
Answer E is incorrect because DataSync is a managed online data-transfer service for moving and synchronizing files and objects between on-premises storage and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: Storage Gateway Volume Gateway.
Question 24
A backup system writes virtual tape and the company wants to move tape workflows to AWS without changing the backup application protocol. Which gateway fits?
Correct Answer: A
Correct Answer
Answer A is correct because Tape Gateway presents virtual tape interfaces to existing backup software while storing virtual tapes in AWS. This directly meets the decisive requirement: Tape Gateway.
Incorrect Answers
Answer B is incorrect because DataSync is a managed online data-transfer service for moving and synchronizing files and objects between on-premises storage and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: Tape Gateway.
Answer C is incorrect because Volume Gateway provides block storage interfaces on premises with cloud-backed storage behavior. It may be useful elsewhere, but it does not meet the decisive requirement here: Tape Gateway.
Answer D is incorrect because Snowball is no longer available to new customers and AWS has announced commercial-Region support ending December 31, 2026, so lifecycle eligibility is a decisive planning constraint. It may be useful elsewhere, but it does not meet the decisive requirement here: Tape Gateway.
Answer E is incorrect because S3 File Gateway exposes file protocols on premises while storing durable objects in Amazon S3 and caching active data locally. It may be useful elsewhere, but it does not meet the decisive requirement here: Tape Gateway.
Question 25
An existing AWS Snowball customer has a disconnected site with hundreds of TB to transfer and no practical network path. What current service-lifecycle check is essential before planning the transfer?
Correct Answer: A
Correct Answer
Answer A is correct because Snowball is no longer available to new customers and AWS has announced commercial-Region support ending December 31, 2026, so lifecycle eligibility is a decisive planning constraint. This directly meets the decisive requirement: verify Snowball eligibility and 2026 end-of-support timing.
Incorrect Answers
Answer B is incorrect because Volume Gateway provides block storage interfaces on premises with cloud-backed storage behavior. It may be useful elsewhere, but it does not meet the decisive requirement here: verify Snowball eligibility and 2026 end-of-support timing.
Answer C is incorrect because Tape Gateway presents virtual tape interfaces to existing backup software while storing virtual tapes in AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: verify Snowball eligibility and 2026 end-of-support timing.
Answer D is incorrect because DataSync is a managed online data-transfer service for moving and synchronizing files and objects between on-premises storage and AWS. It may be useful elsewhere, but it does not meet the decisive requirement here: verify Snowball eligibility and 2026 end-of-support timing.
Answer E is incorrect because S3 File Gateway exposes file protocols on premises while storing durable objects in Amazon S3 and caching active data locally. It may be useful elsewhere, but it does not meet the decisive requirement here: verify Snowball eligibility and 2026 end-of-support timing.
Question 26
An archive grows by 20 TB per month and individual objects are immutable. Which storage model scales capacity without provisioning volumes?
Correct Answer: E
Correct Answer
Answer E is correct because S3 capacity scales without preallocating block devices and is designed for large object collections. This directly meets the decisive requirement: S3 object storage.
Incorrect Answers
Answer A is incorrect because A pre-copy plus incremental sync moves most bytes before the outage and shortens the final migration window. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 object storage.
Answer B is incorrect because Read fan-out is better served by shared scalable storage and caches than by maintaining a full private copy on every compute node. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 object storage.
Answer C is incorrect because EBS supports modifying many volume attributes without replacing the volume, while the OS still must consume the added capacity correctly. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 object storage.
Answer D is incorrect because EFS grows and shrinks automatically with stored data while remaining concurrently accessible to Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: S3 object storage.
Question 27
A shared Linux dataset grows unpredictably and hundreds of clients require the same namespace. Which managed storage service expands without pre-sizing a fixed volume?
Correct Answer: A
Correct Answer
Answer A is correct because EFS grows and shrinks automatically with stored data while remaining concurrently accessible to Linux clients. This directly meets the decisive requirement: EFS.
Incorrect Answers
Answer B is incorrect because S3 capacity scales without preallocating block devices and is designed for large object collections. It may be useful elsewhere, but it does not meet the decisive requirement here: EFS.
Answer C is incorrect because Read fan-out is better served by shared scalable storage and caches than by maintaining a full private copy on every compute node. It may be useful elsewhere, but it does not meet the decisive requirement here: EFS.
Answer D is incorrect because A pre-copy plus incremental sync moves most bytes before the outage and shortens the final migration window. It may be useful elsewhere, but it does not meet the decisive requirement here: EFS.
Answer E is incorrect because EBS supports modifying many volume attributes without replacing the volume, while the OS still must consume the added capacity correctly. It may be useful elsewhere, but it does not meet the decisive requirement here: EFS.
Question 28
A single EC2 database needs more block capacity while preserving its filesystem. Which EBS capability can increase the volume size without replacing it in many supported cases?
Correct Answer: B
Correct Answer
Answer B is correct because EBS supports modifying many volume attributes without replacing the volume, while the OS still must consume the added capacity correctly. This directly meets the decisive requirement: modify volume.
Incorrect Answers
Answer A is incorrect because A pre-copy plus incremental sync moves most bytes before the outage and shortens the final migration window. It may be useful elsewhere, but it does not meet the decisive requirement here: modify volume.
Answer C is incorrect because Read fan-out is better served by shared scalable storage and caches than by maintaining a full private copy on every compute node. It may be useful elsewhere, but it does not meet the decisive requirement here: modify volume.
Answer D is incorrect because S3 capacity scales without preallocating block devices and is designed for large object collections. It may be useful elsewhere, but it does not meet the decisive requirement here: modify volume.
Answer E is incorrect because EFS grows and shrinks automatically with stored data while remaining concurrently accessible to Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: modify volume.
Question 29
A read-heavy application adds ten times more readers but the underlying objects do not change. Which architecture avoids copying the complete dataset to every reader host?
Correct Answer: E
Correct Answer
Answer E is correct because Read fan-out is better served by shared scalable storage and caches than by maintaining a full private copy on every compute node. This directly meets the decisive requirement: shared/object storage plus caching.
Incorrect Answers
Answer A is incorrect because EBS supports modifying many volume attributes without replacing the volume, while the OS still must consume the added capacity correctly. It may be useful elsewhere, but it does not meet the decisive requirement here: shared/object storage plus caching.
Answer B is incorrect because A pre-copy plus incremental sync moves most bytes before the outage and shortens the final migration window. It may be useful elsewhere, but it does not meet the decisive requirement here: shared/object storage plus caching.
Answer C is incorrect because S3 capacity scales without preallocating block devices and is designed for large object collections. It may be useful elsewhere, but it does not meet the decisive requirement here: shared/object storage plus caching.
Answer D is incorrect because EFS grows and shrinks automatically with stored data while remaining concurrently accessible to Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: shared/object storage plus caching.
Question 30
A migration must move 50 TB from one filesystem to another with minimal application interruption. Which approach best reduces the final cutover window?
Correct Answer: B
Correct Answer
Answer B is correct because A pre-copy plus incremental sync moves most bytes before the outage and shortens the final migration window. This directly meets the decisive requirement: pre-copy then incremental synchronization.
Incorrect Answers
Answer A is incorrect because EBS supports modifying many volume attributes without replacing the volume, while the OS still must consume the added capacity correctly. It may be useful elsewhere, but it does not meet the decisive requirement here: pre-copy then incremental synchronization.
Answer C is incorrect because EFS grows and shrinks automatically with stored data while remaining concurrently accessible to Linux clients. It may be useful elsewhere, but it does not meet the decisive requirement here: pre-copy then incremental synchronization.
Answer D is incorrect because S3 capacity scales without preallocating block devices and is designed for large object collections. It may be useful elsewhere, but it does not meet the decisive requirement here: pre-copy then incremental synchronization.
Answer E is incorrect because Read fan-out is better served by shared scalable storage and caches than by maintaining a full private copy on every compute node. It may be useful elsewhere, but it does not meet the decisive requirement here: pre-copy then incremental synchronization.
Question 31
A database shows 20% CPU but very high EBS queue length and I/O latency. Which resource is the likely bottleneck?
Correct Answer: C
Correct Answer
Answer C is correct because High queue length and I/O latency with low CPU point to the storage path rather than compute saturation. This directly meets the decisive requirement: block I/O path.
Incorrect Answers
Answer A is incorrect because The instance EBS bandwidth ceiling can bottleneck an otherwise capable volume. It may be useful elsewhere, but it does not meet the decisive requirement here: block I/O path.
Answer B is incorrect because Metadata-heavy small-file workloads can be latency-bound by operations rather than aggregate byte throughput. It may be useful elsewhere, but it does not meet the decisive requirement here: block I/O path.
Answer D is incorrect because A hot partition limits throughput even when aggregate capacity elsewhere is unused. It may be useful elsewhere, but it does not meet the decisive requirement here: block I/O path.
Answer E is incorrect because Burst-capable resources can perform above baseline temporarily and then fall back after credits are exhausted. It may be useful elsewhere, but it does not meet the decisive requirement here: block I/O path.
Question 32
An application has an io2 volume provisioned for high throughput, but the EC2 EBS bandwidth metric is saturated. Where is the bottleneck?
Correct Answer: C
Correct Answer
Answer C is correct because The instance EBS bandwidth ceiling can bottleneck an otherwise capable volume. This directly meets the decisive requirement: instance-to-EBS bandwidth.
Incorrect Answers
Answer A is incorrect because A hot partition limits throughput even when aggregate capacity elsewhere is unused. It may be useful elsewhere, but it does not meet the decisive requirement here: instance-to-EBS bandwidth.
Answer B is incorrect because Metadata-heavy small-file workloads can be latency-bound by operations rather than aggregate byte throughput. It may be useful elsewhere, but it does not meet the decisive requirement here: instance-to-EBS bandwidth.
Answer D is incorrect because High queue length and I/O latency with low CPU point to the storage path rather than compute saturation. It may be useful elsewhere, but it does not meet the decisive requirement here: instance-to-EBS bandwidth.
Answer E is incorrect because Burst-capable resources can perform above baseline temporarily and then fall back after credits are exhausted. It may be useful elsewhere, but it does not meet the decisive requirement here: instance-to-EBS bandwidth.
Question 33
One partition of a large object-processing workload receives nearly all requests while other partitions are idle. Which problem should be corrected?
Correct Answer: B
Correct Answer
Answer B is correct because A hot partition limits throughput even when aggregate capacity elsewhere is unused. This directly meets the decisive requirement: partitioning/access distribution.
Incorrect Answers
Answer A is incorrect because Burst-capable resources can perform above baseline temporarily and then fall back after credits are exhausted. It may be useful elsewhere, but it does not meet the decisive requirement here: partitioning/access distribution.
Answer C is incorrect because The instance EBS bandwidth ceiling can bottleneck an otherwise capable volume. It may be useful elsewhere, but it does not meet the decisive requirement here: partitioning/access distribution.
Answer D is incorrect because Metadata-heavy small-file workloads can be latency-bound by operations rather than aggregate byte throughput. It may be useful elsewhere, but it does not meet the decisive requirement here: partitioning/access distribution.
Answer E is incorrect because High queue length and I/O latency with low CPU point to the storage path rather than compute saturation. It may be useful elsewhere, but it does not meet the decisive requirement here: partitioning/access distribution.
Question 34
An EFS workload stores millions of tiny files and performs directory scans; throughput MB/s is low but operation latency is high. Which pattern should be investigated?
Correct Answer: A
Correct Answer
Answer A is correct because Metadata-heavy small-file workloads can be latency-bound by operations rather than aggregate byte throughput. This directly meets the decisive requirement: small-file/metadata overhead.
Incorrect Answers
Answer B is incorrect because High queue length and I/O latency with low CPU point to the storage path rather than compute saturation. It may be useful elsewhere, but it does not meet the decisive requirement here: small-file/metadata overhead.
Answer C is incorrect because Burst-capable resources can perform above baseline temporarily and then fall back after credits are exhausted. It may be useful elsewhere, but it does not meet the decisive requirement here: small-file/metadata overhead.
Answer D is incorrect because The instance EBS bandwidth ceiling can bottleneck an otherwise capable volume. It may be useful elsewhere, but it does not meet the decisive requirement here: small-file/metadata overhead.
Answer E is incorrect because A hot partition limits throughput even when aggregate capacity elsewhere is unused. It may be useful elsewhere, but it does not meet the decisive requirement here: small-file/metadata overhead.
Question 35
A burstable resource performs well after idle periods but slows during sustained load. Which resource characteristic should be checked?
Correct Answer: D
Correct Answer
Answer D is correct because Burst-capable resources can perform above baseline temporarily and then fall back after credits are exhausted. This directly meets the decisive requirement: burst credits or baseline entitlement.
Incorrect Answers
Answer A is incorrect because High queue length and I/O latency with low CPU point to the storage path rather than compute saturation. It may be useful elsewhere, but it does not meet the decisive requirement here: burst credits or baseline entitlement.
Answer B is incorrect because The instance EBS bandwidth ceiling can bottleneck an otherwise capable volume. It may be useful elsewhere, but it does not meet the decisive requirement here: burst credits or baseline entitlement.
Answer C is incorrect because Metadata-heavy small-file workloads can be latency-bound by operations rather than aggregate byte throughput. It may be useful elsewhere, but it does not meet the decisive requirement here: burst credits or baseline entitlement.
Answer E is incorrect because A hot partition limits throughput even when aggregate capacity elsewhere is unused. It may be useful elsewhere, but it does not meet the decisive requirement here: burst credits or baseline entitlement.
Popular posts
Recent Posts
