1 / 6

HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest

If you are planning to be the Huawei HCIA-Big Data certified professional, then you should get HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest which will help you in earning the H13-711-ENU HCIA-Big Data Certification Exam in the first attempt. Huawei H13-711-ENU exam questions offered by the Killtest have been consider as the most significant way to prepare for Huawei H13-711-ENU exam. If you're seeking for essentially the most trustworthy H13-711-ENU exam questions preparation way then you need to get Killtest H13-711-ENU exam questions that is a first priority of the pros. <br>

Download Presentation

HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The safer , easier way to help you pass any IT exams. 1. Which of the following is the wrong statement about ZooKeeper? A. If ZooKeeper breaks during the synchronization message, after the fault is recovered, it can continue to synchronize according to the transmission status before the failure, that is, support the resume of the breakpoint. B. ZooKeeper uses a custom atomic message protocol to ensure the consistency of node data throughout the system. C. The ZooKeeper cluster elects the Leader role at startup. D. After receiving the data change request, the Leader node writes the disk first and then writes the memory. Answer: A 2.Which of the following does not belong to the characteristics of the MapReduce component in Hadoop? A. Easy to program B. Good scalability C. Real-time calculation D. High fault tolerance Answer: C 3.In the HDFS system, the data block is stored in multiple copies. When the data block on a node is lost, a copy of the data needs to be manually copied to the node. A. True B. False Answer: B 4.Which of the following is the wrong description about Flink barrier? A. The barrier is periodically inserted into the data stream and flows as part of the data stream. B. The barrier is the core of the Flink snapshot. C. A barrier separates the data of this cycle snapshot from the data of the next cycle snapshot. D. When the barrier is inserted, the data stream is temporarily blocked. Answer: D 5.Which of the following application scenarios generate data based on unstructured data? (Multiple Choice) HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest A. CRM customer relationship management business B. Seismic surveying and mapping analysis business C. Taobao online payment service D. Financial instrument imaging business Answer: BCD 6.Which of the following statement about the BloomFilter feature of HBase is incorrect? A. Used to filter data B. Used to optimize the performance of random reads C. Will increase the storage consumption D. Can accurately determine that a piece of data does not exist 2 / 5

  2. The safer , easier way to help you pass any IT exams. Answer: A 7.In the Flink technical architecture, () is the computational engine for stream processing and batch processing. A. Standalone B. Runtime C. DataStream D. FlinkCore Answer: B 8.The checkpoint mechanism in Flink continuously draws a snapshot of the stream application. The state snapshot of the stream application can only be saved in the HDFS file system. A. True B. False Answer: B 9.In the Fusionlnsight HD platform, which components support table and column encryption? (Multiple Choice) A. HDFS B. HBase C. Hive D. Flink Answer: BC 10.All nodes of ZooKeeper can process read requests. A. True B. False Answer: A 11.Which of the following is the incorrect statement about the description of normal and external tables in Hive? A. Create a normal table by default B. The external table essentially associates the file path on the existing HDFS with the table. HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest C. Metadata and data are deleted at the same time when deleting a normal table D. When deleting an external table, only the external table data is deleted without deleting the metadata. Answer: B 12.Which of the following description of ZooKeeper feature is wrong? A. Updates sent by the client are applied in the order in which they were sent. B. A message is received by more than half of the servers and it can be successfully written to disk. C. Message updates can only succeed or fail with no intermediate status. D. The number of ZooKeeper nodes must be an odd number. Answer: D 3 / 5

  3. The safer , easier way to help you pass any IT exams. 13.Regarding the comparison between Hive and traditional data warehouse, which of the following description is wrong? A. Hive is based on HDFS storage. In theory, the amount of storage can be expanded indefinitely, while the traditional data warehouse storage capacity has an upper limit. B. Because Hive is based on a big data platform, query efficiency is faster than traditional data warehouses. C. Hive metadata storage is independent of data storage, which decouples metadata and data with high flexibility, while traditional data warehouse data has a single application and low flexibility. D. Because Hive's data is stored in HDFS, it can guarantee high data tolerance and high reliability. Answer: B 14.SparkStreaming has higher real-time performance than Storm. A. True B. False Answer: B 15.In the Kafka cluster, what is the role of the Kafka server? A. Producer B. Consumer C. ZooKeeper D. Broker Answer: D 16.Which of the following description about the reliability of the Fusionlnsight HD system is correct? (Multiple Choice) A. There are no single points of failure for all components. B. All management nodes HA. C. Software and hardware health monitoring. D. Network plane isolation. Answer: ABCD 17.What processes are included in the HBase service of Fusionlnsight HD? (Multiple choice) A. HMaster B. Slave HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest C. HRegionServer D. Data Node Answer: AC 18.The description of HBase Region Split splitting process, which is wrong? A. The split process does not really separate the files, just create a reference file. B. In order to reduce the size of the data in the Region, Split splits a Region into two Regions. C. The table will be suspended duringSplit. D. The Region that was split during the split process will suspend the service. Answer: C 4 / 5

  4. The safer , easier way to help you pass any IT exams. 19.After the Loader job is submitted to YARN in Fusionlnsight HD, the job cannot be stopped manually. A. True B. False Answer: B 20.When using HBase for data read service in Fusionlnsight HD, you need to connect to HMaster. A. True B. False Answer: B 21.Fusionlnsight Manager supports multi-tenant unified management. A. True B. False Answer: A 22.ZooKeeper nodes use ACL to control access policies. ACL can be applied to any znode node in the cluster. A. True B. False Answer: B 23.The () interface in Flink is used for stream data processing, and the () interface is used for batch processing. A. Stream API, Batch API B. DataStream API, Data Batch API C. Data Batch API, DataStream API D. Batch API, Stream API Answer: B 24.In the Spark SQL table, there are often many small files (the size is much smaller than the HDFS block size). In this case, Spark will start more Task to process these small files. When there is a Shuffle operation in the SQL logic, will greatly increase the number of hash buckets, which will seriously affect HCIA-Big Data H13-711-ENU Practice Exam V10.02 Killtest performance. A. True B. False Answer: A 25.The following description of the Flink window, which is wrong? (Multiple choice) A. The scrolling windows do not overlap in time. B. The scrolling windows overlap in time. C. There is an overlap between the time points between the sliding windows. D. There is no overlap between the time point between the sliding windows. Answer: BD 5 / 5

More Related