Leaving presentation mode.

CLD120 Module 13 Knowledge Check

Building Decoupled Architectures

Keyboard Shortcuts

Question 1

Which statement describes the difference between tightly and loosely coupled architectures?

The number of dependencies between components determines the level of coupling. A tightly coupled architecture has more dependencies between components than a loosely coupled architecture.

Question 2

Which statements describe Amazon Simple Queue Service (Amazon SQS)? (Select THREE.)

Amazon SQS is a fully managed message queuing service. You can send, store, and receive messages between software components without losing messages or requiring other services to be available. Message consumers retrieve (pull) messages from the queue.

Question 3

Which statements are true when using an Amazon Simple Queue Service (Amazon SQS) standard queue? (Select TWO.)

Amazon SQS offers two types of message queues. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. SQS first-in-first-out (FIFO) queues ensure that messages are processed exactly once, in the order that they are sent.

Differences between Amazon SQS, Amazon MQ, and Amazon SNS

Question 4

A fleet of Amazon EC2 instances process videos that users upload. Which function can Amazon Simple Queue Service (Amazon SQS) perform in this application?

This function is like people in line for the next available customer service representative. By using an SQS queue, you can send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available.

Question 5

What is Amazon Simple Notification Service (Amazon SNS)?

When you use Amazon SNS, you create topic and set policies that restrict who can publish or subscribe to the topic.

Question 6

What are some use cases for Amazon Simple Notification Service (Amazon SNS)? (Select THREE.)

SNS topics can send messages to email addresses, HTTP(S) URLs, AWS Server Migration Service (AWS SMS) clients, SQS queues, and AWS Lambda functions.

Question 7

What are some features of Amazon Simple Notification Service (Amazon SNS)? (Select TWO.)

SNS topics can send messages to email addresses, HTTP(S) URLs, AWS Server Migration Service (AWS SMS) clients, SQS queues, and AWS Lambda functions.

Question 8

Two different AWS Lambda functions must simultaneously process PDF files that are uploaded to an Amazon S3 bucket. The S3 event notification allows only one action when the PDF files are uploaded. Which solution provides the least complex way to process messages with both Lambda functions efficiently?

Amazon SNS is fully integrated with Amazon S3 and AWS Lambda. This design is efficient because the Lambda functions don’t run unless they receive notification from the SNS topic.

Question 9

What is Amazon MQ?

Amazon MQ is a managed message broker service that makes it easy to set up and operate message brokers in the cloud.

Question 10

Which is a common use case for Amazon MQ?

Amazon MQ reduces the operational load by managing the provisioning, setup, and maintenance of Apache ActiveMQ. Connect current applications to Amazon MQ using open standard APIs and protocols.

Created 24 February 2025 by Dennis Kibbe. Last modified $Date: 2025/02/24 13:19:11 $ by $Author: dnk $.