Questions
- While implementing the Cache pattern, the state is marked as immutable. Why?
A. To optimize the serialization without deep copying
B. To keep the grain state persistent
C. No specific reason
Answer – A
- The dispatcher grain is built as
StatelessWorker
.
A. True
C. False
Answer – A
- The Cadence pattern is built using ____________.
A. Reminder
B. Timer
C. Thread.Timer
D. None of the above
Answer – B
- The aggregate grain in the Reduce pattern is a singleton.
A. True
B. False
Answer – A