Labour Day - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

H13-723_V2.0 HCIP-Big Data Developer V2.0 Questions and Answers

Questions 4

existKafka, which of the following commands can view aTopicHow many partitions are there?

Options:

A.

Kafka-topics.sh–describe

B.

Kafka-topics.sh–list

C.

kafka-topics.sh–alter

D.

kafka-topics.sh–create

Buy Now
Questions 5

Fusionlnsigt HD which of the following components can be used for data collection? (multiple choice)

Options:

A.

Flume

B.

Loader

C.

HBase

D.

MapReduce

Buy Now
Questions 6

An application requires simultaneous and twoFusionInsightsCluster interaction: both need to access the cluster1ofHBaseservice, need to visit

Ask the cluster2ofHiveServe;

So which of the following operations are required? (multiple choice)

Options:

A.

in the cluster1Create the account required for this application on theHBaseServe

B.

in the cluster2created onAThe account with the same name in the options, and set this account to be able to access the cluster'sHiveServe

C.

Aoptions andBThe account created by the option must belong tosupergroupGroup

D.

cluster1and cluster2Complete the mutual trust operation

Buy Now
Questions 7

aboutFusionInsight HDplatformHiveservice, itsWebHCatDevelopment interface, which of the following descriptions is incorrect?

Options:

A.

Support based onRESTquery request

B.

WebHCatThe return data format isSML

C.

WebHCatbased onHTTPandHTTPSAgreement to provide services to the outside world

D.

able to passWebHCatCreate tables, query, etc.

Buy Now
Questions 8

RDDasSparkThe core object, which has the following characteristics? (multiple choice)

Options:

A.

read only

B.

partition

C.

fault tolerance

D.

efficient

Buy Now
Questions 9

FusionInsight HDin, belonging toStreamingWhat are the roles of the service? (multiple choice)

Options:

A.

Nimbus

B.

Supervisor

C.

Broker

D.

quorumpeer

Buy Now
Questions 10

existFusionInsight HDWhen developing applications with a secure version, you can usekeytabDocuments are authenticated securely.

Options:

A.

True

B.

False

Buy Now
Questions 11

existFusionInsight HDproductSolrDuring application development, you canSolr Admin UIrightCollectionDo some verification.

Below aboutSolr Admin UIIs the statement correct? (multiple choice)

Options:

A.

clickClouddownTree,CheckSolr CloudmiddleCollections, a configuration set, andlive_nodesand other metadata information

B.

clickCloud, see eachCollectionunder eachShardReplicadistribution and status

C.

enter aCollectionofShard ReplicaofCore Overviewinterface, you can view theReplicaIndex the actual document

Number of bars, storage size and location information

D.

Solruser group,Solr adminrole andSuper groupof users have access toSolr Admin UI

Buy Now
Questions 12

HDFSIn application development of , which of the following areHDFSInterfaces supported by the service? (multiple choice)

Options:

A.

BufferedOutputStream.write

B.

BufferedOutputStream.flush

C.

FileSystem.create

D.

FileSystem.append

Buy Now
Questions 13

FusionInsight HDofHive, user-definedUDFcan andHiveBuilt-inUDFduplicate name, in this case,

will use user-definedUDF.

Options:

A.

True

B.

False

Buy Now
Questions 14

existSpark, assuminglinesIs anDStreamObject, which of the following statements can periodically count the number of words on this 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 ( )

Buy Now
Questions 15

FusionInsight HDmiddle,OozieBefore submitting the job, you need to upload the configuration files andjarpackage toHDFS

Options:

A.

True

B.

False

Buy Now
Questions 16

rightHBase, which of the following properties can be set? (multiple choice)

Options:

A.

Versions

B.

TTL

C.

Coprocessor

D.

Compression

Buy Now
Questions 17

FusionInsight HDin, aboutOoze, which of the following operations can be performed on a suspended job? (many

select)

Options:

A.

kill

B.

run

C.

resume

D.

submit

Buy Now
Questions 18

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

Options:

A.

IbClient.setRequestWriter(new BinaryRequestWriter())

B.

if(updateRequest.getDocumentsMap(O.size( )>= 10000)cloudSolClient.request

(updateRequest,collName);updateRequest.clear();}

C.

if(updateRequest.getDocuments( ).size( )>= 1000){

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

D.

SolrInputDocument doc = new SolrInputDocument();doc.addField("id",i.toString

());doc.addField("name", "Zhang San"+ i);doc.addField("features","test"+ i);doc.addField

("price", (float)i*1.01);cloudSolrClient.add(doc);cloudSolrClient.commit();

Buy Now
Questions 19

RDDasSparkmost__________The core object has which of the following characteristics? (multiple choice)

Options:

A.

read only

B.

partition

C.

fault tolerance

D.

efficient

Buy Now
Questions 20

When the cluster is normal,RedisClient initiates oncegetCall, the client has () times of message interaction with the server?

Options:

A.

1

B.

2

C.

3

D.

4

Buy Now
Questions 21

existMapReduceDuring application development,setMapOutputCompressorClassWhat is the role of classes?

Options:

A.

set upmapinput compression method

B.

set upmapHow the output is delivered

C.

set upmapoutput compression method

D.

set upreduceoutput compression method

Buy Now
Questions 22

existFusionInsight HDproduct, aboutKafkaWhich of the descriptions of secure and non-secure ports is wrong?

(Note: oldAPImeans oldProducerAPIand oldConsumerAPI. Among them, the oldConsumer API:

Refers tokafka.consumer.ConsumerConnectorinterface defined in; oldProducerAPI:Refers to

kafka.producer.Producerinterface defined in . )

Options:

A.

KafkaThe cluster security access port defaults to21007, the non-secure access port defaults to21005.

B.

oldAPIpass through21005access to a portTopicThe premise is: server parameters

allow.everyone.if.no.acd.foundSet astrue, and thisTopicnot setA, CLAttributes.

C.

oldAPIAccess only21005port; newAPICompatible access to non-secure ports21005and secure port 21007.

D.

for settingA, CLofTopic, you can use the oldAPIconnect21005port to access.

Buy Now
Questions 23

due toSparkis a memory-based computing engine, therefore, aSparsThe amount of data that the application can handle cannot exceed the amount allocated for this

indivualSparkThe total memory of the application.

Options:

A.

True

B.

False

Buy Now
Questions 24

aboutHiveandHadoopThe relationship of other components, the following description is wrong?

Options:

A.

Hivefinally store the data inHDFSmiddle

B.

HQLable to passMapReduceperform tasks

C.

HiveYesHadoopThe platform's data warehouse tools

D.

HiverightHBasehave strong dependencies

Buy Now
Questions 25

Hadoopenabled in the platformYARNWhich parameter needs to be configured for the log aggregation function of the component?

Options:

A.

yarn.nodemanager.local-dirs

B.

yarn.nodemanager.log-dirs

C.

yarn.acl.enable

D.

yarn.log-aggregation-enable

Buy Now
Questions 26

FusionInsight HDin, belonging toStreamingWhat are the methods of data distribution? (multiple choice)

Options:

A.

Shuffle Grouping

B.

Field Grouping

C.

Local Grouping

D.

Direct Grouping

Buy Now
Questions 27

Solris a high-performance, basedLucenefull-text search service.SolrrightLuceneexpanded,

provides a ratioLuceneA richer query language and a powerful full-text search function are implemented, with a high degree of reliability.

Extensibility. At the same time fromSolr 4.0Version starts, supportsSolrCloudmodel.

Options:

A.

True

B.

False

Buy Now
Questions 28

FusionInsigt HD which of the following components can be used for data collection? (multiple choice)

Options:

A.

Flume

B.

Loader

C.

HBase

D.

MapReduce

Buy Now
Questions 29

Fusionmnsight HDproductSoDuring application development, you canSolr Admin UIxrightCollection

One-shot verification is performed. Draw aboutSolr AdminUIIs the statement correct? (multiple choice)

Options:

A.

Click Tree under Cloud to view metadata such as Collections, configuration sets, and ive nodes in Solr loud information

B.

Click Cloud to view the Replica distribution and status of each Shard under each Collection

C.

Enter the Core Oveview interface where Calectiopeyshard Replicaf is installed, and you can view the Replca index Real Qunwen You Department relies on storing size and location information

D.

Users of the Sor user group, Solr admin role, and Super group can access the Solr Admin UI

Buy Now
Questions 30

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

Buy Now
Questions 31

Fusionlnsigt HD which of the following components can be used for data collection? (multiple choice)

Options:

A.

Flume

B.

Loader

C.

HBase

D.

MapReduce

Buy Now
Questions 32

existSparkmiddle,SparkSQLis an independent module that does not depend onSparkCoretstandtasQaon.eaR. operation, etc.

Options:

A.

True

B.

False

Buy Now
Questions 33

KafkaIt is a distributed message publishing and subscribing system. It only forwards messages and does not guarantee

save message.

right or wrong

Options:

Buy Now
Questions 34

Which of the following components must depend onZooKeeperto run()?

(multiple choice)

Options:

A.

HDFS

B.

HBase

C.

Spark

D.

YARN(streaming)

Buy Now
Questions 35

existHBaseIn application development, when a table'sRowkeyRange and distribution are known, pre-score is recommendedregion,

Please call the following code (fragment) to pre-sort a tableregionAfter this table will create severalregion?

//Create a pre-partitionregionthe tablebyte【】I 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:

A.

3

B.

4

C.

5

D.

6

Buy Now
Questions 36

implementHBaseWhat parts of the data need to be read for the data read service?

(multiple choice)

Options:

A.

HFile

B.

HLog

C.

MemStore

D.

HMaster

Buy Now
Questions 37

scountryonnsgtHDWhen developing applications with a secure version, you can usekeytabfile forKerberosinstall

Fully certified.

Options:

A.

True

B.

False

Buy Now
Questions 38

about the followingHBaseofBloomFilterCharacter understanding, which statement is incorrect?

Options:

A.

used to filter data

B.

Used to optimize random performance

C.

will increase storage consumption

D.

Can accurately determine that a certain data does not exist

Buy Now
Questions 39

FusionInsight HDin the systemHDFSdefaultBlock Sizehow many?

Options:

A.

32MB

B.

64MB

C.

128MB

D.

256MB

Buy Now
Questions 40

existFusionInsight HDproductSolrDuring application development, you canSolr Admin UIright

CollectionDo some verification. Below aboutSolr Admin UIIs the statement correct? (multiple choice)

Options:

A.

clickClouddownTree,CheckSolr CloudmiddleCollections, a configuration set, andlive_nodesequivalence information

B.

clickCloud, see eachCollectionunder eachShardofReplicadistribution and status

enter aCollectionofShard ReplicaofCore Overviewinterface, you can view theRepicaSow

C.

Quoting the actual number of documents, storage size and location information

D.

Solruser group,Solr adminrole andSuper groupof users have access toSolr Admin UI

Buy Now
Questions 41

FusionInsightHDin, aboutHivepartition (partition) function, which is wrong as described below?

Options:

A.

Partition fields are defined when the table is created

B.

There can only be one partition field, and multi-level partitions cannot be created

C.

Using partitions can reduce the data scan range of some queries, thereby improving query efficiency

D.

Partition fields can be used aswherecondition of the sentence

Buy Now
Questions 42

existMapReduceIn application development of , which of the followingJAVA, Class responsible for managing and running a computational task?

Options:

A.

lob

B.

Context

C.

FileSystem

D.

Configuration

Buy Now
Questions 43

about the followingHDFSWhat is the correct process for the client to read the file? (multiple choice)

Options:

A.

priority from the nearestDataNodeDownload data.

B.

file data fromDataNodeback toNameNode, then fromNameNodeDown to the client.

C.

If the client and the connectedDataNodeIf there is a failure in reading, then the client will give up the applause node and connect the node where other replicas are located.

D.

Supports multiple clients fromDataNoderead the same file data.

Buy Now
Questions 44

SparkWhat kind of parameter setting methods does the application have? (multiple choice)

Options:

A.

in the application configuration filespark-defaults.confconfigure in

B.

When submitting your application, pass—confmake settings

C.

In the application code, passSparkContextofsetPropertymethod to set

D.

In the application code, passSparkConfobject to set

Buy Now
Questions 45

SparkThe calculation logic of the application will be parsed intoDAG, this parsing operation is completed by which of the following function modules

become?

Options:

A.

Client

B.

ApplicationMaster

C.

Executor.

D.

Driver

Buy Now
Questions 46

FusionInsight HDin, belonging toStreamingWhat is the nature of the data distribution method? (multiple choice)

Options:

A.

Shuffle Grouping

B.

Field Grouping

C.

Laal Gg

D.

Direct Grouping

Buy Now
Questions 47

Rcboft0system, abouteWhich of the provided file formats is not in column format?

Options:

A.

ORC(High-performance column store)

B.

Parquetcolumn store

C.

RCFileRow-column storage

D.

TextFile

Buy Now
Questions 48

aboutFlumeThe characteristics of the collected data, which of the following descriptions are correct?

Options:

A.

Supports distributed and streaming acquisition

B.

with the help ofMapReducetask parallel collection

C.

Only structured data can be collected

D.

Trigger data collection with external timing tasks

Buy Now
Questions 49

FusionInsightHDin, aboutHivepartition (partation) function, which is wrong as described below?

Options:

A.

Partition fields are defined when the table is created

B.

There can only be one partition field, and multi-level partitions cannot be created

C.

Using partitions can reduce the data scan range of some queries, thereby improving query efficiency

D.

Partition fields can be used aswherecondition of the sentence

Buy Now
Questions 50

existMapReduceIn application development of , which of the followingJAVAThe class is responsible for managing and running a

Counting tasks?

Options:

A.

Job

B.

Context

C.

FileSystem

D.

Configuration

Buy Now
Questions 51

existBaseIn application development, when a table'sRowkeyRange and distribution are known, pre-score is recommendedregion,

Please call the following code (fragment) to pre-sort a tableregionAfter this table will create severalregion?

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:

A.

3

B.

4

C.

5

D.

6

Buy Now
Questions 52

existMapReduceIn the development framework,InputFormatWhat is the function of the class?

Options:

A.

mergemapThe result of the stage has the samekeyvalue key-value pair

B.

put allmapThe results of the stages are merged to get the final result

C.

rightmapThe results of the stages are sorted, merged,

D.

Split the input data into individualsplit, and willsplitfurther split intoright, then asmapinput to the function

Buy Now
Questions 53

LoaderIf the job execution fails, the data imported during the running of this job will not be deleted automatically.

must be deleted manually.

Options:

A.

True

B.

False

Buy Now
Questions 54

existKafkamiddle,ProducerThis can be done by configuring the synchronization parameters (producer.type), to ensure that the data press

Options:

A.

sent in order.

B.

True

C.

False

Buy Now
Questions 55

existFusionInsight HDmiddle,FlumeWhich of the following are supportedsourceTypes of? (multiple choice)

Options:

A.

Avro

B.

HBase

C.

Kafka

D.

HTTP

Buy Now
Questions 56

FusionInsight HDsystem, aboutHiveWhich of the provided file formats is not a columnar file?

Options:

A.

CRC

B.

Parquet

C.

RCFile

D.

TextFile

Buy Now
Questions 57

aboutstreamingdisaster recovery capability, which of the following statements is correct? (multiple choice)

Options:

A.

SupervisorAfter the process exits, it can beNimbusAutomatically identify and pull up without affecting the running business

B.

WorkerCan be used after abnormal exitsupervisorsPulls up automatically without manual intervention

C.

When a node fails, the tasks on the node will be reassigned to other normal nodes without manual intervention

D.

NimbusAfter the failure, the backupNimbusIt will take over automatically without affecting the running business

Buy Now
Questions 58

Does a project require Internet access to a certain area? ? Save and search the full text of these Internet records? ? information, with

to prevent crime in the region.

In this scenario, which of the following options is the best?

Options:

A.

existSolrCreate an index and save the data, and return all the data during full-text search.

B.

existHBasestore data on theHBaseThe filtering characteristics of , satisfy fuzzy matching query.

C.

When storing data, inSolrindex on theHBaseStore complete data? ? when, throughSolrFull-text search to obtain and record

record key information, through the key information inHBasefor the full record.

Buy Now
Questions 59

FusionInsigt HD an application to completeKerberosSecurity certification, which of the following options are required

Required (multiple choice)

Options:

A.

Krb5.confconfiguration file

B.

existfusion insight managerUser account applied on

C.

user accountkeytabdocument

D.

Jaas.confconfiguration file

Buy Now
Questions 60

FusionInsight HD which components are provided externallySQLor classSQLability? (multiple choice)

Options:

A.

HBase

B.

Hive

C.

Spark

D.

Redis

Buy Now
Questions 61

HDFSThere is a file in the cluster and directorytext.txt, which of the following commands can find theDatNodenode

information?

Options:

A.

hdfs fsck /test.txt–files

B.

hdfs fsck /text.txt–locations

C.

hdfs fsck /test.txt–blocks

D.

hdfs fsck /test.txt–list–corruptfileblocks

Buy Now
Questions 62

FusionInsight HDsystem, aboutHiveWhich of the provided file formats is not a columnar file?

Options:

A.

CRC

B.

Parquet

C.

RCFile

D.

TextFile

Buy Now
Questions 63

FusionInsight HD which components are provided externallySQLor classSQLability? (multiple choice)

Options:

A.

HBase

B.

Hive

C.

Spark

D.

Redis

Buy Now
Questions 64

HDFSThere is a file in the cluster and directorytext.txt, which of the following commands can find theDatNodeFestival

point information?

Options:

A.

hdfs fsck /test.txt–files

B.

hdfs fsck /text.txt–locations

C.

hdfs fsck /test.txt–blocks

D.

hdfs fsck /test.txt–list–corruptfileblocks

Buy Now
Questions 65

existSpark, assuminglinesIs anDStreamobject,filterStatements can be filtered out80%data for the following two

The correct statement is:

X: lines.filter(…).groupByKey(…)

Y: lines.groupByKey(…).filter(…)

Options:

A.

XCompareYhigher performance

B.

XCompareYlower performance

C.

XandYsame as performance

D.

UncertaintyXandYdifference in performance

Buy Now
Questions 66

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

Options:

A.

Producer

B.

Broker

C.

Consumer

D.

ZooKeeper

Buy Now
Questions 67

aboutFlumeWhich of the following descriptions is correct?

Options:

A.

(1) data fromsourcearrivechannel;(2)sinkfromchannelfetch data

B.

(1) data fromchannelarrivesource;(2)sinkfromsourcefetch data

C.

(1) data fromsinkarrivechannel;(2)sourcefromchannelfetch data

D.

(1) data fromchannelarrivesource;(2)sinkfromsourcefetch data

Buy Now
Questions 68

forHBase rowkeyThe design principles described below are correct? (multiple choice)

Options:

A.

Attribute values with high access weight are placed inRowKeyFront

B.

Attribute values with high access weight are placed inRowkeysecond half

C.

Attribute values with good dispersion are placed inRowkeyfirst half

D.

Attribute values with good dispersion are placed inRowkeysecond half

Buy Now
Questions 69

existMapReduceIn the development framework,InputFormatWhat is the function of the class?

Options:

A.

mergemapThe result of the stage has the samekeyvalue key-value pair

B.

put allmapThe results of the stages are merged to get the final result

C.

rightmapThe results of the stages are sorted and merged

D.

Split the input data into individualsplit, and willsplitfurther split intoyes, then asmapletter

input of numbers

Buy Now
Questions 70

YarnWhich role is to manage individual node resources (CPU/Memory)of?

Options:

A.

NodeManager

B.

Resource Manager

C.

Data Node

D.

NameNode

Buy Now
Questions 71

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

Buy Now
Questions 72

Oozieofworkflow.xmlfile is the workflow configuration file

Options:

A.

True

B.

False

Buy Now
Questions 73

FusionInsight HDWhich of the following belong toOozieofMapReduce Actionconfiguration item? (multiple choice)

Options:

A.

name-node

B.

source

C.

mapred.mapper.class

D.

job-tracker

Buy Now
Questions 74

FusionInsight HDin, useStreamingThe command? way to submitexample.jarmiddleom huawei example

WrodCounttask, task name iswcTeat, is the following execution command correct?

Options:

A.

storm jar example jar wcTest om huawei example WordCount

B.

storm jar example jar wcTest WrodCount

C.

storm jar example jar om huawei example WordCount wcTest

D.

storm jar example jar WorkCount wcTest

Buy Now
Questions 75

FusionInsight HD assuming a topology, set the roadspoutConcurrency is3,bolt1Concurrency

for2,bolt2Concurrency is3,workerThe number is2,Sobolt1ofexecutorexistworkerhow to divide

Cloth?

Options:

A.

twoworkerone of theworkerdistribute two

B.

twoworkerone for each

C.

no fixed rules

D.

twoworkerBoth are distributed

Buy Now
Questions 76

HDFSclient withNcopy toHDFSWhen writing a file, if one of the replicas fails to write, all replicas will return to writing

Entry failed.

Options:

A.

True

B.

False

Buy Now
Questions 77

aboutSolrThe response format of the query result, which of the following statements is wrong?

Options:

A.

supportCSVandJSON

B.

supportCSV,JSONandHTML

C.

supportCSV,JSONandXML

Buy Now
Questions 78

forHBase rowkeyThe design principles described below are correct?

(multiple choice)

Options:

A.

Attribute values with high access weight are placed inRowKeyFront

B.

Attribute values with high access weight are placed inRowkeysecond half

C.

Attribute values with good dispersion are placed inRowkeyfirst half

D.

Attribute values with good dispersion are placed inRowkeysecond half

Buy Now
Exam Code: H13-723_V2.0
Exam Name: HCIP-Big Data Developer V2.0
Last Update: May 1, 2024
Questions: 526

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now H13-723_V2.0 testing engine

PDF (Q&A)

$35  $99.99
buy now H13-723_V2.0 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 02 May 2024