Free AWS-CERTIFIED-SOLUTIONS-ARCHITECT-ASSOCIATE-SAA-C03 Amazon AWS-CERTIFIED-SOLUTIONS-ARCHITECT-ASSOCIATE-SAA-C03 Practice Test Question

Loading demo links...

Showing 67–69 of 102 questions

Question 67 (Topic 1)

A company recently migrated to the AWS Cloud. The company wants a serverless solution for large-scale parallel on-demand processing of a semistructured dataset. The data consists of logs, media files, sales transactions, and IoT sensor data that is stored in Amazon S3. The company wants the solution to process thousands of items in the dataset in parallel. Which solution will meet these requirements with the MOST operational efficiency?

Select an option, then click Submit answer.

  • Use the AWS Step Functions Map state in Inline mode to process the data in parallel.
  • Use the AWS Step Functions Map state in Distributed mode to process the data in parallel.
  • Use AWS Glue to process the data in parallel.
  • Use several AWS Lambda functions to process the data in parallel.
Question 68 (Topic 1)

A company will migrate 10 PB of data to Amazon S3 in 6 weeks. The current data center has a 500 Mbps uplink to the internet. Other on-premises applications share the uplink. The company can use 80% of the internet bandwidth for this one-time migration task. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Configure AWS DataSync to migrate the data to Amazon S3 and to automatically verify the data.
  • Use rsync to transfer the data directly to Amazon S3.
  • Use the AWS CLI and multiple copy processes to send the data directly to Amazon S3.
  • Order multiple AWS Snowball devices. Copy the data to the devices. Send the devices to AWS to copy the data to Amazon S3.
Question 69 (Topic 1)

A company is designing a new multi-tier web application that consists of the following components: • Web and application servers that run on Amazon EC2 instances as part of Auto Scaling groups • An Amazon RDS DB instance for data storage A solutions architect needs to limit access to the application servers so that only the web servers can access them. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Deploy AWS PrivateLink in front of the application servers. Configure the network ACL to allow only the web servers to access the application servers.
  • Deploy a VPC endpoint in front of the application servers. Configure the security group to allow only the web servers to access the application servers.
  • Deploy a Network Load Balancer with a target group that contains the application servers' Auto Scaling group. Configure the network ACL to allow only the web servers to access the application servers.
  • Deploy an Application Load Balancer with a target group that contains the application servers' Auto Scaling group. Configure the security group to allow only the web servers to access the application servers.