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.
- A,B,C
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- 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.