Font size
WorksheetsSUSE Cloud Native Foundations - Quiz 1
Total questions: 13
Worksheet time: 5mins
The goal of cloud native in empowering organizations to build and manage applications at scale can only be achieved by using private or public cloud.
True
False
Which of the following is not a container orchestrator?
Kubernetes
Docker Swamp
AKS
Apache Spark
Business and Technical stakeholders are two main perspectives to address when trialing cloud-native tooling. Which of the following best describes “the ability to perform strategic transformation for acceleration of business velocity”?
Orchestration
Observability
Agility
Availability
Founded in 2015, CNCF provides a vendor-neutral home to open-source projects such as Kubernetes, Prometheus, Envoy and many more. What is the full meaning of CNCF?
Cloud Native Containerized Foundation
Cloud Native Containerized Function
Cloud Native Computing Function
Cloud Native Computing Foundation
Kubernetes has its first release in 2014 and it derives from Microsoft’s Borg, an open-source container orchestrator.
True
False
What are the main characteristics of containers?
Easy to manage
Easy to deploy
Fast to recover
All of the above
Cloud native tooling can provide which of the following benefit(s)
Quick delivery of value to customer
Extending new features and technologies
Security and protection
Both A and B
Which of the following is not a feature looked from a business perspective while we adopt cloud native?
Agility
Automation
Growth
Service Availability
Which facilities are provided by Kubernetes?
Tracing
Logs and metrics
Storage
Networking
All of these
What is the git command used to make sure changes on your local machine are made available on your git repository?
git add .
git commit
git push
git init
How will you run a python file "main.py" on the command line?
run main.py
python run
python main.py
python run main.py
Why do we use vagrant?
Build and manage virtual machine environments in a single workflow
It is a container orchestration tool
Create containers
Create web applications with ease
Which pair best describe the key features of cloud native?
Speed and Security
Agility and Flexibility
Speed and Agility
Elasticity and Security
