Huawei
H13-723_V2.0 · Question #67
H13-723_V2.0 Question #67: Real Exam Question with Answer & Explanation
Sign in or unlock H13-723_V2.0 to reveal the answer and full explanation for question #67. The question stem and answer options stay visible for context.
Question
In HBase application development, when the Rowkey range and distribution of a table are known, it is recommended to pre-divide regions. After calling the following code (fragment) to pre-divide a table into regions, this table will create several regions. //Create a table of pre-partitioned regions byte[][] splits=new byte[4][]; splits[0] = Bytes.toBytes("A"); splits[1] = Bytes.toBytes("H"); splits[2] = Bytes.toBytes("O"); splits[3] = Bytes.toBytes("U"); admin.createTable (htd, splits);
Options
- A3
- B4
- C5
- D6
Unlock H13-723_V2.0 to see the answer
You've previewed enough free H13-723_V2.0 questions. Unlock H13-723_V2.0 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.