Messaging and Integration Services Flashcards

1
Q

Loose coupling

A

Defines the interdependencies or connections between components of a system. Helps reduce the risk of cascading failures between components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Simple Queue Service (SQS)?

A

A message queuing service that allows you to build loosely coupled systems.

Messages in queues are processed in FIFO order

Allows component to component communication using messages

Multiple components (or producers) can add messages to the queue

Messages are processed in an asynchronous (don’t have to wait for a response) manner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some real world use cases for SQS?

A

Bx`uild a money transfer app that performs well under a heavy load. SQS lets you build an app that is loosely coupled, allowing components to send, store, and receive messages. The use of a messaging queue helps to improve performance and scalability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Monolithic Application

A

Typically represents Tight coupling (a bad thing because they are highly dependent on each other)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Microservices

A

Loose coupled components are connected but NOT dependent on each other. So if one fails the other components remain up and running

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Simple Notification Service (SNS)?

A

Allows you to send plain text emails and text messages from your applications or publish messages to a topic *know for the exam

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are some real world use cases for SNS?

A

Send an email when CPU utilization of an EC2 instance goes about 80%. SNS works with CloudWatch when an alarms metric threshold is breached to send an email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Simple Email Service (SES)

A

Is an email service that allows you to send richly formatted HTML emails from your applications.

Ideal choice for marketing campaigns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some real world use cases for SES?

A

Send a marketing email and track open or click-through rates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A company is developing a new web application that has high availability requirements. How can the company increase availability when deploying the application?

A

Utilize a multi-Region deployment when deploying the application. Multi-Region deployments are best for applications that have extremely high availability requirements.

Utilize a multi-Region deployment when deploying the application. Multi-Region deployments are best for applications that have extremely high availability requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly