Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Huawei H13-723_V2.0 Practice Exam with Questions & Answers | Set: 6

Questions 76

HiveWhich of the following scenarios does not apply to?

Options:
A.

Real-time online data analysis.

B.

Data mining, such as user behavior analysis, interest division, regional display.

C.

Data summary, such as daily and weekly user clicks, click ranking.

D.

Non-real-time analysis, such as log analysis, statistical analysis.

Huawei H13-723_V2.0 Premium Access
Questions 77

existSolrWhen indexing, which of the following code snippets can significantly improve indexing performance? (multiple choice)

Options:
A.

mouthIbClient.setRequestWriter(new BinaryRequestWriterO);

B.

mouthif(updateRequest.getDocumentsMapO.size)>=10000){

cloudSolrClient.request(updateRequest,collName);updateRequest.clear);

C.

mouthif(updateRequest.getDocuments).size(O>=1000){

D.

cloudSolrClient.request(updateRequest,collName);updateRequest.clearO;

S8tW9H2xgntdc=new SolrInputDocument);

doc.addField("id",i.tostring( )doc.addField("name", "Zhang San4i);

doc.addField("features","test"+i):

doc.addreldc"price, (float)*1.oi);

cloudSolrClient.add(doc);

cloudSolrClient.commitO:

Questions 78

Flumesupport real-time data collectionsourceWhich is the type?

Options:
A.

taildir

B.

Log

C.

JMS

D.

Thrift

Questions 79

FusionInsightHDin the system,HiveWhat are the supported interface types? (multiple choice)

Options:
A.

mouthJDB, Cinterface

B.

mouthODB, Cinterface

C.

mouthPythoninterface

D.

mouthRubyinterface

Questions 80

HBaseWhich application scenarios are not suitable for?

Options:
A.

requires fullA, CIDFeature application scenarios

B.

Mass data application scenarios

C.

High throughput application scenarios

D.

Semi-structured data application scenarios

Questions 81

existFusionInsight HDofHBase, which of the following scenarios will not triggerFlushoperate?

Options:
A.

When the client initiates a scan request, it willscan cachingset too large

B.

Initiate by client-specified methodFlushdo

C.

RegionServerTotal memory exceeds threshold

D.

RegionofMemStoreset over threshold

Questions 82

When a task is submitted toYARNIn the cluster, which of the following options will generate for this taskTindivual JOPO

Options:
A.

ResourceManager

B.

container

C.

AppMaster

D.

NodeManager

Questions 83

aboutKafkaofPeoducer, is the following statement correct? (multiple choice)

Options:
A.

Produceris a message producer

B.

ProducerProduction data needs to be specifiedTopic

C.

Can play multiple at the same timeProducerprocess to the sameTopicsend data

D.

ProducerNeed to connect first when producing dataZooKeeper, and then connectBroker

Questions 84

existSpark, assuminglinesIs anDStreamobject, which of the following statements can periodically count this number of words on a stream?

Options:
A.

lines.flatMap(_.split(" ")).map(word =>(word,1)).reduce(_+_).print( )

B.

lines.flatMap(_.split(" ")).map(word =>(word,word.length())).reduceByKey

(_+_).print( )

C.

lines.flatMap(_.split(" ")).map(word =>(word,1)).reduceByKey(_+_).print

( )

D.

lines.flatMap(_.split(" ")).flatmap(word =>(word,1)).groupByKey(_+_).print

( )

Questions 85

A project needs to save the Internet access data in a certain area, and search the full text of these Internet access records to see if there is any sensitive data.

Sensitive information is used to prevent crimes in this area. In this scenario, which of the following options is the best?

Options:
A.

Create an index on solr, save the data, and return all the data during full-text search

B.

Store data on HBase, and satisfy fuzzy matching queries through HBase's filtering feature

C.

When storing data, build an index on solr, and store complete data in HBase: query full text through solr

D.

Retrieve the key information of the record, and obtain the complete record on HBase through the key information

Questions 86

existSpark, which of the following statements about broadcast variables is correct?

Options:
A.

broadcast variable in everyTasksave a copy

B.

broadcast variable in eachExecutorsave a copy

C.

Broadcast variables are read-only

D.

broadcast variable viaSparkContext.broadcast() method to generate

Questions 87

aboutRedisCluster topology information, is the following description correct?

Options:
A.

The client caches the topology information of the cluster

B.

The server caches the topology information of the cluster

C.

both are

D.

more than two

Questions 88

Fusionlnsigt HDWhat distributed computing frameworks do big data platforms provide? (multiple choice)

Options:
A.

HBase

B.

Spark

C.

MapReduce

D.

Streaming

Questions 89

existFusionInsight HDproduct,KafkaWhat is the role name of the service?

Options:
A.

Producer

B.

Broker

C.

Consumer

D.

ZooKeeper

Questions 90

Spark Streamingavailable fromKafkaReceive data and perform calculations, and the calculation results can only be stored inHDFS, can no longer be written backKafka.

Options:
A.

True

B.

False