Which of the following database engines are compatible with RDS? (Choose three.)
Answer : A, B, C
Alibaba Cloud RDS supports several popular database engines, including MySQL, PostgreSQL, and SQL Server. PPAS (PostgreSQL Plus Advanced Server) is also supported but not Sybase, which is not available as an RDS option on Alibaba Cloud.
A user builds an ECS + SLB + RDS architecture on Alibaba Cloud, with Auto Scaling to dynamically manage ECS instances. For business needs, they use ApsaraDB for Redis as a cache for hot data, requiring ECS instances to be added or removed from the Redis whitelist as they scale. As an Alibaba Cloud architect, which three Auto Scaling and OOS features would you recommend to automate adding and removing instances from the Redis whitelist? (Choose three.)
Answer : A, B, C
Using lifecycle hooks in Auto Scaling allows for custom operations, such as updating the Redis whitelist when instances are added or removed. An OOS (Operation Orchestration Service) template can automate this process, and MNS (Message Notification Service) can trigger events to inform Redis when changes occur.
In Auto Scaling, the cool-down time of a scaling group refers to the lockout period after a scaling activity has been executed successfully. Which of the following statements about cool-down time are true? (Choose two.)
Answer : A, C
During cool-down time, scaling activities in the same scaling group are temporarily locked to avoid unnecessary scaling activities. The cool-down time begins once all ECS instances in a multi-instance scaling action are added or removed.
Alibaba Cloud Content Delivery Network (CDN) is a distributed network built on top of a base network with edge node server clusters distributed across various regions. If a user finds that the CDN cache hit rate is low, the possible reasons are ____________. (Choose three.)
Answer : A, B, D
A low CDN cache hit rate can be due to low website traffic, poor cache configurations (such as a short Cache Expiry Time), or the presence of dynamic resources that require frequent retrieval from the origin. Proper configuration of 'Cache-Control' and 'Expires' headers is necessary to ensure caching.
Availability Zones refer to data centers in the same region with independent power grids and networks. Which of the following statements are true for Zones? (Choose three.)
Answer : B, C, D
Zones in the same region support low-latency intranet communication, ideal for high-availability deployments with inter-Zone fault isolation. Placement of ECS instances in the same or different Zones depends on the disaster recovery and latency needs of the application.
When using Alibaba Cloud SLB, users can enable the Health Check function. Layer-4 SLBs (TCP protocol) determine the availability of ECS instances through _________________.
Answer : A
For Layer-4 SLB using TCP, the health check determines ECS instance availability based on the successful completion of a TCP 3-way handshake. This ensures that the backend server is reachable and can accept connections, which is critical for reliable TCP-based load balancing.
A company uses Alibaba Cloud SLB with a Layer-7 Listener and Auto Scaling to reduce O&M costs and maintain a stable, reliable system. However, lacking experience with Alibaba Cloud, the company's engineers have outlined precautions they think are necessary. As an Alibaba Cloud expert, you tell them that only ____________ is a valid concern.
Answer : A
For optimal use of SLB with Auto Scaling, enabling Health Check is essential to determine which instances are healthy and ready to handle traffic. SLB doesn't require all backend servers to have the same OS, be in the same scaling group, or have identical configurations, as it can manage heterogeneous server setups within the same load-balancing group.