Messaging and integration Flashcards

1
Q

Components that are highly dependent on each other

A

Tight Coupling

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

Components that are connected but not dependent on each other

A

Loose Coupling

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

Data structure that holds requests

A

Queue

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

Message queuing service that allows you to build loosely coupled systems

A

SQS - Simple Queue Service

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

Allows component to component communication using messages that are processed in FIFO (first in first out)

A

SQS

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

Multiple components can add messages to the queue

A

SQS

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

Messages are processed in an asynchronous manner

A

SQS

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

Used to build a money transfer app that performs well under heavy load

A

SQS

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

Allows plain text emails and text messages to be sent from applications

A

SNS - Simple Notification Service

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

Publish messages to a topic

A

SNS

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

Subscribers receive messages

A

SNS

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

Used for sending emails when CPU utilization of an ec2 instance goes above 80%

A

SNS

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

Email service that allows you to send richly formatted HTML emails from your applications

A

SES - Simple Email Service

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

The choice for marketing campaigns or professional emails

A

SES

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

Used for sending marketing emails and tracking open or click-through rates

A

SES

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