Premium

AWS Certified Solutions Architect – Associate Questions and Answers (Dumps and Practice Questions)



Question : While setting up new VPC , you find only a public VPN is in place. After you created your VPC, you created a new subnet,
a new internet gateway and attached your internet gateway with your VPC. As you created your first instance in to your VPC,
you realized that you can not connect the instance even it is configured with elastic IP. What should be done to access the instance?


  : While setting up new VPC , you find only a public VPN is in place. After you created your VPC, you created a new subnet,
1. A proper KeyPair has to be setup.
2. A proper Security Group needs to be created to allow inbound and outbound traffic.
3. Access Mostly Uused Products by 50000+ Subscribers
4. A EC2 instance should be created and all traffic should be forwarded to EC2 instance.


Ans : 3
Exp : Your VPC has an implied router ,
the VPC wizard creates a route table that routes all traffic destined for an address outside the VPC to the Internet gateway,
and associates this route table with the subnet. Otherwise, you'd need to create and associate the route table yourself.

The following table shows what the route table looks like for the example addresses used in the configuration diagram
for this scenario. The first row shows the entry for local routing in the VPC; this entry enables the instances in this VPC
to communicate with each other. The second row shows the entry for routing all other subnet traffic to the Internet gateway,
which is specified using its AWS-assigned identifier.

Destination 10.0.0.0/16 Target local
Destination 0.0.0.0/0 Target igw-xxxxxxxx




Question : You are working in a media company, which provide online ticket booking solution. However, there is a heavy load on the website, hence you
are using fleet of EC2 servers (10 EC2 server). These all EC2 servers are behind the ELB . Now, you see there is possibility that some of the EC2
instances can fail, which a true statement is from below.


  : While setting up new VPC , you find only a public VPN is in place. After you created your VPC, you created a new subnet,
1. If an EC2 instance fails, ELB will terminate and remove that EC2 instance from cluster.

2. A new instance will be launched by ELB

3. Access Mostly Uused Products by 50000+ Subscribers

4. Whatever traffic will be sent to failed instance from ELB will be lost and end user user will lose the connection with EC2.


Correct Answer : Get Lastest Questions and Answer :
Explanation: Health check is one of the main feature of an ELB, based on configured consecutive try to failed instance ELB will stop sending
traffic to failed instance and you will not lose any traffic.




Question : Your chief architect suggested to you that, you should start monitoring your provisioned AWS infrastructure. And you started implementing
monitoring for heavily loaded website using CloudWatch basic monitoring. However, you failed to set monitoring, select which one
A. Number of failed purchases on the website
B. Number of failed connection with the database
C. How much memory is consumed by EC2 instances
D. Hypervisor visible matric such as CPU utilization

  : Your chief architect suggested to you that, you should start monitoring your provisioned AWS infrastructure. And you started implementing
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,D

Correct Answer : Get Lastest Questions and Answer :
Explanation: Amazon Cloudwatch basic monitoring only support for the Hypervisor visible matric only like CPU utilization. And OS level, DB
connection and Memory monitoring has to be developed in custom mode.




Question : You are working with an e-commerce company, they have millions of existing customer account, they are planning to start days online sale
and during the sale they want to have personalized recommendation of the products based on previous purchase history. You have been informed that this
event will happen between 19th Oct to 22nd Oct. Being an AWS architect how would you make sure that your website will always be live during those days
and capable of handling the load. Your website currently using 10 EC2 instances and during the sale you planned 10 more EC2 instances.


  : You are working with an e-commerce company, they have millions of existing customer account, they are planning to start  days online sale
1. You will provision 20 EC2 instances before sale start and 10 instance will be started and 10 will remain in stopped state for those
days. As soon as sale start you will start all 20 EC2 instances.

2. You will be configuring auto scaling for minimum 10 instances and maximum 20 instances. Hence, it can auto scale when the load
increases

3. Access Mostly Uused Products by 50000+ Subscribers

4. You don’t have to do anything, its AWS responsibility to handle the heavy load. You have to inform AWS support.


Correct Answer : Get Lastest Questions and Answer :
Explanation: You will be certainly using Auto scaling for given scenario, because auto scaling is for the events where heavy traffic
occasionally expected and based on your configuration it can reach maximum capacity which you have configured as well as it’s an cost effective
solution. Because when load is low extra instances will not be used and no charge will be applicable on that.


Related Questions


Question :
How would you change an instances security group?
  :
1. Stop the instance and change the security group.
2. Run an AWS command line interface command to change the security group.
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of the above



Question : When assessing an organizations use of AWS API access credentials which of the following three credentials should be evaluated?
Choose 3 answers
A. Key pairs
B. Console passwords
C. Access keys
D. Signing certificates
E. Security Group memberships
  : When assessing an organizations use of AWS API access credentials which of the following three credentials should be evaluated?
1. A,C,D
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,D
5. B,C,E



Question :
What happens to an attached Elastic IP Address when the instance is stopped?

  :
1. It stays attached to the instance.
2. It becomes unattached until the instance is restarted.
3. Access Mostly Uused Products by 50000+ Subscribers
4. It is disassociated from the account.



Question :
Your Database engine needs to build indexes. You configure a read replica from the current production system
and start the index building on the read replicas. What do you need to do once the indexes are complete?
  :
1. Change the DNS to the read replica
2. Request AWS to change endpoint to read replica
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of the above



Question :
Which storage engine is required for MySQL read replicas?

  :
1. InnoDB
2. MyISAM
3. Access Mostly Uused Products by 50000+ Subscribers
4. Federated



Question :
What would you need to edit to allow connections from your remove IP to your database instance?
  :
1. VPC Network
2. Options Group
3. Access Mostly Uused Products by 50000+ Subscribers
4. Security Group