Azure Queue Storage Flashcards

1
Q

What are durable queues used for in cloud services?

A

Durable queues are used to store large numbers of messages.

Example: Storing messages in Azure Queue Storage.

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

What is the maximum size of a queue message?

A

A queue message may have a size of up to 64 KB.

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

What is the purpose of asynchronous message queueing?

A

Asynchronous message queueing is used to communicate between components of the application.

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

What is the main feature of Azure Queue Storage?

A

Azure Queue Storage is built to be scalable and withstand the failure of individual components.

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

How can monitoring the length of the queue benefit an application?

A

Monitoring the length of the queue can add elasticity to the application, allowing it to hibernate or deploy additional nodes depending on customer demand.

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