Book Image

AWS Certified Solutions Architect Practice Tests: Associate SAA–C01 Exam

By : BRETT MCLAUGHLIN
Book Image

AWS Certified Solutions Architect Practice Tests: Associate SAA–C01 Exam

By: BRETT MCLAUGHLIN

Overview of this book

With five unique practice tests, covering the five AWS Certified Solutions Architect Associate Exam objective domains, PLUS one additional practice exam,?AWS Certified Solutions Architect Practice Tests provides?a total of 1,000 practice test questions to make sure you are prepared for exam day. Coverage of all exam objective domains includes: Design Resilient Architectures, Define Performant Architectures, Specify Secure Applications and Architectures, Design Cost-Optimized Architectures, Define Operationally Excellent Architectures.
Table of Contents (13 chapters)

Chapter 6
Practice Test

  1. You are responsible for optimizing performance of a movie streaming website. Currently, you are working on the search functionality and have discovered that anytime the library database of titles is searched, the load on the database is reaching peak levels. Your current architecture consists of a PostgreSQL database on an extra-large instance. How would you update your architecture to better handle the load? (Choose two.)

    1. Re-create the database instance on a larger instance using EBS volumes with provisioned IOPS as the volume type.
    2. Add an RDS Multi-AZ setup to increase the read performance of the media library database.
    3. Add an ElastiCache store to cache data because searches will often return common data over multiple reads.
    4. Shard the database into multiple copies installed on multiple instances.
  2. Which of the following are engines used by ElastiCache?

    1. reddit, memcached
    2. redis, memcached
    3. Sharding, redis
    4. memcached, Redshift
  3. Which of the following...