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 3

Acronym study

AZ-400 Acronyms — Part 3 of 7

Terms 61–90 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 2Part 3 of 7Part 4 →

Term 61

CloudWatch Logs

A service from Amazon Web Services that lets you collect, monitor, and store log files from your AWS resources and applications.

Full entry →
Full CloudWatch Logs glossary entry →

Term 62

CloudWatch metric

A CloudWatch metric is a time-ordered data point or set of data points that represents the performance, health, or operational state of an AWS resource, environment, or application.

Full entry →
Full CloudWatch metric glossary entry →

Term 63

Code review

A code review is a systematic examination of source code by one or more developers to find defects, improve quality, and enforce coding standards before it is merged into the main codebase.

Full entry →
Full Code review glossary entry →

Term 64

CodeArtifact

CodeArtifact is a fully managed artifact repository service that lets you securely store, share, and package software dependencies used in your development workflow.

Full entry →
Full CodeArtifact glossary entry →

Term 65

CodeBuild

CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy.

Full entry →
Full CodeBuild glossary entry →

Term 66

CodeCommit

AWS CodeCommit is a fully managed source control service that hosts private Git repositories in the cloud, allowing teams to securely collaborate on code without managing their own servers.

Full entry →
Full CodeCommit glossary entry →

Term 67

CodeDeploy

CodeDeploy is an AWS service that automates software deployments to various compute services, helping you release new features reliably and with minimal downtime.

Full entry →
Full CodeDeploy glossary entry →

Term 68

CodePipeline

AWS CodePipeline is a fully managed continuous delivery service that automates the build, test, and deploy phases of your software release process.

Full entry →
Full CodePipeline glossary entry →

Term 69

CodeQL

CodeQL is a semantic code analysis engine used by developers to find security vulnerabilities in source code by treating code as data and querying it for potential flaws.

Full entry →
Full CodeQL glossary entry →

Term 70

Cold start

A cold start is the initial delay a serverless or containerized application experiences when it is invoked for the first time or after a period of inactivity, while the underlying infrastructure initializes.

Full entry →
Full Cold start glossary entry →

Term 71

Conditionals

Conditionals are logical structures in programming and scripting that make decisions by checking if a condition is true or false, then executing different code based on that result.

Full entry →
Full Conditionals glossary entry →

Term 72

Configuration drift

Configuration drift is the gradual, unplanned change in a system's configuration settings over time, causing it to deviate from its original or desired state.

Full entry →
Full Configuration drift glossary entry →

Term 73

Configuration management

Configuration management is the process of systematically tracking and controlling changes to a system's hardware, software, and settings to maintain consistency and reliability.

Full entry →
Full Configuration management glossary entry →

Term 74

Container scanning

Container scanning is the automated process of inspecting container images for known security vulnerabilities, misconfigurations, and compliance issues before they are deployed.

Full entry →
Full Container scanning glossary entry →

Term 75

Continuous delivery

Continuous delivery is a software engineering practice where code changes are automatically built, tested, and prepared for a release to production, with every change being deployable at the push of a button.

Full entry →
Full Continuous delivery glossary entry →

Term 76

Continuous deployment

Continuous deployment is a software release practice where every code change that passes automated tests is automatically deployed to production without human approval.

Full entry →
Full Continuous deployment glossary entry →

Term 77

Continuous integration

Continuous integration is a DevOps practice where developers frequently merge their code changes into a shared repository, with each merge triggering an automated build and test process to catch integration errors early.

Full entry →
Full Continuous integration glossary entry →

Term 78

Controller-based networking

Controller-based networking is a network architecture where a central software controller manages and directs traffic flows across multiple network devices, replacing the need to configure each switch or router individually.

Full entry →
Full Controller-based networking glossary entry →

Term 79

CORS

CORS is a browser security mechanism that controls how web pages from one domain can request resources from a different domain.

Full entry →
Full CORS glossary entry →

Term 80

Cost Explorer

Cost Explorer is an AWS tool that lets you visualize, understand, and manage your AWS spending and usage over time.

Full entry →
Full Cost Explorer glossary entry →

Term 81

crontab

Crontab is a time-based job scheduler in Unix-like operating systems that allows users to automate the execution of scripts or commands at specified intervals.

Full entry →
Full crontab glossary entry →

Term 82

cut

In scripting and automation, cut is a command-line utility used to extract specific fields or columns from each line of a file or text stream based on a delimiter or character position.

Full entry →
Full cut glossary entry →

Term 83

Dashboard

A dashboard is a visual display of key metrics and data points that helps IT professionals monitor, analyze, and manage systems or processes in real time.

Full entry →
Full Dashboard glossary entry →

Term 84

DAST

DAST (Dynamic Application Security Testing) is a security testing method that finds vulnerabilities in running web applications by simulating real attacks from the outside.

Full entry →
Full DAST glossary entry →

Term 85

Data Lifecycle Manager

A Data Lifecycle Manager is a system or set of policies that automates the movement, protection, retention, and deletion of data from creation to disposal, ensuring compliance and efficient storage usage.

Full entry →
Full Data Lifecycle Manager glossary entry →

Term 86

Dependency scanning

Dependency scanning is the automated process of checking software components for known security vulnerabilities and outdated versions.

Full entry →
Full Dependency scanning glossary entry →

Term 87

Deployment group

A deployment group is a logical set of target machines or servers in Azure Pipelines that receive application releases during automated deployment, allowing you to manage rolling updates and release approvals across multiple environments.

Full entry →
Full Deployment group glossary entry →

Term 88

Deployment slot

A deployment slot is a live staging environment in Azure App Service that allows you to swap app versions with zero downtime for testing before going to production.

Full entry →
Full Deployment slot glossary entry →

Term 89

Deployment stage

The deployment stage is the phase in software development where code is released and made available to users in a target environment, such as development, testing, staging, or production.

Full entry →
Full Deployment stage glossary entry →

Term 90

DevOps

DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the development lifecycle and deliver high-quality software continuously.

Full entry →
Full DevOps glossary entry →
← Part 2Part 4 →

Acronym parts

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

Study resources

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