You have 40 Web servers producing timeseries data from Web traffic logs. You want to attain high write throughput for storing this data in an HBase table. Which of these should you choose for a row key to maximize your write throughput?
A.
B.
C.
D.
Your client application if; writing data to a Region. By default, where is the data saved first?
A. StoreFile
B. WAL
C. MemStore
D. Local disk on theRegionServer
You want to do a full table scan on your data. You decide to disable block caching to see if this improves scan performance. Will disabling block caching improve scan performance?
A. No. Disabling block caching does notimprove scan performance.
B. Yes.When you disable blockcaching, youfreeup that memory for other operations.Witha full table scan,you cannot take advantage of blockcaching anyway because your entiretable won'tfitinto cache.
C. No. If you disable block caching, HBase must read each block index from disk for each scan,thereby decreasing scan performance.
D. Yes. When you disable block caching, youfree up memory forMemStore, which improves,scanperformance.
Your client application needs to scan s region for the row key value 104.
Given a store that contains the following list of Row Key values:
100, 101, 102, 103, 104, 105, 106, 107
A bloom filter would return which of the following?
A. Confirmation that 104 may becontained in theset
B. Confirmation that 104 is contained in the set
C. Thehash of column family
D. The file offset of the value 104
Which feature of HBase ensures predictable disk head seek performance within a RegionServer?
A. Data is stored distributed in HDFS
B. Data stored in HBase is sparse
C. Data is stored sorted on row keys
D. Data is stored as an uninterpreted array of bytes
Given that following is your entire dataset:
100 column=Managers:Name, timestamp=13313141762084, value=Steve 100 column=Manage:Salary, timestamp=13313141762086, value=80000 100 column=Skills:Skill_1, timestamp=13313141762089, value=Hadoop 100 column=Skills:Skill_2, timestamp=13313141762092, value=HBase How many sets of physical files will be read during a scan of the entire dataset immediately following a major compaction?
A. Two
B. One
C. Three
D. Four
You need to create a "WebLogs" table in HBase. The table will consist of a single Column Family called "Errors" and two column qualifiers, "IP" and "URL". The shell command you should use to create the table is:
A. create'WebLogs',{NAME =>'Errors:IP', NAME =>'Errors:URL'}
B. create'WebLogs','Errors'{NAME =>'IP', NAME =>'URL'}
C. create'WebLogs','Errors:IP','Errors:URL'
D. create'WebLogs','Errors'
You have a table with the following rowkeys:
r1, r2, r3, r10, r15, r20, r25, r30, r35
In which order will these rows be retrieved from a scan?
A. r35,r30,r3,r25,r20,r2,r15,r10,r1
B. r1,r2,r3,r10,r15,r20, r25,r30,r35
C. r1,r10,r15,r2,r20,r25,r3,r30,r35
D. r35,r30,r25,r20,r15,r10,r3,r2,r1
Data is written to the HLog in which of the following orders?
A. In order of writes
B. In order of writes, separated by region
C. Ascending first by region and second by row key
D. Descending first by region and second by row key
You have two standbys and one primary HMaster. Your primary HMaster fails. Which of the remaining HMasters becomes the new primary?
A. Whichever HMaster first responds to ZooKeeper
B. Whichever HMasterZooKeeper randomly selects
C. Whichever HMastercreates the znode first
D. Whichever HMaster has the lower IP address
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Cloudera exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your CCB-400 exam preparations and Cloudera certification application, do not hesitate to visit our Vcedump.com to find your solutions here.