AWS solutions architect associate exam questions saa-c02

AWS certified solutions architect associate practice exams with the sample questions (saa-c02 sample questions) are given below. We provide saa-c02 exam questions from the previous exams. It gives a glance at AWS exam pattern. The following architect associate aws mcq questions and answers are with multiple correct answers. AWS solutions architect associate exam questions saa-c02 dumps is added on netflixsub.com. aws solutions architect associate exam questions are also available. We are planning on providing saa-c02 pdf/ebook.
aws saa-c02 exam questions
Q.1. You have several EC2 Reserved Instances in your account that needs to be decommissioned and shut down since they are no longer required. The data is still required by the Audit team.
Which of the following steps can be taken for this scenario? (two correct answers)
A : You can opt to sell these EC2 instances on the AWS Reserved Instance Marketplace
B : Convert the EC2 instance to On-Demand instances
C : Take snapshots of the EBS volumes and terminate the EC2 instances.
D : Convert the EC2 instances to Spot instances with a persistent Spot request type.
A : You can opt to sell these EC2 instances on the AWS Reserved Instance Marketplace C : Take snapshots of the EBS volumes and terminate the EC2 instances.
Q.2. You are a Solutions Architect in an intelligence agency that is currently hosting a learning and training portal in AWS. Your manager instructed you to launch a large EC2 instance with an attached EBS Volume and enable Enhanced Networking.
What are the valid case scenarios in using Enhanced Networking? (two correct answers)
A : When you need a consistently lower inter-instance latency
B : When you need high latency networking
C : When you need a dedicated connection to your on-premises data center
D : When you need a low packet-per-second performance
E : When you need a higher packet per second (PPS) performance
A : When you need a consistently lower inter-instance latency E : When you need a higher packet per second (PPS) performance
Q.3. You were hired as an IT Consultant in a startup cryptocurrency company that wants to go global with their international money transfer app. Your project is to make sure that the database of the app is highly available on multiple regions.
What are the benefits of adding Multi-AZ deployments in Amazon RDS? (two correct answers)
A : Increased database availability in the case of system upgrades like OS patching or DB Instance scaling.
B : Significantly increases the database performance.
C : Provides SQL optimization.
D : Creates a primary DB Instance and synchronously replicates the data to a standby instance in a different Availability Zone (AZ) in a different region.
E : Provides enhanced database durability in the event of a DB instance component failure or an Availability Zone outage.
A : Increased database availability in the case of system upgrades like OS patching or DB Instance scaling. E : Provides enhanced database durability in the event of a DB instance component failure or an Availability Zone outage.
Q.4. You are the Solutions Architect of a software development company where you are required to connect the on-premises infrastructure to their AWS cloud.
Which of the following AWS services can you use to accomplish this? (two correct answers)
A : NAT Gateway
B : VPC Peering
C : AWS Direct Connect
D : Amazon Connect
E : IPsec VPN connection
C : AWS Direct Connect E : IPsec VPN connection
aws certified solutions architect associate practice exams
Q.5. A construction company has an online system that tracks all of the status and progress of their projects. The system is hosted in AWS and there is a requirement to monitor the read and write IOPs metrics for their MySQL RDS instance and send real-time alerts to their DevOps team.
Which of the following services in AWS can you use to meet the requirements? (two correct answers)
A : Amazon Simple Notification Service
B : Amazon Simple Queue Service
C : Route 53
D : SWF
E : CloudWatch
A : Amazon Simple Notification Service E : CloudWatch
saa c02 exam dumps
Q.6. An application is hosted in an Auto Scaling group of EC2 instances and a Microsoft SQL Server on Amazon RDS. There is a requirement that all in-flight data between your web servers and RDS should be secured.
Which of the following options is the MOST suitable solution that you should implement? (two correct answers)
A : Download the Amazon RDS Root CA certificate. Import the certificate to your servers and configure your application to use SSL to encrypt the connection to RDS.
B : Force all connections to your DB instance to use SSL by setting the rds.force_ssl parameter to true. Once done, reboot your DB instance.
C : Enable the IAM DB authentication in RDS using the AWS Management Console.
D : Specify the TDE option in an RDS option group that is associated with that DB instance to enable transparent data encryption (TDE).
E : Configure the security groups of your EC2 instances and RDS to only allow traffic to and from port 443.
A : Download the Amazon RDS Root CA certificate. Import the certificate to your servers and configure your application to use SSL to encrypt the connection to RDS. B : Force all connections to your DB instance to use SSL by setting the rds.force_ssl parameter to true. Once done, reboot your DB instance.
AWS saa-c02 exam questions
Q.7. A financial analytics application that collects, processes and analyzes stock data in real-time is using Kinesis Data Streams. The producers continually push data to Kinesis Data Streams while the consumers process the data in real time.
In Amazon Kinesis, where can the consumers store their results? (two correct answers)
A : Amazon Redshift
B : Amazon S3
C : AWS Glue
D : Glacier Select
E : Amazon Athena
A : Amazon Redshift B : Amazon S3
Q.8. A web application is deployed in an On-Demand EC2 instance in your VPC. There is an issue with the application which requires you to connect to it via an SSH connection.
Which of the following is needed in order to access an EC2 instance from the Internet? (three correct answers)
A : A Public IP address attached to the EC2 instance.
B : A Private Elastic IP address attached to the EC2 instance.
C : A Private IP address attached to the EC2 instance.
D : An Internet Gateway (IGW) attached to the VPC.
E : A route entry to the Internet gateway in the Route table of the VPC.
F : A VPN Peering connection.
A : A Public IP address attached to the EC2 instance. D : An Internet Gateway (IGW) attached to the VPC. E : A route entry to the Internet gateway in the Route table of the VPC.