Practice Free SAE-C01 Exam Online Questions
What does the term "RPO" (Recovery Point Objective) refer to in High-Reliable Architectural Design?
- A . The time it takes to recover from a failure
- B . The maximum allowable downtime for a system
- C . The amount of data loss that is acceptable during a recovery process
- D . The cost associated with system redundancy
Which Alibaba Cloud service model enables code execution in response to events without server management?
- A . Infrastructure as a Service (IaaS)
- B . Platform as a Service (PaaS)
- C . Software as a Service (SaaS)
- D . Function as a Service (FaaS)
Which component of a high-performance architecture is responsible for managing and routing network traffic between different services or nodes?
- A . Load balancer
- B . Database server
- C . Web server
- D . Application server
Which middleware service on Alibaba Cloud is suitable for managing messaging between distributed applications?
- A . PolarDB
- B . Message Queue (MQ)
- C . Function Compute
- D . Table Store
In high-performance architecture, what is the purpose of a Content Delivery Network (CDN)?
- A . To store all data in a central location
- B . To improve data security
- C . To distribute content and reduce latency
- D . To centralize all computing tasks
What is the primary benefit of a Multi-Cloud strategy in Alibaba Cloud?
- A . It simplifies cloud management by using only one cloud provider.
- B . It minimizes costs by relying on a single cloud provider.
- C . It enhances redundancy and mitigates vendor lock-in risks.
- D . It allows for complete control over all cloud resources.
In Alibaba Cloud, what does the term "Elasticity" refer to?
- A . The ability to scale resources up and down based on demand.
- B . The security measures in place to protect data in the cloud.
- C . The physical location of cloud data centers.
- D . The process of migrating from on-premises servers to the cloud.
What is a common challenge in managing distributed infrastructure for high-performance applications?
- A . Limited scalability
- B . Increased network latency
- C . Decreased fault tolerance
- D . Simplified system administration
A company stores data in OSS buckets. According to the company’s security policy, static data must be encrypted at rest.
Which of the following methods can meet this requirement?
An e-commerce platform, implementing a high availability architecture, uses an Alibaba Cloud Server Load Balancer (SLB) instance to connect user terminals to its applications. Users note login states not being updated after logging in and items disappearing from shopping carts. Addressing this issue revolves around the management of user sessions and persistence.
Which solutions can resolve issues such as session inconsistency and cleared shopping cart items? (Choose three)
- A . Enable session persistence for SLB instances, ensuring user requests maintain session continuity with backend processing servers. Upload an object and specify a server-side encryption method for the object.
- B . Use OSS bucket policies to restrict access to static data.
- C . Use custom keys to encrypt the data at the client before importing it to OSS.
- D . Upload data over HTTPS and encrypt the data before transmitting it to OSS.
Which architectural design principle involves breaking down complex systems into smaller, more manageable components?
- A . Microservices
- B . Monolithic architecture
- C . Centralized architecture
- D . Distributed architectur
