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 5

Acronym study

AZ-400 Acronyms — Part 5 of 7

Terms 121–150 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 4Part 5 of 7Part 6 →

Term 121

KMS encryption

KMS encryption is a managed service that creates, stores, and controls cryptographic keys used to encrypt data in the cloud.

Full entry →
Full KMS encryption glossary entry →

Term 122

KQL

Kusto Query Language is a powerful read-only query language used to explore, analyze, and visualize large datasets, most notably in Azure Data Explorer and Microsoft Sentinel.

Full entry →
Full KQL glossary entry →

Term 123

Lambda environment variable

Key-value pairs that AWS Lambda makes available to your function code at runtime, used to pass configuration settings like database URLs or feature flags without hardcoding them.

Full entry →
Full Lambda environment variable glossary entry →

Term 124

Lambda function

A Lambda function is a piece of code that runs in the cloud without you having to manage any servers, and it only runs when you tell it to, saving you money and effort.

Full entry →
Full Lambda function glossary entry →

Term 125

Lambda handler

A Lambda handler is the specific function in your code that AWS Lambda invokes to start processing an event, acting as the main entry point for your serverless application.

Full entry →
Full Lambda handler glossary entry →

Term 126

Lambda layer

A Lambda layer is a ZIP archive that contains libraries, custom runtimes, or other dependencies that you can use with your AWS Lambda functions.

Full entry →
Full Lambda layer glossary entry →

Term 127

Lambda memory

Lambda memory is the amount of RAM allocated to an AWS Lambda function, which also determines its CPU power and network throughput.

Full entry →
Full Lambda memory glossary entry →

Term 128

Lambda timeout

Lambda timeout is the maximum amount of time a serverless function is allowed to run before it is forcibly terminated by the cloud provider.

Full entry →
Full Lambda timeout glossary entry →

Term 129

Least privilege

Least privilege is a security principle that means giving users, systems, or programs only the minimum permissions they need to do their job and nothing more.

Full entry →
Full Least privilege glossary entry →

Term 130

Library

In Azure DevOps, a Library is a central repository for managing reusable content like variable groups and secure files that can be shared across multiple pipelines.

Full entry →
Full Library glossary entry →

Term 131

Log Analytics

Log Analytics is a cloud-based service that collects, analyzes, and visualizes machine-generated log data from various sources to help IT teams monitor systems and troubleshoot issues.

Full entry →
Full Log Analytics glossary entry →

Term 132

Loops

A loop is a programming construct that repeats a block of code multiple times until a certain condition is met or until all items in a collection have been processed.

Full entry →
Full Loops glossary entry →

Term 133

Managed identity

A managed identity is an automatically managed service principal in Azure that allows your code to authenticate to any service that supports Azure AD authentication without storing credentials.

Full entry →
Full Managed identity glossary entry →

Term 134

Mapping template

A mapping template is a reusable blueprint that defines how data fields from one system or format are transformed and transferred to another, ensuring consistency in data integration tasks.

Full entry →
Full Mapping template glossary entry →

Term 135

Merge conflict

A merge conflict is a situation that occurs when version control software cannot automatically reconcile conflicting changes made to the same part of a file by different contributors.

Full entry →
Full Merge conflict glossary entry →

Term 136

Metric

A metric is a quantifiable measurement used to assess the performance, health, or status of IT systems, networks, or applications.

Full entry →
Full Metric glossary entry →

Term 137

Microsoft-hosted agent

A Microsoft-hosted agent is a virtual machine provided by Microsoft Azure DevOps that runs your build or release jobs without you having to manage or maintain the underlying infrastructure.

Full entry →
Full Microsoft-hosted agent glossary entry →

Term 138

NETCONF

NETCONF is a network management protocol that allows administrators to configure, retrieve, and delete settings on network devices using a structured, machine-readable data format.

Full entry →
Full NETCONF glossary entry →

Term 139

Northbound API

A northbound API is an interface that allows higher-level software components, such as network management or orchestration platforms, to communicate with and control lower-level network devices like switches and routers.

Full entry →
Full Northbound API glossary entry →

Term 140

OIDC federation

OIDC federation is a method that lets users log into multiple applications or services using a single identity from a trusted provider, based on the OpenID Connect protocol.

Full entry →
Full OIDC federation glossary entry →

Term 141

Parameter Store

Parameter Store is a secure, centralized service for storing and managing configuration data, secrets, and environment variables used by applications and IT infrastructure.

Full entry →
Full Parameter Store glossary entry →

Term 142

Pipeline

A pipeline is an automated series of steps that takes code from development to production, ensuring quality and speed.

Full entry →
Full Pipeline glossary entry →

Term 143

Pipeline artifact

A pipeline artifact is a file or collection of files produced during a CI/CD pipeline stage that is stored and used by subsequent stages or for deployment.

Full entry →
Full Pipeline artifact glossary entry →

Term 144

Pipes

A pipe is a mechanism that connects the output of one command directly to the input of another command, allowing data to flow between processes in a chain.

Full entry →
Full Pipes glossary entry →

Term 145

Policy as code

Policy as code is the practice of representing and managing security, compliance, and governance rules as executable code, enabling automated validation and enforcement across infrastructure and software development workflows.

Full entry →
Full Policy as code glossary entry →

Term 146

Postmortem

A postmortem is a structured review of an incident to identify what went wrong, what went well, and how to prevent future issues.

Full entry →
Full Postmortem glossary entry →

Term 147

Provisioned concurrency

Provisioned concurrency is a feature in serverless computing that keeps a specified number of function instances initialized and ready to respond immediately, eliminating cold start delays.

Full entry →
Full Provisioned concurrency glossary entry →

Term 148

Pull request

A pull request is a way for a developer to propose changes to a codebase and ask other team members to review and merge them into the main project.

Full entry →
Full Pull request glossary entry →

Term 149

Query

A query is a request for information from a database, asking a specific question to retrieve, update, or manipulate data.

Full entry →
Full Query glossary entry →

Term 150

Redirection

Redirection is a mechanism that sends output or input from a command or program to a different destination, such as a file, another command, or a device, instead of the default screen or keyboard.

Full entry →
Full Redirection glossary entry →
← Part 4Part 6 →

Acronym parts

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

Study resources

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