Premium

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



Question : You have hosted your web application named www.HadoopExam.com. You are receiving logs as a continuous stream of data. For daily data analysis
you want to store this data in Redshift as well as Elastic Search Servers. Which of the following is best suitable option

  : You have hosted your web application named www.HadoopExam.com. You are receiving logs as a continuous stream of data. For daily data analysis
1. Use AWS SQS service

2. Use AWS SNS Service

3. Use AWS CloudFront

4. Use Amazon Kinesis Firehose


Correct Answer : Get Lastest Questions and Answer :
Explanation: Amazon Kinesis is a platform for streaming data on AWS, offering powerful services to make it easy to load and analyze streaming
data, and also providing the ability for you to build custom streaming data applications for specialized needs. Web applications, mobile devices,
wearables, industrial sensors, and many software applications and services can generate staggering amounts of streaming data - sometimes TBs per hour - that need
to be collected, stored, and processed continuously. Amazon Kinesis services enable you to do that simply and at a low cost.

Firehose loads streaming data continuously into S3, redshift and Elasticsearch domains.




Question : Which of the following can be used with the Provisioned IOPS Storage
  : Which of the following can be used with the Provisioned IOPS Storage
1. Multi-AZ
2. Read Replicas
3. Snapshots
4. VPC
5. All of the above



Correct Answer : Get Lastest Questions and Answer :

Using Provisioned IOPS Storage with Multi-AZ, Read Replicas, Snapshots, VPC, and DB Instance Classes
For production OLTP use cases, we recommend that you use Multi-AZ deployments for enhanced fault tolerance and Provisioned IOPS storage for fast and
predictable performance. In addition to Multi-AZ deployments, Provisioned IOPS storage complements the following features:

Amazon VPC for network isolation and enhanced security.

Read Replicas The type of storage on a read replica is independent of that on the master DB instance. For example, if the master DB instance uses
standard storage, you can add read replicas that use Provisioned IOPS storage and vice versa. If you use standard storage based read replicas with a master DB
instance that uses Provisioned IOPS storage, the performance of your read replicas may differ considerably from that of a configuration in which both the
master DB instance and the read replicas are using Provisioned IOPS storage.

DB Snapshots If you are using a DB instance that uses Provisioned IOPS storage, you can use a DB snapshot to restore an identically configured DB
instance, regardless of whether the target DB instance uses standard storage or Provisioned IOPS storage. If your DB instance uses standard storage, you can use a
DB snapshot to restore only a DB instance that uses standard storage.

You can use Provisioned IOPS storage with any DB instance class that runs the DB engine you want; however, smaller DB instance classes will not
consistently make the best use Provisioned IOPS storage. We recommend that you use Provisioned IOPS Optimized storage.





Question : As per the Government law, you have to store years sale/purchase history on www.HadoopExam.com , which is not the best solution for this
requirement. However, please note that data volume is quite high in few Tera Bytes , recent 6 month data needs to be available to use immediately and
solution should be cost effective.
  : As per the Government law, you have to store  years sale/purchase history on www.HadoopExam.com , which is not the best solution for this
1. You will be using S3

2. You will be using Amazon Redshift

3. You will be using Glacier Vault

4. You will be using both S3 and Glacier

5. You will be using EMR and Redshift

Correct Answer : Get Lastest Questions and Answer :
Explanation: As we need storage so we can use both S3 and Glacier because both are cost effective. Any data which is older than 6 month
which is less frequently used can be deleted from S3 and moved to Glacier (You can create policy ). After 5 years data can be deleted from Glacier. Please note
that data stored in Glacier will higher retrieval time like 4-5 hours.




Related Questions


Question : You have recently joined a media company, who runs their website on reserved EC instances. However, because of recent popularity,
traffic had increased on the website. Your chief architect hired and asking you to implement auto scaling for the websites EC2 server, which should at the
max 10 EC2 servers. These 3 reserved instances are already have 2 years remaining and their price is paid upfront.


  : You have recently joined a media company, who runs their website on  reserved EC instances. However, because of recent popularity,
1. You will use this three server and 7 additional on demand server for configuring auto scaling.

2. You will be having all 10 new server and that will be on spot instances in auto scaling.

3. Access Mostly Uused Products by 50000+ Subscribers

4. You will be reserving 7 more instances with same configuration and put all 10 in auto scaling group.



Question : How to use Route to direct your domain to an Elastic Load Balancer fronting your web servers.
Which of the following record set, you will create ?
  : How to use Route  to direct your domain to an Elastic Load Balancer fronting your web servers.
1. AAAA
2. A
3. Access Mostly Uused Products by 50000+ Subscribers
4. MX

Ans : 3
Exp : The AWS::Route53::RecordSet type can be used as a standalone resource or as an embedded property in the AWS::Route53::RecordSetGroup type.
Note that some AWS::Route53::RecordSet properties are valid only when used within AWS::Route53::RecordSetGroup.

Note that before you use AWS CloudFormation to add a recordset to hosted zone, that hosted zone must already be created in Amazon Route 53.
AWS CloudFormation does not create new hosted zones.

In CloudFront, an alternate domain name, also known as a CNAME, lets you use your own domain name (for example, www.example.com)
for links to your objects instead of using the domain name that CloudFront assigns to your distribution.
Both web and RTMP distributions support alternate domain names.

When you create a distribution, CloudFront returns a domain name for the distribution, for example:

d111111abcdef8.cloudfront.net

When you use the CloudFront domain name for your objects, the URL for an object called /images/image.jpg is:

http://d111111abcdef8.cloudfront.net/images/image.jpg

If you want to use your own domain name, such as www.example.com, instead of the cloud
front.net domain name
that CloudFront assigned to your distribution, you can add an alternate domain name to your distribution for www.example.com.
You can then use the following URL for /images/image.jpg:

http://www.example.com/images/image.jpg



Question : Key Pairs consist of a public and private key where you use the private key to create a digital signature,
and then AWS uses the corresponding public key to validate the signature , select the correct statement which applies correctly ?
  : How to use Route  to direct your domain to an Elastic Load Balancer fronting your web servers.
1. Key pairs are used for all Amazon services
2. Key pairs are used only for Amazon SDKs
3. Access Mostly Uused Products by 50000+ Subscribers
4. Key pairs are used only for Elastic Load Balancing and AWS IAM
Ans : 3
Exp :

Key pairs consist of a public and private key, where you use the private key to create a digital signature,
and then AWS uses the corresponding public key to validate the signature. Key pairs are used only for Amazon EC2 and Amazon CloudFront.

For Amazon EC2, you use key pairs to access Amazon EC2 instances, such as when you use SSH to log in to a Linux instance.

For Amazon CloudFront, you use key pairs to create signed URLs for private content,
such as when you want to distribute restricted content that someone paid for.



Question : For which of the following you can apply Multifactor Authentication ?

  : How to use Route  to direct your domain to an Elastic Load Balancer fronting your web servers.
1. Root Users
2. IAM Users
3. Access Mostly Uused Products by 50000+ Subscribers
4. Only 1,2 are correct
5. All 1,2,3 are correct

Ans : 2
Exp :AWS Multi-Factor Authentication (AWS MFA) provides an extra level of security that you can apply to your AWS environment.
With AWS MFA enabled, when you sign in to an AWS website, you are prompted for your user name and password, as well as for an
authentication code from an MFA device. Taken together, these multiple factors provide increased security for your AWS account settings and resources.
You can enable MFA for the root account and for IAM users.



Question : You are closely working with AWS solution architect and he suggested to implement auto scaling for your, website hosted on EC. Why he suggested
to use auto scaling configured for website?
A. Using Auto scaling you can divert traffic to particular instances eg 30%, 30% and 40% on three different EC2 instances.
B. You can have dynamism in your EC2 instances need, so whenever more instances required it will be launched and whenever not then they will be not
used and not charged.
C. Using auto scaling you can monitor the entire fleet of EC2 instances e.g. CPU monitoring
D. Using auto scaling will help you to send alert on your mobile using SNS. So you will get real time picture of EC2 instances.
E. Using auto scaling you can configure your own AMI and minimum number of EC2 instances.

  : How to use Route  to direct your domain to an Elastic Load Balancer fronting your web servers.
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E
5. B,E


Question : When you configured auto scaling, you found that the launch configuration kept out side of the auto scaling, what all are the benefits you
observe having it outside the auto scaling group.
A. You can change the configuration for EC2 instance types without touching the currently running EC2 instances.
B. You can change the AMI and new instances can be launched using new AMI and previously running can be stopped.
C. Even you can apply patch to EC2 instances and bring down already running EC2 instances.
D. You can have added new security rule to already running EC2 instances, without bring them down.

  : When you configured auto scaling, you found that the launch configuration kept out side of the auto scaling, what all are the benefits you
1. A,B
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,C,D


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.



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


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.