Top Tips Of Renew SAA-C02 Exam Question

Exam Code: SAA-C02 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: AWS Certified Solutions Architect - Associate (SAA-C02)
Certification Provider: Amazon-Web-Services
Free Today! Guaranteed Training- Pass SAA-C02 Exam.

Check SAA-C02 free dumps before getting the full version:

NEW QUESTION 1
A media streaming company collects real-time data and stores it in a disk-optimized database system The company is not getting the expected throughput and wants an in-memory database storage solution that performs faster and provides high availability using data replication.
Which database should a solutions architect recommend'?

  • A. Amazon RDS for MySQL
  • B. Amazon RDS for PostgreSQL
  • C. Amazon ElastiCache for Redis
  • D. Amazon ElastiCache for Memcached

Answer: C

NEW QUESTION 2
A company has application running on Amazon EC2 instances in a VPC. One of the applications needs to call an Amazon S3 API to store and read objects. The company’s security policies restrict any internet-bound traffic from the applications.
Which action will fulfill these requirements and maintain security?

  • A. Configure an S3 interface endpoint.
  • B. Configure an S3 gateway endpoint.
  • C. Create an S3 bucket in a private subnet.
  • D. Create an S3 bucket in the same Region as the EC2 instance.

Answer: C

NEW QUESTION 3
A company runs an internal browser-based application The application runs on Amazon EC2 instances behind an Application Load Balancer The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones The Auto Scaling group scales up to 20 instances during work hours, but scales down to 2 instances overnight Staff are complaining that the application is very slow when the day begins, although it runs well by mid-morning.
How should the scaling be changed to address the staff complaints and keep costs to a minimum?

  • A. Implement a scheduled action that sets the desired capacity to 20 shortly before the office opens
  • B. Implement a step scaling action triggered at a lower CPU threshold, and decrease the cooldown period.
  • C. Implement a target tracking action triggered at a lower CPU threshold and decrease the cooldown period
  • D. Implement a scheduled action that sets the minimum and maximum capacity to 20 shortly before the office opens

Answer: B

NEW QUESTION 4
A company has a two-tier application architecture that runs in public and private subnets Amazon EC2 instances running the web application are in the public subnet and a database runs on the private subnet The web application instances and the database are running in a single Availability Zone (AZ).
Which combination of steps should a solutions architect take to provide high availability for this architecture? (Select TWO.)

  • A. Create new public and private subnets in the same AZ for high availability
  • B. Create an Amazon EC2 Auto Scaling group and Application Load Balancer spanning multiple AZs
  • C. Add the existing web application instances to an Auto Scaling group behind an Application Load Balancer
  • D. Create new public and private subnets in a new AZ Create a database using Amazon EC2 in one AZ
  • E. Create new public and private subnets in the same VPC each in a new AZ Migrate the database to an Amazon RDS multi-AZ deployment

Answer: BE

NEW QUESTION 5
A solutions architect is optimizing a website for an upcoming musical event Videos of the performances will be streamed in real time and then will be available on demand The event is expected to attract a global online audience
Which service will improve the performance of both the real-time and on-demand streaming?

  • A. Amazon CloudFront
  • B. AWS Global Accelerator
  • C. Amazon Route 53
  • D. Amazon S3 Transfer Acceleration

Answer: A

NEW QUESTION 6
A recently acquired company is required to buikl its own infrastructure on AWS and migrate multiple applications to the cloud within a month Each application has approximately 50 TB of data to be transferred After the migration is complete this company and its parent company will both require secure network connectivity with consistent throughput from their data centers to the applications A solutions architect must ensure one-time data migration and ongoing network connectivity
Which solution will meet these requirements''

  • A. AWS Direct Connect for both the initial transfer and ongoing connectivity
  • B. AWS Site-to-Site VPN for both the initial transfer and ongoing connectivity
  • C. AWS Snowball for the initial transfer and AWS Direct Connect for ongoing connectivity
  • D. AWS Snowball for the initial transfer and AWS Site-to-Site VPN for ongoing connectivity

Answer: C

NEW QUESTION 7
A company runs an application on a group of Amazon Linux EC2 instances The application writes log files using standard API calls For compliance reasons, all log files must be retained indefinitely and will be analyzed by a reporting tool that must access all files concurrently
Which storage service should a solutions architect use to provide the MOST cost-effective solution?

  • A. Amazon EBS
  • B. Amazon EFS
  • C. Amazon EC2 instance store
  • D. Amazon S3

Answer: D

NEW QUESTION 8
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 read replica and direct reporting traffic to the replica.
  • B. Create a Multi-AZ database and direct reporting traffic to the standby.
  • C. Create a cross-Region read replica and direct reporting traffic to the replica.
  • D. Create an Amazon Redshift database and direct reporting traffic to the Amazon Redshift database.

Answer: B

NEW QUESTION 9
A company serves content to its subscribers across the world using an application running on AWS The application has several Amazon EC2 instances in a private subnet behind an Application Load Balancer (ALB) Due to a recent change in copyright restrictions the chief information officer (CIO) wants to block access for certain countries
Which action will meet these requirements?

  • A. Modify the ALB security group to deny incoming traffic from blocked countries
  • B. Modify the security group for EC2 instances to deny incoming traffic from blocked countries
  • C. Use Amazon CloudFront to serve the application and deny access to blocked countries
  • D. Use ALB listener rules to return access denied responses to incoming traffic from blocked countries

Answer: C

NEW QUESTION 10
A financial services company has a web application that serves users in the United States and Europe The application consists of a database tier and a web server tier The database tier consists of a MySQL database hosted in us-east-1 Amazon Route 53 geoproximity routing is used to direct traffic to instances in the closest Region A performance review of the system reveals that European users are not receiving the same level of query performance as those in the United States
Which changes should be made to the database tier to improve performance?

  • A. Migrate the database to Amazon RDS for MySQL Configure Multi-AZ in one of the European Regions
  • B. Migrate the database to Amazon DynamoDB Use DynamoDB global tables to enable replication to additional Regions
  • C. Deploy MySQL instances in each Region Deploy an Application Load Balancer in front of MySQL to reduce the load on the primary instance
  • D. Migrate the database to an Amazon Aurora global database in MySQL compatibility mode Configure read replicas in one of the European Regions

Answer: D

NEW QUESTION 11
A solutions architect is designing a two-tier web application The application consists of a public-facing web tier hosted on Amazon EC2 in public subnets The database tier consists of Microsoft SQL Server running on Amazon EC2 in a private subnet Security is a high priority for the company
How should security groups be configured in this situation? (Select TWO )

  • A. Configure the security group for the web tier to allow inbound traffic on port 443 from 0 0 0 0/0
  • B. Configure the security group for the web tier to allow outbound traffic on port 443 from 0 0 0 0/0
  • C. Configure the security group for the database tier to allow inbound traffic on port 1433 from the security group for the web tier
  • D. Configure the security group for the database tier to allow outbound traffic on ports 443 and 1433 to the security group for the web tier
  • E. Configure the security group for the database tier to allow inbound traffic on ports 443 and 1433 from the security group for the web tier

Answer: AC

NEW QUESTION 12
A company has been storing analytics data in an Amazon RDS instance for the past few years. The company asked a solutions architect to find a solution that allows users to access this data using an API The expectation is that the application will experience periods of inactivity but could receive bursts of traffic within seconds
Which solution should the solutions architect suggest?

  • A. Set up an Amazon API Gateway and use Amazon ECS.
  • B. Set up an Amazon API Gateway and use AWS Elastic Beanstalk.
  • C. Set up an Amazon API Gateway and use AWS Lambda functions
  • D. Set up an Amazon API Gateway and use Amazon EC2 with Auto Scaling

Answer: C

NEW QUESTION 13
A gaming company has multiple Amazon EC2 instances in a single Availability Zone for its multiplayer game that communicates with users on Layer 4 The chief technology officer (CTO) wants to make the architecture highly available and cost-effective.
What should a solutions architect do to meet these requirements? (Select TWO.)

  • A. Increase the number of EC2 instances.
  • B. Decrease the number of EC2 instances
  • C. Configure a Network Load Balancer in front of the EC2 instances.
  • D. Configure an Application Load Balancer in front of the EC2 instances
  • E. Configure an Auto Scaling group to add or remove instances in multiple Availability Zones automatically.

Answer: CE

NEW QUESTION 14
A company is hosting a web application on AWS using a single Amazon EC2 instance that stores
user-uploaded documents in an Amazon EBS volume For better scalability and availability the company duplicated the architecture and created a second EC2 instance and EBS volume in another Availability Zone: placing both behind an Application Load Balancer After completing this change users reported that each time they refreshed the website they could see one subset of their documents or the other but never all of the documents at the same time
What should a solutions architect propose to ensure users see all of their documents at once''

  • A. Copy the data so both EBS volumes contain all the documents
  • B. Configure the Application Load Balancer to direct a user to the server with the documents
  • C. Copy the data from both EBS volumes to Amazon EFS Modify the application to save new documents to Amazon EPS
  • D. Configure the Application Load Balancer to send the request to both servers Return each document from the correct server

Answer: C

NEW QUESTION 15
A company has deployed an API in a VPC behind an internet-facing Application Load Balancer (ALB) An application that consumes the API as a client is deployed in a second account in private subnets behind a NAT gateway. When requests to the client application increase, the NAT gateway costs are higher than expected. A solutions architect has configured the ALB to be internal.
Which combination of architectural changes will reduce the NAT gateway costs'? (Select TWO )

  • A. Configure a VPC peering connection between the two VPC
  • B. Access the API using the private address
  • C. Configure an AWS Direct Connect connection between the two VPC
  • D. Access the API using the private address.
  • E. Configure a ClassicLink connection for the API into the client VPC Access the API using the ClassicLink address.
  • F. Configure a PrivateLink connection for the API into the client VP
  • G. Access the API using the PrivateLink address.
  • H. Configure an AWS Resource Access Manager connection between the two accounts Access the API using the private address

Answer: DE

NEW QUESTION 16
A solutions architect has created a new AWS account and must secure AWS account root user access Which combination of actions will accomplish this? (Select TWO.)

  • A. Ensure the root user uses a strong password
  • B. Enable multi-factor authentication to the root user
  • C. Store root user access keys in an encrypted Amazon S3 bucket
  • D. Add the root user to a group containing administrative permissions.
  • E. Apply the required permissions to the root user with an inline policy document

Answer: AB

Explanation:
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html

NEW QUESTION 17
A company wants to host a scalable web application on AWS. The application will be accessed by users from different geographic regions of the world. Application users will be able to download and upload unique data up to gigabytes in size. The development team wants a cost-effective solution to minimize upload and download latency and maximize performance.
What should a solutions architect do to accomplish this?

  • A. Use Amazon S3 with Transfer Acceleration to host the application.
  • B. Use Amazon S3 with CacheControl headers to host the application.D18912E1457D5D1DDCBD40AB3BF70D5D
  • C. Use Amazon EC2 with Auto Scaling and Amazon CloudFront to host the application.
  • D. Use Amazon EC2 with Auto Scaling and Amazon ElastiCache to host the application.

Answer: C

NEW QUESTION 18
A company wants to migrate a high performance computing (HPC) application and data from on-premises to the AWS Cloud The company uses tiered storage on premises with hot high-performance parallel storage to support the application during periodic runs of the application and more economical cold storage to hold the data when the application is not actively running
Which combination of solutions should a solutions architect recommend to support the storage needs of the application? (Select TWO )

  • A. Amazon S3 for cold data storage
  • B. Amazon EFS for cold data storage
  • C. Amazon S3 for high-performance parallel storage
  • D. Amazon FSx for Lustre for high-performance parallel storage
  • E. Amazon FSx for Windows for high-performance parallel storage

Answer: AD

NEW QUESTION 19
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 jobs to be processed The processor application is stateless The solutions architect must ensure that the application is loosely coupled and the job items are durably stored
Which design should the solutions architect use?

  • A. 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
  • B. 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 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 network usage
  • C. 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
  • D. 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.

Answer: C

NEW QUESTION 20
......

P.S. Easily pass SAA-C02 Exam with 315 Q&As Surepassexam Dumps & pdf Version, Welcome to Download the Newest Surepassexam SAA-C02 Dumps: https://www.surepassexam.com/SAA-C02-exam-dumps.html (315 New Questions)