Huawei H13-231-ENU HCIE-Intelligent Computing V1.0 Online Training
Huawei H13-231-ENU Online Training
The questions for H13-231-ENU were last updated at Nov 19,2024.
- Exam Code: H13-231-ENU
- Exam Name: HCIE-Intelligent Computing V1.0
- Certification Provider: Huawei
- Latest update: Nov 19,2024
Which of the following statements about SDS software-defined storage in traditional storage in terms of storage management is correct?
- A . The LUN configuration of SDS is complicated, and it is difficult to modify the configuration.
- B . The external management interface of traditional storage is more automated and standardization.
- C . SDS mainly refers to SAN storage products with complicated management.
- D . The management unit of SDS is changed from the original traditional storage RAID group and LUN group to application virtual machine.
Company A purchased the Huawei TaiShan server and wanted to migrate a piece of software that was originally running under the Windows system of the X86 server to the new Kunpeng platform. Which of the following statements is wrong?
- A . Kunpeng platform does not support Windows software, so it cannot be ported.
- B . Recompile to run on the new Kunpeng platform.
- C . Consider the X86+ARM hybrid deployment plan.
- D . Consider using software with similar functions under Linux for replacement transplantation.
ASIC is another new type of chip after CPU, GPU and other general-purpose chips. Which of the following is the wrong understanding of ASIC chip?
- A . The biggest advantage of ASIC chips lies in the fact that the algorithm can be modified according to customer requirements to meet business needs during the use of the chip (the algorithm is fixed and may not be used once it is modified).
- B . ASIC refers to an integrated circuit designed and manufactured for specific user requirements and specific electronic system needs.
- C . Compared with general integrated circuit ASC, it has the advantages of smaller size and lower power consumption.
- D . The current mainstream ASIC manufacturers include Huawei, Google, Cambrian, etc.
Which of the following statements about typical scenarios of offline analysis and data mining is wrong?
- A . Configure balanced SATA hard drives.
- B . Configure large memory
- C . Configure mid-range CPU
- D . This scenario is generally a warm data configuration, and data reliability generally adopts triple copy technology or 1.5 copy EC (erasure code) configuration.
Huawei traffic video illegal analysis solution uses Atlas 500 as the edge node, and multiple edge nodes are aggregated to Atlas800 AI all-in-one machine. Which one is not the role of Atlas800?
- A . Query and data reporting
- B . Centralized management
- C . Illegal storage
- D . Model training
Although the use of Hyper-Threading technology can simultaneously execute two threads, but it’s not like two real CPU as each CPU has its own resources, so performance is not equal to two Hyper-Threading CPU performance.
- A . True
- B . False
Which of the following tuning strategies are suitable for Nginx physical server as Web Server? (Multiple choice)
- A . Increase the buffer size to avoid buffer overflow caused by a large number of new connections and a connection cannot be established.
- B . reduce TIMEWAIT connections, to avoid excessive TIME WAIT connected network resources lead to new connections to resource constraints.
- C . Increase the range of available ports to avoid a large number of connections occupying ports, new connections continue to search for available ports, resulting in performance degradation.
- D . Configure the maximum number of open files to 1024 to limit Nginx resource overhead.
Engineer A discovered during a performance test that process P (PD 12345) is constantly migrating on an 8- core processor. In order to improve the efficiency of process P, A decided to bind process P to CPU1 and CPU2, as follows What can be bound? (Multiple choice)
- A . taskset -pc 1-2 12345
- B . taskset -p 6 12345
- C . numactl –cpubind = 0, 1 –membind = 0, 1P
- D . numactl –cpubind = 1, 2 –membind = 1
The system administrator A wants to use the vmstat command to view the active memory and inactive memory of EulerOS. Which of the following commands can achieve this purpose?
- A . vmstat -a
- B . vmstat -f
- C . vmstat -s
- D . vmstat -d
Process P (PID 12345) runs on a two-node NUMA system. In order to improve the efficiency of the process, engineer A decides to bind process P to the first NUMA node. Which of the following configuration can be bound?
- A . numactl Ccpubind=0 P
- B . taskset -p 1 12345
- C . numactl Ccpubind=1 P
- D . taskset –pc 0 12345