Questions
- What is a grain in Microsoft Orleans?
A. Identity + Behavior + State
B. Identity
C. Identity + State
D. Behavior + State
Answer – A
- The grain interface should be inherited from the _________ interface to have an integer key.
A. IGrainWithStringKey
B. IGrainWithGuidKey
C. IGrainWithIntegerCompoundKey
D. IGrainWithIntegerKey
Answer – D
- In Orleans, all the grain methods should support the async pattern.
A. True
B. False
Answer – A
- As the name says, the stateless worker grain cannot have state.
A. True
B. False
Answer – B