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)

Review Questions

  1. How many times will a message be delivered when using a standard SQS queue?

    1. Once and only once
    2. At least once
    3. Once for each request of the relevant message in the queue
    4. The answer is application dependent.
  2. Which of the following services allow you to access the underlying operating system? (Choose two.)

    1. RDS
    2. EC2
    3. EMR
    4. DynamoDB
  3. You are using an SQS queue in your web application. You are able to confirm that messages in the queue are being picked up by application instances for processing, but then nothing happens for over 12 hours. Then, after that period of time, the message appears in the queue again and processing restarts. What could be occurring?

    1. The SQS queue has a visibility timeout that is set too high. The timeout should be reduced so that application instances can process the message more quickly.
    2. SQS messages expire every 12 hours and must be reentered into the queue. The time that the message is invisible triggers the queue to ask for and receive...