DumpsFree provides high-quality dumps PDF & dumps VCE for candidates who are willing to pass exams and get certifications soon. We provide dumps free download before purchasing dumps VCE. 100% pass exam!

[Q59-Q77] Positive Aspects of ValidExamDumps SAA-C02 Exam Dumps! [Mar-2023]

Share

Positive Aspects of Valid Dumps SAA-C02 Exam Dumps! [Mar-2023]

First Attempt Guaranteed Success in SAA-C02 Exam 2023

NEW QUESTION 59
In Amazon EC2 Container Service, are other container types supported?

  • A. No, Docker is the only container platform supported by EC2 Container Service presently.
  • B. Yes, EC2 Container Service also supports Microsoft container service.
  • C. Yes, EC2 Container Service supports Microsoft container service and Openstack.
  • D. Yes, EC2 Container Service supports any container service you need.

Answer: A

Explanation:
In Amazon EC2 Container Service, Docker is the only container platform supported by EC2 Container Service presently.
Reference: http://aws.amazon.com/ecs/faqs/

 

NEW QUESTION 60
A solution architect at a company is designing the architecture for a two-tiered web application. The web application is composed of an internet facing application load balancer that forwards traffic to an auto scaling group of amazon EC2 instances. The EC2 instances must be able to access a database that runs on Amazon RDS.
The company has requested a defence-in-depth approach to the network layout. The company does not want to rely solely on security groups or network ACLs. Only the minimum resources that are necessary should be routable from the internet.
Which network design should the solutions architect recommend to meet these requirements?

  • A. Place the ALB in public subnets. Place the EC2 instances and RDS database in private subnets
  • B. Place the ALB, EC2 instances and RDS database in private subnets.
  • C. Place the ALB outside the VPC. Place the EC2 instances and RDS database in private subnets.
  • D. Place the ALB and EC2 instances in public subnets. Place the RDS database in private subnets

Answer: A

 

NEW QUESTION 61
A company is planning to migrate a legacy application to AWS. The application currently uses NFS to communicate to an on-premises storage solution to store application data. The application cannot be modified to use any other communication protocols other than NFS for this purpose.
Which storage solution should a solutions architect recommend for use after the migrations?

  • A. Amazon Elastic File System (Amazon EFS)
  • B. Amazon EMR File System (Amazon EMRFS)
  • C. Amazon Elastic Block Store (Amazon EBS)
  • D. AWS DataSync

Answer: A

Explanation:
https://aws.amazon.com/efs/

 

NEW QUESTION 62
A company has an image processing workload running on Amazon Elastic Container Service {Amazon ECS) in two private subnets Each private subnet uses a NAT instance for Internet access All images are stored in Amazon S3 buckets The company is concerned about the data transfer costs between Amazon ECS and Amazon S3 What should a solutions architect do to reduce costs?

  • A. Configure an interface endpoint for traffic destined to Amazon S3
  • B. Configure a gateway endpoint for traffic destined to Amazon S3
  • C. Configure Amazon CloudFront for the S3 bucket storing the images
  • D. Configure a NAT gateway to replace the NAT instances

Answer: A

 

NEW QUESTION 63
A company is building an application on Amazon EC2 instances that generates temporary transactional data.
The application requires access to data storage that can provide configurable and consistent IOPS What should a solutions architect recommend*?

  • A. Provision an EC2 instance with a General Purpose SSD (gp2> root volume and Provisioned IOPS SSD (io1) data volume
  • B. Provision an EC2 instance with a Throughput Optimized HDD (st1) volume that will serve as the root and data volume
  • C. Provision an EC2 instance with a General Purpose SSD (gp2) root volume Configure the application to store its data in an Amazon S3 bucket
  • D. Provision an EC2 instance with a Throughput Optimized HDD (st1) root volume and a Cold HDD (set) data volume

Answer: A

 

NEW QUESTION 64
A company is hosting 60 TB of production-level data in an Amazon S3 bucket. A solution architect needs to bring that data on premises for quarterly audit requirements. This export of data must be encrypted while in transit. The company has low network bandwidth in place between AWS and its on-premises data center.
What should the solutions architect do to meet these requirements?

  • A. Deploy Amazon Elastic File System (Amazon EFS), with lifecycle policies enabled, on AWS. Use it to transfer the data.
  • B. Deploy an AWS Snowball device in the on-premises data center after completing an export job request in the AWS Snowball console.
  • C. Deploy an AWS Storage Gateway volume gateway on AWS. Enable a 90-day replication window to transfer the data.
  • D. Deploy AWS Migration Hub with 90-day replication windows for data transfer.

Answer: B

Explanation:
AWS Snowball with the Snowball device has the following features:
80 TB and 50 TB models are available in US Regions; 50 TB model available in all other AWS Regions.
https://docs.aws.amazon.com/snowball/latest/ug/whatissnowball.html

 

NEW QUESTION 65
A company's legacy application is currently relying on a single-instance Amazon RDS MySQL database without encryption Due to new compliance requirements, all existing and new data in this database must be encrypted How should this be accomplished?

  • A. Create an RDS read replica with encryption at rest enabled Promote the read replica to master and switch the application over to the new master Delete the old RDS instance.
  • B. Take a snapshot of the RDS instance Create an encrypted copy of the snapshot Restore the RDS instance from the encrypted snapshot
  • C. Enable RDS Multi-AZ mode with encryption at rest enabled Perform a failover to the standby instance to delete the original instance
  • D. Create an Amazon S3 bucket with server-side encryption enabled Move all the data to Amazon S3 Delete the RDS instance

Answer: B

Explanation:
Explanation
How do I encrypt Amazon RDS snapshots?
The following steps are applicable to Amazon RDS for MySQL, Oracle, SQL Server, PostgreSQL, or MariaDB.
Important: If you use Amazon Aurora, you can restore an unencrypted Aurora DB cluster snapshot to an encrypted Aurora DB cluster if you specify an AWS Key Management Service (AWS KMS) encryption key when you restore from the unencrypted DB cluster snapshot. For more information, see Limitations of Amazon RDS Encrypted DB Instances.
Open the Amazon RDS console, and then choose Snapshots from the navigation pane.
Select the snapshot that you want to encrypt.
Under Snapshot Actions, choose Copy Snapshot.
Choose your Destination Region, and then enter your New DB Snapshot Identifier.
Change Enable Encryption to Yes.
Select your Master Key from the list, and then choose Copy Snapshot.
After the snapshot status is available, the Encrypted field will be True to indicate that the snapshot is encrypted.
You now have an encrypted snapshot of your DB. You can use this encrypted DB snapshot to restore the DB instance from the DB snapshot.
https://aws.amazon.com/premiumsupport/knowledge-center/encrypt-rds-snapshots/

 

NEW QUESTION 66
Question 643 A company's website handles millions of requests each day. and the number of requests continues to increase. A solutions architect needs to improve the response time of the web application. The solutions architect determines that the application needs to decrease latency when retrieving product details from the Amazon DynamoDB table

  • A. Set up Amazon ElasliCache for Memcached between the DynamoOB table and the web application Route all read requests through Memcached.
  • B. Set up Amazon DynamoOB Streams on the table, and have AWS Lambda read from the table and populate Amazon ElastiCache. Route all read requests through ElasliCache
  • C. Set up a DynamoOB Accelerator (DAX) cluster Route all read requests through DAX.
  • D. Set up Amazon ElasliCache (or Redis between the DynamoOB table and the web application. Route all read requests through Redis.

Answer: C

 

NEW QUESTION 67
A company is developing an API that mobile apps will use to retneve weather information During beta testing the company ran the API on Amazon EC2 instances and used an Application Load Balancer (ALB) to route requests to a single Auto Scaling group The company used an Amazon DynamoDB table for persistent data storage
The company wants to move to an architecture that can scale easily with the least possible operational overhead
What should a solutions architect do to meet these requirements?

  • A. Configure the API to publish to an Amazon Simple Notification Service (Amazon SNS) topic for each API request method Subscribe an Amazon Simple Queue Service (Amazon SQS) queue to the SNS topic Subscribe an AWS Lambda function to the SQS queue to process a request
  • B. Use separate Auto Scaling groups for each API request type Change the ALB to route requests to the appropriate Auto Scaling group
  • C. Migrate the API to containers Use an Amazon Elastic Container Service (Amazon ECS) cluster that has services for each API request Configure each service with its own Auto Scaling group
  • D. Implement an Amazon API Gateway API to replace the ALB Configure each API request method with an AWS Lambda function to process the request

Answer: D

 

NEW QUESTION 68
A company's web application uses an Amazon RDS PostgreSQL DB instance to store its application data During the financial closing period at the start of every month, Accountants run large queries that impact the database's performance due to high usage The company wants to minimize the impact that the reporting activity has on the web application
What should a solutions architect do to reduce the impact on the database with the LEAST amount of effort?

  • A. Create a cross-Region read replica and direct reporting traffic to the replica.
  • B. Create an Amazon Redshift database and direct reporting traffic to the Amazon Redshift database
  • C. Create a read replica and direct reporting traffic to the replica
  • D. Create a Multi-AZ database and direct reporting traffic to the standby

Answer: C

 

NEW QUESTION 69
A company wants to deploy a new public web application on AWS The application includes a web server tier that uses Amazon EC2 instances The application also includes a database tier that uses an Amazon RDS for MySQL DB instance The application must be secure and accessible for global customers that have dynamic IP addresses How should a solutions architect configure the security groups to meet these requirements'?

  • A. Configure the security group for the web servers to allow inbound traffic on port 443 from the IP addresses of the customers Configure the security group for the DB instance to allow inbound traffic on port 3306 from the IP addresses of the customers
  • B. Configure the security group for the web servers to allow inbound traffic on port 443 from 0.0.0.0.0 Configure the security group for the DB instance to allow inbound traffic on port 3306 from 0.0.0.0/0)
  • C. Configure the security group tor the web servers lo allow inbound traffic on port 443 from 0.0.0. 0/0) Configure the security group for the DB instance to allow inbound traffic on port 3306 from the security group of the web servers
  • D. Configure the security group for the web servers to allow inbound traffic on port 443 from the IP addresses of the customers Configure the security group for the DB instance lo allow inbound traffic on port 3306 from the security group of the web servers

Answer: C

 

NEW QUESTION 70
A company has on-premises servers that run a relational database The database serves high-read traffic for users in different locations The company wants to migrate the database to AWS with the least amount of effort The database solution must support high availability and must not affect the company's current traffic flow Which solution meets these requirements?

  • A. Use a database in Amazon RDS with Multi-AZ and at least one read replica.
  • B. Use databases that are hosted on multiple Amazon EC2 instances in different AWS Regions.
  • C. Use databases that are hosted on Amazon EC2 instances behind an Application Load Balancer in different Availability Zones
  • D. Use a database in Amazon RDS with Multi-AZ and at least one standby replica.

Answer: A

Explanation:
https://aws.amazon.com/blogs/database/implementing-a-disaster-recovery-strategy-with-amazon-rds/

 

NEW QUESTION 71
A company has a data ingestion workflow that includes the following components:
* An Amazon Simple Notation Service (Amazon SNS) topic that receives notifications about new data deliveries
* An AWS Lambda function that processes and stores the data
The ingestion workflow occasionally fails because of network connectivity issues. When tenure occurs the corresponding data is not ingested unless the company manually reruns the job. What should a solutions architect do to ensure that all notifications are eventually processed?

  • A. Configure an Amazon Simple Queue Service (Amazon SQS) queue as the on failure destination Modify the Lambda function to process messages in the queue
  • B. Modify me Lambda functions configuration to increase the CPU and memory allocations tor the (unction
  • C. Configure the SNS topic's retry strategy to increase both the number of retries and the wait time between retries
  • D. Configure the Lambda function (or deployment across multiple Availability Zones

Answer: D

 

NEW QUESTION 72
A company runs batch processes on Amazon EC2 instances that are needed only during business hours These processes must preserve the data at alt times but the speed of processing is not important The company needs to run these processes in the MOST cost-effective manner
Which solution will meet these requirements?

  • A. Use EC2 Reserved instances with the Partial Upfront payment option
  • B. Use Spot Fleet requests with the allocation strategy set to lowestPnce
  • C. Use EC2 Reserved Instances with the All Upfront payment option
  • D. Use persistent Spot Instance requests with behaviour that stops interrupted instances

Answer: A

 

NEW QUESTION 73
An ecommerce company is running a multi-tier application on AWS. The front-end and backend tiers both run on Amazon EC2. and the database runs on Amazon RDS for MySQL. The backend tier communicates with the RDS instance. There are frequent calls to return identical datasets from the database that are causing performance slowdowns.
Which action should be taken to improve the performance of the backend?

  • A. Implement Amazon SNS to store the database calls.
  • B. Implement Amazon Kinesis Data Firehose to stream the calls to the database.
  • C. Implement an RDS for MySQL read replica to cache database calls.
  • D. Implement Amazon ElastiCache to cache the large datasets.

Answer: D

 

NEW QUESTION 74
A solutions architect finds that an Amazon Aurora cluster with On-Demand Instance pricing is being underutilized for a blog application The application is used only for a few minutes several times each day for reads What should a solutions architect do to optimize utilization MOST cost-effectively?

  • A. Convert the original Aurora database to Aurora parallel query
  • B. Enable Auto Scaling on the original Aurora database
  • C. Convert the original Aurora database to Amazon Aurora Serverless
  • D. Convert the original Aurora database to an Aurora global database

Answer: C

 

NEW QUESTION 75
A healthcare company stores highly sensitive patient records. Compliance requires that multiple copies be stored in different locations Each record must be stored for 7 years. The company has a service level agreement (SLA) to provide records to government agencies immediately for the first 30 days and then within
4 hours of a request thereafter.
What should a solutions architect recommend?

  • A. Use Amazon S3 with cross-origin resource sharing (GORS) enabled After 30 days, transition the data to Amazon S3 Glacier Deep Archive using a lifecycle policy
  • B. Use Amazon S3 with cross-Region replication enabled After 30 days, transition the data to Amazon S3 Glacier using lifecycle policy
  • C. Use Amazon S3 with cross-origin resource sharing (CORS) enabled. After 30 days, transition the data to Amazon S3 Glacier using a lifecycle policy.
  • D. Use Amazon S3 with cross-Region replication enabled After 30 days, transition the data to Amazon S3 Glacier Deep Achieve using a lifecycle policy

Answer: B

 

NEW QUESTION 76
A solutions architect is designing the cloud architecture for a new application being deployed on AWS. The process should run in parallel while adding and removing application nodes as needed based on the number of fobs to be processed. The processor application is stateless. The solutions architect must ensure that the application is loosely copied and the job items are durably stored
Which design should the solutions architect use?

  • A. Create an Amazon SQS queue to hold the jobs that needs to be processed Create an Amazon Machine image (AMI) that consists of the processor application Create a launch template that uses the AMI Create an Auto Scaling group using the launch template Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of items in the SQS queue
  • B. Create an Amazon SNS topic to send the jobs that need to be processed Create an Amazon Machine Image (AMI) that consists of the processor application Create a launch template that uses the AMI Create an Auto Scaling group using the launch template Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of messages published to the SNS topic
  • C. Create an Amazon SNS topic to send the jobs that need to be processed Create an Amazon Machine Image (AMI) that consists of the processor application Create a launch configuration that uses the AMI Create an Auto Scaling group using the launch configuration Set the scaling policy for the Auto Scaling group to add and remove nodes based on CPU usage
  • D. Create an Amazon SQS queue to hold the jobs that need to be processed Create an Amazon Machine image (AMI) that consists of the processor application Create a launch configuration that uses the AM' Create an Auto Scaling group using the launch configuration Set the scaling policy for the Auto Scaling group to add and remove nodes based on network usage

Answer: A

Explanation:
"Create an Amazon SQS queue to hold the jobs that needs to be processed. Create an Amazon EC2 Auto Scaling group for the compute application. Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of items in the SQS queue"
In this case we need to find a durable and loosely coupled solution for storing jobs. Amazon SQS is ideal for this use case and can be configured to use dynamic scaling based on the number of jobs waiting in the queue.To configure this scaling you can use the backlog per instance metric with the target value being the acceptable backlog per instance to maintain. You can calculate these numbers as follows: Backlog per instance: To calculate your backlog per instance, start with the ApproximateNumberOfMessages queue attribute to determine the length of the SQS queue

 

NEW QUESTION 77
......

Practice LATEST SAA-C02 Exam Updated 726 Questions: https://dumpstorrent.dumpsfree.com/SAA-C02-valid-exam.html