Amazon AWS Certified Solutions Architect - Associate SAA-C03
Prev

There are 677 results

Next
#501 (Accuracy: 100% / 5 votes)
A company has a service that reads and writes large amounts of data from an Amazon S3 bucket in the same AWS Region. The service is deployed on Amazon EC2 instances within the private subnet of a VPC. The service communicates with Amazon S3 over a NAT gateway in the public subnet. However, the company wants a solution that will reduce the data output costs.

Which solution will meet these requirements MOST cost-effectively?
  • A. Provision a dedicated EC2 NAT instance in the public subnet. Configure the route table for the private subnet to use the elastic network interface of this instance as the destination for all S3 traffic.
  • B. Provision a dedicated EC2 NAT instance in the private subnet. Configure the route table for the public subnet to use the elastic network interface of this instance as the destination for all S3 traffic.
  • C. Provision a VPC gateway endpoint. Configure the route table for the private subnet to use the gateway endpoint as the route for all S3 traffic.
  • D. Provision a second NAT gateway. Configure the route table for the private subnet to use this NAT gateway as the destination for all S3 traffic.
#502 (Accuracy: 100% / 5 votes)
A company is conducting an internal audit. The company wants to ensure that the data in an Amazon S3 bucket that is associated with the company’s AWS Lake Formation data lake does not contain sensitive customer or employee data. The company wants to discover personally identifiable information (PII) or financial information, including passport numbers and credit card numbers.

Which solution will meet these requirements?
  • A. Configure AWS Audit Manager on the account. Select the Payment Card Industry Data Security Standards (PCI DSS) for auditing.
  • B. Configure Amazon S3 Inventory on the S3 bucket Configure Amazon Athena to query the inventory.
  • C. Configure Amazon Macie to run a data discovery job that uses managed identifiers for the required data types.
  • D. Use Amazon S3 Select to run a report across the S3 bucket.
#503 (Accuracy: 100% / 5 votes)
A company wants to use artificial intelligence (AI) to determine the quality of its customer service calls. The company currently manages calls in four different languages, including English. The company will offer new languages in the future. The company does not have the resources to regularly maintain machine learning (ML) models.

The company needs to create written sentiment analysis reports from the customer service call recordings.
The customer service call recording text must be translated into English.

Which combination of steps will meet these requirements? (Choose three.)
  • A. Use Amazon Comprehend to translate the audio recordings into English.
  • B. Use Amazon Lex to create the written sentiment analysis reports.
  • C. Use Amazon Polly to convert the audio recordings into text.
  • D. Use Amazon Transcribe to convert the audio recordings in any language into text.
  • E. Use Amazon Translate to translate text in any language to English.
  • F. Use Amazon Comprehend to create the sentiment analysis reports.
#504 (Accuracy: 100% / 7 votes)
A company wants to create an application to store employee data in a hierarchical structured relationship. The company needs a minimum-latency response to high-traffic queries for the employee data and must protect any sensitive data. The company also needs to receive monthly email messages if any financial information is present in the employee data.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)
  • A. Use Amazon Redshift to store the employee data in hierarchies. Unload the data to Amazon S3 every month.
  • B. Use Amazon DynamoDB to store the employee data in hierarchies. Export the data to Amazon S3 every month.
  • C. Configure Amazon Macie for the AWS account. Integrate Macie with Amazon EventBridge to send monthly events to AWS Lambda.
  • D. Use Amazon Athena to analyze the employee data in Amazon S3. Integrate Athena with Amazon QuickSight to publish analysis dashboards and share the dashboards with users.
  • E. Configure Amazon Macie for the AWS account. Integrate Macie with Amazon EventBridge to send monthly notifications through an Amazon Simple Notification Service (Amazon SNS) subscription.
#505 (Accuracy: 100% / 6 votes)
A company is building a three-tier application on AWS. The presentation tier will serve a static website The logic tier is a containerized application. This application will store data in a relational database. The company wants to simplify deployment and to reduce operational costs.

Which solution will meet these requirements?
  • A. Use Amazon S3 to host static content. Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate for compute power. Use a managed Amazon RDS cluster for the database.
  • B. Use Amazon CloudFront to host static content. Use Amazon Elastic Container Service (Amazon ECS) with Amazon EC2 for compute power. Use a managed Amazon RDS cluster for the database.
  • C. Use Amazon S3 to host static content. Use Amazon Elastic Kubernetes Service (Amazon EKS) with AWS Fargate for compute power. Use a managed Amazon RDS cluster for the database.
  • D. Use Amazon EC2 Reserved Instances to host static content. Use Amazon Elastic Kubernetes Service (Amazon EKS) with Amazon EC2 for compute power. Use a managed Amazon RDS cluster for the database.
#506 (Accuracy: 100% / 4 votes)
A company has multiple VPCs across AWS Regions to support and run workloads that are isolated from workloads in other Regions. Because of a recent application launch requirement, the company’s VPCs must communicate with all other VPCs across all Regions.

Which solution will meet these requirements with the LEAST amount of administrative effort?
  • A. Use VPC peering to manage VPC communication in a single Region. Use VPC peering across Regions to manage VPC communications.
  • B. Use AWS Direct Connect gateways across all Regions to connect VPCs across regions and manage VPC communications.
  • C. Use AWS Transit Gateway to manage VPC communication in a single Region and Transit Gateway peering across Regions to manage VPC communications.
  • D. Use AWS PrivateLink across all Regions to connect VPCs across Regions and manage VPC communications
#507 (Accuracy: 100% / 5 votes)
A company hosts a website on Amazon EC2 instances behind an Application Load Balancer (ALB). The website serves static content. Website traffic is increasing, and the company is concerned about a potential increase in cost.
  • A. Create an Amazon CloudFront distribution to cache state files at edge locations
  • B. Create an Amazon ElastiCache cluster. Connect the ALB to the ElastiCache cluster to serve cached files
  • C. Create an AWS WAF web ACL and associate it with the ALB. Add a rule to the web ACL to cache static files
  • D. Create a second ALB in an alternative AWS Region. Route user traffic to the closest Region to minimize data transfer costs
#508 (Accuracy: 100% / 7 votes)
A company uses AWS Organizations to run workloads within multiple AWS accounts. A tagging policy adds department tags to AWS resources when the company creates tags.

An accounting team needs to determine spending on Amazon EC2 consumption.
The accounting team must determine which departments are responsible for the costs regardless ofAWS account. The accounting team has access to AWS Cost Explorer for all AWS accounts within the organization and needs to access all reports from Cost Explorer.

Which solution meets these requirements in the MOST operationally efficient way?
  • A. From the Organizations management account billing console, activate a user-defined cost allocation tag named department. Create one cost report in Cost Explorer grouping by tag name, and filter by EC2.
  • B. From the Organizations management account billing console, activate an AWS-defined cost allocation tag named department. Create one cost report in Cost Explorer grouping by tag name, and filter by EC2.
  • C. From the Organizations member account billing console, activate a user-defined cost allocation tag named department. Create one cost report in Cost Explorer grouping by the tag name, and filter by EC2.
  • D. From the Organizations member account billing console, activate an AWS-defined cost allocation tag named department. Create one cost report in Cost Explorer grouping by tag name, and filter by EC2.
#509 (Accuracy: 94% / 10 votes)
A company runs its application on an Oracle database. The company plans to quickly migrate to AWS because of limited resources for the database, backup administration, and data center maintenance. The application uses third-party database features that require privileged access.

Which solution will help the company migrate the database to AWS MOST cost-effectively?
  • A. Migrate the database to Amazon RDS for Oracle. Replace third-party features with cloud services.
  • B. Migrate the database to Amazon RDS Custom for Oracle. Customize the database settings to support third-party features.
  • C. Migrate the database to an Amazon EC2 Amazon Machine Image (AMI) for Oracle. Customize the database settings to support third-party features.
  • D. Migrate the database to Amazon RDS for PostgreSQL by rewriting the application code to remove dependency on Oracle APEX.
#510 (Accuracy: 100% / 8 votes)
A company hosts a multi-tier web application on Amazon Linux Amazon EC2 instances behind an Application Load Balancer. The instances run in an Auto Scaling group across multiple Availability Zones. The company observes that the Auto Scaling group launches more On-Demand Instances when the application's end users access high volumes of static web content. The company wants to optimize cost.

What should a solutions architect do to redesign the application MOST cost-effectively?
  • A. Update the Auto Scaling group to use Reserved Instances instead of On-Demand Instances.
  • B. Update the Auto Scaling group to scale by launching Spot Instances instead of On-Demand Instances.
  • C. Create an Amazon CloudFront distribution to host the static web contents from an Amazon S3 bucket.
  • D. Create an AWS Lambda function behind an Amazon API Gateway API to host the static website contents.