Amazon AWS Certified Solutions Architect - Associate SAA-C03
Prev

There are 677 results

Next
#341 (Accuracy: 100% / 3 votes)
A company has NFS servers in an on-premises data center that need to periodically back up small amounts of data to Amazon S3.

Which solution meets these requirements and is MOST cost-effective?
  • A. Set up AWS Glue to copy the data from the on-premises servers to Amazon S3.
  • B. Set up an AWS DataSync agent on the on-premises servers, and sync the data to Amazon S3.
  • C. Set up an SFTP sync using AWS Transfer for SFTP to sync data from on premises to Amazon S3.
  • D. Set up an AWS Direct Connect connection between the on-premises data center and a VPC, and copy the data to Amazon S3.
#342 (Accuracy: 100% / 6 votes)
A city has deployed a web application running on Amazon EC2 instances behind an Application Load Balancer (ALB). The application's users have reported sporadic performance, which appears to be related to DDoS attacks originating from random IP addresses. The city needs a solution that requires minimal configuration changes and provides an audit trail for the DDoS sources.

Which solution meets these requirements?
  • A. Enable an AWS WAF web ACL on the ALB, and configure rules to block traffic from unknown sources.
  • B. Subscribe to Amazon Inspector. Engage the AWS DDoS Response Team (DRT) to integrate mitigating controls into the service.
  • C. Subscribe to AWS Shield Advanced. Engage the AWS DDoS Response Team (DRT) to integrate mitigating controls into the service.
  • D. Create an Amazon CloudFront distribution for the application, and set the ALB as the origin. Enable an AWS WAF web ACL on the distribution, and configure rules to block traffic from unknown sources
#343 (Accuracy: 100% / 8 votes)
A company is building a data analysis platform on AWS by using AWS Lake Formation. The platform will ingest data from different sources such as Amazon S3 and Amazon RDS. The company needs a secure solution to prevent access to portions of the data that contain sensitive information.

Which solution will meet these requirements with the LEAST operational overhead?
  • A. Create an IAM role that includes permissions to access Lake Formation tables.
  • B. Create data filters to implement row-level security and cell-level security.
  • C. Create an AWS Lambda function that removes sensitive information before Lake Formation ingests the data.
  • D. Create an AWS Lambda function that periodically queries and removes sensitive information from Lake Formation tables.
#344 (Accuracy: 100% / 7 votes)
A company hosts an internal serverless application on AWS by using Amazon API Gateway and AWS Lambda. The company’s employees report issues with high latency when they begin using the application each day. The company wants to reduce latency.

Which solution will meet these requirements?
  • A. Increase the API Gateway throttling limit.
  • B. Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day.
  • C. Create an Amazon CloudWatch alarm to initiate a Lambda function as a target for the alarm at the beginning of each day.
  • D. Increase the Lambda function memory.
#345 (Accuracy: 94% / 9 votes)
A solutions architect is designing a disaster recovery (DR) strategy to provide Amazon EC2 capacity in a failover AWS Region. Business requirements state that the DR strategy must meet capacity in the failover Region.

Which solution will meet these requirements?
  • A. Purchase On-Demand Instances in the failover Region.
  • B. Purchase an EC2 Savings Plan in the failover Region.
  • C. Purchase regional Reserved Instances in the failover Region.
  • D. Purchase a Capacity Reservation in the failover Region.
#346 (Accuracy: 100% / 6 votes)
A company runs an application on AWS. The application receives inconsistent amounts of usage. The application uses AWS Direct Connect to connect to an on-premises MySQL-compatible database. The on-premises database consistently uses a minimum of 2 GiB of memory.

The company wants to migrate the on-premises database to a managed AWS service.
The company wants to use auto scaling capabilities to manage unexpected workload increases.

Which solution will meet these requirements with the LEAST administrative overhead?
  • A. Provision an Amazon DynamoDB database with default read and write capacity settings.
  • B. Provision an Amazon Aurora database with a minimum capacity of 1 Aurora capacity unit (ACU).
  • C. Provision an Amazon Aurora Serverless v2 database with a minimum capacity of 1 Aurora capacity unit (ACU).
  • D. Provision an Amazon RDS for MySQL database with 2 GiB of memory.
#347 (Accuracy: 100% / 5 votes)
A company hosts an application used to upload files to an Amazon S3 bucket. Once uploaded, the files are processed to extract metadata, which takes less than 5 seconds. The volume and frequency of the uploads varies from a few files each hour to hundreds of concurrent uploads. The company has asked a solutions architect to design a cost-effective architecture that will meet these requirements.

What should the solutions architect recommend?
  • A. Configure AWS CloudTrail trails to log S3 API calls. Use AWS AppSync to process the files.
  • B. Configure an object-created event notification within the S3 bucket to invoke an AWS Lambda function to process the files.
  • C. Configure Amazon Kinesis Data Streams to process and send data to Amazon S3. Invoke an AWS Lambda function to process the files.
  • D. Configure an Amazon Simple Notification Service (Amazon SNS) topic to process the files uploaded to Amazon S3. Invoke an AWS Lambda function to process the files.
#348 (Accuracy: 100% / 9 votes)
A company needs to integrate with a third-party data feed. The data feed sends a webhook to notify an external service when new data is ready for consumption. A developer wrote an AWS Lambda function to retrieve data when the company receives a webhook callback. The developer must make the Lambda function available for the third party to call.

Which solution will meet these requirements with the MOST operational efficiency?
  • A. Create a function URL for the Lambda function. Provide the Lambda function URL to the third party for the webhook.
  • B. Deploy an Application Load Balancer (ALB) in front of the Lambda function. Provide the ALB URL to the third party for the webhook.
  • C. Create an Amazon Simple Notification Service (Amazon SNS) topic. Attach the topic to the Lambda function. Provide the public hostname of the SNS topic to the third party for the webhook.
  • D. Create an Amazon Simple Queue Service (Amazon SQS) queue. Attach the queue to the Lambda function. Provide the public hostname of the SQS queue to the third party for the webhook.
#349 (Accuracy: 100% / 3 votes)
A company is running a photo hosting service in the us-east-1 Region. The service enables users across multiple countries to upload and view photos. Some photos are heavily viewed for months, and others are viewed for less than a week. The application allows uploads of up to 20 MB for each photo. The service uses the photo metadata to determine which photos to display to each user.

Which solution provides the appropriate user access MOST cost-effectively?
  • A. Store the photos in Amazon DynamoDB. Turn on DynamoDB Accelerator (DAX) to cache frequently viewed items.
  • B. Store the photos in the Amazon S3 Intelligent-Tiering storage class. Store the photo metadata and its S3 location in DynamoDB.
  • C. Store the photos in the Amazon S3 Standard storage class. Set up an S3 Lifecycle policy to move photos older than 30 days to the S3 Standard-Infrequent Access (S3 Standard-IA) storage class. Use the object tags to keep track of metadata.
  • D. Store the photos in the Amazon S3 Glacier storage class. Set up an S3 Lifecycle policy to move photos older than 30 days to the S3 Glacier Deep Archive storage class. Store the photo metadata and its S3 location in Amazon OpenSearch Service.
#350 (Accuracy: 100% / 6 votes)
A solutions architect is designing the storage architecture for a new web application used for storing and viewing engineering drawings. All application components will be deployed on the AWS infrastructure.

The application design must support caching to minimize the amount of time that users wait for the engineering drawings to load.
The application must be able to store petabytes of data.

Which combination of storage and caching should the solutions architect use?
  • A. Amazon S3 with Amazon CloudFront
  • B. Amazon S3 Glacier with Amazon ElastiCache
  • C. Amazon Elastic Block Store (Amazon EBS) volumes with Amazon CloudFront
  • D. AWS Storage Gateway with Amazon ElastiCache