Home »
MCQs »
Hazelcast MCQs
In Hazelcast, which of the following data types is a distributed data structure that may hold many values for a single key?
7. In Hazelcast, which of the following data types is a distributed data structure that may hold many values for a single key?
- RingBuffer
- ReplicatedMap
- List
- MultiMap
Answer: D) MultiMap
Explanation:
In Hazelcast, Multimap data types are a distributed data structure that may hold many values for a single key.