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 6

Acronym study

AZ-400 Acronyms — Part 6 of 7

Terms 151–180 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 5Part 6 of 7Part 7 →

Term 151

Regex

Regex (regular expression) is a sequence of characters that defines a search pattern, used to match, find, or manipulate text in strings.

Full entry →
Full Regex glossary entry →

Term 152

Release approval

A checkpoint in Azure DevOps that requires manual or automated validation before a release can proceed to a specific environment.

Full entry →
Full Release approval glossary entry →

Term 153

Release pipeline

A Release pipeline is an automated sequence of steps that takes software from code commit to production deployment, ensuring quality and consistency.

Full entry →
Full Release pipeline glossary entry →

Term 154

Reliability engineering

Reliability engineering is the practice of designing, testing, and maintaining systems to ensure they operate without failure for a specified period under stated conditions.

Full entry →
Full Reliability engineering glossary entry →

Term 155

Repository

A repository is a central storage location where software packages, code, or configuration files are kept, managed, and distributed for use by IT systems.

Full entry →
Full Repository glossary entry →

Term 156

Resource policy

A resource policy is a set of rules that controls who can access a specific cloud resource and what actions they can perform on it.

Full entry →
Full Resource policy glossary entry →

Term 157

REST API

A REST API is a set of rules that allows different software applications to communicate with each other over the internet using standard HTTP methods.

Full entry →
Full REST API glossary entry →

Term 158

RESTCONF

RESTCONF is a protocol that uses HTTP methods to manage and configure network devices, replacing older command-line methods with a modern web-based approach.

Full entry →
Full RESTCONF glossary entry →

Term 159

Retry policy

A retry policy is a set of rules that automatically re-attempts a failed operation after a defined interval, up to a maximum number of tries.

Full entry →
Full Retry policy glossary entry →

Term 160

Rolling deployment

A rolling deployment is a software release strategy that gradually replaces old application instances with new ones across a cluster of servers, one at a time or in small batches, to ensure zero downtime and continuous service availability.

Full entry →
Full Rolling deployment glossary entry →

Term 161

SAM

SAM stands for Source Account Mapping, a process in CI/CD and monitoring that links source code changes to specific user accounts for tracking and security.

Full entry →
Full SAM glossary entry →

Term 162

SAST

Static Application Security Testing is a white-box method of analyzing source code, bytecode, or compiled binaries for security vulnerabilities without executing the program.

Full entry →
Full SAST glossary entry →

Term 163

SBOM

An SBOM is a formal, machine-readable inventory of all software components and dependencies used in a software application or system.

Full entry →
Full SBOM glossary entry →

Term 164

SCA

SCA (Software Composition Analysis) is a security testing method that automatically identifies open-source components, libraries, and dependencies in software to find known vulnerabilities and license compliance issues.

Full entry →
Full SCA glossary entry →

Term 165

SDN

Software-Defined Networking (SDN) is an approach to network management that separates the control plane (decision-making) from the data plane (traffic forwarding), allowing centralized, programmable network control.

Full entry →
Full SDN glossary entry →

Term 166

Secrets management

Secrets management is the practice of securely storing, controlling access to, and regularly rotating sensitive credentials like passwords, API keys, and certificates used by applications and services.

Full entry →
Full Secrets management glossary entry →

Term 167

Secrets Manager

AWS Secrets Manager is a fully managed service that helps you protect access to your applications, services, and IT resources by securely storing, rotating, and controlling access to secrets like database passwords, API keys, and credentials.

Full entry →
Full Secrets Manager glossary entry →

Term 168

Secure file

A secure file is a protected file stored in Azure DevOps that holds sensitive information like certificates or signing keys, accessible only to authorized pipelines and users.

Full entry →
Full Secure file glossary entry →

Term 169

sed

sed is a stream editor used in Unix and Linux to perform basic text transformations on an input stream, such as finding and replacing text, deleting lines, or inserting content.

Full entry →
Full sed glossary entry →

Term 170

Self-hosted agent

A self-hosted agent is a software component that you install and manage on your own infrastructure to run automated tasks for a CI/CD or DevOps platform.

Full entry →
Full Self-hosted agent glossary entry →

Term 171

Service connection

A service connection in Azure DevOps is a secure, configurable link that allows your pipelines to authenticate and interact with external services like Azure, GitHub, or on-premises servers.

Full entry →
Full Service connection glossary entry →

Term 172

Service principal

A service principal is an identity created for an application or automated tool to access cloud resources securely without using a human user account.

Full entry →
Full Service principal glossary entry →

Term 173

Shift left security

Shift left security is the practice of integrating security testing and controls earlier in the software development lifecycle, rather than waiting until after deployment.

Full entry →
Full Shift left security glossary entry →

Term 174

SLA

A Service Level Agreement (SLA) is a contract between a service provider and a customer that defines the level of service expected, including metrics like uptime, response time, and penalties for non-compliance.

Full entry →
Full SLA glossary entry →

Term 175

SLI

An SLI (Service Level Indicator) is a carefully chosen metric that measures one specific aspect of a service's performance, such as request latency or error rate, to help determine whether the service is meeting its reliability goals.

Full entry →
Full SLI glossary entry →

Term 176

SLO

A Service Level Objective is a measurable target for a specific aspect of a service's performance or reliability that a team commits to meeting over a defined period.

Full entry →
Full SLO glossary entry →

Term 177

sort

Sort is the process of arranging data in a specified order, typically alphabetically or numerically, to make it easier to search, analyze, or display.

Full entry →
Full sort glossary entry →

Term 178

Southbound API

A southbound API is an interface that allows a network controller or orchestrator to communicate with and manage the physical or virtual network devices beneath it, like switches, routers, and firewalls.

Full entry →
Full Southbound API glossary entry →

Term 179

Sprint

A Sprint is a time-boxed iteration in Agile project management, typically 2–4 weeks long, during which a development team completes a set of planned work items.

Full entry →
Full Sprint glossary entry →

Term 180

Stage

A stage is a discrete phase in a software development or deployment pipeline where code is built, tested, integrated, or released in a controlled environment.

Full entry →
Full Stage glossary entry →
← Part 5Part 7 →

Acronym parts

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

Study resources

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