AWS CCP Notes

Search

Search IconIcon to open search

26-10 Application Integration Services

Last updated Aug 27, 2023 Edit Source

# Questions

  1. Which AWS services does Amazon CloudWatch use to send out email alerts to
    administrators when alarms are triggered and enter the Alarm state?
  1. Which feature of Amazon CloudWatch enables you to create a visualization of metrics by resource type and service?
  1. Which AWS application integration service can be configured to offer A2P communication using mobile SMS to send out text alerts?
  1. You need to configure your Amazon SNS topic to push out messages of newly uploaded videos to an Amazon S3 bucket, across three different SQS queues. Each queue is designed to encode the raw video into a different resolution. Which feature of Amazon SNS enables you to push out such notifications in parallel?
  1. Which Amazon SQS queue type offers maximum throughput, best-effort ordering, and at least one delivery?
  1. Which AWS service is designed to help you build a decoupled application architecture where incoming web requests can be held in a queue until a backend application can retrieve and process the request?
  1. You are required to configure an SQS queue for your application where the order of messages needs to be preserved for the application to function correctly. Which type of queue do you need to configure?
  1. To reduce costs, you have been asked to automate the shutdown of a fleet of UAT test servers every weekday at 7 P.M. and then restart them the following weekday at 8 A.M. The servers should remain in the shutdown state at weekends. Which AWS service can help you achieve the preceding requirements?
  1. Which AWS service enables you to manage application workflows as state machines by breaking them into multiple steps, adding flow logic, and tracking the inputs and outputs between the steps?
  1. Which AWS service offers an orchestration service to coordinate work across application components that make use of decider programs to determine the latest state of each task and use it to initiate subsequent tasks?

# Answers

Answer

  1. A
  2. D
  3. B
  4. C
  5. A
  6. A
  7. B
  8. C
  9. A
  10. D