ExamGecko
Home Home / Amazon / SOA-C02

Amazon SOA-C02 Practice Test - Questions Answers, Page 17

Question list
Search
Search

List of questions

Search

Related questions











A company runs a website from Sydney, Australi a. Users in the United States (US) and Europe are reporting that images and videos are taking a long time to load. However, local testing in Australia indicates no performance issues. The website has a large amount of static content in the form of images and videos that are stored m Amazon S3. Which solution will result In the MOST Improvement In the user experience for users In the US and Europe?

A.
Configure AWS PrivateLink for Amazon S3.
A.
Configure AWS PrivateLink for Amazon S3.
Answers
B.
Configure S3 Transfer Acceleration.
B.
Configure S3 Transfer Acceleration.
Answers
C.
Create an Amazon CloudFront distribution. Distribute the static content to the CloudFront edge locations
C.
Create an Amazon CloudFront distribution. Distribute the static content to the CloudFront edge locations
Answers
D.
Create an Amazon API Gateway API in each AWS Region. Cache the content locally.
D.
Create an Amazon API Gateway API in each AWS Region. Cache the content locally.
Answers
Suggested answer: D

A SysOps administrator is using AWS Systems Manager Patch Manager to patch a fleet of Amazon EC2 instances. The SysOps administrator has configured a patch baseline and a maintenance window. The SysOps administrator also has used an instance tag to identify which instances to patch.

The SysOps administrator must give Systems Manager the ability to access the EC2 instances.

Which additional action must the SysOps administrator perform to meet this requirement?

A.
Add an inbound rule to the instances' security group.
A.
Add an inbound rule to the instances' security group.
Answers
B.
Attach an 1AM instance profile with access to Systems Manager to the instances.
B.
Attach an 1AM instance profile with access to Systems Manager to the instances.
Answers
C.
Create a Systems Manager activation Then activate the fleet of instances.
C.
Create a Systems Manager activation Then activate the fleet of instances.
Answers
D.
Manually specify the instances to patch Instead of using tag-based selection.
D.
Manually specify the instances to patch Instead of using tag-based selection.
Answers
Suggested answer: A

A company is expanding globally and needs to back up data on Amazon Elastic Block Store (Amazon EBS) volumes to a different AWS Region. Most of the EBS volumes that store the data are encrypted, but some of the EBS volumes are unencrypted. The company needs the backup data from all the EBS volumes to be encrypted.

Which solution will meet these requirements with the LEAST management overhead?

A.
Configure a lifecycle policy in Amazon Data Lifecycle Manager (Amazon DLM) to create the EBS volume snapshots with cross-Region backups enabled. Encrypt the snapshot copies by using AWS Key Management Service (AWS KMS).
A.
Configure a lifecycle policy in Amazon Data Lifecycle Manager (Amazon DLM) to create the EBS volume snapshots with cross-Region backups enabled. Encrypt the snapshot copies by using AWS Key Management Service (AWS KMS).
Answers
B.
Create a point-in-time snapshot of the EBS volumes. When the snapshot status is COMPLETED, copy the snapshots to another Region and set the Encrypted parameter to False.
B.
Create a point-in-time snapshot of the EBS volumes. When the snapshot status is COMPLETED, copy the snapshots to another Region and set the Encrypted parameter to False.
Answers
C.
Create a point-in-time snapshot of the EBS volumes. Copy the snapshots to an Amazon S3 bucket that uses server-side encryption. Turn on S3 Cross-Region Replication on the S3 bucket.
C.
Create a point-in-time snapshot of the EBS volumes. Copy the snapshots to an Amazon S3 bucket that uses server-side encryption. Turn on S3 Cross-Region Replication on the S3 bucket.
Answers
D.
Schedule an AWS Lambda function with the Python runtime. Configure the Lambda function to create the EBS volume snapshots, encrypt the unencrypted snapshots, and copy the snapshots to another Region.
D.
Schedule an AWS Lambda function with the Python runtime. Configure the Lambda function to create the EBS volume snapshots, encrypt the unencrypted snapshots, and copy the snapshots to another Region.
Answers
Suggested answer: A

Explanation:

Encrypt the snapshot copies by using AWS Key Management Service (AWS KMS). This solution will allow the company to automatically create encrypted snapshots of the EBS volumes and copy them to different AWS Regions with minimal effort.

A company has an initiative to reduce costs associated with Amazon EC2 and AWS Lambd a. Which action should a SysOps administrator take to meet these requirements?

A.
Analyze the AWS Cost and Usage Report by using Amazon Athena to identity cost savings.
A.
Analyze the AWS Cost and Usage Report by using Amazon Athena to identity cost savings.
Answers
B.
Create an AWS Budgets alert to alarm when account spend reaches 80% of the budget.
B.
Create an AWS Budgets alert to alarm when account spend reaches 80% of the budget.
Answers
C.
Purchase Reserved Instances through the Amazon EC2 console.
C.
Purchase Reserved Instances through the Amazon EC2 console.
Answers
D.
Use AWS Compute Optimizer and take action on the provided recommendations.
D.
Use AWS Compute Optimizer and take action on the provided recommendations.
Answers
Suggested answer: D

A company uses AWS Organizations. A SysOps administrator wants to use AWS Compute Optimizer and AWS tag policies in the management account to govern all member accounts in the billing family. The SysOps administrator navigates to the AWS Organizations console but cannot activate tag policies through the management account. What could be the reason for this issue?

A.
All features have not been enabled in the organization.
A.
All features have not been enabled in the organization.
Answers
B.
Consolidated billing has not been enabled.
B.
Consolidated billing has not been enabled.
Answers
C.
The member accounts do not have tags enabled for cost allocation.
C.
The member accounts do not have tags enabled for cost allocation.
Answers
D.
The member accounts have not manually enabled trusted access for Compute Optimizer.
D.
The member accounts have not manually enabled trusted access for Compute Optimizer.
Answers
Suggested answer: C

A user working in the Amazon EC2 console increased the size of an Amazon Elastic Block Store

(Amazon EBS) volume attached to an Amazon EC2 Windows instance. The change is not reflected in the file system. What should a SysOps administrator do to resolve this issue?

A.
Extend the file system with operating system-level tools to use the new storage capacity.
A.
Extend the file system with operating system-level tools to use the new storage capacity.
Answers
B.
Reattach the EBS volume to the EC2 instance.
B.
Reattach the EBS volume to the EC2 instance.
Answers
C.
Reboot the EC2 instance that is attached to the EBS volume.
C.
Reboot the EC2 instance that is attached to the EBS volume.
Answers
D.
Take a snapshot of the EBS volume. Replace the original volume with a volume that is created from the snapshot.
D.
Take a snapshot of the EBS volume. Replace the original volume with a volume that is created from the snapshot.
Answers
Suggested answer: B

A SysOps administrator is reviewing AWS Trusted Advisor warnings and encounters a warning for an S3 bucket policy that has open access permissions. While discussing the issue with the bucket owner, the administrator realizes the S3 bucket is an origin for an Amazon CloudFront web distribution.

Which action should the administrator take to ensure that users access objects in Amazon S3 by using only CloudFront URLs?

A.
Encrypt the S3 bucket content with Server-Side Encryption with Amazon S3-Managed Keys (SSES3).
A.
Encrypt the S3 bucket content with Server-Side Encryption with Amazon S3-Managed Keys (SSES3).
Answers
B.
Create an origin access identity and grant it permissions to read objects in the S3 bucket.
B.
Create an origin access identity and grant it permissions to read objects in the S3 bucket.
Answers
C.
Assign an 1AM user to the CloudFront distribution and grant the user permissions in the S3 bucket policy.
C.
Assign an 1AM user to the CloudFront distribution and grant the user permissions in the S3 bucket policy.
Answers
D.
Assign an 1AM role to the CloudFront distribution and grant the role permissions in the S3 bucket policy.
D.
Assign an 1AM role to the CloudFront distribution and grant the role permissions in the S3 bucket policy.
Answers
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-contentrestricting-access-to-s3.html

A SysOps administrator is reviewing AWS Trusted Advisor recommendations. The SysOps administrator notices that all the application servers for a finance application are listed in the Low Utilization Amazon EC2 Instances check. The application runs on three instances across three Availability Zones. The SysOps administrator must reduce the cost of running the application without affecting the application's availability or design. Which solution will meet these requirements?

A.
Reduce the number of application servers.
A.
Reduce the number of application servers.
Answers
B.
Apply rightsizing recommendations from AWS Cost Explorer to reduce the instance size.
B.
Apply rightsizing recommendations from AWS Cost Explorer to reduce the instance size.
Answers
C.
Provision an Application Load Balancer in front of the instances.
C.
Provision an Application Load Balancer in front of the instances.
Answers
D.
Scale up the instance size of the application servers.
D.
Scale up the instance size of the application servers.
Answers
Suggested answer: C

A company is undergoing an external audit of its systems, which run wholly on AWS. A SysOps administrator must supply documentation of Payment Card Industry Data Security Standard (PCI DSS) compliance for the infrastructure managed by AWS.

Which set of action should the SysOps administrator take to meet this requirement?

A.
Download the applicable reports from the AWS Artifact portal and supply these to the auditors.
A.
Download the applicable reports from the AWS Artifact portal and supply these to the auditors.
Answers
B.
Download complete copies of the AWS CloudTrail log files and supply these to the auditors.
B.
Download complete copies of the AWS CloudTrail log files and supply these to the auditors.
Answers
C.
Download complete copies of the AWS CloudWatch logs and supply these to the auditors.
C.
Download complete copies of the AWS CloudWatch logs and supply these to the auditors.
Answers
D.
Provide the auditors with administrative access to the production AWS account so that the auditors can determine compliance.
D.
Provide the auditors with administrative access to the production AWS account so that the auditors can determine compliance.
Answers
Suggested answer: A

A company wants to collect data from an application to use for analytics. For the first 90 days, the data will be infrequently accessed but must remain highly available. During this time, the company's analytics team requires access to the data in milliseconds. However, after 90 days, the company must retain the data for the long term at a lower cost. The retrieval time after 90 days must be less than 5 hours. Which solution will meet these requirements MOST cost-effectively?

A.
Store the data in S3 Standard-Infrequent Access (S3 Standard-IA) for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Flexible Retrieval after 90 days.
A.
Store the data in S3 Standard-Infrequent Access (S3 Standard-IA) for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Flexible Retrieval after 90 days.
Answers
B.
Store the data in S3 One Zone-Infrequent Access (S3 One Zone-IA) for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Deep Archive after 90 days.
B.
Store the data in S3 One Zone-Infrequent Access (S3 One Zone-IA) for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Deep Archive after 90 days.
Answers
C.
Store the data in S3 Standard for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Flexible Retrieval after 90 days.
C.
Store the data in S3 Standard for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Flexible Retrieval after 90 days.
Answers
D.
Store the data in S3 Standard for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Deep Archive after 90 days.
D.
Store the data in S3 Standard for the first 90 days. Set up an S3 Lifecycle rule to move the data to S3 Glacier Deep Archive after 90 days.
Answers
Suggested answer: A

Explanation:

Glacier Deep Archive retrieval time more than 5 hours (it's 12 hours), so B&D out. S3 Standard IA ischeaper than S3 Standard. https://aws.amazon.com/tw/s3/pricing/

Total 425 questions
Go to page: of 43