Huawei H13-527_V5.0-ENU HCIP-Cloud Computing (Written) V5.0 Online Training
Huawei H13-527_V5.0-ENU Online Training
The questions for H13-527_V5.0-ENU were last updated at Apr 24,2025.
- Exam Code: H13-527_V5.0-ENU
- Exam Name: HCIP-Cloud Computing (Written) V5.0
- Certification Provider: Huawei
- Latest update: Apr 24,2025
In Huawei Cloud Stack, after logging into the operation page using a first-level VDC administrator account, which of the following operations cannot be performed by a first-level VDC administrator?
- A . Remove a shared image
- B . Create a public image
- C . Create a private image
- D . Shared private images
In Huawei Cloud Stack, which of the following descriptions about the use of peer connections is wrong?
- A . If the operating user has management rights for the project where the peer VPC is located, after the peer connection is created, the peer project administrator or salesperson needs to manually accept the connection request and then add routes in the VPCs at both ends.
- B . Peering connections are not transitive. If multiple VPCs need to communicate through peering connections, peering connections need to be established between each other.
- C . Both the local and remote ends need to configure routing
- D . After the peer connection configuration is completed, you also need to configure the security group and network ACL rules to allow the corresponding traffic
In Huawei Cloud Stack, which of the following descriptions of AutoOps capabilities is wrong?
- A . When AutoOps uses the same file as the file input parameter for an operation on a large number of elastic cloud servers, the operation orchestration may be slow or timed out.
- B . When the account for executing an operation is one of multiple system users with the same UID and the operation contains file input parameters, AutoOps will automatically create two operations, one for file download and the other for implementing operation and maintenance automation.
- C . AutoOps can manage non-OpenStack resource pool tenant virtual machines to achieve automated operation and maintenance
- D . When AutoOps clones an ECS with Agent installed, you must first manually uninstall the Agent, clone the ECS, and then install the Agent.
In OpenStack, Keystone supports multiple authentication methods. Which of the following operations can enable OpenStack to use different authentication methods to meet different security requirements?
- A . Create different projects and configure multiple authentication methods by modifying the configuration files
- B . Create different roles and configure multiple authentication methods by modifying the configuration files
- C . Create different domains and configure multiple authentication methods by modifying the configuration files
- D . Create different user groups and configure multiple authentication methods by modifying the configuration files
In Huawei Cloud Stack, which of the following components is not related to the ECS instance provisioning process?
- A . TaskCenter
- B . DMK
- C . Combination API
- D . HAProxy
In Service OM, which of the following descriptions about creating an external network is wrong?
- A . The external network used for elastic IP can also be used for VPN service
- B . If the network type is LOCAL, the messages of the ECS created using this network will not enter the physical network
- C . If you select VLAN as the network type, the packets of the ECS created using this network will not enter the physical network
- D . Before creating an external network, it is recommended to configure the VLAN or subnet on the switch for users to create external networks.
In Huawei Cloud Stack, which of the following does not belong to ManageOne daily operation and maintenance?
- A . Approval Process
- B . Health Inspection
- C . Automatic operation
- D . Backup Management
In Keystone, ownership of resources belongs to which of the following objects?
- A . Project
- B . Role
- C . User
- D . Service
Which of the following commands can convert the Glance image from raw format to qcow2 format?
- A . qemu-img convert -s raw -d qcow2
- B . qemu-img convert -f qcow2 -O raw
- C . qemu-img convert -s qcow2 -d raw
- D . qemu-img convert -f raw -O qcow2
A user needs to start a new instance using the cirrus_test image. The instance uses the test.nano specification and is accessed through the testkey key pair. The name is instance_test. Which of the following commands can meet the user’s requirements?
- A . nova create instance_test –image cirrus_test –flavor test.nano –key-name test_key
- B . nova create instance_test –image cirrus test test key test.nano –flavor –key-name
- C . nova boot instance_test –image cirrustest test.nano –flavor –key-name test_key
- D . nova boot instance_test –image cirrus_test –flavor test.nano –key-name test_key