Which of the following is a singleton instance class?
A. LargeObjectLoader
B. FieldMapProcessor
C. DelimiterSet
D. LobSerializer
Select an option to see the answer and solution.
Microsoft uses a Sqoop-based connector to help transfer data from . . . . . . . . databases to Hadoop.
A. PostreSQL
B. SQL Server
C. Oracle
D. MySQL
Select an option to see the answer and solution.
Which of the following class is used for general processing of error?
A. LargeObjectLoader
B. ProcessingException
C. DelimiterSet
D. LobSerializer
Select an option to see the answer and solution.
You configure sample frequency by changing the . . . . . . . . property in the table definition.
A. index_time
B. index_interval
C. index_secs
D. none of the mentioned
Select an option to see the answer and solution.
There are . . . . . . . . types of read requests that a coordinator can send to a replica.
A. two
B. three
C. four
D. all of the mentioned
Select an option to see the answer and solution.
The compression offset map grows to . . . . . . . . GB per terabyte compressed.
Select an option to see the answer and solution.
Point out the correct statement.
A. If we are to deploy Zookeeper in a distributed environment, we have to think about both the availability and scalability of the service
B. Chubby and Hbase are both much more than a distributed lock service
C. Given a cluster of Zookeeper servers, many can act as leader
D. None of the mentioned
Select an option to see the answer and solution.
Point out the correct statement.
A. Cassandra does not immediately remove data marked for deletion from disk
B. A deleted column can reappear if you do not run node repair routinely
C. The deletion of marked data occurs during compaction
D. All of the mentioned
Select an option to see the answer and solution.
. . . . . . . . is one of many possible IAuthorizer implementations and the one that stores permissions in the system_auth.permissions table to support all authorization-related CQL statements.
A. CassandraAuth
B. CassandraAuthorizer
C. CassAuthorizer
D. All of the mentioned
Select an option to see the answer and solution.
. . . . . . . . has a design policy of using ZooKeeper only for transient data.
A. Hive
B. Imphala
C. Hbase
D. Oozie
Select an option to see the answer and solution.
Point out the wrong statement.
A. Cluster-wide status centralization service is essential for management and serialization tasks across a large distributed set of servers
B. Within ZooKeeper, an application can create what is called a znode
C. The znode can be updated by any node in the cluster, and any node in the cluster can register to be informed of changes to that znode
D. None of the mentioned
Select an option to see the answer and solution.
Data in the commit log is purged after its corresponding data in the memtable is flushed to an . . . . . . . .
A. SSHables
B. SSTable
C. Memtables
D. None of the mentioned
Select an option to see the answer and solution.
Cassandra uses a protocol called . . . . . . . . to discover location and state information.
A. gossip
B. intergos
C. goss
D. all of the mentioned
Select an option to see the answer and solution.
Point out the correct statement.
A. Interface FieldMapping is used for mapping of field
B. Interface FieldMappable is used for mapping of field
C. Sqoop is nothing but NoSQL to Hadoop
D. Sqoop internally uses ODBC interface so it should work with any JDBC compatible database
Select an option to see the answer and solution.
Tombstones exist for a configured time period defined by the . . . . . . . . value set on the table.
A. gc_grace_minutes
B. gc_grace_time
C. gc_grace_seconds
D. gc_grace_hours
Select an option to see the answer and solution.
The underlying client-server protocol has changed in version . . . . . . . . of ZooKeeper.
A. 2.0.0
B. 3.0.0
C. 4.0.0
D. 6.0.0
Select an option to see the answer and solution.
Point out the correct statement.
A. Cassandra accommodates expensive, consumer SSDs extremely well
B. Cassandra re-writes or re-reads existing data, and never overwrites the rows in place
C. Cassandra uses a storage structure similar to a Log-Structured Merge Tree
D. None of the mentioned
Select an option to see the answer and solution.
Zookeeper keep track of the cluster state such as the . . . . . . . . table location.
A. DOMAIN
B. NODE
C. ROOT
D. All of the mentioned
Select an option to see the answer and solution.
. . . . . . . . text is appropriate for most non-binary data types.
A. Character
B. Binary
C. Delimited
D. None of the mentioned
Select an option to see the answer and solution.
The . . . . . . . . master will register its own address in this znode at startup, making this znode the source of truth for identifying which server is the Master.
A. active
B. passive
C. region
D. all of the mentioned
Select an option to see the answer and solution.