ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 69 - MCIA Level 1 Maintenance discussion

Report
Export

A system API EmployeeSAPI is used to fetch employee's data from an underlying SQL database.

The architect must design a caching strategy to query the database only when there is an update to the employees stable or else return a cached response in order to minimize the number of redundant transactions being handled by the database.

What must the architect do to achieve the caching objective?

A.
Use an On Table Row on employees table and call invalidate cacheUse an object store caching strategy and expiration interval to empty
Answers
A.
Use an On Table Row on employees table and call invalidate cacheUse an object store caching strategy and expiration interval to empty
B.
Use a Scheduler with a fixed frequency every hour triggering an invalidate cache flow Use an object store caching strategy and expiration interval to empty
Answers
B.
Use a Scheduler with a fixed frequency every hour triggering an invalidate cache flow Use an object store caching strategy and expiration interval to empty
C.
Use a Scheduler with a fixed frequency every hour triggering an invalidate cache flow Use an object store caching strategy and set expiration interval to 1-hour
Answers
C.
Use a Scheduler with a fixed frequency every hour triggering an invalidate cache flow Use an object store caching strategy and set expiration interval to 1-hour
D.
Use an on table rule on employees table call invalidate cache and said new employees data to cache Use an object store caching strategy and set expiration interval to 1-hour
Answers
D.
Use an on table rule on employees table call invalidate cache and said new employees data to cache Use an object store caching strategy and set expiration interval to 1-hour
Suggested answer: A
asked 18/09/2024
Felix Imafidon
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first