Huawei H13-821-ENU HCIP-Cloud Service Solutions Architect V3.0 Online Training
Huawei H13-821-ENU Online Training
The questions for H13-821-ENU were last updated at Nov 26,2024.
- Exam Code: H13-821-ENU
- Exam Name: HCIP-Cloud Service Solutions Architect V3.0
- Certification Provider: Huawei
- Latest update: Nov 26,2024
The goal of Huawei Cloud’s three-dimensional operation and maintenance is to control the operating status of the system in an all-round way and respond quickly to various problems. Which of the following are the details? (Multiple Choice)
- A . Monitor the running status of IaaS layer resources
- B . Focus only on the operational status of the Paas layer application
- C . Master the running status of the application deployed on Paas, support the tracking of faults and performance problems, and facilitate the positioning of operation and maintenance personnel.
- D . Manage the user’s experience guarantee and monitor the running of the service in real time.
Which of the following is within the scope of the microservice self-organizing team? (Multiple Choice)
- A . Constantly identify bottlenecks in delivery, quickly verify and optimize in a lean manner, and run small steps
- B . You Build it, You Run it small team, complete the analysis, development, testing, deployment and operation of services
- C . Organize team design, development, testing and other roles, clear division of labor, each division
- D . Conway’s Law – The design (architecture) of a product or system is constrained by the communication structure of its production organization
In the actual guidance of micro-business, which micro-service in the following diagram can use the recovery release?
- A . forcast
- B . weathermapweb
- C . weather
- D . fusionweather
Which of the following is not a programming model supported by the CSE microservice development framework?
- A . gRPC
- B . POJO
- C . JAX-RS
- D . SpringMVC
Which of the following is the goal of the microservices engine CSE?
- A . Microservice operation and maintenance lifecycle management
- B . Microservice online lifecycle management
- C . Microservice Development Lifecycle Management
- D . Microservice product lifecycle management
In the micro-services guidance, what information needs to be configured before the local service is started to enable the micro-service to be successfully registered to the service center on Huawei?
- A . Monitoring Center Address
- B . Configure Central Address
- C . AK/SK and other certification information
- D . handler
The scope of microservices includes self-organizing teams, technical practices, processes and tools. The three complement each other and promote each other.
- A . True
- B . False
Applications evolve to the CIoudNative model, which is the defacto standard for CloudNative.
- A . True
- B . False
The microservices engine provides grayscale publishing between microservices, supporting matching based on the value of a field in the Request (for example, Header).
- A . True
- B . False
The microservices architecture will face multiple dimensions. Which of the following are the challenges that the microservices architecture needs to face? (Multiple Choice)
- A . The probability of failure increases, the monitoring and tracking is difficult, the calling frequency is high, the calling chain is long, and the uncontrollable factors of communication across virtual machines and VLANs increase.
- B . The components can be freely selected according to the needs of the service, and the microservices manage their own data without worrying about conflicts.
- C . Data is no longer centrally managed and distributed to individual microservices, and regular transaction management cannot cross service boundaries.
- D . Easy to implement automated testing, clear test cases, clear external dependencies, and easy piling (API pre-defined).