Question 50: 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.

  1. A,B,C
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Correct Answer : 5

Exp : 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.

You can access to full explanation to question and answer from this page.