Huawei H13-821_V2.0-ENU HCIP-Cloud Service Solutions Architect V2.0 Online Training
Huawei H13-821_V2.0-ENU Online Training
The questions for H13-821_V2.0-ENU were last updated at Dec 24,2024.
- Exam Code: H13-821_V2.0-ENU
- Exam Name: HCIP-Cloud Service Solutions Architect V2.0
- Certification Provider: Huawei
- Latest update: Dec 24,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 quickly respond to various questions. Which of the following are specifically reflected in? (Multiple Choice)
- A . Monitoring the running status of laaS layer resources
- B . Only pay attention to the running status of the Paas layer application
- C . Grasp the running status of the applications deployed on Paas, support the tracking of faults and performance issues, and facilitate the positioning of operation and maintenance personnel
- D . Manage user experience guarantees and monitor whether business operations are normal in real time
Which of the following is in the category of microservice self-organizing teams? (Multiple Choice)
- A . Continuously identify bottlenecks in delivery, use lean methods to quickly verify and optimize, and run in small steps
- B . You Build it, You Run it small team, complete service analysis, development, testing, deployment and operation and maintenance
- C . Organize team design, development, testing and other roles to have a clear division of labor, and each perform its own duties
- D . Conway’s Law-The design (architecture) of a product or system is restricted by the communication structure of its production organization
In the practical guidance for micro-business models, which micro-service in the following figure is connected to the system through mesher?
- A . forcast
- B . weathermapweb
- C . Wweather
- D . fusionweather
Which of the following does not belong to the 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 microservice engine CSE?
- A . Microservice operation and maintenance lifecycle management
- B . Microservice on-line lifecycle management
- C . Microservice development lifecycle management
- D . Microservice full lifecycle management
In the actual microservice guidance, what information needs to be configured before starting the service locally so that the microservice can be successfully registered to the service center on HUAWEI CLOUD?
- A . Monitoring center address
- B . Configurating center address
- C . Certification information such as AK/SK
- D . handler
The scope of microservices includes self-organizing teams, technical practices, processes and tools, which complement each other and promote and develop each other.
- A . True
- B . False
Applications are evolving to the CloudNative model, and microservices are the de facto standard of CloudNative.
- A . True
- B . False
The microservice engine provides grayscale publishing between microservices, and supports matching according to the value of a certain field (such as Header) in the Request.
- A . True
- B . False
Microservice architecture will face multi-dimensional challenges. Which of the following are the challenges that microservice architecture needs to face? (Multiple Choice)
- A . Increased failure probability, difficulty in monitoring and tracking, high calling frequency, long calling chain, and uncontrollable factors in cross-virtual machine and VLAN communication increase.
- B . You can choose components freely according to the needs of the service, and you don’t have to worry about dependency conflicts. Microservices manage their own data.
- C . Data is no longer centrally managed and distributed to various microservices. Conventional transaction management cannot cross service boundaries.
- D . It is easy to realize automated testing, with clear test cases, clear external dependencies, and easy piling (API pre-defined)