Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Exam 3 (Udemy) Complete Solutions 100% Verified Correct Answers.

Beoordeling
-
Verkocht
-
Pagina's
15
Cijfer
A+
Geüpload op
27-08-2025
Geschreven in
2025/2026

A Docker application, which is running on an Amazon ECS cluster behind a load balancer, is heavily using Dynamo DB. You are instructed to improve the database performance by distributing the workload evenly and using the provisioned throughput efficiently. Which of the following would you consider to implement for your Dynamo DB table? - correct answers An online shopping platform is hosted on an Auto Scaling group of Spot EC2 instances and uses Amazon Aurora PostgreSQL as its database. There is a requirement to optimize your database workloads in your cluster where you have to direct the write operations of the production traffic to your high-capacity instances and point the reporting queries sent by your internal staff to the low-capacity instances. Which is the most suitable configuration for your application as well as your Aurora database cluster to achieve this requirement? - correct answers An online medical system hosted in AWS stores sensitive Personally Identifiable Information (PII) of the users in an Amazon S3 bucket. Both the master keys and the unencrypted data should never be sent to AWS to comply with the strict compliance and regulatory requirements of the company. Which S3 encryption technique should the Architect use? - correct answersS3 CLIENT SIDE ENCRYPTION WITH A CLIENT SIDE MASTER KEY A global IT company with offices around the world has multiple AWS accounts. To improve efficiency and drive costs down, the Chief Information Officer (CIO) wants to set up a solution that centrally manages their AWS resources. This will allow them to procure AWS resources centrally and share resources such as AWS Transit Gateways, AWS License Manager configurations, or Amazon Route 53 Resolver rules across their various accounts. As the Solutions Architect, which combination of options should you implement in this scenario? (Select TWO.) - correct answers Consolidate all of the company's accounts using AWS Organizations. AND Use the AWS Identity and Access Management service to set up cross-account access that will easily and securely share your resources with your AWS accounts. An organization needs a persistent block storage volume that will be used for mission-critical workloads. The backup data will be stored in an object storage service and after 30 days, the data will be stored in a data archiving storage service. What should you do to meet the above requirement? - correct answers Attach an instance store volume in your existing EC2 instance. Use Amazon S3 to store your backup data and configure a lifecycle policy to transition your objects to Amazon S3 Glacier A company has a hybrid cloud architecture that connects their on-premises data center and cloud infrastructure in AWS. They require a durable storage backup for their corporate documents stored on-premises and a local cache that provides low latency access to their recently accessed data to reduce data egress charges. The documents must be stored to and retrieved from AWS via the Server Message Block (SMB) protocol. These files must immediately be accessible within minutes for six months and archived for another decade to meet the data compliance. Which of the following is the best and most cost-effective approach to implement in this scenario? - correct answers Launch a new file gateway that connects to your on-premises data center using AWS Storage Gateway. Upload the documents to the file gateway and set up a lifecycle policy to move the data into Glacier for data archival. An application consists of multiple EC2 instances in private subnets in different availability zones. The application uses a single NAT Gateway for downloading software patches from the Internet to the instances. There is a requirement to protect the application from a single point of failure when the NAT Gateway encounters a failure or if its availability zone goes down. How should the Solutions Architect redesign the architecture to be more highly available and cost-effective - correct answers Create a NAT Gateway in each availability zone. Configure the route table in each public subnet to ensure that instances use the NAT Gateway in the same availability zone. A company has 3 DevOps engineers that are handling its software development and infrastructure management processes. One of the engineers accidentally deleted a file hosted in Amazon S3 which has caused disruption of service. What can the DevOps engineers do to prevent this from happening again? - correct answers Enable S3 Versioning and Multi-Factor Authentication Delete on the bucket. An application is hosted in an AWS Fargate cluster that runs a batch job whenever an object is loaded on an Amazon S3 bucket. The minimum number of ECS Tasks is initially set to 1 to save on costs, and it will only increase the task count based on the new objects uploaded on the S3 bucket. Once processing is done, the bucket becomes empty and the ECS Task count should be back to 1. Which is the most suitable option to implement with the LEAST amount of effort? - correct answers Set up a Cloud Watch Event rule to detect S3 object PUT operations and set the target to a Lambda function that will run Amazon ECS API command to increase the number of tasks on ECS. Create another rule to detect S3 DELETE operations and run the Lambda function to reduce the number of ECS tasks. An AI-powered Forex trading application consumes thousands of data sets to train its machine learning model. The application's workload requires a high-performance, parallel hot storage to process the training datasets concurrently. It also needs cost-effective cold storage to archive those datasets that yield low profit. Which of the following Amazon storage services should the developer use? - correct answers Use Amazon FSx For Lustre and Amazon S3 for hot and cold storage respectively. A Forex trading platform, which frequently processes and stores global financial data every minute, is hosted in your on-premises data center and uses an Oracle database. Due to a recent cooling problem in their data center, the company urgently needs to migrate their infrastructure to AWS to improve the performance of their applications. As the Solutions Architect, you are responsible in ensuring that the database is properly migrated and should remain available in case of database server failure in the future. Which of the following is the most suitable solution to meet the requirement? - correct answers Create an Oracle database in RDS with Multi-AZ deployments. A car dealership website hosted in Amazon EC2 stores car listings in an Amazon Aurora database managed by Amazon RDS. Once a vehicle has been sold, its data must be removed from the current listings and forwarded to a distributed processing system. Which of the following options can satisfy the given requirement? - correct answers Create a native function or a stored procedure that invokes a Lambda function. Configure the Lambda function to send event notifications to an Amazon SQS queue for the processing system to consume. A company plans to build a data analytics application in AWS which will be deployed in an Auto Scaling group of On-Demand EC2 instances and a MongoDB database. It is expected that the database will have high-throughput workloads performing small, random I/O operations. As the Solutions Architect, you are required to properly set up and launch the required resources in AWS. Which of the following is the most suitable EBS type to use for your database? - correct answers Provisioned IOPS SSD (io1) A startup is using Amazon RDS to store data from a web application. Most of the time, the application has low user activity but it receives bursts of traffic within seconds whenever there is a new product announcement. The Solutions Architect needs to create a solution that will allow users around the globe to access the data using an API. What should the Solutions Architect do meet the above requirement? - correct answers Create an API using Amazon API Gateway and use an Auto Scaling group of Amazon EC2 instances to handle the bursts of traffic in seconds. A company requires all the data stored in the cloud to be encrypted at rest. To easily integrate this with other AWS services, they must have full control over the encryption of the created keys and also the ability to immediately remove the key material from AWS KMS. The solution should also be able to audit the key usage independently of AWS Cloud Trail. Which of the following options will meet this requirement? - correct answers Use AWS Key Management Service to create a CMK in a custom key store and store the non-extractable key material in AWS Cloud HSM. An application hosted in EC2 consumes messages from an SQS queue and is integrated with SNS to send out an email to you once the process is complete. The Operations team received 5 orders but after a few hours, they saw 20 email notifications in their inbox. Which of the following could be the possible culprit for this issue? - correct answers The web application is set to short polling so some messages are not being picked up A company is using Amazon S3 to store frequently accessed data. When an object is created or deleted, the S3 bucket will send an event notification to the Amazon SQS queue. A solutions architect needs to create a solution that will notify the development and operations team about the created or deleted objects. Which of the following would satisfy this requirement? - correct answers Create an Amazon SNS topic and configure two Amazon SQS queues to subscribe to the topic. Grant Amazon S3 permission to send notifications to Amazon SNS and update the bucket to use the new SNS topic. What will you do to implement a scalable, high-available POSIX-compliant shared file system? - correct answers Use EFS A Solutions Architect is working for a company which has multiple VPCs in various AWS regions. The Architect is assigned to set up a logging system which will track all of the changes made to their AWS resources in all regions, including the configurations made in IAM, Cloud Front, AWS WAF, and Route 53. In order to pass the compliance requirements, the solution must ensure the security, integrity, and durability of the log data. It should also provide an event history of all API calls made in AWS Management Console and AWS CLI. Which of the following solutions is the best fit for this scenario? - correct answers Set up a new Cloud Trail trail in a new S3 bucket using the AWS CLI and also pass both the --is-multi-region-trail and --include-global-service-events parameters then encrypt log files using KMS encryption. Apply Multi Factor Authentication (MFA) Delete on the S3 bucket and ensure that only authorized users can access the logs by configuring the bucket policies. There are a lot of outages in the Availability Zone of your RDS database instance to the point that you have lost access to the database. What could you do to prevent losing access to your database in case that this event happens again? - correct answers Enabled Multi-AZ failover An IT consultant is working for a large financial company. The role of the consultant is to help the development team build a highly available web application using stateless web servers. In this scenario, which AWS services are suitable for storing session state data? (Select TWO.) - correct answers Dynamo DB, RDS A retail website has intermittent, sporadic, and unpredictable transactional workloads throughout the day that are hard to predict. The website is currently hosted on-premises and is slated to be migrated to AWS. A new relational database is needed that auto scales capacity to meet the needs of the application's peak load and scales back down when the surge of activity is over. Which of the following option is the MOST cost-effective and suitable database setup in this scenario? - correct answers Launch an Amazon Aurora Server less DB cluster then set the minimum and maximum capacity for the cluster. A media company has an Amazon ECS Cluster, which uses the Fargate launch type, to host its news website. The database credentials should be supplied using environment variables, to comply with strict security compliance. As the Solutions Architect, you have to ensure that the credentials are secure and that they cannot be viewed in plaintext on the cluster itself. Which of the following is the most suitable solution in this scenario that you can implement with

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

Exam 3 (Udemy)

A Docker application, which is running on an Amazon ECS cluster behind a load balancer, is heavily using
Dynamo DB. You are instructed to improve the database performance by distributing the workload
evenly and using the provisioned throughput efficiently.

Which of the following would you consider to implement for your Dynamo DB table? - correct answers



An online shopping platform is hosted on an Auto Scaling group of Spot EC2 instances and uses Amazon
Aurora PostgreSQL as its database. There is a requirement to optimize your database workloads in your
cluster where you have to direct the write operations of the production traffic to your high-capacity
instances and point the reporting queries sent by your internal staff to the low-capacity instances.

Which is the most suitable configuration for your application as well as your Aurora database cluster to
achieve this requirement? - correct answers



An online medical system hosted in AWS stores sensitive Personally Identifiable Information (PII) of the
users in an Amazon S3 bucket. Both the master keys and the unencrypted data should never be sent to
AWS to comply with the strict compliance and regulatory requirements of the company.



Which S3 encryption technique should the Architect use? - correct answersS3 CLIENT SIDE ENCRYPTION
WITH A CLIENT SIDE MASTER KEY



A global IT company with offices around the world has multiple AWS accounts. To improve efficiency
and drive costs down, the Chief Information Officer (CIO) wants to set up a solution that centrally
manages their AWS resources. This will allow them to procure AWS resources centrally and share
resources such as AWS Transit Gateways, AWS License Manager configurations, or Amazon Route 53
Resolver rules across their various accounts.



As the Solutions Architect, which combination of options should you implement in this scenario? (Select
TWO.) - correct answers Consolidate all of the company's accounts using AWS Organizations.



AND

, Use the AWS Identity and Access Management service to set up cross-account access that will easily and
securely share your resources with your AWS accounts.



An organization needs a persistent block storage volume that will be used for mission-critical workloads.
The backup data will be stored in an object storage service and after 30 days, the data will be stored in a
data archiving storage service.

What should you do to meet the above requirement? - correct answers Attach an instance store volume
in your existing EC2 instance.



Use Amazon S3 to store your backup data and configure a lifecycle policy to transition your objects to
Amazon S3 Glacier



A company has a hybrid cloud architecture that connects their on-premises data center and cloud
infrastructure in AWS. They require a durable storage backup for their corporate documents stored on-
premises and a local cache that provides low latency access to their recently accessed data to reduce
data egress charges. The documents must be stored to and retrieved from AWS via the Server Message
Block (SMB) protocol. These files must immediately be accessible within minutes for six months and
archived for another decade to meet the data compliance.



Which of the following is the best and most cost-effective approach to implement in this scenario? -
correct answers Launch a new file gateway that connects to your on-premises data center using AWS
Storage Gateway. Upload the documents to the file gateway and set up a lifecycle policy to move the
data into Glacier for data archival.



An application consists of multiple EC2 instances in private subnets in different availability zones. The
application uses a single NAT Gateway for downloading software patches from the Internet to the
instances. There is a requirement to protect the application from a single point of failure when the NAT
Gateway encounters a failure or if its availability zone goes down.



How should the Solutions Architect redesign the architecture to be more highly available and cost-
effective - correct answers Create a NAT Gateway in each availability zone. Configure the route table in
each public subnet to ensure that instances use the NAT Gateway in the same availability zone.



A company has 3 DevOps engineers that are handling its software development and infrastructure
management processes. One of the engineers accidentally deleted a file hosted in Amazon S3 which has
caused disruption of service.

Geschreven voor

Vak

Documentinformatie

Geüpload op
27 augustus 2025
Aantal pagina's
15
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$15.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF


Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
RealGrades Nursing
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
189
Lid sinds
2 jaar
Aantal volgers
52
Documenten
12115
Laatst verkocht
1 week geleden

4.0

26 beoordelingen

5
12
4
5
3
7
2
1
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen