Premium

DataStax Cassandra Developer Certification Certification Questions and Answer (Dumps and Practice Questions)



Question : Which of the following collection types are not supported for creating index in Cassandra table definition

 : Which of the following collection types are not supported for creating index in Cassandra table definition
1. map

2. set

3. Access Mostly Uused Products by 50000+ Subscribers

4. 1,2 and 3

5. None of the above


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.

 : Which of the following is correct statement?
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,D
5. A,B,C,D

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.
 : NetworkTopologyStrategy is recommended for most deployments because it is much easier to expand to multiple data
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.


Related Questions


Question : You have been given below conceptual data model for HadoopExam Inc online training institute.

Please find the correct query for given access pattern

where author_name = ? (All the courses created by an author)

 : You have been given below conceptual data model for HadoopExam Inc online training institute.
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D


Question : You have been given below conceptual data model for HadoopExam Inc online training institute.

Please find the correct query for given access pattern

where user_id = ? and video_id=? (All the comments by a user)

 : You have been given below conceptual data model for HadoopExam Inc online training institute.
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D


Question : . You have been given below conceptual data model for HadoopExam Inc online training institute.

Please find the correct query for given access pattern

where user_id = ? and comment_date>? (All the comments by a user)

 : . You have been given below conceptual data model for HadoopExam Inc online training institute.
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D


Question : You have been given below conceptual data model for HadoopExam Inc online training institute.

Please find the correct query for given access pattern

where user_name = ? (All the comments by a user_name)


 : You have been given below conceptual data model for HadoopExam Inc online training institute.
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D


Question : You have been given below conceptual data model for HadoopExam Inc online training institute.

Please find the correct query for given access pattern

where user_name = ? and comment_daye>?(All the comments by a user_name)

 : You have been given below conceptual data model for HadoopExam Inc online training institute.
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D


Question : You have been given below relationship for the HadoopExam Inc employee


Now find the correct table design for given query access pattern?

Where employee_id=?


 : You have been given below relationship for the HadoopExam Inc employee
1. A
2. B
3. Access Mostly Uused Products by 50000+ Subscribers
4. D