Elasticache Flashcards

1
Q

What is Elasticache?

A

Fully managed implementation of two popular in-memory data stores - Redis and Memcached

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

Which in-memory data store offers push-button scalability for memory, writes, and reads?

A

Redis

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

In Redis, how is memory stored?

A

In memory key/value store

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

Is Redis or Memcached persistent?

A

No, the data must be backed up.

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

How is Memcached billed?

A

Nodes size and hours used. Similar to ec2.

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

In a load balanced web environment, if a server goes down, how can you ensure the customer experience is not interrupted?

A

Redis can be used to store user session data. When a server goes down, and the user is redirected to the other server, their session state will be in Redis, and their experience will not be interrupted.

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

What is a good way to speed up user experience using data caching?

A

Use Memcached in front of RDS to cache popular queries to offload work from RDS and return results faster.

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

What Elasticache service should you use if you require a simple and straight forward caching service?

A

memcached

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

Which Elasticache service supports multiple CPU cored and threads?

A

Memcached

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

Which Elasticache service supports encrypting data?

A

redis

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

Which Elasticache service supports HIPPA compliance?

A

redis

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

Which Elasticache service supports clustering?

A

redis

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

Which Elasticache service supports complex data types?

A

redis

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

Which Elasticache service supports caching data objects such as database queries?

A

Memcached

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

Which Elasticache service supports high availability (replication)

A

redis

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

Which Elasticache service supports Pub/Sub capacity?

A

redis

17
Q

Which Elasticache service supports geospatial indexing?

A

redis

18
Q

Which Elasticache service supports backup and restore?

A

redis