Caching Mid

1 / 4

What are some common cache writing strategies?

Select the correct answer

1

Load balancing, failover, and redundancy.

2

Sharding, partitioning, and clustering.

3

Compression, encryption, and replication.

4

Write-through, write-back, and write-around.

Name some common scenarios when caching should be used.

Select the correct answer

1

Caching is ideal for storing user passwords.

2

Caching should be used for frequently accessed data to reduce load times.

3

Caching is useful for encrypting sensitive information.

4

Caching helps in database schema design.

Describe the impact of cache size on performance.

Select the correct answer

1

Larger cache sizes generally improve performance by reducing cache misses.

2

Increasing cache size reduces the need for server backups.

3

Smaller cache sizes always increase data retrieval speed.

4

Cache size has no impact on system performance.

Name some cache invalidation strategies.

Select the correct answer

1

Sharding, replication, and partitioning.

2

Load balancing, failover, and clustering.

3

Compression, encryption, and decryption.

4

Time-to-live, write-through, and cache-aside.

Caching Mid Quiz | TechPrep