wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SAA C03 Samples

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A company runs a high-performance computing (HPC) workload on a cluster of C5n instances that requires a shared, low-latency read-write file system for temporary scratch data. The data is ephemeral and is recreated at the start of each job. Which storage solution is MOST cost-effective and performant?

a)

Amazon EFS

b)

Amazon FSx for Lustre

c)

Amazon S3

d)

An Instance Store backed by a RAID 0 configuration

2.

An application requires access to a shared dataset of 50 TB across thousands of EC2 instances in a single VPC. The workload involves reading large video files sequentially and requires consistent sub-millisecond latency. Which storage service should a Solutions Architect recommend?

a)

Amazon S3

b)

Amazon EFS

c)

Amazon FSx for Windows File Server

d)

Amazon FSx for NetApp ONTAP

3.

A legacy on-premises application writes files directly to a local file system. The company wants to use S3 as a durable backup target for these files without modifying the application. Which AWS Storage Gateway configuration is most appropriate?

a)

Tape Gateway

b)

Volume Gateway (Cached Mode)

c)

Volume Gateway (Stored Mode)

d)

File Gateway

4.

You have an EBS volume (io2 Block Express) attached to a production EC2 instance. You need to create a crash-consistent backup that can be used to launch a new instance in a different AZ within minutes. Which method should you use?

a)

Take an EBS Snapshot

b)

Use the EC2 instance's built-in reboot-to-backup function

c)

Create an AMI from the instance

d)

Use AWS Backup to create a point-in-time recovery point

5.

A financial trading application running on an m5.8xlarge instance requires single-digit millisecond latency for writing small, random I/O transactions to disk. The data must be persisted beyond the lifecycle of the instance. Which EBS volume type is MOST appropriate?

a)

st1 (Throughput Optimized HDD)

b)

sc1 (Cold HDD)

c)

gp3 (General Purpose SSD)

d)

io2 Block Express (Provisioned IOPS SSD)

6.

Your company must maintain a 7-year archive of financial records for regulatory compliance. The data is almost never accessed, but if needed, a retrieval time of several hours is acceptable. What is the MOST cost-effective storage solution?

a)

Amazon S3 Standard

b)

Amazon S3 Standard-Infrequent Access (S3 Standard-IA)

c)

Amazon S3 Glacier Flexible Retrieval

d)

Amazon S3 Glacier Deep Archive

7.

A database running on an EC2 instance uses an Instance Store for its transaction logs. The instance is stopped for a maintenance window. What happens to the data?

a)

The data is automatically migrated to an EBS volume.

b)

The data is temporarily moved to S3 and restored on start.

c)

The data is permanently lost.

d)

The data remains intact and is available when the instance is restarted.

8.

You need to deploy a Microsoft SQL Server database on EC2 that requires 40,000 IOPS and 64,000 IOPS bursting capability. The database volume must be encrypted and support EBS Multi-Attach. Which EBS volume meets these requirements?

a)

gp3

b)

io1

c)

io2

d)

st1

9.

A media company has 100 TB of video assets in an on-premises NAS. They want to make this content available to cloud-based rendering farms with the lowest possible latency. The on-premises team also needs to continue updating the files locally. What is the best hybrid architecture?

a)

Use DataSync to schedule a daily sync from the NAS to an Amazon S3 bucket.

b)

Deploy a File Gateway and mount it via NFS on the on-premises NAS.

c)

Use Storage Gateway Volume Gateway in stored mode.

d)

Use AWS Direct Connect and mount an Amazon EFS file system directly on the on-premises servers.

10.

An application stores sensitive data in S3. For compliance, objects must be immutable for a fixed period of 3 years after creation, even by root users. How can you achieve this?

a)

Enable S3 Versioning and configure a lifecycle policy to delete non-current versions after 3 years.

b)

Create an S3 Bucket Policy with a explicit Deny for the s3:DeleteObject action.

c)

Enable S3 Object Lock in compliance mode with a default retention period of 3 years.

d)

Use MFA Delete on the S3 bucket.

11.

You have an application that writes 200 MB/s of sequential data to a single EBS volume for 8 hours each day. For the remaining 16 hours, there is no write activity. Which volume type provides the best performance at the lowest cost?

a)

gp3 (with baseline 3000 IOPS and 125 MB/s throughput)

b)

io2 Block Express (with 20,000 provisioned IOPS)

c)

st1 (Throughput Optimized HDD)

d)

sc1 (Cold HDD)

12.

An Amazon EFS file system is mounted on an EC2 instance. What happens if the NFS client on the EC2 instance loses network connectivity to the EFS mount target for 30 seconds?

a)

The EC2 instance will automatically failover to a mount target in another AZ.

b)

The application will experience stuck I/O operations that may time out.

c)

The EFS mount will automatically re-establish connection without application intervention.

d)

The data in the write cache on the instance will be lost.

13.

A company wants to analyze a 500 GB archive stored in S3 Glacier Deep Archive. They need to retrieve the entire archive with the fastest possible speed, and cost is not a primary concern. Which retrieval option should they choose?

a)

Standard Retrieve

b)

Bulk Retrieve

c)

Glacier Flexible Retrieval

d)

Expedited Retrieve

14.

You need to provide a file share that supports the SMB protocol, integrates with Microsoft Active Directory, and supports shadow copies (Volume Shadow Copy Service - VSS) for user self-service file restoration. Which service should you use?

a)

Amazon EFS

b)

Amazon FSx for Windows File Server

c)

Amazon FSx for Lustre

d)

Storage Gateway with a File Share

15.

An application on an EC2 instance writes a critical log file every second. To protect against an AZ failure, you need a durable, cross-AZ copy of this log file that is available within seconds of it being written. The solution must be managed with minimal operational overhead. What should you do?

a)

Configure the application to write the log file to two EBS volumes in different AZs, attached to the same instance.

b)

Configure the application to write the log file to an Amazon EFS file system.

c)

Write the log file to an instance store and use a cron job to sync it to S3 every minute.

d)

Write the log file to the root EBS volume and create a continuous EBS snapshot.

16.

You have an io2 volume provisioned for 10,000 IOPS. The attached EC2 instance is a c5.large. The application is not achieving the expected IOPS performance. What is the MOST likely bottleneck?

a)

The EBS volume's throughput limit.

b)

The EC2 instance's network bandwidth limit.

c)

The EBS volume's IOPS credit balance.

d)

The EC2 instance's EBS bandwidth limit.

17.

A company's on-premises backup software only supports writing to physical tape libraries. They want to replace their physical tapes with a cloud-based solution without changing their backup software or processes. Which AWS service should they use?

a)

File Gateway

b)

Volume Gateway

c)

Tape Gateway

d)

AWS Snowball

18.

You configure an S3 Lifecycle policy to transition objects from Standard-IA to Glacier after 60 days. An object in Standard-IA is 55 days old. What is the minimum total storage duration charge for this object?

a)

60 days

b)

30 days

c)

180 days

d)

90 days

19.

An IAM user has programmatic access to an S3 bucket. They have permission to perform s3:PutObject but do NOT have permission for s3:PutObjectAcl. The bucket is owned by a different AWS account and has the ACLs disabled. The user uploads an object. Who will be the owner of the uploaded object, and what permissions will it have?

a)

The object is owned by the bucket owner, and the bucket owner has full control.

b)

The object is owned by the IAM user, and the IAM user has full control.

c)

The upload will fail due to insufficient permissions.

d)

The object is owned by the bucket owner, but the IAM user's account will have full control via the ACL.

20.

A company's web application, hosted on EC2 instances behind an Application Load Balancer, must serve static assets (images, JS, CSS) to a global user base. The architecture must be highly scalable, reduce latency for end users, and minimize the load on the application servers. What is the MOST effective design pattern to achieve this?

a)

Store the assets on the EC2 instances' root volumes and let the Auto Scaling group manage capacity.

b)

Store the assets in a single Amazon S3 bucket and have the application servers proxy requests to it.

c)

Store the assets in an Amazon S3 bucket and use Amazon CloudFront to cache and serve them.

d)

Store the assets on an Amazon EFS file system mounted to all EC2 instances for shared access.