ASSOCIATE OA PRACTICE EXAM
QUESTIONS WITH CORRECT
DETAILED ANSWERS | ALREADY
GRADED A+<RECENT VERSION>
1) IaaS - answer Infrastructure as a Service model provides more
granular control but requires maintenance and budget for support
infrastructure.
2) PaaS - answer Platform as a Service model reduces infrastructure
requirements, allowing focus solely on the code, but offers less control.
3) VMs - answer Virtual Machines are used when requiring more control
over application elements, involving management of OS-related admin
tasks like upgrades and patches.
4) Azure Portal - answer Web-based interface for managing Azure
services, allowing users to create, monitor, and manage resources.
5) Resource Group - answer A logical container for grouping Azure
resources that share the same lifecycle, permissions, and policies.
,6) ARM Templates - answer Azure Resource Manager Templates are
JSON files used to define the resources needed for an application
deployment in a consistent structure.
7) ContentVersion - answer An internal version number in ARM
Templates that changes if there are significant alterations to the template.
8) Parameters - answer Elements in ARM Templates that allow setting
values provided to the Resource Manager for deployment.
9) Variables - answer In ARM Templates, variables improve readability
and usability by storing values for reuse throughout the template.
10) Functions - answer In ARM Templates, functions are optional
elements that improve code readability, usability, and debugging.
11) Outputs - answer Optional elements in ARM Templates that
define values the Resource Manager should return after deployment.
12) dependsOn Element - answer In ARM Templates, specifies
dependencies for the resource type, ensuring resources are deployed in
the correct order.
13) Azure Cloud Shell - answer Browser-accessible shell for
managing Azure resources, providing a command-line interface with
built-in tools.
14) Azure CLI - answer Command-line interface for managing
Azure resources, allowing users to script operations using commands in
the terminal.
,15) REST API - answer Representational State Transfer Application
Programming Interface allows interaction with Azure services over
HTTP.
16) Resource Provider - answer In ARM Templates, a service that
offers specific Azure resources, such as Microsoft.Compute for VM
resources.
17) Resource Manager - answer Azure service for managing and
organizing resources, enabling consistent deployment and management
through ARM Templates.
18) Resource - answer In Azure, a manageable item that is
provisioned or updated through Azure Resource Manager.
19) Resource Group Deployment - answer Type of deployment in
ARM Templates that targets resources within a specific resource group.
20) Subscription Deployment - answer Type of deployment in ARM
Templates that targets resources within an Azure subscription.
21) Child Elements vs Dependencies - answer In ARM Templates,
child elements and dependencies are not the same; dependencies are
defined using the dependsOn element to ensure correct deployment order.
22) Public IP - answer Internet Protocol address that can be
accessed over the public internet, available as static or dynamic.
23) NSG - answer Network Security Group in Azure that acts as a
virtual firewall to control inbound and outbound traffic to Azure
resources.
, 24) container - answer piece of software that groups code and
dependencies into a single package that can be run from the computer
environment
25) Docker Containers - answer most widely used container
technology
26) orchestration solutions for automatically scaling/deploying
containers - answer Docker Swarm, DC/OS, Kubernetes
27) container image - answer package containing code, libraries,
environment variables, and configuration files needed to run applications
28) Docker Compose - answer used to define and run multiple
containers
29) ACR - answer Azure Container Registry - Microsoft's
implementation of a Docker registry service
30) Azure App Service - answer PaaS solution based on HTTP
assisting with developing apps, mobile application back-end, and REST
APIs
31) Azure App Service plan - answer requires providing region of
deployment, number and size of instances, and OS platform
(Windows/Linux)
32) VNet Integration - answer allows integration with virtual
network, available only with Standard, Premium, Premium V2 pricing
tiers