Final Exam Revision
Final Exam Revision
Public cloud
Hybrid cloud
Multicloud
3.
Vertical scaling
Horizontal scaling
Direct scaling
2.
What is characterized as the ability of a system to recover from
failures and continue to function?
Reliability
Predictability
Scalability
Describe cloud service types
1.
Which cloud service type is most suited to a lift and shift migration
from an on-premises datacenter to a cloud deployment?
One
Two
Three
2.
Region pairs
Availability Zones
Sovereign regions
1.
Availability sets
Scale sets
Update sets
2.
11. Which instruction in a Dockerfile is used to copy files or directories from the host machine to the
container?
A) ADD
B) COPY
C) RUN
D) CMD
Dedicated compute
Isolated
Shared compute
2.
App-assigned address
Hybrid Connections
Service endpoints
Chapter 5. Container Service
1.
Always
Never
OnFailure
2.
By default, you can see the values of an environment variable in:
az container logs
az container attach
az container exec
Chapter 6. Azure DevOps
1.
DevOps is the role of who manages source control, pipelines, and monitor
environments to continue delivering value to the software project.
DevOps is the union of people, process, and products to enable continuous
delivery of value to our end users.
DevOps is the new process of creating continuous delivery and continuous
integration for software projects.
2.
Continuous Integration.
Continuous Delivery.
Continuous Feedback.
3.
1. Allow patients to log health data such as blood pressure, heart rate, and symptoms.
2. Provide doctors with access to patient data to monitor health trends.
3. Require strict security and compliance with regulations like HIPAA (Health Insurance
Portability and Accountability Act).
4. Handle unpredictable traffic, as patients and doctors may access the app at any time.
Your task is to decide between hosting the back-end system using IaaS (Azure Virtual
Machines) or PaaS (Azure App Service). The back-end will store patient data, process
requests, and handle user authentication.