Questão 1
Questão
A company has reproducible data that they want to store on Amazon Web Services. The
company may want to retrieve the data on a frequent basis. Which Amazon web services storage
option allows the customer to optimize storage costs and still achieve high availability for their data?
Responda
-
Amazon Glacier
-
Amazon S3 Reduced Redundancy Storage
-
Amazon EBS Magnetic Volume
-
Amazon S3 Standard Storage
Questão 2
Questão
A Solutions Architect is designing a mobile application that will capture receipt images to track
expenses. The Architect wants to store the images on Amazon S3. However, uploading images
through the web server will create too much traffic. What is the MOST efficient method to store
images from a mobile application on Amazon S3?
Responda
-
Expand the web server fleet with Spot Instances to provide the resources to handle the images
-
Upload directly to S3 using a pre-signed URL
-
Upload to a separate Auto Scaling group of servers behind an ELB Classic Load Balancer, and have
them write to the Amazon S3 bucket
-
Upload to a second bucket, and have a Lambda event copy the image to the primary bucket
Questão 3
Questão
Solutions Architect is designing an application on AWS that will connect to the on-premise
data center through a VPN connection. The solution must be able to log network traffic over the VPN.
Which service logs this network traffic?
Questão 4
Questão
You are using an m1.small EC2 instance with one 300GB EBS volume to host a relational
database. You determined that write throughput to the database needs to be increased. Which of
the following approaches can help achieve this? Choose 2 answers
Responda
-
Place the instance in an Auto Scaling Group
-
Use an array of EBS volumes
-
Add an EBS volume and place into RAID 5
-
Increase the size of the EC2 instance
-
Enable multi-AZ mode
-
Put the database behind an Elastic Load Balancer
Questão 5
Questão
A web application stores all data in an Amazon RDS Aurora database instance. A Solutions
Architect wants to provide access to the data for a detailed report for the Marketing team, but is
concerned that the additional load on the database will affect the performance of the web
application.
How can the report be created without affecting the performance of the application?
Responda
-
Provision a new RDS instance as a secondary master.
-
Configure the database to be in multiple regions.
-
Create a read replica of the database.
-
Increase the number of provisioned storage IOPS.
Questão 6
Questão
Which of the following features ensures even distribution of traffic to Amazon EC2 instances in
multiples Availability Zones registered with a load balancer?
Responda
-
An Amazon Route 53 weighted routing policy
-
Elastic Load Balancing cross-zone load balancing
-
An Amazon Route 53 latency routing policy
-
Elastic Load Balancing request routing
Questão 7
Questão
An AWS Lambda function requires access to an Amazon RDS for SQL Server instance. It is
against company policy to store passwords in Lambda functions.
How can a Solution Architect enable the Lambda function to retrieve the database password without
violating company policy?
Responda
-
Store a one-way hash of the password in the Lambda function
-
Connect to the Amazon RDS for SQL Server instance by using a role assigned to the Lambda function
-
Have the Lambda function use the AWS Systems Manager Parameter Store
-
Add an IAM policy for IAM database access to the Lambda execution role
Questão 8
Questão
Which combination of two policies enables AWS identity and access management cross-
account access?Choose 2 answers
Responda
-
Permission policy
-
Trust policy
-
Access policy
-
Bucket policy
-
Key policy
Questão 9
Questão
A stray Amazon EC2 r3.8xlarge instance is running in your AWS account. Before terminating it,
you want to find the owner to confirm that it is not needed.
Where can you find the identity that launched this instance?
Responda
-
VPC flow logs
-
Operating system logs
-
CloudTrail logs
-
ELB access logs
Questão 10
Questão
You have a distributed application that periodically processes large volumes of data across
multiple Amazon EC2 Instances. The application is designed to recover gracefully from Amazon EC2
instance failures. You are required to accomplish this task in the most cost-effective way. Which of
the following will meet your requirements?
Responda
-
On-Demand instances
-
Reserved instances
-
Spot Instances
-
Dedicated instances
Questão 11
Questão
A customer is running a multi-tier web application farm in a virtual private cloud (VPC) that is
not connected to their corporate network. They are connecting to the VPC.
Which of the following bastion deployment scenarios will meet this requirement?
Responda
-
Deploy a Windows Bastion host with an auto-assigned Public subnet, and allow RDP access to the bastion from only the corporate public IP addresses
-
Deploy a Windows Bastion host on the corporate network that has RDP access to all intances in the VPC
-
Deploy a Windows Bastion host with an Elastic IP address in the private subnet, and restrict RDP access to the bastion from only the corporate public IP addresses
-
Deploy a Windows Bastion host with an Elastic IP address in the public subnet, and allow SSH access to the bastion from anywhere
Questão 12
Questão
A company has an Amazon RDS-managed online transaction processing system that has very
heavy read and write. The Solutions Architect notices throughput issues with the system.
How can the responsiveness of the primary database be improved?
Responda
-
Offload SELECT query that needs the most current data to READ replica.
-
Use asynchronous replication for standby to maximize throughput during peak demand.
-
Offload SELECT queries that can tolerate stale data to READ replica.
-
Offload SELECT and UPDATE queries to READ replica.
Questão 13
Questão
Your application contains thousands of Images in an Amazon RDS MySQL instance. These
images are frequently accessed and the number of images is growing rapidly. Which should you
implement to reduce cost and improve application performance?
Responda
-
Migrate the images to Amazon Elastic Block Store volumes, and allow the end users to access the images through Amazon CloudFront
-
Migrate the images to Amazon Glacier, and allow the end users to access the images through Amazon CloudFront
-
Create two Amazon RDS My SQL read replicas in different regions, and migrate the images to the cross-region read replicas
-
Migrate the images to Amazon Simple Storage Service, and allow the end udders to access the images through Amazon CloudFront
Questão 14
Questão
You are designing a web application that stores static assets in an Amazon Simple Storage
Service (S3) bucket. You expect this bucket to immediately receive over 150 PUT requests per second.
What should you do to ensure optimal performance?
Responda
-
Add a random prefix to the key names.
-
Use a predictable naming scheme, such as sequential numbers or date time sequences, in the key names
-
Amazon S3 will automatically manage performance at this scale.
-
Use multi-part upload.
Questão 15
Questão
A customer has a service based out of Oregon, U.S. and Paris, France. The application is
storing data in an S3 bucket located in Oregon, and that data is updated frequently. The Paris office is
experiencing slow response times when retrieving objects.
What should a Solution Architect do to resolve the slow response times for the Paris office?
Responda
-
Create an Application Load Balancer that load balances data retrieval between the Oregon S3 bucket and a new Paris S3 bucket
-
Create a Amazon CloudFront distribution with the bucket located in Oregon as the origin and set the Maximum Time to Live (TTL) for cache behavior to 0
-
Set up an S3 bucket based in Paris, and enable a lifecycle management rule to transition data from the Oregon bucket to the Paris bucket
-
Set up an S3 bucket based in Paris, and enable cross-region replication from the Oregon bucket to the Paris bucket
Questão 16
Questão
You are configuring your company's application to use Auto Scaling and need to move user state information.
Which of the following AWS services provides a shared data store with durability and low latency?
Responda
-
Amazon EC2 instance storage
-
Amazon Simple Storage Service
-
AWS ElasticCAche Memcached
-
Amazon DynamoDB
Questão 17
Questão
The application tier for a workload runs on EC2 instances that are unevenly distributed across two Availability Zones. The instances are behind a Network Load Balancer and are accessed through layer 4 TCP connections.
The instances in the lesser populated Availability Zone are failing as the result of high CPU utilization.
Which configuration change can help mitigate the issue?
Responda
-
Switch to using an Application Load Balancer and enable sticky sessions
-
Switch to using an Application Load Balancer and enable cross-zone load balancing
-
Modify the Network Load Balancer to enable sticky sessions
-
Modify the Network Load Balance to enable cross-zone load balancing
Questão 18
Questão
A company uses Amazon S3 for storing a variety of files. A Solutions Architect needs to design
a feature that will allow users to instantly restore any deleted files within 30 days of deletion. Which is the Most cost-efficient solution?
Responda
-
Create lifecycle policies that move the objects to Amazon Glacier and delete them after 30 days
-
Enable versioning and create a lifecycle policy to remove expired versions after 30 days
-
Enable cross-region replication. Empty the replica bucket every 30 days using an AWS Lambda function
-
Enable versioning and MFA Delete. Using a Lambda function, remove MFA delete from objects more than 30 days old
Questão 19
Questão
A company is designing a hybrid IT architecture and requires a private connection between an on-premises data center and their virtual private cloud (VPC). Which of the following would enable the company to achieve this? Choose 2 answers
Responda
-
Amazon Route53
-
ClassicLink
-
AWS DataPipeline
-
AWS Direct connect
-
VPN connection
Questão 20
Questão
A Solutions Architect is designing a microservices-based application using Amazon ECS. The application includes a WebSocket component, and the traffic needs to be distributed between microservices based on the URL.
Which service should the Architect choose to distribute me workload?