ExamGecko
Home Home / Amazon / SAA-C03

Amazon SAA-C03 Practice Test - Questions Answers, Page 26

Question list
Search
Search

List of questions

Search

Related questions











A solution architect needs to assign a new microsoft for a company’s application. Clients must be able to call an HTTPS endpoint to reach the micoservice. The microservice also must use AWS identity and Access Management (IAM) to authentication calls. The soltions architect will write the logic for this microservice by using a single AWS Lambda function that is written in Go 1.x. Which solution will deploy the function in the in the MOST operationally efficient way?

A.
Create an Amazon API Gateway REST API. Configure the method to use the Lambda function.Enable IAM authentication on the API.
A.
Create an Amazon API Gateway REST API. Configure the method to use the Lambda function.Enable IAM authentication on the API.
Answers
B.
Create a Lambda function URL for the function. Specify AWS_IAM as the authentication type.
B.
Create a Lambda function URL for the function. Specify AWS_IAM as the authentication type.
Answers
C.
Create an Amazon CloudFront distribution. Deploy the function to Lambda@Edge. Integrate IAM authentication logic into the Lambda@Edge function.
C.
Create an Amazon CloudFront distribution. Deploy the function to Lambda@Edge. Integrate IAM authentication logic into the Lambda@Edge function.
Answers
D.
Create an Amazon CloudFront distribuion. Deploy the function to CloudFront Functions. Specify AWS_IAM as the authentication type.
D.
Create an Amazon CloudFront distribuion. Deploy the function to CloudFront Functions. Specify AWS_IAM as the authentication type.
Answers
Suggested answer: A

A company is using Amazon CloudFront with lis website. The company has enabled logging on the CloudFront distribution, and togs are saved in one of the company's Amazon S3 buckets The company needs to perform advanced analyses on the logs and build visualizations What should a solutions architect do to meet these requirements'?

A.
Use standard SQL queries in Amazon Athena to analyze the CloudFront togs in the S3 bucket Vrsualize the results with AWS Glue
A.
Use standard SQL queries in Amazon Athena to analyze the CloudFront togs in the S3 bucket Vrsualize the results with AWS Glue
Answers
B.
Use standard SQL queries in Amazon Athena to analyze the CloudFront togs in the S3 bucket Visualize the results with Amazon QuickSight
B.
Use standard SQL queries in Amazon Athena to analyze the CloudFront togs in the S3 bucket Visualize the results with Amazon QuickSight
Answers
C.
Use standard SQL queries in Amazon DynamoDB to analyze the CloudFront logs m the S3 bucket Visualize the results with AWS Glue
C.
Use standard SQL queries in Amazon DynamoDB to analyze the CloudFront logs m the S3 bucket Visualize the results with AWS Glue
Answers
D.
Use standard SQL queries in Amazon DynamoOB to analyze the CtoudFront logs m the S3 bucket Visualize the results with Amazon QuickSight
D.
Use standard SQL queries in Amazon DynamoOB to analyze the CtoudFront logs m the S3 bucket Visualize the results with Amazon QuickSight
Answers
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/quicksight/latest/user/welcome.html Using Athena to query the CloudFront logs in the S3 bucket and QuickSight to visualize the results is the best solution because it is cost-effective, scalable, and requires no infrastructure setup. It also provides a robust solution that enables the company to perform advanced analysis and build interactive visualizations without the need for a dedicated team of developers.


A company provides an online service for posting video content and transcoding it for use by any mobile platform. The application architecture uses Amazon Elastic File System (Amazon EFS) Standard to collect and store the videos so that multiple Amazon EC2 Linux instances can access the video content for processing As the popularity of the service has grown over time, the storage costs have become too expensive. Which storage solution is MOST cost-effective?

A.
Use AWS Storage Gateway for files to store and process the video content
A.
Use AWS Storage Gateway for files to store and process the video content
Answers
B.
Use AWS Storage Gateway for volumes to store and process the video content
B.
Use AWS Storage Gateway for volumes to store and process the video content
Answers
C.
Use Amazon EFS for storing the video content Once processing is complete transfer the files to Amazon Elastic Block Store (Amazon EBS)
C.
Use Amazon EFS for storing the video content Once processing is complete transfer the files to Amazon Elastic Block Store (Amazon EBS)
Answers
D.
Use Amazon S3 for storing the video content Move the files temporarily over to an Amazon Elastic Block Store (Amazon EBS) volume attached to the server for processing
D.
Use Amazon S3 for storing the video content Move the files temporarily over to an Amazon Elastic Block Store (Amazon EBS) volume attached to the server for processing
Answers
Suggested answer: D

A company runs a fleet of web servers using an Amazon RDS for PostgreSQL DB instance After a routine compliance check, the company sets a standard that requires a recovery pant objective (RPO) of less than 1 second for all its production databases.

Which solution meets these requirement?

A.
Enable a Multi-AZ deployment for the DB Instance
A.
Enable a Multi-AZ deployment for the DB Instance
Answers
B.
Enable auto scaling for the OB instance m one Availability Zone.
B.
Enable auto scaling for the OB instance m one Availability Zone.
Answers
C.
Configure the 06 instance in one Availability Zone and create multiple read replicas in a separate Availability Zone
C.
Configure the 06 instance in one Availability Zone and create multiple read replicas in a separate Availability Zone
Answers
D.
Configure the 06 instance m one Availability Zone, and configure AWS Database Migration Service (AWS DMS) change data capture (CDC) tasks
D.
Configure the 06 instance m one Availability Zone, and configure AWS Database Migration Service (AWS DMS) change data capture (CDC) tasks
Answers
Suggested answer: A

A company's facility has badge readers at every entrance throughout the building. When badges are scanned, the readers send a message over HTTPS to indicate who attempted to access that particular entrance. A solutions architect must design a system to process these messages from the sensors. The solution must be highly available, and the results must be made available for the company's security team to analyze. Which system architecture should the solutions architect recommend?

A.
Launch an Amazon EC2 instance to serve as the HTTPS endpoint and to process the messagesConfigure the EC2 instance to save the results to an Amazon S3 bucket.
A.
Launch an Amazon EC2 instance to serve as the HTTPS endpoint and to process the messagesConfigure the EC2 instance to save the results to an Amazon S3 bucket.
Answers
B.
Create an HTTPS endpoint in Amazon API Gateway. Configure the API Gateway endpoint to invokean AWS Lambda function to process the messages and save the results to an Amazon DynamoDBtable.
B.
Create an HTTPS endpoint in Amazon API Gateway. Configure the API Gateway endpoint to invokean AWS Lambda function to process the messages and save the results to an Amazon DynamoDBtable.
Answers
C.
Use Amazon Route 53 to direct incoming sensor messages to an AWS Lambda function. Configure the Lambda function to process the messages and save the results to an Amazon DynamoDB table.
C.
Use Amazon Route 53 to direct incoming sensor messages to an AWS Lambda function. Configure the Lambda function to process the messages and save the results to an Amazon DynamoDB table.
Answers
D.
Create a gateway VPC endpoint for Amazon S3. Configure a Site-to-Site VPN connection from the facility network to the VPC so that sensor data can be written directly to an S3 bucket by way of the VPC endpoint.
D.
Create a gateway VPC endpoint for Amazon S3. Configure a Site-to-Site VPN connection from the facility network to the VPC so that sensor data can be written directly to an S3 bucket by way of the VPC endpoint.
Answers
Suggested answer: B

A company is designing a shared storage solution for a gaming application that is hosted in the AWS Cloud The company needs the ability to use SMB clients to access data solution must be fully managed. Which AWS solution meets these requirements?

A.
Create an AWS DataSync task that shares the data as a mountable file system Mount the file system to the application server
A.
Create an AWS DataSync task that shares the data as a mountable file system Mount the file system to the application server
Answers
B.
Create an Amazon EC2 Windows instance Install and configure a Windows file share role on the instance Connect the application server to the file share
B.
Create an Amazon EC2 Windows instance Install and configure a Windows file share role on the instance Connect the application server to the file share
Answers
C.
Create an Amazon FSx for Windows File Server file system Attach the file system to the origin server Connect the application server to the file system
C.
Create an Amazon FSx for Windows File Server file system Attach the file system to the origin server Connect the application server to the file system
Answers
D.
Create an Amazon S3 bucket Assign an IAM role to the application to grant access to the S3 bucket Mount the S3 bucket to the application server
D.
Create an Amazon S3 bucket Assign an IAM role to the application to grant access to the S3 bucket Mount the S3 bucket to the application server
Answers
Suggested answer: C

Explanation:

Amazon FSx for Windows File Server (Amazon FSx) is a fully managed, highly available, and scalable file storage solution built on Windows Server that uses the Server Message Block (SMB) protocol. It allows for Microsoft Active Directory integration, data deduplication, and fully managed backups,among other critical enterprise features. https://aws.amazon.com/blogs/storage/accessing-smb-file- shares-remotely-with-amazon-fsx-for-windows-file-server


A company is migrating a Linux-based web server group to AWS. The web servers must access files in a shared file store for some content. The company must not make any changes to the application. What should a solutions architect do to meet these requirements?

A.
Create an Amazon S3 Standard bucket with access to the web servers.
A.
Create an Amazon S3 Standard bucket with access to the web servers.
Answers
B.
Configure an Amazon CloudFront distribution with an Amazon S3 bucket as the origin.
B.
Configure an Amazon CloudFront distribution with an Amazon S3 bucket as the origin.
Answers
C.
Create an Amazon Elastic File System (Amazon EFS) file system. Mount the EFS file system on all web servers.
C.
Create an Amazon Elastic File System (Amazon EFS) file system. Mount the EFS file system on all web servers.
Answers
D.
Configure a General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volume. Mount the EBS volume to all web servers.
D.
Configure a General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volume. Mount the EBS volume to all web servers.
Answers
Suggested answer: C

A company wants to run an in-memory database for a latency-sensitive application that runs on Amazon EC2 instances. The application processes more than 100,000 transactions each minute and requires high network throughput. A solutions architect needs to provide a cost-effective network design that minimizes data transfer charges. Which solution meets these requirements?

A.
Launch all EC2 instances in the same Availability Zone within the same AWS Region. Specify a placement group with cluster strategy when launching EC2 instances.
A.
Launch all EC2 instances in the same Availability Zone within the same AWS Region. Specify a placement group with cluster strategy when launching EC2 instances.
Answers
B.
Launch all EC2 instances in different Availability Zones within the same AWS Region. Specify a placement group with partition strategy when launching EC2 instances.
B.
Launch all EC2 instances in different Availability Zones within the same AWS Region. Specify a placement group with partition strategy when launching EC2 instances.
Answers
C.
Deploy an Auto Scaling group to launch EC2 instances in different Availability Zones based on a network utilization target.
C.
Deploy an Auto Scaling group to launch EC2 instances in different Availability Zones based on a network utilization target.
Answers
D.
Deploy an Auto Scaling group with a step scaling policy to launch EC2 instances in different Availability Zones.
D.
Deploy an Auto Scaling group with a step scaling policy to launch EC2 instances in different Availability Zones.
Answers
Suggested answer: A

A company has a custom application with embedded credentials that retrieves information from an Amazon RDS MySQL DB instance. Management says the application must be made more secure with the least amount of programming effort.

What should a solutions architect do to meet these requirements?

A.
Use AWS Key Management Service (AWS KMS) customer master keys (CMKs) to create keys.Configure the application to load the database credentials from AWS KMS. Enable automatic key rotation.
A.
Use AWS Key Management Service (AWS KMS) customer master keys (CMKs) to create keys.Configure the application to load the database credentials from AWS KMS. Enable automatic key rotation.
Answers
B.
Create credentials on the RDS for MySQL database for the application user and store the credentials in AWS Secrets Manager. Configure the application to load the database credentials from Secrets Manager. Create an AWS Lambda function that rotates the credentials in Secret Manager.
B.
Create credentials on the RDS for MySQL database for the application user and store the credentials in AWS Secrets Manager. Configure the application to load the database credentials from Secrets Manager. Create an AWS Lambda function that rotates the credentials in Secret Manager.
Answers
C.
Create credentials on the RDS for MySQL database for the application user and store the credentials in AWS Secrets Manager. Configure the application to load the database credentials from Secrets Manager. Set up a credentials rotation schedule for the application user in the RDS for MySQL database using Secrets Manager.
C.
Create credentials on the RDS for MySQL database for the application user and store the credentials in AWS Secrets Manager. Configure the application to load the database credentials from Secrets Manager. Set up a credentials rotation schedule for the application user in the RDS for MySQL database using Secrets Manager.
Answers
D.
Create credentials on the RDS for MySQL database for the application user and store the credentials in AWS Systems Manager Parameter Store. Configure the application to load the database credentials from Parameter Store. Set up a credentials rotation schedule for the application user in the RDS for MySQL database using Parameter Store.
D.
Create credentials on the RDS for MySQL database for the application user and store the credentials in AWS Systems Manager Parameter Store. Configure the application to load the database credentials from Parameter Store. Set up a credentials rotation schedule for the application user in the RDS for MySQL database using Parameter Store.
Answers
Suggested answer: C

Explanation:


A company is planning to store data on Amazon RDS DB instances. The company must encrypt the data at rest. What should a solutions architect do to meet this requirement?

A.
Create an encryption key and store the key in AWS Secrets Manager Use the key to encrypt the DB instances
A.
Create an encryption key and store the key in AWS Secrets Manager Use the key to encrypt the DB instances
Answers
B.
Generate a certificate in AWS Certificate Manager (ACM). Enable SSL/TLS on the DB instances by using the certificate
B.
Generate a certificate in AWS Certificate Manager (ACM). Enable SSL/TLS on the DB instances by using the certificate
Answers
C.
Create a customer master key (CMK) in AWS Key Management Service (AWS KMS) Enable encryption for the DB instances
C.
Create a customer master key (CMK) in AWS Key Management Service (AWS KMS) Enable encryption for the DB instances
Answers
D.
Generate a certificate in AWS Identity and Access Management {IAM) Enable SSUTLS on the DB instances by using the certificate
D.
Generate a certificate in AWS Identity and Access Management {IAM) Enable SSUTLS on the DB instances by using the certificate
Answers
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.Keys.html

Total 886 questions
Go to page: of 89