# Working with JSON, Java, Node.js, & Python ### Question 1: What symbols would you use to enclose your set collection when using INSERT JSON? >[] ### Question 2: What command do you use to start your Python interactive shell? >python ### Question 3: Which Json function would you use to insert your map collection into Cassandra? >fromJson ### Question 4: What queries would you create while performing a CRUD operation using Java in Cassandra? >Insert >Delete >Retrieve >Update ### Question 5: What command would you use to install the Cassandra driver when using Node.js? >npm install cassandra-driver ### Question 6: Which method would you use to perform multiple queries or statements at the same time when performing CRUD operations using Node.js in Cassandra? >Batch method ### Question 7: Which function would you use within a SELECT statement for writing a single column value to JSON? >toJson ### Question 8: How would you get a SELECT query to be returned as a single JSON encoded map? >SELECT JSON ### Question 9: What manages connection to your cluster while using a Java client in Cassandra? >Session ### Question 10: What Python command would you use to clear the code in the terminal? >control-L