![]() |
Building a Cloud - Native application on Alibaba Cloud(Exam) | Alibaba |
Notice!
Always refer to the official Alibaba Documentaion for the most accurate and up-to-date information.
1.Alibaba Cloud Container Registry Service Enterprise edition supports which of the following features?
1. Global Image Synchronization
2. Helm Charts
3. Server Side Storage Encryption
B. 2
C. 2&3
D. 1&3
Alibaba Cloud Container Registry Service Enterprise Edition supports the following features:
1. Global Image Synchronization
2. Helm Charts
3. Server Side Storage Encryption
So, the correct answer is All of the others
2.What cloud native network(s) are supported on Alibaba Container Service (ACK)?
B. Calico, Terway
C. Flannel, Calico
D. Flannel, Terway
True. Kubernetes is indeed a portable, extensible, open-source platform designed to manage containerized workloads and services. It supports both declarative configuration and automation, making it a popular choice for orchestrating containerized applications. It’s widely used in cloud environments, including Alibaba Cloud.
Single answer3.What is Alibaba cloud container service for kubernetes called?
B. ASK
C. CSK
D. KCS
The Alibaba Cloud container service for Kubernetes is called ACK. It’s a managed Kubernetes service that simplifies the deployment, management, and scaling of containerized applications using Kubernetes.
True/False4.Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that
facilitates both declarative configuration and automation.
False
True. Kubernetes is indeed a portable, extensible, open-source platform designed to manage containerized workloads and services. It supports both declarative configuration and automation, making it a popular choice for orchestrating containerized applications. It’s widely used in cloud environments, including Alibaba Cloud.
True/False5.Alibaba Cloud Function Compute is a fully-managed event-driven compute service. It allows you to focus on writing and uploading code without the need to manage infrastructure such as servers. Function Compute provides compute resources, allowing you to run code more flexibly and reliably. In addition, you only need to pay for the resources that have been consumed when running the code. No fee is incurred if you do not run the code.
False
True. Alibaba Cloud Function Compute is indeed a fully-managed, event-driven compute service. It allows you to focus on writing and uploading code without worrying about managing infrastructure like servers. It provides compute resources, enabling you to run your code flexibly and reliably. Moreover, you only pay for the resources consumed when running the code, and no fees are incurred when the code is not running. This makes it a cost-effective solution for many businesses and developers.
True/False6.Terraform can be considered as a "Continuous Integration" tool.
False
False. Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. It is used for building, changing, and versioning infrastructure safely and efficiently. While it can be used in conjunction with continuous integration tools, it is not a continuous integration tool itself. Continuous Integration tools are like Jenkins, Travis CI, CircleCI, etc., which focus on the part of a CI/CD pipeline that helps developers merge their changes back to the main code base without conflict.
True/False7.Terraform can be used to automatically deploy Alibaba Cloud Container Service Cluster.
False
True. Terraform can indeed be used to automatically deploy Alibaba Cloud Container Service for Kubernetes clusters. It allows you to manage existing Container Service for Kubernetes (ACK) resources, such as clusters and node pools3. You can also deploy applications like WordPress within the cluster using Terraform.
True/False8.Function Compute and API Gateway are used to build backend services to verify and manage API requests. The flexible
serverless architecture enables you to scale up or down to handle changes in requirements and build various applications.
False
True. Alibaba Cloud’s Function Compute and API Gateway can indeed be used to build backend services to verify and manage API requests. Function Compute is an event-driven service that allows you to focus on writing and uploading code without worrying about managing infrastructure. When integrated with API Gateway, it allows you to open functions to the public as APIs in a secure manner. API Gateway can authenticate users, throttle calls, and convert data1. This flexible serverless architecture enables you to scale up or down to handle changes in requirements and build various applications.
Multiple answers9.When we say Cloud Native, we are talking about following aspects: (Number of correct answer: 3)
B. DevOps
C. CI/CD
D. OpenStack
When we talk about Cloud Native, we are indeed referring to:
A. Microservice: Cloud-native applications are software programs that
consist of multiple small, interdependent services called microservices.
B. DevOps: Cloud-native development brings along agile practices like
DevOps.
C. CI/CD: Cloud-native architecture means adapting to the many new
possibilities offered by the cloud compared to traditional on-premises
infrastructure. A well-architected cloud native system should be easily
updated and maintained through Continuous Integration/Continuous Delivery
(CI/CD).
D. OpenStack is not inherently a part of Cloud Native, it’s an
open-source software platform for cloud computing, but it’s not a defining
aspect of Cloud Native.
10.Which of the following can be used for container service logging and monitoring? (Number of correct answer: 3)
B. Cloud Monitor
C. Log Service
D. ACR
The correct answers are:
A. ARMS: Alibaba Cloud’s Application Real-Time Monitoring Service
(ARMS) can monitor and analyze user behavior and page performance in client
environments such as browsers, mini programs, and mobile apps1. It can also
monitor service calls, database queries, and system loads in distributed or
microservices architectures and container-based or serverless deployment
environments.
B. Cloud Monitor: Alibaba Cloud Monitor allows monitoring of cloud
resource usage and health of the application/resources by collecting various
monitoring metrics4567. It can monitor the status of nodes and applications in
ACK clusters8.
C. Log Service: Alibaba Cloud’s Simple Log Service can collect logs
from multiple types of Alibaba Cloud services, such as elastic computing,
storage, security, and database services9. It provides the Log Audit Service
application that collects logs across accounts from the following Alibaba
Cloud services: ActionTrail, Container Service for Kubernetes (ACK), Object
Storage Service (OSS), Apsara File Storage NAS (NAS), Server Load Balancer
(SLB), Application Load Balancer (ALB), API Gateway, Virtual Private Cloud
(VPC), ApsaraDB RDS, PolarDB, Web Application Firewall (WAF), Anti-DDoS, Cloud
Firewall, and Security Center.
D. ACR: Alibaba Cloud Container Registry (ACR) is a
secure image hosting platform that offers containerized management of
an image lifecycle1011. However, it is primarily used for managing Docker
images and does not directly provide logging and monitoring services for
container services.
Therefore, D. ACR is not a correct answer in this
context.
11.What are the 3 deployment modes for Alibaba Cloud Container Service (ACK)?
B. Managed
C. Serverless
D. Physically Owned
The three deployment modes for Alibaba Cloud Container Service (ACK) are:
A. Dedicated: In a dedicated deployment, you have your own set of
resources that are not shared with other users.
B. Managed: In a managed deployment, Alibaba Cloud takes care of the
underlying infrastructure, allowing you to focus on deploying and running your
applications.
C. Serverless: In a serverless deployment, you only pay for the actual
amount of resources consumed by applications, rather than pre-purchasing units
of capacity1. The platform automatically manages the infrastructure, allowing
developers to focus on writing code1.
D. Physically Owned is not a recognized deployment mode for Alibaba Cloud
Container Service (ACK), so D. Physically Owned is not a correct answer in
this context.
12.Serverless K8S cluster supports following features: (Number of correct answer: 3)
B. Node maintenance required
C. Node maintenance NOT required
D. Autoscaling on demand
The correct answers are:
A. Pay for workload: Serverless K8s clusters are designed to be
cost-effective, where you only pay for the actual amount of resources consumed
by applications, rather than pre-purchasing units of capacity.
C. Node maintenance NOT required: In a serverless K8s cluster, the
underlying infrastructure is abstracted away from the developer, meaning that
node maintenance is not required. The platform automatically manages the
infrastructure, allowing developers to focus on writing code.
D. Autoscaling on demand: Serverless K8s clusters can automatically
adjust capacity to maintain steady, predictable performance at the lowest
possible cost. They can scale up or down based on demand.
B. Node maintenance
is typically not required in a serverless K8s cluster, so B. Node maintenance
required is not a correct answer in this context.
13.Which of the following are Alibaba Cloud Container Service features? (Number of correct answer: 3)
B. Large-Scale Implementation
C. Limited Functionality
D. Performance Driven
The correct answers are:
A. Extreme Elasticity: Alibaba Cloud Container Service for Kubernetes
(ACK) provides high-performance management services for containerized
applications. It allows you to run containerized applications in the cloud in
an efficient manner. It supports easy creation, upgrade, or scaling of a
Kubernetes cluster.
B. Large-Scale Implementation: ACK has been verified by Alibaba Cloud
in super-large-scale scenarios1. It allows you to start a large number of
containers in seconds.
D. Performance Driven: ACK integrates
virtualization, storage, networking, and security capabilities. It provides
high-performance Virtual Private Cloud (VPC) network plug-ins and supports
network policies and throttling.
C. Limited Functionality is not a correct answer in this context.
14.For Alibaba Cloud Container Service Autoscaling feature, we support : (Number of correct answers: 3)
B. VPA
C. UPA
D. Cron HPA
The correct answers are:
A. HPA: Alibaba Cloud Container Service supports Horizontal Pod
Autoscaling (HPA), which can automatically scale pods based on CPU
utilization, memory utilization, or other metrics.
B. VPA: Vertical Pod Autoscaler (VPA) is supported by Alibaba Cloud
Container Service. VPA enables vertical auto scaling of pods, automatically
setting limits on the resource usage of a cluster based on the resource usage
of the pods in the cluster.
D. Cron HPA: Alibaba Cloud Container
Service provides the kubernetes-cronhpa-controller component to automatically
scale resources based on predefined schedules.
As for C. UPA, there’s no evidence from my search results that Alibaba Cloud
Container Service supports a feature called UPA for autoscaling.
15.Which of the following are the features K8S can provide? (Number of correct answer: 3)
B. Performance auto-analysis
C. Automated rollouts and rollbacks
D. Self-healing
The correct answers are:
A. Service discovery and load balancing: Kubernetes provides service
discovery and load balancing, giving Pods their own IP addresses and a single
DNS name for a set of Pods, and can load-balance across them.
C. Automated rollouts and rollbacks: Kubernetes progressively rolls out
changes to your application or its configuration, while monitoring application
health to ensure it doesn’t kill all your instances at the same time. If
something goes wrong, Kubernetes will rollback the change for you.
D. Self-healing: Kubernetes has self-healing capabilities, it restarts
containers that fail, replaces and reschedules containers when nodes die,
kills containers that don’t respond to your user-defined health check, and
doesn’t advertise them to clients until they are ready to serve.
As for B. Performance auto-analysis, there’s no evidence from my search results
that Kubernetes provides a feature called Performance auto-analysis.