Correct Answer : Get Lastest Questions and Answer : Explanation: In Apache Cassandra 2.1 and later, you can create an index on a column of type map, set, or list.
Question : Which of the following is correct statement? A. A frozen value serializes multiple components into a single value. B. Non-frozen types allow updates to individual fields. C. Apache Cassandra treats the value of a frozen type as a blob D. You cannot use non-frozen collections for primary key columns.
Correct Answer : Get Lastest Questions and Answer : Explanation: A frozen value serializes multiple components into a single value. Non-frozen types allow updates to individual fields. Apache Cassandra treats the value of a frozen type as a blob. The entire value must be overwritten.
Note: You cannot use non-frozen collections for primary key columns. However, you can use frozen collections for primary key columns. column_name >
Question : NetworkTopologyStrategy is recommended for most deployments because it is much easier to expand to multiple data centers when required by future expansion. 1. True 2. False
Correct Answer : Get Lastest Questions and Answer : Explanation: For production use or for use with mixed workloads, create the keyspace using NetworkTopologyStrategy. SimpleStrategy is fine for evaluation purposes. NetworkTopologyStrategy is recommended for most deployments because it is much easier to expand to multiple data centers when required by future expansion.