無料ダウンロードHuawei H13-723リアル試験問題ゲットせよ [Q46-Q65]

Share

無料ダウンロードHuawei H13-723リアル試験問題ゲットせよ

最新のHuawei H13-723リアル試験問題集PDF

質問 46
For HBase column family, which of the following attributes can be set? (multiple choice)

  • A. TTL
  • B. Compression
  • C. Versions
  • D. Coprocessor

正解: A,B,C

 

質問 47
Which of the following business applications is not suitable for Hive?

  • A. Non-real-time analysis (log analysis, statistical analysis)
  • B. Data mining (user behavior analysis, interest division, regional display)
  • C. Real-time online data analysis
  • D. Data summary (number of user clicks per day/week, click ranking)

正解: C

 

質問 48
Suppose there is an application, there are 10 tables, each table has tens of millions of records, and the number of fields is about 20.
Now Redis is used to cache the data of these 10 tables. For the design of the data structure, which of the following is the best design?

  • A. Using string structure, each field in each row of each table uses a KEY.
  • B. Using string structure, each row of each table uses a KEY, and value is the concatenated value of all the fields in a row of the table.
  • C. A hash structure is adopted, and a table uses a hash KEY, and a row in the table records a field for the hash KEY.
  • D. Using a hash structure, each row record of each table uses a hash KEY, the field of the hash KEY corresponds to the field of the table record, and each table is designed with a different prefix to distinguish it.

正解: D

 

質問 49
For the design principles of HBase rowkey, which of the following descriptions is correct? (multiple choice)

  • A. The attribute value with good dispersion is placed in the first half of Rowkey
  • B. The attribute value with high access weight is placed in the second half of Rowkey
  • C. Attribute values with good dispersion are placed in the second half of Rowkey
  • D. The attribute value with high access weight is placed in front of RowKey

正解: A,D

 

質問 50
When the cluster is normal, the Redis client initiates a get call, and there are () message interactions between the client and the server?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解: D

 

質問 51
What are the features of Streaming in FusionInsight HD? (multiple choice)

  • A. High performance
  • B. High fault tolerance
  • C. Scalable
  • D. Stream processing

正解: A,B,C,D

 

質問 52
In FusionInsight HD, regarding the secondary development of Hive UDF, which of the following descriptions is correct? (multiple choice)

  • A. Before the user-defined UDF is used, it needs to be created in the Hive system.
  • B. In a secure cluster, user-defined UDFs are recommended to be created before each use.
  • C. User-defined UDF can add deterministic and statefull annotations according to the actual situation.
  • D. User-defined UDF is not allowed to add information such as summary and status.

正解: A,C

 

質問 53
In FusionInsigt HD, if an application wants to complete Kerberos security authentication, which of the following options must be used? (multiple choice)

  • A. The keytab file of the user account
  • B. User account applied for on FusionInsight Manager
  • C. jaas.conf configuration file
  • D. krb5.conf configuration file

正解: A,B,D

 

質問 54
In the MapReduce development framework, what is the function of the InputFormat class?

  • A. Sort and merge the results of the map stage
  • B. Combine key-value pairs with the same key value in the result of the map phase
  • C. Combine the results of all map stages to get the final result
  • D. Split the input data into individual splits, and further split the split into <key, value> pairs, which are then used as the input of the map function

正解: D

 

質問 55
Oozie's workflow.xml file is a workflow configuration file

  • A. True
  • B. False

正解: A

 

質問 56
Which Redis commands are atomic operations?

  • A. INCR (increase the stored digital value by one)
  • B. LPUSH (push operation on linked list)
  • C. HINCRBY (add incremental increment to the field value in the hash table key)
  • D. All of the above

正解: D

 

質問 57
In FusionInsigt HD, which of the following components can be used for data collection? (multiple choice)

  • A. Loader
  • B. HBase
  • C. MapReduoe
  • D. Flume

正解: A,D

 

質問 58
When designing a certain collection of Solr, you need to design its Schema, and realize the design of the Schema by configuring the schema.xml file. What is wrong about the Schema statement below?

  • A. For fields that do not need to store the original value, the stored attribute can be set to false.
  • B. copyField can be defined as follows: <field name= " cat " type= " string " indexed = " true " stored = " true " docValues= " true " multiValued= " false " /> <field name= " dog " type = " string " indexed = " true " stored = " true " docValues= " true " multi Valued = " false " /> <field name= " text " type= " text_general " indexed = " true " stored = " false " multiValued = " false " /> <copyField source= " cat " dest= " text " maxChars= " 30000 " /> <copyField source= " dog " dest= " text " maxChars = " 30000 " />.
  • C. For a field of the same document, there are multiple values, and they all need to be retained, then the multiValued of the field must be set to true.
  • D. Schema is similar to the table structure in a relational database. It is used to define the structure of index data. It mainly consists of three parts: unlqueKey, Field and FleldType.

正解: B

 

質問 59
In the Solr application query scenario, when the query results are paged in depth, the cursor needs to be used to page in depth. Which of the following is correct about the cursor? (multiple choice)

  • A. The uniqueKey field must be sorted
  • B. In the first query request, you need to specify the query parameters, the operation method is as follows: solrQuery.set (CursorMarkParams.CURSOR_MARK_PARAM, CursorMarkParams.CURSOR_MARK_START);
  • C. The query field must be sorted
  • D. There will be nextCursorMark in the return result of Solr, use this value as oursorMark in the next call
  • E. When querying, the start parameter cannot be included in the request

正解: A,B,D,E

 

質問 60
Which role in Yarn manages the resources (CPU/Memory) of a single node?

  • A. ResourceManager
  • B. NameNode
  • C. Data Node
  • D. NodeManager

正解: D

 

質問 61
In the V100R002C60 version of the FusionInsight HD system, Hive only supports query services based on the MapReduce engine, and does not support query services based on the Spark engine.

  • A. True
  • B. False

正解: B

 

質問 62
Which distributed computing frameworks can the Hive component of FusionInsigt HD run on? (multiple choice)

  • A. Streaming
  • B. Spark
  • C. MapReduoe
  • D. HDFS

正解: B,C

 

質問 63
In Spark, assuming that lines is a DStream object, which of the following statements can periodically count the number of words on this stream?

  • A. Iines.flatMap(_.split (" " )).map(word => (word,word.Iength())).reduceByKey (_ +_).print()
  • B. Iines.flatMap(_.split (" " )).map(word => (word, 1)).reduce(_ +_).print()
  • C. Iines.flatMap(_.split (" " )).flatMap(word => (word, 1)).groupByKey(_ +_).print()
  • D. Iines.fIatMap(_.spIit (" " )).map(word => (word, 1)).reduceByKey(_ +_).print()

正解: D

 

質問 64
What are the several parameter setting methods for Spark applications? (multiple choices)

  • A. In the application code, set through the SparkConf object
  • B. Configure in the application configuration file spark-defaults.conf
  • C. In the application code, set by the setProperty method of SparkContext
  • D. When submitting the application, set it through --conf

正解: A,B,D

 

質問 65
......

PDF問題(2022年最新)実際のHuawei H13-723試験問題:https://jp.fast2test.com/H13-723-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어