[PDF&VCE] Offering New AWS Certified Solutions Architect – Associate Exam PDF And AWS Certified Solutions Architect – Associate Exam VCE Dumps For Free Downloading (1-25)

2016 October Amazon Official New Released AWS Certified Solutions Architect – Associate Dumps in Lead2pass.com!

100% Free Download! 100% Pass Guaranteed!

We at Lead2pass are committed to help you clear your AWS Certified Solutions Architect – Associate certification test with high scores. The chances of you failing to clear your AWS Certified Solutions Architect – Associate test, after going through our comprehensive exam dumps is very bleak.

Following questions and answers are all new published by Amazon Official Exam Center: http://www.lead2pass.com/aws-certified-solutions-architect-associate.html

QUESTION 1
Amazon SWF is designed to help users…

A.    Design graphical user interface interactions
B.    Manage user identification and authorization
C.    Store Web content
D.    Coordinate synchronous and asynchronous tasks which are distributed and fault tolerant.

Answer: D

QUESTION 2
Can I control if and when MySQL based RDS Instance is upgraded to new supported versions?

A.    No
B.    Only in VPC
C.    Yes

Answer: C

QUESTION 3
What does Amazon Elastic Beanstalk provide?

A.    A scalable storage appliance on top of Amazon Web Services.
B.    An application container on top of Amazon Web Services.
C.    A service by this name doesn’t exist.
D.    A scalable cluster of EC2 instances.

Answer: B

QUESTION 4
True or False: When using IAM to control access to your RDS resources, the key names that can be used are case sensitive. For example,
aws:CurrentTime is NOT equivalent to AWS:currenttime.

A.    TRUE
B.    FALSE

Answer: B
Explanation:
http://docs.aws.amazon.com/directconnect/latest/UserGuide/using_iam.html
Key names are case-insensitive. For example, aws:CurrentTime is equivalent to AWS:currenttime.

QUESTION 5
What will be the status of the snapshot until the snapshot is complete.

A.    running
B.    working
C.    progressing
D.    pending

Answer: D
Explanation:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html

QUESTION 6
Can we attach an EBS volume to more than one EC2 instance at the same time?

A.    No
B.    Yes.
C.    Only EC2-optimized EBS volumes.
D.    Only in read mode.

Answer: A

QUESTION 7
True or False: Automated backups are enabled by default for a new DB Instance.

A.    TRUE
B.    FALSE

Answer: A

QUESTION 8
What does the AWS Storage Gateway provide?

A.    It allows to integrate on-premises IT environments with Cloud Storage.
B.    A direct encrypted connection to Amazon S3.
C.    It’s a backup solution that provides an on-premises Cloud storage.
D.    It provides an encrypted SSL endpoint for backups in the Cloud.

Answer: A

QUESTION 9
Amazon RDS automated backups and DB Snapshots are currently supported for only the __________ storage engine

A.    InnoDB
B.    MyISAM

Answer: A

QUESTION 10
How many relational database engines does RDS currently support?

A.    Three: MySQL, Oracle and Microsoft SQL Server.
B.    Just two: MySQL and Oracle.
C.    Six: Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.
D.    Just one: MySQL.

Answer: A
Explanation:
Amazon RDS provides you six familiar database engines to choose from, including Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.
https://aws.amazon.com/rds/?nc1=h_ls

QUESTION 11
Fill in the blanks: The base URI for all requests for instance metadata is ___________

A.    http://254.169.169.254/latest/
B.    http://169.169.254.254/latest/
C.    http://127.0.0.1/latest/
D.    http://169.254.169.254/latest/

Answer: D
Explanation:
http://aws.amazon.com/search?searchQuery=metadata&searchPath=all&x=0&y=0

QUESTION 12
While creating the snapshots using the command line tools, which command should I be using?

A.    ec2-deploy-snapshot
B.    ec2-fresh-snapshot
C.    ec2-create-snapshot
D.    ec2-new-snapshot

Answer: C
Explanation:
http://docs.aws.amazon.com/cli/latest/reference/ec2/create-snapshot.html

QUESTION 13
Typically, you want your application to check whether a request generated an error before you spend any time processing results. The easiest way to find out if an error occurred is to look for an __________ node in the response from the Amazon RDS API.

A.    Incorrect
B.    Error
C.    FALSE

Answer: B
Explanation:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/APITroubleshooting.html

QUESTION 14
What are the two types of licensing options available for using Amazon RDS for Oracle?

A.    BYOL and Enterprise License
B.    BYOL and License Included
C.    Enterprise License and License Included
D.    Role based License and License Included

Answer: B
Explanation:
https://aws.amazon.com/rds/oracle/

QUESTION 15
What does a “Domain” refer to in Amazon SWF?

A.    A security group in which only tasks inside can communicate with each other
B.    A special type of worker
C.    A collection of related Workflows
D.    The DNS record for the Amazon SWF service

Answer: C
Explanation:
Domains provide a way of scoping Amazon SWF resources within your AWS account. All the components of a workflow, such as the workflow type and activity types, must be specified to be in a domain. It is possible to have more than one workflow in a domain; however, workflows in different domains cannot interact with each other.
http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-domain.html

QUESTION 16
EBS Snapshots occur _____

A.    Asynchronously
B.    Synchronously
C.    Weekly

Answer: A
Explanation:
Snapshots occur asynchronously; the point-in-time snapshot is created immediately, but the status of the snapshot is pending until the snapshot is complete (when all of the modified blocks have been transferred to Amazon S3), which can take several hours for large initial snapshots or subsequent snapshots where many blocks have changed.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html

QUESTION 17
Disabling automated backups ______ disable the point-in-time recovery.

A.    if configured to can
B.    will never
C.    will

Answer: C

QUESTION 18
Out of the stripping options available for the EBS volumes, which one has the following disadvantage :
‘Doubles the amount of I/O required from the instance to EBS compared to RAID 0, because you’re mirroring all writes to a pair of volumes, limiting how much you can stripe.’ ?

A.    Raid 0
B.    RAID 1+0 (RAID 10)
C.    Raid 1
D.    Raid

Answer: C
Explanation:
http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/raid-config.html
raid 0 and 1 are the common types. Raid 5 and 6 are not recommended because of the extended stripe. If you encounter this question on the exam I suspect the answer options will be different.
Raid 1 Disadvantage
Does not provide a write performance improvement; requires more Amazon EC2 to Amazon EBS bandwidth than non-RAID configurations because the data is written to multiple volumes simultaneously.
Raid 0 Disadvantage
Performance of the stripe is limited to the worst performing volume in the set. Loss of a single volume results in a complete data loss for the array.
Raid 5 and 6 notes
RAID 5 and RAID 6 are not recommended for Amazon EBS because the parity write operations of these RAID modes consume some of the IOPS available to your volumes. Depending on the configuration of your RAID array, these RAID modes provide 20-30% fewer usable IOPS than a RAID 0 configuration. Increased cost is a factor with these RAID modes as well; when using identical volume sizes and speeds, a 2-volume RAID 0 array can outperform a 4-volume RAID 6 array that costs twice as much.

QUESTION 19
Is creating a Read Replica of another Read Replica supported?

A.    Only in certain regions
B.    Only with MSSQL based RDS
C.    Only for Oracle RDS types
D.    No

Answer: B
Explanation:
https://aws.amazon.com/rds/faqs/
Q: Can I create a Read Replica of another Read Replica?
Amazon RDS for MySQL: You can create a second-tier Read Replica from an existing first-tier Read Replica. By creating a second-tier Read Replica, you may be able to move some of the replication load from the master database instance to a first-tier Read Replica. Please note that a second-tier Read Replica may lag further behind the master because of additional replication latency introduced as transactions are replicated from the master to the first tier replica and then to the second-tier replica.
Amazon RDS for PostgreSQL: Read Replicas of Read Replicas are not currently supported.

QUESTION 20
Can Amazon S3 uploads resume on failure or do they need to restart?

A.    Restart from beginning
B.    You can resume them, if you flag the “resume on failure” option before uploading.
C.    Resume on failure
D.    Depends on the file size

Answer: C

QUESTION 21
Which of the following cannot be used in Amazon EC2 to control who has access to specific Amazon EC2 instances?

A.    Security Groups
B.    IAM System
C.    SSH keys
D.    Windows passwords

Answer: B
Explanation:
http://blogs.aws.amazon.com/security/post/Tx29HCT3ABL7LP3/Resource-level-Permissions-for-EC2-Controlling-Management-Access-on-Specific-Ins

QUESTION 22
Fill in the blanks: _________ let you categorize your EC2 resources in different ways, for example, by purpose, owner, or environment.

A.    wildcards
B.    pointers
C.    Tags
D.    special filters

Answer: C

QUESTION 23
How can I change the security group membership for interfaces owned by other AWS, such as Elastic Load Balancing?

A.    By using the service specific console or API\CLI commands
B.    None of these
C.    Using Amazon EC2 API/CLI
D.    using all these methods

Answer: A
Explanation:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-groups.html

QUESTION 24
What is the maximum write throughput I can provision for a single Dynamic DB table?

A.    1,000 write capacity units
B.    100,000 write capacity units
C.    Dynamic DB is designed to scale without limits, but if you go beyond 10,000 you have to contact AWS first.
D.    10,000 write capacity units

Answer: C
Explanation:
https://aws.amazon.com/dynamodb/faqs/

QUESTION 25
What does the following command do with respect to the Amazon EC2 security groups? ec2-revoke RevokeSecurityGroupIngress

A.    Removes one or more security groups from a rule.
B.    Removes one or more security groups from an Amazon EC2 instance.
C.    Removes one or more rules from a security group.
D.    Removes a security group from our account.

Answer: C
Explanation:
Removes one or more ingress rules from a security group. The values that you specify in the revoke request (for example, ports) must match the existing rule’s values for the rule to be removed.
http://docs.aws.amazon.com/cli/latest/reference/ec2/revoke-security-group-ingress.html

Lead2pass helps millions of candidates pass the Amazon AWS Certified Solutions Architect – Associate exam and get the certification. We have tens of thousands of successful stories. Our dumps are reliable, affordable, updated and of really best quality to overcome the difficulties of Amazon AWS Certified Solutions Architect – Associate certifications. Lead2pass exam dumps are latest updated in highly outclass manner on regular basis and material is released periodically.

AWS Certified Solutions Architect – Associate new questions on Google Drive: https://drive.google.com/open?id=0B3Syig5i8gpDNlBGazRSTENUQW8

2016 Amazon AWS Certified Solutions Architect – Associate exam dumps (All 423 Q&As) from Lead2pass:

http://www.lead2pass.com/aws-certified-solutions-architect-associate.html [100% Exam Pass Guaranteed]

You may also like