0% found this document useful (0 votes)
428 views35 pages

Hcia Big Data Practice

The document provides information about an exam for the HCIA-Big Data V2.0 certification from Huawei. It includes 40 multiple choice practice questions covering various topics related to big data technologies like Hadoop, HDFS, YARN, HBase, Hive, Spark, Kafka, and Huawei's FusionInsight HD product. The questions assess knowledge of concepts like resource management in YARN, data formats, SolrCloud architecture, HDFS data reliability, cluster deployment recommendations, Hive and Spark architecture, HBase data storage and querying, data loading tools, HDFS data flow, and more.

Uploaded by

Adeyemi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
428 views35 pages

Hcia Big Data Practice

The document provides information about an exam for the HCIA-Big Data V2.0 certification from Huawei. It includes 40 multiple choice practice questions covering various topics related to big data technologies like Hadoop, HDFS, YARN, HBase, Hive, Spark, Kafka, and Huawei's FusionInsight HD product. The questions assess knowledge of concepts like resource management in YARN, data formats, SolrCloud architecture, HDFS data reliability, cluster deployment recommendations, Hive and Spark architecture, HBase data storage and querying, data loading tools, HDFS data flow, and more.

Uploaded by

Adeyemi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

IT Certification Guaranteed, The Easy Way!

Exam : H13-711

Title : HCIA-Big Data V2.0

Vendor : Huawei

Version : V12.35

1
IT Certification Guaranteed, The Easy Way!

NO.1 What kind of resource management does YARN support in Hadoop system? "Multiple Choices"
A. Memory
B. CPU
C. The internet
D. Disk space
Answer: A B

NO.2 Which of the following types of data is not semi-structured?


A. HTML
B. XML
C. Z-dimensional table
D. JSON
Answer: C

NO.3 SolrCloud mode is a cluster mode. In this mode, Solr service strongly depends on which of the
following tasks?
A. HBase
B. HDFS
C. ZoaKeeper
D. Yarn
Answer: C

NO.4 Fusioninsight HD system deployment elbow, if the Solr index is stored on HDFS by default, do
you understand the following correctly?
A. No need to consider how many shards are created on each SolrServer instance
B. To ensure data reliability, multiple replicas must be created when creating an index
C. Disk 10 is used when indexing through HDFS, so it is not recommended to deploy Solr on the same
node as DataNode.
D. When the Solr service parameter INDEX_STORED_ON_HDFS value is HDFS, the index of the
created collection is stored on HDFS by default
Answer: D

NO.5 When planning and deploying a Fusioninsight cluster, it is recommended that the management
node is best deployed (), the control node needs to be deployed at least () and the data node is
required to be deployed ().
A. 1, 2, 2
B. 1, 3, 2
C. 2, 3, 1
D. 2, 3, 3
Answer: D

NO.6 What is wrong about Hive's architecture in Fusioninsight HD?


A. As long as one Hiveseiver is unavailable, the entire Hive cluster is unavailable

2
IT Certification Guaranteed, The Easy Way!

B. HiveServer is responsible for accepting client requests, praying, executing HQL commands and
returning query results
C. MetaStore is used to provide metadata. Service, depends on DBService
D. At the same time, only one Hive Sever is in the Active state and the other one is in the Standby
state.
Answer: A

NO.7 Which of the following services can the Spark service read data from in the Huawei
Fusioninsight HD cluster?
(Multiple choices)
A. YARN
B. HDFS
C. Hive
D. HBase
Answer: B C D

NO.8 A user information table megjable is stored in HBase of Fusioninsight HD, and Rowkey is the
user megjable?
ERSIONS => 2 Which pieces of data will be returned?
A. 001: Li
B. 001: Lily
C. 001: Li, 001 Mary, 001 LiLy
D. 001: Mary, 001: LiLy
Answer: D

NO.9 What methods or interfaces does 86Loader provide for job management? (Multiple choices)
A. Web UI
B. Linux line
C. Rest interface
D. Java API
Answer: A B C D

NO.10 The data stream of FIume can be sent to different channels according to the header
information.
A. True
B. False
Answer: A

NO.11 The driver R in Spark on YARN mode can run on the client.
A. True
B. False
Answer: B

NO.12 What is the correct HDFS DataNode statement in Huawei Fusioninsight HD system?

3
IT Certification Guaranteed, The Easy Way!

A. Does not check the validity of the data


B periodically sends the block of this node to the NameNode
Blocks stored by different DataNodes in C must be different
B. -Blocks on a DataNode can be the same
Answer: B

NO.13 The RowKey division of a bow table of HBase in Fusioninsight HD is split key is 9, E, a, z. How
many regions does the table have?
A. 3
B. 4
C. 5
D. 6
Answer: C

NO.14 After the Fusioninsight HD cluster is successfully installed, you cannot modify the
configuration of services, roles, and instances.
A. True
B. False
Answer: B

NO.15 What host operating system does Fusioninsight HD node not support?
A. Suse 11.1
B. RedHat 6.5
C. CentOS 6.4
D. Ubuntu 11.04
Answer: D

NO.16 Fusioninsight HD's Streaming is based on the open source Apache Storm, which is a
distributed offline computing framework.
A. True
B. False
Answer: B

NO.17 Which two modules are responsible for HDFS NameNode active / standby management and
metadata file merge?
A. Zkfc and standby NameNode
B. Primary NameNode and standby NameNode
C. Zkfc and the master NameNode
D. Primary NameNode and JoumalNode
Answer: A

NO.18 Before installing the Fusioninsight HD software package, you must set the host names of all
nodes in the cluster in the node's / etc / hosts file:
A. is correct

4
IT Certification Guaranteed, The Easy Way!

B. False
Answer: A

NO.19 Which module is responsible for Fusioninsight Manager user data storage?
A. CAS
B. AOS
C. Kerberos
D. LDAP
Answer: D

NO.20 In Spark on YARN mode, nodes without NodeManager cannot start executor til.
A. True
B. False
Answer: A

NO.21 The minimum processing unit of HBase in Fusioninsight HD system is Region. Where is the
routing information between User Region and RegionSeiver stored?
A. ZooKeeper
B. HDFS
C. Master
D. meta table
Answer: D

NO.22 The Kerberos system is designed with client / server structure and DES encryption technology
to enable mutual authentication. Both the client and the server can perform identity authentication
for each other.
A. True
B. False
Answer: A

NO.23 Which items can Fusionlnsight Manager perform health check? (Multiple choices)
A. host
B. service
C. role
D. Examples
Answer: A B

NO.24 The order in which the YARN scheduler allocates resource requests, which of the following
descriptions is correct.
A. An arbitrary machine-> same rack-> Mochi resources
B. Any machine-> local resources-> same rack
C. Local resources-> Same rack-> Any machine
D. Same rack-> Any machine-> Local Huangyuan

5
IT Certification Guaranteed, The Easy Way!

Answer: C

NO.25 What parts of data do I need to read to perform HBase read data services? (Multiple choices)
A. HFile
B. HLog
C. MemStore
D. HDFS
Answer: A C

NO.26 RDDs can be generated from Hadoop-compatible file systems. After generation, RDD data can
be partially updated by calling RDD operators.
A. True
B. wrong
Answer: B

NO.27 Fusioninsight HD cluster upgrade, is the following description correct? (Multiple choices)
A. Do not manually switch the active and standby OMS during the upgrade process
B. The root account password of all hosts in the cluster must be consistent
C. Keep the network open and avoid abnormal upgrades due to network problems
Answer: A B C

NO.28 Flume supports monitoring and transmitting new files in the directory, which can realize
quasi real-time data transmission. What kind of source is described above?
A. spooling directory source
B. http source
C. exec source
D. syslog source
Answer: A

NO.29 A Hadoop manages cluster resources through the ResourceManager. What are its main
functions? (Multiple choices)
A. Cluster resource scheduling
B. Application Management
C. Cluster resource management
D. Log Management
Answer: A B C

NO.30 What's incorrect about HBase + HFile?


A. One HFile belongs to one Region
B. One HFile contains data for multiple column families (correct case)
C. One HFile contains multiple columns of data
D. -HFile contains multiple rows of data
Answer: B

6
IT Certification Guaranteed, The Easy Way!

NO.31 In the customer IT system, the FusionlnsightHD cluster has 150 nodes, each node has 12 disks
(not Raid, not including OS disks), each disk is 1T, only HDFS is installed, and how much data can be
stored according to the default configuration?
A. 17MIB
B. 1800IB
C. 600TB
D. 588TB
Answer: D

NO.32 Neither Spark nor Hadoop is suitable for iterative computing scenarios.
A. True
B. False
Answer: B

NO.33 What is correct about Controller and NodeAgent in Fusioninsight Manager?


A. Controller sends heartbeat to NodeAgent every 3 seconds
B. NodeAgent accepts commands from Costroller and performs specific actions
C. Every node must deploy Controller
D. NodeAgent is open source enhanced
Answer: B

NO.34 One of the following descriptions about the HDFS federation of the Hadoop distributed file
system is correct?
(Multiple choices)
A. A Namespace uses a block pool to manage data blocks
B. One namespace can use multiple block pools to manage data blocks
C. The disk space of each block pool is physically shared and the logical space is isolated
D. Support NameNode / Jamespace horizontal expansion
Answer: A C D

NO.35 What is the incorrect description of HBase's Region split process Split?
A. The Split process did not really separate the files, only the reference file was created
B. Split In order to reduce the size of data in a region, split a region into two regions
C. The table will be suspended during split
D. The region that was split during the split process will suspend service
Answer: C

NO.36 What are the steps involved in preparing the Fusioninsight HD S before installation? (Multiple
choices)
A. Complete the hardware installation
B. Complete the node host operating system installation
C. Standard tools and software. For example, PuTTY, LLD, Fusioninsight HD software package, etc.

7
IT Certification Guaranteed, The Easy Way!

D. Huaiying planning data, such as network parameters and role deployment location
Answer: A B C D

NO.37 Spark's Executor can run multiple tasks.


A. is correct
B. error
Answer: A

NO.38 In the FusionlnsightHDi product, what is the correct understanding of Kafka component
deployment planning?
"Multiple choices"
A. Kafka's Producer can specify which consumer the message is consumed by when sending a
message
B. When creating a topic, the number of copies must not be greater than the number of currently
alive Broker instances, otherwise the topic creation will fail
C. Kafka cannot be configured with data storage directories after installation
D. Kafka will store metadata information in ZooKeeper
Answer: B D

NO.39 HBase region in the Hadoop platform is managed by which service process.
A. HMaster
B. DataNode
C. RegionServer
D ZooKeeper
Answer: C

NO.40 Are there any correct statements about Kafka components in Fusioninsight HD? (Multiple
choices)
A. When deleting a topic, you must ensure that Kafka's service configuration is deleted.topic.enable
true
B. Kafka installation and running logs are saved in / siv / Bigdata / kafka /
C. ZooKeeper unavailability will cause Kafka unavailability
D. You must use the admin user or the kafkaadmin group user to create a topic
Answer: A C D

NO.41 When a Spark application runs, if a certain operation fails, the entire app fails.
A. True
B. False
Answer: B

NO.42 Which is not the channel type of Flume?


A. Memory Channel
B. File Channel
C. JDBC Channel

8
IT Certification Guaranteed, The Easy Way!

D. HDFS Channel
Answer: D

NO.43 In the Hadoop platform, to view information about an application in the YARN service, what
command is usually used?
A. container
B. application attempt
C. jar
D. application
Answer: D

NO.44 Fusionlnsight HD is not supported by non-root users.


A. True
B. False
Answer: B

NO.45 What is the role of Kafka server deployment in Kafka cluster?


A. Producer
B. Consumer
C. ZoaKeeper
D. Broker
Answer: D

NO.46 Which of the following targets can Fusioninsight HDLoader export HDFS data to?
A. SFTP server
B. FTP server
C. Oracle database
D. DB2 database
Answer: A B C D

NO.47 In the Fusionlnsight HD cluster planning, is the deployment scenario where the management
node, control node, and evidence node are combined into one deployment scenario suitable?
A. 30 nodes or less
B. Above 100 nodes
C. 100-200 nodes
D. 200 nodes or more
Answer: A

NO.48 What is the physical storage unit of HBase?


A. Region
B. ColumnFamjIy
C. Column
D. ROW

9
IT Certification Guaranteed, The Easy Way!

Answer: B

NO.49 When you use the configuration planning tool to plan the Fusioninsight HD V100R002C50
cluster, you can use the disconnection planning tool of V100R002C60 to plan.
A. True
B. False
Answer: B

NO.50 The nodes in the Fusionlnsight HD cluster only have one network card installed, and a dual-
plane isolation networking scheme can also be used.
A. True
B. wrong
Answer: B

NO.51 The Hadoop NameNode is used to store the metadata of the file system.
A. True
B. False
Answer: A

NO.52 What is incorrect about the deployment of Kafka components in the Fusionlnsight HD
product?
A. Kafka strongly depends on ZooKeeper s. To install Kafka, you must install ZooKeeper.
The number of instances deployed by
B. Kafka must not be less than 2
C. Kafka's service turbulence can generate messages
D. Consumer as a Kafka client role specializes in message consumption
Answer: C

NO.53 When planning a Fusionlsight HD cluster, if customers use it for functional testing, there is no
performance requirement, and in the case of cost savings, the management node, control node, and
data node can be deployed in one.
A. 2
B. 3
C. 6
D. 8
Answer: B

NO.54 Flume's properties.properties configuration can configure multiple channles to transfer data.
A. is correct
B. False
Answer: A

NO.55 From the perspective of the life cycle, which stages does the data mainly go through?
(Multiple choices)

10
IT Certification Guaranteed, The Easy Way!

A. Data collection
B. data storage
C. Data management
D. Data analysis
E. Data presentation
Answer: A B C D

NO.56 Which of the following operations does the Fusioninsight HD Manager face with the Loader?
A. Start the Loader instance
B. View Loader service status
C. Configure Loader parameters
D. View Loader operation log
Answer: D

NO.57 During Fusionlnsight HD deployment, the checkNodes.Configd SiS file must be called when
performing precheck to check each node.
A. is correct
B. False
Answer: A

NO.58 After a Loader job in Fusioninsight HD is submitted to Yam, the job cannot be stopped
manually.
A. True
B. False
Answer: B

NO.59 What is the abstraction of YARN resources in the Hadoop system?


A. Memory
B. CPU
C. Container
D. Disk space
Answer: C

NO.60 A user needs to build a 350-node Fusioninsight HD cluster. Which plan is the best?
A. Management nodes, control nodes, and data nodes are deployed together in a two-tier network
B. management node and control node are deployed together, data nodes are deployed
independently, and layer 2 networking
C. 1 management node, control node, and data node are all deployed independently, with three-
layer networking (correct plan)
D. Management nodes and data nodes are deployed together, control nodes are deployed
independently, and layer 2 networking
Answer: C

11
IT Certification Guaranteed, The Easy Way!

NO.61 In the Fusioninsight HD system, Kerberros is only used for security authentication of
component services.
A. True
B. False
Answer: B

NO.62 Loader's job execution fails, then the data imported during the running of this job will not be
deleted and must be manually deleted.
A. True
B. False
Answer: B

NO.63 When Fusionlnsight HD is expanded, the new root node password of the host OS does not
need to be consistent with the root user password of all nodes in the cluster.
A. True
B. False
Answer: B

NO.64 A Fussinsight Manager is incorrect about the configuration function of the service?
A. Service level configuration takes effect for all instances
B. Instance-level configuration takes effect only for this instance
C. Instance-level configuration also works for other instances
D. The configuration needs to be restarted after the configuration is saved. The service takes effect
Answer: C

NO.65 When deploying Kerberos and LDAP services for FusionlnsightHD products, what is the
following description correct? (Multiple choices)
A. Before deploying Kerberos, you must deploy the LDAF service
B. The LDAP service must be deployed on the same node as the Kerberos service
C. Kerberos service and LDAP are deployed to the same node to facilitate data access and improve
performance
D. LDAP service can be shared across multiple clusters
Answer: A C

NO.66 Which of the following designs are considered in the planning process of the big data
business consulting plan? (Multiple choices)
A. Big data business model design
B. Are business scenarios all planning?
C. Design requirements for typical scenarios
D. Scene decomposition and karma design
Answer: A B C D

NO.67 Which object cannot Fusioninsight Manager manage?

12
IT Certification Guaranteed, The Easy Way!

A. Spark
B. Host OS
C. YARN
D. HDFS
Answer: B

NO.68 What are the irony errors about Fusioninsight Manager? (Multiple choices)
A. You can query each important operation through the Audit interface of Fusioninsight Manager B
Customers who cannot download a single component through Fusioninsight Manager
B. After the cluster deployment is completed, cluster expansion cannot be performed through
Fusioninsight Manager. You can only expand the cluster by uninstalling and rebuilding the cluster
C. You can query the specific information of each alarm through the Alarms alarm interface of
Fusioninsight Manager
Answer: B C

NO.69 In the Fusioninsight HD cluster, according to disk planning recommendations, on which disk
should the / srv / BiqData partition be deployed?
A. OS disk
B. Metadata disk
C. data disk
D. Management Disk
Answer: A

NO.70 Which of the following operations cannot be completed through Fusioninsight Manager?
A. Installation and deployment
B. Performance monitoring
C. Rights Management
D. Virtual machine allocation
Answer: D

NO.71 After submitting the topology using the Streaming client shell command in the Fusionlnsight
HD system, use Storm and UI to check and find that the topology has not processed data for a long
time. What are the reasons?
A. The topology is too complex or too concurrency, which causes the worker startup time to be too
long, exceeding the wait time of supeMsor
B. SupeMsor's slots resource is exhausted. After the topology is submitted, the slot cannot be
allocated to start the Worker process
C. There is a logic error in the topology service, and it cannot run normally after submission
D. When the amount of data is large, the topology processing speed is slow
Answer: A B C

NO.72 In the 196 FusionlnsightHD system, which of the following methods cannot see the results of
the Loader job execution?

13
IT Certification Guaranteed, The Easy Way!

A. View through Yarn task management


B. View through Loader UI
C. View alarms through Manager
D. through rjodelVIanager
Answer: D

NO.73 In the Fusionlnsight HG system, when creating a Kafka topic, you must set the number of
Partitions and the number of replicas. Setting multiple replicas can strengthen the disaster tolerance
of Kafka services.
A. True
B. False
Answer: A

NO.74 The Fusioninsight HD cluster contains multiple services, and each service consists of several
roles. Which of the following are the roles of the service? (Multiple choices)
A. HDFS
B. NameNode
C DataNode
C. HBase
Answer: B C

NO.75 Each stage of a Spark task can be divided into jobs, and the score is marked as shuffle.
A. True
B. False
Answer: B

NO.76 Where is the HBase metadata Meta region routing information stored in the FusionlnsightHD
system?
A. Root Table
B. ZooKeeper
C. HMaster
D. Meta Table
Answer: B

NO.77 In the Fusionlnsight HD system, if you find that the Solr service is unavailable, what aspects
can you analyze to locate the problem? (Multiple choices)
A. Check if the ZooKeeper it depends on is correct
B. Check whether the HDFS service is normal
C. Log in to the node where SolrServerAdmin is located and confirm whether the node is connected
to another SolrSen / erAdmin instance node network
D. Log in to the Ftisionlnsight Manager interface, download related logs during Solr service
unavailability, and perform further positioning
Answer: A B C D

14
IT Certification Guaranteed, The Easy Way!

NO.78 Are the following statements about Hadoop's HDFS1S correct? (Multiple choices)
A. HDFS consists of NameNode. DataNode, Client
B. The metadata on the HDFS standby NameNode is synchronized by the primary NameNode.
C. HDFS uses the nearest rack node for the first copy of the data
D. HDFS is suitable for read once and read multiple times and tasks
Answer: A C D

NO.79 In the Fusioninsight HD system, if one of the loader points in the cluster is abnormal, and
other services are not abnormal, the normal use of the loader function will not be affected.
A. is correct
B. False
Answer: A

NO.80 When deploying Solr on Fusionlnsighr HD, if you choose primes to be stored on local disk, it is
recommended to give each SolrSeiver:
A. Yes
B. False
Answer: A

NO.81 Table 1 in HBase of Fusionlnsight HD contains the following Regions [10, 20), [20 30] [30, +8],
which are numbered 1 2 3, so which region does 11, 20, 222 belong to?
A.
B. 123
C. 122
D. 112
Answer: C

NO.82 The TGT in the Kerberos protocol is mainly used for secure sessions between the application
side and the services that need to be queried.
A. True
B. False
Answer: B

NO.83 In the ft SoIrClGud mode, is the following description about Solr related concepts correct?
(Multiple choices)
A. Collection is a logically complete index in the SoIrCloud group. It can be divided into one or more
shards. These shards use the same Config Set.
B. Config Set is a set of configuration files required by Solr Core to provide services, including
solrconfig.xml and schema.xml.
C. Shard is a logical shard of the collection. Each Shard contains one or more replicas.
D. It is determined by election which replica is the leader-only the leader replica can process index
and query requests. Will accept index and Xuansi requests.
Answer: A B D

15
IT Certification Guaranteed, The Easy Way!

NO.84 In the Fusioninsight cluster networking design, the Layer 2 networking refers to the Layer 2
switching within the cluster, and the cluster nodes are in a subnet. It is applicable to cluster farms
with less than 200 nodes.
A. is correct
B. False
Answer: A

NO.85 On the Fusioninsight Manager interface, when a Kafka disk capacity alarm is received and the
cause of the alarm has been ruled out as a hard disk hardware failure, the system administrator
needs to consider expanding the capacity to resolve this issue.
A. True
B. False
Answer: A

NO.86 Which method is incorrect to load data into a Hive table?


A. Load the file of the local path directly into the Hive table
B. Load files on HDFS into Hive table
C. Hive supports insert int. Single record method, so you can insert a single record directly on the
command line
D. Insert result sets of other tables into Hive tables
Answer: C

NO.87 What kind of computing tasks is the Map Reduce component good at?
A. Iterative calculation
B offline calculation
B. Real-time interactive computing
C. Streaming computing
Answer: B

NO.88 What is the purpose of a HBase cluster to execute Compaction regularly? "Multiple choices"
A. Reduce the number of files in the same Region and the same ColumnFamily
B. Improve data read performance
C. Reduce the file data of the same ColumnFamily
D. Reduce the number of files in the same region
Answer: A B

NO.89 What are the main features of big data analysis related technologies? (Multiple choices)
A. Machine learning, full features
B. Analysis of the relevance of events behind the data
C. Based on massive data
D. based on exact samples
Answer: A B C

16
IT Certification Guaranteed, The Easy Way!

NO.90 Kafka is a distributed message publish and subscribe system. It only forwards messages and
does not save messages.
A. True
B. False
Answer: B

NO.91 What is the correct statement in a Hadoop system for customers to upload files to the HDFS
file system?
A. Client's file data is passed to the DataNode through the NameNode
B. The client divides the file into multiple blocks, and writes each DataNode in order according to the
address information of the DataNode
C. The client writes the entire file to each DataNode in order according to the address information of
the DataNode, and then the DataNode divides the file into multiple blocks.
D. The client only uploads data to a DataNode, and is then copied by the NameNode Block
Answer: B

NO.92 In the HDFS mechanism, the NameNode SS manages metadata. Each read request from the
client needs to read metadata information from the NameNode's meta data disk to obtain the
position of the read file on the DataNode.
A. True
B. False
Answer: B

NO.93 In a Fusionlnsight Hadoop cluster, the cluster size is 70 nodes. If a push-to-stub deployment
solution is adopted, what partitions may exist on the management node? (Multiple choices)
A. / srv / BigData / z co keeper
B. / srv / BigData / dbdata_om
C. / srv / BigData
D. / srv / BigData / fumarnode
E. / srv / BigData / hadoo ^ data5
Answer: A B C D

NO.94 What are the main features of the YARN answering child scheduler? "Dodie"
A. Capacity guarantee
B. Yi Linghua ratio
C. multiple lease
D. Dynamically update the configuration file
Answer: A B C D

NO.95 In Hadoop, if yam.schedulerxapacity.root.QueueA.minimum-user-limit-percent is set to 50,


what is wrong with the following statement?
A. A user submits a task and can use 100% of QueueA's resources
B. QueueA can only get up to 50% of resources per user

17
IT Certification Guaranteed, The Easy Way!

C. If there are already two user tasks running in QueueA, then the task submitted by the third user
needs to wait for the resources to be released
D. QueueA must ensure that each user gets at least 60% of the resources
Answer: B

NO.96 Fusionlnsight HD uses the HBase client to write 10 pieces of data in batches. A RegionSen / er
node contains
2 regions of the table, A and B respectively. 2 of the 10 parent data belong to A and 4 belong to B.
Please write How many RPC requests need to be sent to the RegionServer for these 10 pieces of
data?
A. 1
B. 2
C. 6
D. 10
Answer: A

NO.97 Hadoop's HDFS is a distributed file system that is suitable for data storage and management
in which of the following scenarios (multiple choices)
A. large number of small file storage
B. High fault tolerance, high throughput
C. low latency read
D. Streaming data access
Answer: B D

NO.98 When deploying Fusionlnsight HD, how many Flume server nodes are recommended to be
deployed in the same cluster?
A. 1
B. 2
C. 3
D. 4
Answer: B

NO.99 Which of the following HDFS commands can be used to check the integrity of a data block?
A. hdfs fsck / (correct answer>
B. hdfs fsck / -delete
C. hdfs dfsadmin -report
D. hdfs balancer-threshold 1
Answer: A

NO.100 Hive log collection on Fusionlnsight HD Manager interface, which option is incorrect?
A. You can specify an instance for log collection, such as specifying that the MetaStore logs are
collected separately
B. Log collection can be specified for a period of time, for example, only records of 2016-1-1> 2016-1-

18
IT Certification Guaranteed, The Easy Way!

10
C. You can specify the node IP for log collection, such as downloading only the logs of a certain IP
D. can specify that the user logs into the log collection, for example, only download logs generated
by userA user
Answer: D

NO.101 What's wrong with TGT about Kerberos?


A. TGT stands for Ticket Authorization Ticket and is mainly generated by the KDC Service Agency
B. Once a TGT is generated, it can be used indefinitely
C. The existence of TGT on the client can be stored in memory or stored locally in the form of a file
D. The main information in the TGT is the current duration of the ticket, the server IP granted to the
TGT, and the client name distributed to
Answer: B

NO.102 What components must be installed when installing Fusioninsight HD cluster in full mode?
(Multiple choices)
A. ZooKeeper
B. LdapServer
C. KrbServer
D. HDFS
Answer: B C

NO.103 What interfaces does Fusionlnsight Manager support when connecting to an external
management platform?
(Multiple choices)
A. SNMP
B. VPN
C. BGP
D. Syslog
Answer: A D

NO.104 In FusionlnsightHD, if you need to view the users and rights groups currently logged in to
HBase, what commands can you execute in the HBase shell?
A. use_pemission
B. whoami (Orthophosphoric answer)
C. who
D. get_user
Answer: B

NO.105 If the number of Fusioninsight HD cluster nodes is insufficient to enable separate


deployment of data nodes, a management node & control node & data node deployment solution
can be adopted, but performance will be limited.
A. is correct

19
IT Certification Guaranteed, The Easy Way!

B. False
Answer: A

NO.106 Big data requires a change in the thinking mode of traditional industries. Data collection and
analysis should be regarded as an important part of business processes. Data-driven business
processes should be optimized to achieve intelligence and self-childhood, and rely on data assets to
achieve cross-border expansion.
A. correct
B. False
Answer: A

NO.107 In the customer IT system, the FusionlnsightHD cluster has 150 nodes, each node has 12
disks (not Raid, not including OS disks), each disk is 1T, only HDFS is installed, and how much data can
be stored according to the default configuration?
A. 17MIB
B. 1800IB
C. 600TB
D. 588TB
Answer: D

NO.108 When the Spark application is running, what is the stage division basis?
A. task
B. taskSet
C. action
D. shuffle
Answer: D

NO.109 Is the Loader job description in Fusioninsight HD correct?


A. After Loader submits the job to Yam for execution, if the Loader service is abnormal at this time,
the job execution fails.
B. After Loader submits the job to Yam for execution, if a Mappe task fails to execute, it can retry by
itself.
C. After the Loader job fails to execute, garbage data will be generated, which requires the user to
remove the residue manually.
D. After Loader submits a job to Yarn for execution, it cannot submit other jobs until the job is
completed.
Answer: B

NO.110 Which module in Hadoop is responsible for data storage of ZHDFS?


A. NameNode
B. DataNode
C. Zoo Keeper
D. JobTraoker

20
IT Certification Guaranteed, The Easy Way!

Answer: B

NO.111 What should I check for .Fusionlnsight HD after the cluster is successfully installed?
(Multiple choices)
A. Ssmcs component health status
B. Does the system respond?
C. Whether the configuration status of the service is synchronized
D. Host health status
Answer: A B C D

NO.112 In the FusionlnsightHD system, multiple Flume connections can be used to gather data from
the nodes it deploys.
A. True
B. False
Answer: A

NO.113 When the HDFS Client writes a file, the writing position of the first copy of the data is
determined by the NameNode, and the writing position of the other copies is determined by the
DataNode.
A. True
B. False
Answer: B

NO.114 Fusionlnsight Manager's service management operations. What is wrong with the following
statement?
A. The service can be restarted
B. Services can be added and uninstalled
C. Can be set to hide or show infrequently used services
D. You can view the current status of the service
Answer: C

NO.115 When using HBase for data read and write services in Fusionlnsight HD, you need to connect
to the HMaster.
A. True
B. False
Answer: B

NO.116 Regarding the basic operation of Hive table creation, what is correct?
A. When creating an external table, the fog must point to the external key
B. Once the table is created, the table name can no longer be modified
C. Once the table is created, you can no longer modify the column names
D. Once the table is created, no new columns can be added.
Answer: A

21
IT Certification Guaranteed, The Easy Way!

NO.117 Which parameter needs to be configured in YARN to set the maximum usage resource of
queue QueueA?
A. yam.scheduler. Capacity.root ^ QueueA.user-limit-factor
B. yarn.scheduler. Capacily.root ^ QueueA.mini mum-user-limit-percent
C. yarn.scheduler.capacity.root ^ QueueA.state
D. yarn.scheduler.capacity.root ^ QueueA.maxirnum-capacity (correct case)
Answer: D

NO.118 In the Fusioninsight HD system, use the Streaming client shell command to view the
topology or submit the topology failure. Which of the following positioning methods is correct?
(Multiple choices)
A. Check the client exception stack to determine whether the client is using the problem
B. Check the operation log of the main Nimbus to determine whether the Nimbus server is abnormal
C. Check the Supervisor running log to determine whether the Supervisor is abnormal
D. View Worker line log
Answer: A B

NO.119 SOIr can index structured, semi-structured, and unstructured data, and provides full-text
search capabilities.
A. is correct
B. error
Answer:A

NO.120 What information is included in a KeyValue format in the HBase data file HFile? (Multiple
choices)
A. Key
B. Value
C. TimeStamp
D. Key Type
Answer: A B C D

NO.121 What is the key feature or operation statement of Fusioninsight Manager?


A. Able to perform health checks on the entire cluster or a certain service, but not on a node
B. Manager introduces the concept of roles, and uses RBAC to manage the rights of the system
C. The entire system uses Kerberos to manage users, uses LDAP to perform user authentication, and
implements single sign-on through CAS
D. For the health check result, you cannot export the check report, you can only view it online
Answer: B

NO.122 When Solr creates a collection, the recommended route algorithm is composited router, so
the collection can expand the shard.
A. is correct
B. False

22
IT Certification Guaranteed, The Easy Way!

Answer: B

NO.123 When using Flume to input data, in order to prevent losing data due to restart of the Flume
process, which of the following channel types is recommended?
A. Memory Channel
B. File Channel
C. JDBC Channel
D. HDFS Channel
Answer: B

NO.124 What's wrong about Fusioninsight Manager?


A. NTP Server / Client is responsible for clock synchronization of the answering nodes in the cluster
B. Fusioninsight Manager can start and stop HDFS and configure parameters
C. All maintenance operations of Fusiontnsight Manager can only be completed through Web III.
Shell maintenance commands are not provided
D. Fusioninsight Manager can guide the installation of the cluster, shorten the deployment of the
cluster
Answer: C

NO.125 Which of the following are the resident processes of the Spark service? "Multiple choices"
A. JobHistory
B. JDBCServer
C. SparkResource
D. NodeManaaer
Answer: A B

NO.126 The Hadoop-based open source big data platform mainly provides distributed computing
and storage capabilities for data. Are the following distributed storage components? (Multiple
choices)
A. MR
B. Spark
C. HDFS
D. HBase
Answer: C D

NO.127 Are the main features of big data understood and described correctly? "Multiple choices"
A. many sources, many formats
B. grows fast and processing speed is fast
C. has a large amount of storage and a large amount of calculation
D. Low value density of data
Answer: A B C D

NO.128 In FusionlnsightHD system, which disk plans do cluster nodes need to consider? (Multiple

23
IT Certification Guaranteed, The Easy Way!

choices)
A. Host OS disk planning
B. Control Node Metadata Disk Plan
C. Management node metadata disk planning
D. Data node data disk planning
Answer: A B C D

NO.129 Streaming in Fusioninsight HD has a weak dependency on Zookeeper. Streaming can provide
services even if Zookeeper fails.
A. True
B. False
Answer: B

NO.130 Fusionlnsight Manager supports large-scale cluster installation and deployment, monitoring,
alarming, user management, rights management, auditing, service management, health check,
problem location, upgrade, and patching.
A. True
B. False
Answer: A

NO.131 In .FusionlnsightHD V100R002C60 cluster, which of the following components need to be


planned for metadata partitioning? (Multiple choices)
A. HDFS
B. Zookeeper
C. Streaming
D. Redis
E. HBase
F. Kafka
Answer: A B C

NO.132 Which instance must the Loader instance be deployed with in Fusionlnsight HD?
A. DataNode
B. RegionServer
C. ResourceManager
D. NodeManager
Answer: D

NO.133 Which option in the Spark component is not a transformation operation?


A. join
B. distinct
C. reduceByKey
D. reduce
Answer: D

24
IT Certification Guaranteed, The Easy Way!

NO.134 Which data types are not suitable for Hadoop's HBase?
A. large file application scenario (positive answer)
B. Massive Data Application Scenarios
C. High Throughput Application Scenarios
D. Semi-structured data application scenarios
Answer: A

NO.135 In the .Fusioninsight HD system, which is the LDAP data synchronization method?
A. One-way synchronization
B. Two-way peers
C. Isolate differences
D. Data cross-peer
Answer: A

NO.136 What data does Fusioninsight Manager back up regularly? (Multiple choices)
A. NameNode
B. LDAP
C. OMs (orthophosphoric acid case)
D. DBService
Answer: A B C D

NO.137 In the design of the FusionlnsightHDl group network, there is a rack that can linearly expand
according to business needs.
A. Basic box
B. extension box
C. management box
D. data frame
Answer: B

NO.138 HBase in the Fusioninsight HD system supports dynamically expanding columns.


A. is correct
B. False
Answer: A

NO.139 When the Flume process is cascaded, which of the following sink types are used to receive
the data sent by the previous hop Flume?
A. avro sink
B. thrift sink
C. HDFS sink
D. Null Sink
Answer: B C

25
IT Certification Guaranteed, The Easy Way!

NO.140 Fusionlnsight Manager externally supports REST interface, SNMP interface, SYSLOG
interface
A. True
B. False
Answer: A

NO.141 Which of the following OS versions are recommended for building a Fusioninsight V1R2C60
cluster?
(Multiple choices)
A. SUSE 11 SP1 / SP2 / SP3forAMD64 & lntel64
B. CentOS-6
C. RedNat-G.4-x86_64 (Positive Phosphorus Case)
D. RedHat-6.5-x86_64 (positive answer)
E. RedHat-6.7-x86_64 (positive code answer)
F. Ubuntu6.3
Answer: A B C D E

NO.142 First, when planning a Fusioninsight cluster, which of the following cluster names are
allowed by the system.
"Multiple choices" Ranch
A. Fusionlnsight-123
B. Fusionlnsigh_123
C. Fusioninsight 123
D. 123 Fusionlnsight
Answer: B C D

NO.143 Among the following options, is the exact description of the role of the standby NameNode
in Huawei Fusioninsight HD system? "Multiple choices"
A. Hot standby for the main NameNode
B. Prepare NameNode has no memory requirements
C. Help the master NameNode merge the editor's log and reduce the startup time of the master
NameNode
D. The standby NameNode should be deployed to a node with the master NameNode
Answer: A C

NO.144 Which of the following programming languages does Spark implement?


A. C
B. C + ten
C. JAVA
D. Scale
Answer: D

NO.145 There are two peer queues Q1 and Q2 on YARN, both of which have a capacity of 50. There

26
IT Certification Guaranteed, The Easy Way!

are already 10 tasks on Q1 occupying a total of 40 capacity, and 2 tasks on Q2 occupying a total of 30
capacity. Many, the scheduler will allocate resources to Q1 first.
A. True
B. False
Answer: B

NO.146 There are 230 nodes in the Fusioninsight HD group of a university. When planning a cluster,
which of the following processes should be deployed on the data node? (Multiple choices)
A. Data Node
B. NameNode
C. NodeManager
D. RegionSen / er
E. DBServer
F. SolrSen / er
Answer: A C D F

NO.147 How many nodes is suitable for Fusioninsight HD Layer 3 networking?


A. 30 knots or less
B. 100 nodes or more
C. 100-200 nodes
D. 200 nodes or more
Answer: D

NO.148 In the FusionlnsightHD system, which disk partition does not belong to the cluster node?
A. OS partition
B. Data partitioning
C. Metadata partitioning
D. management partition
Answer: D

NO.149 What is the role of the Connector when the Fusionlnsight HD Loader creates a job?
A. Determine what conversion steps are in place
B. Provide optimization parameters to improve data import and export performance
C. How the configuration job connects to an external data source
D. How the configuration job connects to internal data sources
Answer: C

NO.150 If there are only Default, QueueA, and QueueB subqueues in the YARN cluster, then their
capacity can be set to 60%, 25%, and 22%, respectively.
A. True
B. False
Answer: B

27
IT Certification Guaranteed, The Easy Way!

NO.151 The Fusioninsight HD management node provides a dual-machine HA mechanism. After the
master node fails, the master and backup nodes need to implement failover manually.
A. True
B. False
Answer: B

NO.152 About the Fusioninsight HD installation process is correct?


A. Install Manager-> execute preinstall-> LLD tool to configure-> install cluster-> check after
installation-> configure after installation
B. LLD tool configuration-> execute preinstall-> install Manager-> install cluster-> check after
installation-> configure after installation
C. Install Manager-> LLD tool for configuration-> perform Reinstall-> install cluster-> check after
installation-> configure after installation
D. LLD tool for configuration-> execute preinstall-> install cluster> install Managers-> check after
installation-> configure after installation
Answer: B

NO.153 How many HDFS blocks are saved by default in a Fusioninsight HD system?
A. 3 copies
B. 2 copies
C. 1
D. Not sure
Answer: A

NO.154 In Fusionlnsight HD system, regarding the storage deployment strategy of Solr index, is the
following statement correct? (Multiple choices)
A. Utilize the features of HDFS data storage reliability and easy expansion to preferentially select
indexes for storage in HDFS.
B. Regardless of whether Solr indexes are stored on HDFS or local disks, 5 Solr instances must be
deployed on the same node. Different Solr must be distinguished according to IP and different
slogans
C. When the real-time index entry speed is high, you can choose to store the index on the local disk.
D. When primed data is stored on HDFS, SolrServer instance and DataNode instance are deployed on
the same node.
Answer: A C D

NO.155 What log download methods does Fusioninsight HD support? (Multiple choices)
A. Download logs of all installed fingers
B. The download of a module of a single component
C. download the name of the specified host
D. Download the log submitted at the specified time
Answer: A B C D

28
IT Certification Guaranteed, The Easy Way!

NO.156 A Fusioninsight HD cluster planned by a certain bank has 90 nodes. If 3 control nodes are
planned, the recommended data nodes in the cluster are:
A. 87
B. 85
C. 90
D. 86
Answer: A

NO.157 How does the management process of Fusionlnsight HD HBase choose the master node?
A. Random selection
B. is ruled by RegionServer
C. Ruling by ZooKeeper (correct case)
D. HMaster is a dual-master model, and no ruling is required.
Answer: C

NO.158 Regarding the alarm of insufficient Kafka disk capacity, what is the following analysis
incorrect for possible reasons?
A. The disk configuration (such as the number of disks and the disk size) used to store Kafka data
cannot meet the current business data flow, resulting in the disk usage reaching the upper limit.
B. The data storage time is too long, and the data accumulation reaches the upper limit of disk usage.
C. Unreasonable business planning, resulting in uneven data distribution, and some disks have
reached the upper limit of utilization
D. Broker node failure caused
Answer: D

NO.159 In Fusionlnsight HD, what is wrong about HBase's BloomFilter feature?


A. Can be used to filter data (correct case)
B can be used to optimize random read performance
C will increase storage consumption
B. Can accurately determine that a piece of data does not exist
Answer: A

NO.160 Is the Supervisor description about Fusioninsight HD Streaming correct?


A. Supervisor is responsible for resource allocation and task scheduling
B. Supervisor is responsible for accepting tasks assigned by Nimbus, starting and stopping worker
processes belonging to it
C. Supervisor is a process that runs specific processing logic
D. Supervisor is a component in Topology that receives data and then processes it
Answer: B

NO.161 Which of the following features does Spark provide? (Multiple choices)
A. Distributed meat storage calculation engine
B. Distributed File System

29
IT Certification Guaranteed, The Easy Way!

C. Unified scheduling of cluster resources


D. Stream processing function
Answer: A D

NO.162 In a Fusioninsight Hadoop cluster, if you query df-hT on a node, you can see the following
partitions:
/ var / log
/ snzOgData
/ srv / BigData / hadoop / data 5
/ s MBigD at a / solr / solrsen / er3
/ s rv / BigData / d t) data_o m
What is the optimal RAID combination plan for the disks of these partitions?
A. Raid0 Raidl Raid0 Non-Raid Raidl
B. Raidl Raidl Non-Raid Non-Raid Raidl
C. RaidO RaidO Raid0 RaidO RaidO
D. Non-Raid Non-Raid Non-Raid Non-Raid Raidl
Answer: B

NO.163 Regarding the relationship between Hive and other Hadoop components, what is wrong
with the following description?
A. Hive finally stores data in HDFS
B. Hive SQL is based on MapReduce tasks
C. Hive is a data warehouse tool for the Hadoop platform
D. HiveHBase has strong dependencies
Answer: D

NO.164 When the Fusionlnsight HD Manager interface displays Hive service status as Bad, what are
the possible reasons? (Multiple choices)
A. DBService is unavailable
B. HDFS service is unavailable
C. Metastore instance is not available
D. HBase service is unavailable
Answer: A B C

NO.165 During the transmission of Flume data, Sink will delete the event M channel after it has
taken the data and written it to the destination.
A. is correct
B. False
Answer: A

NO.166 In the .YARN service, if you want to set the capacity of the queue QueueA to 30%, which
parameter should be configured?
A. yarn.scheduler.capacityJootQueueA.user-limit-factor
B. yarn.scheduler.capacity.root.QueueA.minimum-user-limit-percent

30
IT Certification Guaranteed, The Easy Way!

C. yam.scheduler.capacity.root.QueueA.capacity
D. yarn.scheduler.capacity.rootQueueA.st are
Answer: C

NO.167 When viewing the Partition details of a topic in Kafka, which command is used?
A. bin / kafka-topics.sh -create
B. bin / kafka-topics.sh -list
C. bin / kafka-topics.sh -describe
D. bin / kafka-topics.sh -delete
Answer: C

NO.168 Spark is based on memory computing. All data during the running of Spark programs can
only be stored in memory.
A. True
B. False
Answer: B

NO.169 A Fusioninsight Manager user rights management does not support which configuration?
A. Configure roles for users
B. Configure permissions for roles
C. Configure roles for user groups
D. Configure permissions for user groups
Answer: D

NO.170 During the Fusioninsight HD installation process, which function cannot be performed by
performing preinstall?
A. Modify the 0S configuration to ensure that the 0S meets the installation requirements of
Fusioninsight HD
B. Install Manager
C. formatted partition
D. install RPM package missing from OS
Answer: B

NO.171 HDFS supports large file storage, and supports multiple users to write to the same file, as
well as modify the file anywhere.
A. True
B. False
Answer: B

NO.172 Kerberos R can provide security authentication for services in the cluster.
A. True
B. wrong
Answer: B

31
IT Certification Guaranteed, The Easy Way!

NO.173 Fusioninsight HD user management system only supports man-machine account


management.
A. True
B. False
Answer: B

NO.174 Loader only supports data import and export between relational databases and Hadoop
HBase.
A. True
B. False
Answer: B

NO.175 When planning and designing a Fusionlnsight HG cluster, the cluster has 150 nodes and is
not deployed in a dual-plane network. For the description of the cluster network requirements, the
following insertions are correct:
A. All nodes in the business plane use 10GE networks
B. Control nodes in the management plane use 10GE networks
C. Data nodes in the management plane use the 1GE network
D. Control nodes in the service plane use 1GE networks
E. Management nodes in the management plane use 10GE networks
Answer: A C E

NO.176 After a Loader job in Fusioninsight HD is submitted to Yam, the job cannot be stopped
manually.
A. True
B. False
Answer: B

NO.177 A cluster in the Fusionlnsight HD system can manage multiple tasks, each service can
manage multiple roles, and each role can manage only one instance.
A. True
B. False
Answer: B

NO.178 In Huawei Fusioninsight HD system, there are 3 data blocks in the storage copy. When the
data block is lost on one node, you need to manually copy a copy to the node.
A. True
B. False
Answer: B

NO.179 In the Fusionlnsight HD system, which of the following options is not a role or service
involved in the HBase data write process?
A. ZooKeeper
B. HDFS

32
IT Certification Guaranteed, The Easy Way!

C. HMasler
D. Region Server
Answer: C

NO.180 What is the default block size of HDFS in Fusionlnsight HD system?


A. 32MB
B. 64MB
C. 128MB
D. 256MB
Answer: C

NO.181 In a Fusionlnsight HD cluster, the cluster size is 300 nodes. If the recommended deployment
scheme is adopted, what partitions will not exist on the control node? (Duplicate)
A. /
B. // srv / BigData / dbdata_om
C. / sMBigData
D. // sn // BigData / jumalnode
E. // srv / BigData / hadoap / data5
Answer: B E

NO.182 When HBase write data is executed in the Fusionlnsight HD system, the data is written to
the memory MemStore, the log HLog, and the HDP
A. MemStore
B- HLog
B. HDFS
C. Memory
Answer: B

NO.183 In the Hadoop system, if the backup factor of the file system is 3, then the files required for
each task that the MapReduce task runs must be transferred from 3 replica machines.
A. True
B. wrong
Answer: B

NO.184 During Fusioninsight HD deployment, what are the following statements about installing a
cluster correct?
(Multiple choices)
A. Support template installation and manual installation
B. No need to change admin account password for the first login
C. For the network isolation scenario, in the IP input box of the node discovery step, the service IP of
each node should be entered
D. When selecting a service, the system will choose the underlying service that it depends on from an
early age

33
IT Certification Guaranteed, The Easy Way!

Answer: A D

NO.185 Fusioninsight HD Loader 41, a connector can only be assigned to a job in use
A. True
B. False
Answer: B

NO.186 Before and after the Fusioninsight HD Loader job runs, which nodes need to communicate
with external data sources?
A. Loader service master node
B. Nodes running Yarn jobs
C. The first two are needed
D. Don't bother with the first two
Answer: C

NO.187 In the Fusioninsight system, which component does the Flume data stream need not pass in
the node?
A. source
B. channel
C. sink
D. topic
Answer: D

NO.188 What are the main features of Hadoop HBase


A. Highreliability
B. High performance
C. oriented
D. scalable
Answer: A, B, C, D

NO.189 Which parameter needs to be configured to enable the log aggregation function of YARN
components in the Hadoop platform?
A. yarn.nodemanager_local-dirs
B. yarn.nodenianagerJog-clirs
C. yam.acl.enable
D. yarn / log-aggregation-enable
Answer: D

NO.190 Regarding Kerberos deployment, what is the correct description?


A. Kerberos has only one role
B. Kerberos service has two instances on the same node
C. Kerberos service is deployed in active / standby mode
D. The Kerberos service must be deployed on the same node as the LDAP service

34
IT Certification Guaranteed, The Easy Way!

Answer: B

NO.191 If a region split occurs in HBase, what process does the process of actually separating an
HFile file into two regions occur in?
A. During Split
B. During Flush
C. During Compaction
D. HFile splits the process
Answer: C

NO.192 If a service configuration item is modified in the Fusionlnsight HD system and the service is
not restarted, what is the configuration status of the service?
A. SYNCHRONIZED
B. EXPIRED
C. CONFIGURING
D. UNKNOWN
Answer: B

NO.193 Which of the following operations can the Fusioninsight HD system audit log record?
A. Clear alarm manually
B. Start and stop service instance
C. Delete service instance
D. Query history monitoring
Answer: D

NO.194 Which one does not belong to the description of Hive's flow control features in
Fusioninsight HD?
A. Support threshold control on the total number of connections that have been established
B. supports threshold control on the number of connections that each user has established
C. Support for the number of connections that a particular user has established: threshold control
D. Support threshold control on the number of connections established in a unit time
Answer: C

NO.195 Fusioninsight HD Loader ift row data import and export must be processed in the Reduce
stage.
A. True
B. False
Answer: B

35

You might also like