Showing posts with label Amazon AWS Certified Solutions Architect - Associate dumps. Show all posts
Showing posts with label Amazon AWS Certified Solutions Architect - Associate dumps. Show all posts

Monday, 14 October 2019

Amazon AWS-Solution-Architeet-Associate Practice Test Questions - AWS-Solution-Architeet-Associate Exam Study Material

 Up to Date Amazon AWS Certified Solutions Architect - Associate Dumps with Valid AWS Certified Solutions Architect - Associate Dumps PDF | Dumps4Download

From Visually.

Dumps4Download | Updated AWS Certified Solutions Architect - Associate Exam Dumps Verified by Amazon Certified Professionals


Amazon AWS Certified Solutions Architect - Associate Practice Test Questions - AWS Certified Solutions Architect - Associate Exam Study Material

QUESTION 1

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 2

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 3

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 4

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-forEC2-Controlling-Management-Access-on-Specific-Ins


QUESTION 5

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-securitygroups.html