Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

Microsoft Azure DevOps Engineer Expert AZ-400/Acronyms/Part 2

Acronym study

AZ-400 Acronyms — Part 2 of 7

Terms 31–60 of 206 AZ-400 acronyms and key terms. Each entry includes a plain-English definition and a link to the full 800-word glossary page with exam context and practice questions.

← Part 1Part 2 of 7Part 3 →

Term 31

Blue-green deployment

Blue-green deployment is a release strategy that reduces downtime and risk by running two identical production environments, one live and one idle, enabling instant traffic switching between them.

Full entry →
Full Blue-green deployment glossary entry →

Term 32

Board

In Azure DevOps, a Board is a visual tool that helps teams plan, track, and manage work items through different stages of a development process.

Full entry →
Full Board glossary entry →

Term 33

Branch

A branch is a pointer to a specific commit in a version control system that allows you to work on features or fixes in isolation from the main codebase.

Full entry →
Full Branch glossary entry →

Term 34

Branch policy

A branch policy is a set of rules and conditions enforced on a Git branch to control how code changes are proposed, reviewed, and merged, ensuring code quality and protecting critical branches.

Full entry →
Full Branch policy glossary entry →

Term 35

Budgets

Budgets in cloud computing are monitoring tools that allow you to set spending limits and receive alerts when your costs approach or exceed those limits.

Full entry →
Full Budgets glossary entry →

Term 36

Bug

A bug is an error, flaw, or fault in software that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.

Full entry →
Full Bug glossary entry →

Term 37

Build artifact

A build artifact is the packaged, deployable output created by a build process, such as a compiled binary, ZIP file, or container image, that is stored for later use in testing or release.

Full entry →
Full Build artifact glossary entry →

Term 38

Build pipeline

A build pipeline is an automated sequence of steps that compiles source code into a deployable artifact, running tests and checks along the way.

Full entry →
Full Build pipeline glossary entry →

Term 39

Canary deployment

A canary deployment is a software release strategy where a new version of an application is gradually rolled out to a small subset of users before being made available to everyone.

Full entry →
Full Canary deployment glossary entry →

Term 40

Catch block

A catch block is a section of code in programming that handles errors by specifying what to do when a particular type of exception or error occurs in a try block.

Full entry →
Full Catch block glossary entry →

Term 41

CD

Continuous Delivery is a software engineering practice where code changes are automatically built, tested, and prepared for release to production.

Full entry →
Full CD glossary entry →

Term 42

CDK

The AWS Cloud Development Kit (CDK) is an infrastructure-as-code tool that lets you define cloud resources using familiar programming languages instead of writing YAML or JSON templates.

Full entry →
Full CDK glossary entry →

Term 43

Chaos engineering

Chaos engineering is the practice of intentionally injecting failures into a system to test its resilience and find weaknesses before they cause real outages.

Full entry →
Full Chaos engineering glossary entry →

Term 44

Check

A Check in Azure DevOps is a gating mechanism that evaluates predefined conditions before allowing a pipeline deployment to proceed to a specific environment.

Full entry →
Full Check glossary entry →

Term 45

Choice state

A Choice state in AWS Step Functions is a branching element that evaluates conditions and directs the workflow to a specific next state based on the input data.

Full entry →
Full Choice state glossary entry →

Term 46

CI

CI (Continuous Integration) is a software development practice where developers frequently merge their code changes into a shared repository, and each merge is automatically built and tested to catch errors early.

Full entry →
Full CI glossary entry →

Term 47

Cisco DNA Center

A centralized network management and automation platform from Cisco that provides intent-based networking for easier configuration, monitoring, and troubleshooting of Cisco devices.

Full entry →
Full Cisco DNA Center glossary entry →

Term 48

Classic pipeline

A Classic pipeline is a traditional, UI-driven build and release management system in Azure DevOps that uses a visual designer rather than YAML code to define continuous integration and continuous delivery workflows.

Full entry →
Full Classic pipeline glossary entry →

Term 49

Cloud Build

Cloud Build is a managed service that compiles source code into deployable artifacts, often used in continuous integration and continuous delivery pipelines.

Full entry →
Full Cloud Build glossary entry →

Term 50

Cloud Deploy

Cloud Deploy is the process of releasing software applications and updates from development to production environments that run on cloud infrastructure.

Full entry →
Full Cloud Deploy glossary entry →

Term 51

Cloud Deployment Manager

A Cloud Deployment Manager is a service or tool that helps IT teams define, deploy, and manage cloud infrastructure resources as reusable, code-defined templates.

Full entry →
Full Cloud Deployment Manager glossary entry →

Term 52

Cloud logging

Cloud logging is the practice of collecting, storing, and analyzing log data generated by cloud-based resources and applications to monitor performance, troubleshoot issues, and maintain security.

Full entry →
Full Cloud logging glossary entry →

Term 53

Cloud Monitoring

Cloud monitoring is the process of observing, measuring, and managing an organization's cloud infrastructure and applications to ensure performance, availability, and security.

Full entry →
Full Cloud Monitoring glossary entry →

Term 54

Cloud Profiler

A cloud profiler is a tool that continuously monitors and analyzes the performance characteristics of applications running in the cloud, helping identify which parts of the code consume the most resources like CPU, memory, or time.

Full entry →
Full Cloud Profiler glossary entry →

Term 55

Cloud Run for Anthos

Cloud Run for Anthos is a Google Cloud service that lets you run containerized applications in a serverless way on your own Kubernetes clusters, whether on-premises or in the cloud.

Full entry →
Full Cloud Run for Anthos glossary entry →

Term 56

Cloud Source Repositories

Cloud Source Repositories are fully managed, private Git repositories hosted on a cloud provider that allow teams to store, manage, and collaborate on source code with built-in access control and integration with CI/CD pipelines.

Full entry →
Full Cloud Source Repositories glossary entry →

Term 57

Cloud Trace

Cloud Trace is a managed service that collects latency data from applications and infrastructure to help you understand and troubleshoot performance bottlenecks across distributed systems.

Full entry →
Full Cloud Trace glossary entry →

Term 58

CloudFormation

CloudFormation is an AWS service that lets you define and provision your cloud infrastructure using code, so you can create and manage resources consistently and repeatably.

Full entry →
Full CloudFormation glossary entry →

Term 59

CloudTrail

AWS CloudTrail is a service that records every action taken in your AWS account, creating a detailed log of who did what and when for security and auditing purposes.

Full entry →
Full CloudTrail glossary entry →

Term 60

CloudWatch

CloudWatch is an AWS monitoring service that tracks metrics, logs, and alarms for your cloud resources so you can see what’s happening and respond to issues.

Full entry →
Full CloudWatch glossary entry →
← Part 1Part 3 →

Acronym parts

Part 1Part 2currentPart 3Part 4Part 5Part 6Part 7

Study resources

All AZ-400 Acronyms→AZ-400 Practice Tests→AZ-400 Study Guide→Exam Domains→